Spaces:
Sleeping
Sleeping
Update requirements.txt
Browse files- requirements.txt +3 -1
requirements.txt
CHANGED
@@ -1,7 +1,9 @@
|
|
|
|
|
|
|
|
1 |
numpy==1.23.5
|
2 |
spacy==3.5.3
|
3 |
thinc==8.1.10
|
4 |
-
pydantic==1.10.13
|
5 |
transformers==4.29.0
|
6 |
sentencepiece==0.1.97
|
7 |
huggingface_hub==0.14.1
|
|
|
1 |
+
--extra-index-url https://download.pytorch.org/whl/cpu
|
2 |
+
--upgrade-strategy eager
|
3 |
+
pydantic==1.10.13
|
4 |
numpy==1.23.5
|
5 |
spacy==3.5.3
|
6 |
thinc==8.1.10
|
|
|
7 |
transformers==4.29.0
|
8 |
sentencepiece==0.1.97
|
9 |
huggingface_hub==0.14.1
|