Spaces:
Runtime error
Runtime error
feat: update deps for standalone deployment
Browse files- requirements.txt +4 -0
requirements.txt
CHANGED
|
@@ -1,2 +1,6 @@
|
|
| 1 |
gradio==5.7.1
|
| 2 |
huggingface_hub==0.26.2
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
gradio==5.7.1
|
| 2 |
huggingface_hub==0.26.2
|
| 3 |
+
transformers>=4.30.0
|
| 4 |
+
torch>=2.0.0
|
| 5 |
+
peft>=0.5.0
|
| 6 |
+
accelerate>=0.20.0
|