barathm2001 commited on
Commit
b231d6f
·
verified ·
1 Parent(s): ae99296

Upload requirements.txt

Browse files
Files changed (1) hide show
  1. requirements.txt +3 -3
requirements.txt CHANGED
@@ -1,11 +1,11 @@
1
- fastapi==0.103.0 # Updated to a version compatible with pydantic 2.x
2
  requests==2.27.*
3
  uvicorn[standard]==0.17.*
4
- sentencepiece==0.2.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 # Explicitly specify pydantic version
 
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