Skip to content

Commit

Permalink
Move rand dep to Cargo.toml workspace
Browse files Browse the repository at this point in the history
  • Loading branch information
gabrielmbmb committed Sep 5, 2024
1 parent 9fc0744 commit 0ee0d2d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -40,3 +40,4 @@ axum = { version = "0.7.5", features = ["http2"] }
tokio = { version = "1.40.0", features = ["full"] }
tracing = { version = "0.1.40" }
tracing-subscriber = { version = "0.3.18" }
rand = "0.8.5"
2 changes: 1 addition & 1 deletion candle-holder-models/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ candle-flash-attn = { workspace = true, optional = true }
serde = { workspace = true }
serde_json = { workspace = true }
hf-hub = { workspace = true }
rand = "0.8.5"
rand = { workspace = true }

[features]
tokenizers = ["candle-holder-tokenizers"]
Expand Down

0 comments on commit 0ee0d2d

Please sign in to comment.