mirror of
https://github.com/huggingface/candle.git
synced 2025-06-15 18:28:24 +00:00

* added new language pairs to marian-mt * lint * seperated python code for converting tokenizers into its own file and and added a reqirements.txt for dependencies, updated instructions in readme and included python version * Cleanup. --------- Co-authored-by: Laurent <laurent.mazare@gmail.com>
22 lines
386 B
Plaintext
22 lines
386 B
Plaintext
certifi==2025.1.31
|
|
charset-normalizer==3.4.1
|
|
click==8.1.8
|
|
filelock==3.18.0
|
|
fsspec==2025.3.2
|
|
huggingface-hub==0.30.1
|
|
idna==3.10
|
|
joblib==1.4.2
|
|
numpy==2.2.4
|
|
packaging==24.2
|
|
protobuf==6.30.2
|
|
pyyaml==6.0.2
|
|
regex==2024.11.6
|
|
requests==2.32.3
|
|
sacremoses==0.1.1
|
|
safetensors==0.5.3
|
|
sentencepiece==0.2.0
|
|
tokenizers==0.21.1
|
|
tqdm==4.67.1
|
|
transformers==4.50.3
|
|
typing-extensions==4.13.0
|
|
urllib3==2.3.0 |