Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
47 changes: 43 additions & 4 deletions src-tauri/Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion src-tauri/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,7 @@ chromiumoxide = "=0.9.1"
futures-util = "=0.3.32"

# Embedded ML (optional) - Candle framework for on-device inference
candle-core = { version = "=0.10.2", optional = true }
candle-core = { version = "=0.11.0", optional = true }
candle-nn = { version = "=0.10.2", optional = true }
hf-hub = { version = "=0.5.0", optional = true, default-features = false, features = ["tokio", "rustls-tls"] }
# Model files are downloaded through the pinned hf-hub client; tokenizers only
Expand Down
Loading