refactor: rename sqlite3-safetensor-cosine to sqlite3-ndarray-math
This commit is contained in:
4
Cargo.lock
generated
4
Cargo.lock
generated
@@ -1285,7 +1285,7 @@ dependencies = [
|
||||
"ort",
|
||||
"rfd",
|
||||
"rusqlite",
|
||||
"sqlite3-safetensor-cosine",
|
||||
"sqlite3-ndarray-math",
|
||||
"tap",
|
||||
"thiserror 2.0.15",
|
||||
"tokio",
|
||||
@@ -5163,7 +5163,7 @@ dependencies = [
|
||||
]
|
||||
|
||||
[[package]]
|
||||
name = "sqlite3-safetensor-cosine"
|
||||
name = "sqlite3-ndarray-math"
|
||||
version = "0.1.0"
|
||||
dependencies = [
|
||||
"ndarray",
|
||||
|
||||
@@ -5,7 +5,7 @@ members = [
|
||||
".",
|
||||
"bounding-box",
|
||||
"ndarray-safetensors",
|
||||
"sqlite3-safetensor-cosine",
|
||||
"sqlite3-ndarray-math",
|
||||
"ndcv-bridge",
|
||||
"bbox",
|
||||
]
|
||||
@@ -82,7 +82,7 @@ ort = { version = "2.0.0-rc.10", default-features = false, features = [
|
||||
] }
|
||||
ndarray-math = { git = "https://git.darksailor.dev/servius/ndarray-math", version = "0.1.0" }
|
||||
ndarray-safetensors = { version = "0.1.0", path = "ndarray-safetensors" }
|
||||
sqlite3-safetensor-cosine = { version = "0.1.0", path = "sqlite3-safetensor-cosine" }
|
||||
sqlite3-ndarray-math = { version = "0.1.0", path = "sqlite3-ndarray-math" }
|
||||
|
||||
# GUI dependencies
|
||||
iced = { version = "0.13", features = ["tokio", "image"] }
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
[package]
|
||||
name = "sqlite3-safetensor-cosine"
|
||||
name = "sqlite3-ndarray-math"
|
||||
version.workspace = true
|
||||
edition.workspace = true
|
||||
|
||||
Reference in New Issue
Block a user