Spaces:
Sleeping
Sleeping
Update requirements.txt
Browse files- requirements.txt +15 -9
requirements.txt
CHANGED
@@ -1,9 +1,15 @@
|
|
1 |
-
|
2 |
-
|
3 |
-
|
4 |
-
|
5 |
-
|
6 |
-
|
7 |
-
|
8 |
-
|
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
|