Spaces:
Running
Running
Update requirements.txt
Browse files- requirements.txt +6 -6
requirements.txt
CHANGED
@@ -1,10 +1,10 @@
|
|
1 |
-
torch>=2.1.0 --index-url https://download.pytorch.org/whl/cpu
|
2 |
transformers>=4.40.0
|
3 |
accelerate>=0.25.0
|
4 |
-
bitsandbytes # Not strictly needed for CPU
|
5 |
peft>=0.10.0
|
6 |
trl>=0.8.0
|
7 |
-
gradio>=4.
|
8 |
-
sentencepiece
|
9 |
-
protobuf
|
10 |
-
numpy==1.26.4
|
|
|
1 |
+
torch>=2.1.0 --index-url https://download.pytorch.org/whl/cpu
|
2 |
transformers>=4.40.0
|
3 |
accelerate>=0.25.0
|
4 |
+
# bitsandbytes # Not strictly needed for CPU
|
5 |
peft>=0.10.0
|
6 |
trl>=0.8.0
|
7 |
+
gradio>=4.20.0 # Try a more recent version
|
8 |
+
sentencepiece
|
9 |
+
protobuf
|
10 |
+
numpy==1.26.4
|