refactor: rename sqlite3-safetensor-cosine to sqlite3-ndarray-math
Some checks failed
build / checks-matrix (push) Successful in 19m20s
build / codecov (push) Failing after 19m22s
docs / docs (push) Failing after 28m47s
build / checks-build (push) Has been cancelled

This commit is contained in:
uttarayan21
2025-08-28 18:42:35 +05:30
parent ac8f1d01b4
commit aaf34ef74e
4 changed files with 5 additions and 5 deletions

View File

@@ -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"] }