Spaces:
Runtime error
Runtime error
Update requirements.txt
Browse files- requirements.txt +3 -3
requirements.txt
CHANGED
|
@@ -2,7 +2,7 @@
|
|
| 2 |
# Optimized for powerful GPU deployment with local models
|
| 3 |
|
| 4 |
# Core dependencies
|
| 5 |
-
gradio
|
| 6 |
torch>=2.0.0
|
| 7 |
torchvision>=0.15.0
|
| 8 |
transformers>=4.53.0
|
|
@@ -40,8 +40,8 @@ packaging>=23.0
|
|
| 40 |
pyyaml>=6.0
|
| 41 |
|
| 42 |
# Optional but recommended for better performance
|
| 43 |
-
flash-attn>=2.0.0; platform_system != "Darwin"
|
| 44 |
-
xformers>=0.0.22; platform_system != "Darwin"
|
| 45 |
|
| 46 |
# Development and debugging
|
| 47 |
ipython>=8.0.0
|
|
|
|
| 2 |
# Optimized for powerful GPU deployment with local models
|
| 3 |
|
| 4 |
# Core dependencies
|
| 5 |
+
gradio>=4.0.0
|
| 6 |
torch>=2.0.0
|
| 7 |
torchvision>=0.15.0
|
| 8 |
transformers>=4.53.0
|
|
|
|
| 40 |
pyyaml>=6.0
|
| 41 |
|
| 42 |
# Optional but recommended for better performance
|
| 43 |
+
# flash-attn>=2.0.0; platform_system != "Darwin"
|
| 44 |
+
# xformers>=0.0.22; platform_system != "Darwin"
|
| 45 |
|
| 46 |
# Development and debugging
|
| 47 |
ipython>=8.0.0
|