Spaces:
Sleeping
Sleeping
Update requirements.txt
Browse files- requirements.txt +10 -1
requirements.txt
CHANGED
@@ -1 +1,10 @@
|
|
1 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
torch>=2.1.0 --index-url https://download.pytorch.org/whl/cpu # For CPU Spaces
|
2 |
+
transformers>=4.40.0
|
3 |
+
accelerate>=0.25.0
|
4 |
+
bitsandbytes # Not strictly needed for CPU but often a dependency
|
5 |
+
peft>=0.10.0
|
6 |
+
trl>=0.8.0
|
7 |
+
gradio>=4.0.0 # Or latest
|
8 |
+
sentencepiece # Often a tokenizer dependency
|
9 |
+
protobuf # Often a tokenizer dependency
|
10 |
+
numpy==1.26.4 # Pinning for compatibility
|