davidtran999 commited on
Commit
f5006b2
·
verified ·
1 Parent(s): 3378916

Upload backend/requirements.txt with huggingface_hub

Browse files
Files changed (1) hide show
  1. backend/requirements.txt +2 -3
backend/requirements.txt CHANGED
@@ -13,9 +13,8 @@ numpy>=1.26.0,<2.0.0
13
  scipy==1.11.4
14
  pydantic>=2.0.0,<3.0.0
15
  sentence-transformers>=2.2.0
16
- # torch will be installed separately as CPU-only version in Dockerfile
17
- # torch>=2.0.0
18
- transformers>=4.50.0,<5.0.0
19
  accelerate>=0.21.0,<1.0.0
20
  bitsandbytes>=0.41.0,<0.44.0
21
  faiss-cpu>=1.7.4
 
13
  scipy==1.11.4
14
  pydantic>=2.0.0,<3.0.0
15
  sentence-transformers>=2.2.0
16
+ torch>=2.0.0
17
+ transformers==4.48.0
 
18
  accelerate>=0.21.0,<1.0.0
19
  bitsandbytes>=0.41.0,<0.44.0
20
  faiss-cpu>=1.7.4