summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNicolas Patry <patry.nicolas@protonmail.com>2023-08-02 09:21:44 +0200
committerNicolas Patry <patry.nicolas@protonmail.com>2023-08-02 18:40:24 +0200
commit1b705a426f6196536fc6b587f855113dc26bc3ab (patch)
tree1e04474e479d517153ed2bcdddbff197a618266e
parenta70b95f9e7f7e5aa66e647b51cb2849228077a47 (diff)
downloadcandle-1b705a426f6196536fc6b587f855113dc26bc3ab.tar.gz
candle-1b705a426f6196536fc6b587f855113dc26bc3ab.tar.bz2
candle-1b705a426f6196536fc6b587f855113dc26bc3ab.zip
Remove duplicate.
-rw-r--r--candle-examples/Cargo.toml1
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"] }