Spaces:
Sleeping
Sleeping
Fix runtime OOM: drop heavy deps
Browse files- requirements.txt +2 -6
requirements.txt
CHANGED
|
@@ -1,8 +1,4 @@
|
|
| 1 |
-
#
|
| 2 |
-
#
|
| 3 |
-
torch>=2.1.0
|
| 4 |
-
transformers>=4.40.0
|
| 5 |
-
peft>=0.10.0
|
| 6 |
-
accelerate>=0.30.0
|
| 7 |
spaces>=0.28.0
|
| 8 |
audioop-lts; python_version >= "3.13"
|
|
|
|
| 1 |
+
# Keep this Space lightweight: heuristic-only by default (ENABLE_MODEL=0).
|
| 2 |
+
# HF Spaces base image already installs `gradio[oauth]==5.7.1`.
|
|
|
|
|
|
|
|
|
|
|
|
|
| 3 |
spaces>=0.28.0
|
| 4 |
audioop-lts; python_version >= "3.13"
|