diff options
author | Nicolas Patry <patry.nicolas@protonmail.com> | 2023-08-02 09:21:44 +0200 |
---|---|---|
committer | Nicolas Patry <patry.nicolas@protonmail.com> | 2023-08-02 18:40:24 +0200 |
commit | 1b705a426f6196536fc6b587f855113dc26bc3ab (patch) | |
tree | 1e04474e479d517153ed2bcdddbff197a618266e | |
parent | a70b95f9e7f7e5aa66e647b51cb2849228077a47 (diff) | |
download | candle-1b705a426f6196536fc6b587f855113dc26bc3ab.tar.gz candle-1b705a426f6196536fc6b587f855113dc26bc3ab.tar.bz2 candle-1b705a426f6196536fc6b587f855113dc26bc3ab.zip |
Remove duplicate.
-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"] } |