fix: use synthesize_mono_midi directly with explicit instrument_id 07c6778 vedmistry commited on 16 days ago
debug: print synthesize_midi signature and output before subscripting c15ea16 vedmistry commited on 16 days ago
fix: inspect synthesize_midi signature at runtime to adapt to installed version ae61c00 vedmistry commited on 16 days ago
fix: remove use_fluidsynth_for_invalid_midi (not in this version) b13854b vedmistry commited on 16 days ago
fix: run midi_ddsp_download_model_weights before load_pretrained_model 0a0256f vedmistry commited on 16 days ago
fix: rewrite patch_ddsp to scan all ddsp files for problematic imports 6673018 vedmistry commited on 16 days ago
fix: patch tensorflow_addons import in ddsp/training/trainers.py e99c19f vedmistry commited on 16 days ago
fix: patch tensorflow_datasets import in ddsp/training/data.py (training-only dep) 488e61d vedmistry commited on 16 days ago
fix: pin note_seq==0.0.3, drop tensorflow-datasets (training only) to escape protobuf triangle 8f0d95a vedmistry commited on 16 days ago
fix: use protobuf==4.26.1 to satisfy both TF builder and pb2 runtime_version needs ad4ca78 vedmistry commited on 16 days ago
fix: patch ddsp cloud import to avoid protobuf conflict, drop google-cloud-storage 5084ce8 vedmistry commited on 16 days ago
fix: add google-cloud-storage and apache-beam (remaining ddsp deps) 30eb14a vedmistry commited on 16 days ago
fix: quote version specifiers in RUN pip install to fix shell syntax error 4628693 vedmistry commited on 16 days ago
fix: add all ddsp deps from setup.py to avoid whack-a-mole missing modules 9c84d41 vedmistry commited on 16 days ago
fix: force-reinstall numpy==1.23.5 at end to fix TF bfloat16 error 9cc1588 vedmistry commited on 16 days ago
fix: force-reinstall protobuf==3.20.3 at end to prevent upgrade by note-seq/gradio 51bf7a3 vedmistry commited on 16 days ago
fix: pin protobuf==3.20.3 for tensorflow-cpu==2.12.0 compatibility 53c1fc0 vedmistry commited on 16 days ago
fix: add tensorflow-cpu==2.12.0 (missed due to ddsp --no-deps) 1147ac2 vedmistry commited on 16 days ago
fix: install midi-ddsp --no-deps with cleared constraint to bypass numba conflict 921b398 vedmistry commited on 16 days ago
fix: install each dep separately to avoid pip resolution-too-deep 18013bc vedmistry commited on 16 days ago
fix: pin ddsp==3.2.0 in constraints to prevent upgrade during midi-ddsp install be5306a vedmistry commited on 16 days ago
fix: pre-install crepe with --no-build-isolation for pkg_resources e0b68b9 vedmistry commited on 16 days ago
fix: use pip constraints file to pin numba/llvmlite globally f917b0c vedmistry commited on 16 days ago
fix: install crepe with --no-build-isolation to get pkg_resources d88aa7c vedmistry commited on 16 days ago
fix: numba/ddsp compat via BeatNet pattern - numba 0.57 pre-built wheel 3dcae4b vedmistry commited on 16 days ago