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",
|
"ort",
|
||||||
"rfd",
|
"rfd",
|
||||||
"rusqlite",
|
"rusqlite",
|
||||||
"sqlite3-safetensor-cosine",
|
"sqlite3-ndarray-math",
|
||||||
"tap",
|
"tap",
|
||||||
"thiserror 2.0.15",
|
"thiserror 2.0.15",
|
||||||
"tokio",
|
"tokio",
|
||||||
@@ -5163,7 +5163,7 @@ dependencies = [
|
|||||||
]
|
]
|
||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "sqlite3-safetensor-cosine"
|
name = "sqlite3-ndarray-math"
|
||||||
version = "0.1.0"
|
version = "0.1.0"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"ndarray",
|
"ndarray",
|
||||||
|
|||||||
@@ -5,7 +5,7 @@ members = [
|
|||||||
".",
|
".",
|
||||||
"bounding-box",
|
"bounding-box",
|
||||||
"ndarray-safetensors",
|
"ndarray-safetensors",
|
||||||
"sqlite3-safetensor-cosine",
|
"sqlite3-ndarray-math",
|
||||||
"ndcv-bridge",
|
"ndcv-bridge",
|
||||||
"bbox",
|
"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-math = { git = "https://git.darksailor.dev/servius/ndarray-math", version = "0.1.0" }
|
||||||
ndarray-safetensors = { version = "0.1.0", path = "ndarray-safetensors" }
|
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
|
# GUI dependencies
|
||||||
iced = { version = "0.13", features = ["tokio", "image"] }
|
iced = { version = "0.13", features = ["tokio", "image"] }
|
||||||
|
|||||||
@@ -1,5 +1,5 @@
|
|||||||
[package]
|
[package]
|
||||||
name = "sqlite3-safetensor-cosine"
|
name = "sqlite3-ndarray-math"
|
||||||
version.workspace = true
|
version.workspace = true
|
||||||
edition.workspace = true
|
edition.workspace = true
|
||||||
|
|
||||||
Reference in New Issue
Block a user