akhiilll commited on
Commit
db4e5a6
·
verified ·
1 Parent(s): 8d35536

Fix runtime OOM: drop heavy deps

Browse files
Files changed (1) hide show
  1. requirements.txt +2 -6
requirements.txt CHANGED
@@ -1,8 +1,4 @@
1
- # IMPORTANT: HF Spaces base image already installs `gradio[oauth]==5.7.1`.
2
- # Do not pin a different gradio version here (it will fail build).
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"