Spaces:
Running
on
CPU Upgrade
Running
on
CPU Upgrade
Update requirements.txt
Browse files- requirements.txt +2 -1
requirements.txt
CHANGED
@@ -2,7 +2,8 @@ transformers
|
|
2 |
sentencepiece
|
3 |
torch
|
4 |
pydantic==1.10.11
|
5 |
-
git+https://github.com/huggingface/optimum.git
|
|
|
6 |
#intel_extension_for_pytorch
|
7 |
#fasttext
|
8 |
#bitsandbytes
|
|
|
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
|