Commit History

Fix: replace torch==2.1.0 with torch>=2.5.0 (no 2.1.0 wheels available)
7e07a42
verified

OnyxMunk commited on

Update demos/musicgen_app.py
e0f296e
verified

OnyxMunk commited on

Update demos/musicgen_app.py
98296ca
verified

OnyxMunk commited on

Update demos/musicgen_app.py
e2ba680
verified

OnyxMunk commited on

Update demos/musicgen_app.py
5029302
verified

OnyxMunk commited on

Update demos/musicgen_app.py
e4fe8e4
verified

OnyxMunk commited on

Update demos/musicgen_app.py
5b367bc
verified

OnyxMunk commited on

syntax and indentation errors correction
c02a65c
verified

OnyxMunk commited on

Fix indentation error at line 414 in ui_batched function
7b59a22
verified

OnyxMunk commited on

Increase @spaces.GPU duration from 120s to 300s
5d1681e
verified

OnyxMunk commited on

Fix batched UI IndentationError: add 4-space indent to lines 413-414
09540c7
verified

OnyxMunk commited on

Fix IndentationError: add 4-space indent to output components (lines 283-286) inside with gr.Column() block
b5e25db
verified

OnyxMunk commited on

Fix TabError: replace tab chars with spaces on line 283 output component
de4f358
verified

OnyxMunk commited on

Fix IndentationError: use tab indentation on output components to match surrounding code style
42bdb75
verified

OnyxMunk commited on

Fix AttributeError: replace gr.make_waveform with direct wav passthrough; replace gr.Video outputs with gr.Audio
e8c654e
verified

OnyxMunk commited on

Fix AssertionError: replace ProcessPoolExecutor with ThreadPoolExecutor for ZeroGPU compatibility
e332c9d
verified

OnyxMunk commited on

Increase @spaces.GPU duration to 120s and set default model to musicgen-small
6c74138
verified

OnyxMunk commited on

Add @spaces.GPU to predict_full to fix CUDA init error
acf5a54
verified

OnyxMunk commited on

Fix: pin transformers<=4.45.2 to fix register_pytree_node AttributeError with torch 2.1.0
b4ac9fd
verified

OnyxMunk commited on

Fix: accept torch==2.1.0 (audiocraft requirement), transformers<5.0, encodec+audiocraft from git
db338ac
verified

OnyxMunk commited on

Fix: encodec from git (broken setup.py in PyPI), audiocraft from git, transformers<5.0.0
c1283fe
verified

OnyxMunk commited on

Fix: pin torch==2.9.1 explicitly first to prevent audiocraft from downgrading it
cc2c762
verified

OnyxMunk commited on

Fix: switch to audiocraft from PyPI (no hard torch pin), remove spacy/demucs direct pins to prevent torch downgrade
9f62460
verified

OnyxMunk commited on

Fix: remove xformers entirely (no release supports torch 2.9.1, was downgrading torch)
abed1c7
verified

OnyxMunk commited on

Fix: remove torchaudio/vision/text pins (HF pre-installs torch 2.9.1), fix xformers + spacy yanked
ce0a27f
verified

OnyxMunk commited on

Fix: add import spaces + @spaces.GPU decorator on _do_predictions for ZeroGPU detection
6a74d95
verified

OnyxMunk commited on

Fix: pin transformers<5.0.0 (v5 requires torch>=2.4, ZeroGPU has torch 2.1.0)
ea13563
verified

OnyxMunk commited on

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

Fix: add FFmpeg dev libs and pkg-config to packages.txt for av==11.0.0 wheel build
2eb8c3d
verified

OnyxMunk commited on

Fix: revert to sdk: gradio (required for ZeroGPU), restore app_file
a4f8439
verified

OnyxMunk commited on

Fix: remove app_file (invalid for Docker SDK) to clear configuration error
88eae25
verified

OnyxMunk commited on

Fix: switch sdk from gradio to docker so custom Dockerfile is used
d9552ac
verified

OnyxMunk commited on

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

Fix: remove demucs and xformers (source of av build failure)
618829e
verified

OnyxMunk commited on

Fix: add FFmpeg dev libs (libavformat-dev etc.) to fix av wheel build failure
1f854f5
verified

OnyxMunk commited on

Fix Dockerfile: use slim base, add git/ffmpeg, PyTorch extra-index-url, non-root user
3677501
verified

OnyxMunk commited on

Fix requirements: pin torch, add audiocraft from GitHub, add all deps
b445047
verified

OnyxMunk commited on

Upload requirements.txt with huggingface_hub
2075e76
verified

OnyxMunk commited on

Upload requirements.txt with huggingface_hub
65358e0
verified

OnyxMunk commited on

Upload requirements.txt with huggingface_hub
756149a
verified

OnyxMunk commited on

Upload requirements.txt with huggingface_hub
afb3e32
verified

OnyxMunk commited on

Upload requirements.txt with huggingface_hub
f07ccf3
verified

OnyxMunk commited on

Upload requirements.txt with huggingface_hub
5f65f7c
verified

OnyxMunk commited on

Upload packages.txt with huggingface_hub
ff9bd83
verified

OnyxMunk commited on

Upload README.md with huggingface_hub
47b321c
verified

OnyxMunk commited on

Upload requirements.txt with huggingface_hub
b44d7bd
verified

OnyxMunk commited on

Upload folder using huggingface_hub
93e00ec
verified

OnyxMunk commited on

Upload app.py with huggingface_hub
8a29941
verified

OnyxMunk commited on

Upload README.md with huggingface_hub
964a3fc
verified

OnyxMunk commited on

Deploy: Simple Flask App Test
e79f017
verified

OnyxMunk commited on