Spaces:
Running on Zero
Running on Zero
File size: 558 Bytes
2f9dfba | 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 | # NOTE: deliberately NOT installing ace-step as a package, and NOT installing torch/gradio. # ace-step pins gradio==6.2.0 and exact torch==2.10.0+cu128 wheels; reinstalling torch inside a # ZeroGPU Space fights the torch build that ZeroGPU patches. We vendor the acestep SOURCE at # startup instead (app.py) and rely on the Space's own torch + gradio. torchaudio transformers>=4.51.0,<4.58.0 diffusers>=0.37.0 accelerate>=1.0.0 peft>=0.13 safetensors soundfile librosa scipy loguru einops diskcache vector-quantize-pytorch numba huggingface_hub>=0.25 spaces |