Spaces:
Runtime error
Runtime error
Upload requirements.txt
Browse files- requirements.txt +3 -4
requirements.txt
CHANGED
@@ -1,11 +1,10 @@
|
|
1 |
fastapi==0.74.*
|
2 |
requests==2.27.*
|
3 |
uvicorn[standard]==0.17.*
|
4 |
-
sentencepiece==0.1
|
5 |
torch>=1.13.0
|
6 |
-
transformers==4
|
7 |
numpy<2
|
8 |
peft==0.11.1
|
9 |
-
huggingface-hub
|
10 |
mistral-common
|
11 |
-
sentencepiece==0.1.97
|
|
|
1 |
fastapi==0.74.*
|
2 |
requests==2.27.*
|
3 |
uvicorn[standard]==0.17.*
|
4 |
+
sentencepiece==0.1.97
|
5 |
torch>=1.13.0
|
6 |
+
transformers==4.28.0 # Updated to be compatible with huggingface-hub >=0.17.0
|
7 |
numpy<2
|
8 |
peft==0.11.1
|
9 |
+
huggingface-hub==0.17.0
|
10 |
mistral-common
|
|