diff options
-rw-r--r-- | candle-examples/Cargo.toml | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/candle-examples/Cargo.toml b/candle-examples/Cargo.toml index d4544ef7..8779b9a5 100644 --- a/candle-examples/Cargo.toml +++ b/candle-examples/Cargo.toml @@ -27,7 +27,6 @@ anyhow = { workspace = true } byteorder = { workspace = true } hf-hub = { workspace = true, features=["tokio"]} clap = { workspace = true } -hf-hub = { workspace = true } memmap2 = { workspace = true } rand = { workspace = true } tokenizers = { workspace = true, features = ["onig"] } |