Spaces:
Paused
Paused
Update requirements.txt
Browse files- requirements.txt +3 -2
requirements.txt
CHANGED
|
@@ -1,9 +1,10 @@
|
|
| 1 |
transformers
|
| 2 |
sentencepiece
|
| 3 |
torch
|
| 4 |
-
pydantic==1.10.11
|
| 5 |
#git+https://github.com/huggingface/optimum.git
|
| 6 |
-
optimum[exporters]@git+https://github.com/huggingface/optimum.git
|
|
|
|
| 7 |
#intel_extension_for_pytorch
|
| 8 |
#fasttext
|
| 9 |
#bitsandbytes
|
|
|
|
| 1 |
transformers
|
| 2 |
sentencepiece
|
| 3 |
torch
|
| 4 |
+
#pydantic==1.10.11
|
| 5 |
#git+https://github.com/huggingface/optimum.git
|
| 6 |
+
#optimum[exporters]@git+https://github.com/huggingface/optimum.git
|
| 7 |
+
ctranslate2
|
| 8 |
#intel_extension_for_pytorch
|
| 9 |
#fasttext
|
| 10 |
#bitsandbytes
|