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

Update requirements.txt

Browse files
Files changed (1) hide show
  1. requirements.txt +15 -9
requirements.txt CHANGED
@@ -1,9 +1,15 @@
1
- gunicorn==22.0.0
2
- httpx
3
- asyncio
4
- fastapi==0.95.2
5
- uvicorn==0.22.0
6
- transformers==4.28.1
7
- accelerate==0.18.0
8
- torch # Explicit CPU version
9
- sentencepiece==0.1.99 # Required for Qwen tokenizer
 
 
 
 
 
 
 
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