Fix: replace torch==2.1.0 with torch>=2.5.0 (no 2.1.0 wheels available) 7e07a42 verified OnyxMunk commited on Mar 4
Fix batched UI IndentationError: add 4-space indent to lines 413-414 09540c7 verified OnyxMunk commited on Mar 3
Fix IndentationError: add 4-space indent to output components (lines 283-286) inside with gr.Column() block b5e25db verified OnyxMunk commited on Mar 3
Fix TabError: replace tab chars with spaces on line 283 output component de4f358 verified OnyxMunk commited on Mar 3
Fix IndentationError: use tab indentation on output components to match surrounding code style 42bdb75 verified OnyxMunk commited on Mar 3
Fix AttributeError: replace gr.make_waveform with direct wav passthrough; replace gr.Video outputs with gr.Audio e8c654e verified OnyxMunk commited on Mar 3
Fix AssertionError: replace ProcessPoolExecutor with ThreadPoolExecutor for ZeroGPU compatibility e332c9d verified OnyxMunk commited on Mar 3
Increase @spaces.GPU duration to 120s and set default model to musicgen-small 6c74138 verified OnyxMunk commited on Mar 3
Fix: pin transformers<=4.45.2 to fix register_pytree_node AttributeError with torch 2.1.0 b4ac9fd verified OnyxMunk commited on Mar 3
Fix: accept torch==2.1.0 (audiocraft requirement), transformers<5.0, encodec+audiocraft from git db338ac verified OnyxMunk commited on Mar 3
Fix: encodec from git (broken setup.py in PyPI), audiocraft from git, transformers<5.0.0 c1283fe verified OnyxMunk commited on Mar 3
Fix: pin torch==2.9.1 explicitly first to prevent audiocraft from downgrading it cc2c762 verified OnyxMunk commited on Mar 3
Fix: switch to audiocraft from PyPI (no hard torch pin), remove spacy/demucs direct pins to prevent torch downgrade 9f62460 verified OnyxMunk commited on Mar 3
Fix: remove xformers entirely (no release supports torch 2.9.1, was downgrading torch) abed1c7 verified OnyxMunk commited on Mar 3
Fix: remove torchaudio/vision/text pins (HF pre-installs torch 2.9.1), fix xformers + spacy yanked ce0a27f verified OnyxMunk commited on Mar 3
Fix: add import spaces + @spaces.GPU decorator on _do_predictions for ZeroGPU detection 6a74d95 verified OnyxMunk commited on Mar 3
Fix: pin transformers<5.0.0 (v5 requires torch>=2.4, ZeroGPU has torch 2.1.0) ea13563 verified OnyxMunk commited on Mar 3
Fix: proper requirements.txt for Gradio SDK - no torch pin (HF pre-installs it), full audiocraft deps with av==11.0.0 8b3985c verified OnyxMunk commited on Mar 3
Fix: add FFmpeg dev libs and pkg-config to packages.txt for av==11.0.0 wheel build 2eb8c3d verified OnyxMunk commited on Mar 3
Fix: revert to sdk: gradio (required for ZeroGPU), restore app_file a4f8439 verified OnyxMunk commited on Mar 3
Fix: remove app_file (invalid for Docker SDK) to clear configuration error 88eae25 verified OnyxMunk commited on Mar 3
Fix: switch sdk from gradio to docker so custom Dockerfile is used d9552ac verified OnyxMunk commited on Mar 3
Fix: restore full audiocraft-compatible deps with exact pins (av==11.0.0, xformers<0.0.23, demucs, all missing packages) 3942040 verified OnyxMunk commited on Mar 3
Fix: remove demucs and xformers (source of av build failure) 618829e verified OnyxMunk commited on Mar 3
Fix: add FFmpeg dev libs (libavformat-dev etc.) to fix av wheel build failure 1f854f5 verified OnyxMunk commited on Mar 3
Fix Dockerfile: use slim base, add git/ffmpeg, PyTorch extra-index-url, non-root user 3677501 verified OnyxMunk commited on Mar 3
Fix requirements: pin torch, add audiocraft from GitHub, add all deps b445047 verified OnyxMunk commited on Mar 3