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

4
Cargo.lock generated
View File

@@ -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",

View File

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

View File

@@ -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