Spaces:
Sleeping
Sleeping
Update requirements.txt
Browse files- requirements.txt +1 -7
requirements.txt
CHANGED
@@ -1,15 +1,9 @@
|
|
1 |
-
# Core libraries
|
2 |
torch>=2.0.0
|
3 |
-
transformers
|
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
|