Add candle and hg_hub, updating a lot of deps in the process

This commit is contained in:
Louis Dureuil 2023-11-15 15:43:57 +01:00
parent e0f712b9d3
commit 21bcf32109
No known key found for this signature in database
2 changed files with 673 additions and 31 deletions

699
Cargo.lock generated

File diff suppressed because it is too large Load Diff

View File

@ -72,6 +72,11 @@ puffin = "0.16.0"
log = "0.4.17"
logging_timer = "1.1.0"
csv = "1.2.1"
candle-core = { git = "https://github.com/huggingface/candle.git", version = "0.3.1" }
candle-transformers = { git = "https://github.com/huggingface/candle.git", version = "0.3.1" }
candle-nn = { git = "https://github.com/huggingface/candle.git", version = "0.3.1" }
tokenizers = { git = "https://github.com/huggingface/tokenizers.git", tag = "v0.14.1", version = "0.14.1" }
hf-hub = "0.3.2"
[dev-dependencies]
mimalloc = { version = "0.1.37", default-features = false }