Spaces:
Build error
Build error
Canstralian
commited on
Commit
•
d73a5d2
1
Parent(s):
f7e9cda
Update requirements.txt
Browse files- requirements.txt +2 -2
requirements.txt
CHANGED
@@ -1,5 +1,5 @@
|
|
1 |
gradio==3.41.1
|
2 |
huggingface-hub==0.22.2
|
3 |
transformers==4.34.0
|
4 |
-
torch>=2.0.0
|
5 |
-
sentencepiece
|
|
|
1 |
gradio==3.41.1
|
2 |
huggingface-hub==0.22.2
|
3 |
transformers==4.34.0
|
4 |
+
torch>=2.0.0 # Adjust version based on CPU/GPU compatibility
|
5 |
+
sentencepiece # Required for specific models like Bloom
|