Spaces:
Configuration error
Configuration error
Update requirements.txt
Browse files- requirements.txt +9 -5
requirements.txt
CHANGED
|
@@ -1,8 +1,12 @@
|
|
| 1 |
-
|
| 2 |
transformers>=4.43.0
|
|
|
|
| 3 |
accelerate>=0.25.0
|
| 4 |
-
gradio>=6.6.0
|
| 5 |
peft>=0.9.0
|
| 6 |
-
|
| 7 |
-
|
| 8 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
gradio>=6.6.0
|
| 2 |
transformers>=4.43.0
|
| 3 |
+
torch>=2.0.0
|
| 4 |
accelerate>=0.25.0
|
|
|
|
| 5 |
peft>=0.9.0
|
| 6 |
+
pygments>=2.17.0
|
| 7 |
+
markdown>=3.5.0
|
| 8 |
+
beautifulsoup4>=4.12.0
|
| 9 |
+
# For Python execution in browser (limited)
|
| 10 |
+
pyscript>=2024.9.1
|
| 11 |
+
# For code analysis
|
| 12 |
+
tree-sitter>=0.21.0
|