Spaces:
Runtime error
Runtime error
Upload requirements.txt
Browse files- requirements.txt +3 -3
requirements.txt
CHANGED
@@ -1,11 +1,11 @@
|
|
1 |
-
fastapi==0.103.0
|
2 |
requests==2.27.*
|
3 |
uvicorn[standard]==0.17.*
|
4 |
-
sentencepiece==0.
|
5 |
torch>=1.13.0
|
6 |
transformers==4.28.0
|
7 |
numpy<2
|
8 |
peft==0.11.1
|
9 |
huggingface-hub==0.17.0
|
10 |
mistral-common==1.2.0
|
11 |
-
pydantic>=2.6.1,<3.0.0
|
|
|
1 |
+
fastapi==0.103.0
|
2 |
requests==2.27.*
|
3 |
uvicorn[standard]==0.17.*
|
4 |
+
sentencepiece==0.1.99 # Downgraded to match mistral-common's requirement
|
5 |
torch>=1.13.0
|
6 |
transformers==4.28.0
|
7 |
numpy<2
|
8 |
peft==0.11.1
|
9 |
huggingface-hub==0.17.0
|
10 |
mistral-common==1.2.0
|
11 |
+
pydantic>=2.6.1,<3.0.0
|