abdullahalioo commited on
Commit
e8eb792
·
verified ·
1 Parent(s): 6aa0089

Update requirements.txt

Browse files
Files changed (1) hide show
  1. requirements.txt +1 -7
requirements.txt CHANGED
@@ -1,15 +1,9 @@
1
- # Core libraries
2
  torch>=2.0.0
3
- transformers @ git+https://github.com/huggingface/transformers.git
4
  accelerate
5
  huggingface-hub
6
  sentencepiece
7
  protobuf
8
  uvicorn
9
  fastapi
10
-
11
- # Optional - if you use bitsandbytes quantization (can skip if CPU-only)
12
- # bitsandbytes
13
-
14
- # Extra safety
15
  scipy
 
 
1
  torch>=2.0.0
2
+ transformers>=4.40.0
3
  accelerate
4
  huggingface-hub
5
  sentencepiece
6
  protobuf
7
  uvicorn
8
  fastapi
 
 
 
 
 
9
  scipy