add _is_space flag, block inference during training, understand clone fix 3c15b8b Nekochu commited on 26 days ago
fix understand_audio: clone tensors for inference mode, working on GPU (52s) 4b2f4ad Nekochu commited on 26 days ago
add understand_audio (LM reverse), demucs-infer fix, commit refs, dtype fixes 6bfdc38 Nekochu commited on 26 days ago
major update: PyTorch inference, Gradio 6, session isolation, /understand captioning ff239f5 Nekochu commited on 26 days ago
truncate long files to fit cap, show which files truncated/skipped bc97006 Nekochu commited on 26 days ago
accept files until total audio cap reached, skip rest with warning 956dc8c Nekochu commited on 26 days ago
add LoRA download button after training (gr.File output, like rvc-beatrice) 2d3c27c Nekochu commited on 27 days ago
remove ace-server understand proxy, captioning stays librosa + txt sidecars 5b7a56f Nekochu commited on 27 days ago
SDPA first on Blackwell, FA2 only for Ampere/Hopper, txt caption support 04ccf32 Nekochu commited on 27 days ago
add GPU/CUDA auto-detect, mixed precision, flash_attn, txt caption parser 917e4ed Nekochu commited on 27 days ago
update defaults: LR 3e-4, rank 32, alpha 2x rank (per Side-Step author) 04c031f Nekochu commited on 27 days ago
add mid/sas analysis modes (Demucs + ensemble), auto-select by dataset size b38d0b1 Nekochu commited on 27 days ago
add auto-captioning (BPM/key/signature via librosa), add librosa+mutagen deps 1d42836 Nekochu commited on 27 days ago
switch training to standard turbo (11s/epoch), auto-select standard GGUF for LoRA inference c0f2a13 Nekochu commited on 27 days ago
fix: train on XL turbo (matches XL GGUF for inference), add XL checkpoint download 372f08e Nekochu commited on 27 days ago
fix: adapter saved to clean dir, LM dropdown no 'Default', on-demand download e62602f Nekochu commited on 27 days ago
default mp3, remove format selector, increase LM timeout to 900s 882ed5c Nekochu commited on 28 days ago
fix meta tensor crash: force low_cpu_mem_usage=False and float32 for CPU 9ed24c7 Nekochu commited on 29 days ago
disable flash_sdp on CPU, force attn_implementation=sdpa for training 13f9406 Nekochu commited on 29 days ago
add granular logging + full stderr to diagnose preprocessing hang 6cee8bd Nekochu commited on 29 days ago
fix: use float32 not bfloat16 for CPU training (bf16 deadlocks on CPU) 560b5e0 Nekochu commited on 29 days ago
redirect training subprocess stderr to log file for debugging e69e9ec Nekochu commited on 29 days ago
run training as detached subprocess to survive Gradio session timeout a4a86a8 Nekochu commited on 29 days ago
stop ace-server during training to free RAM, restart after, add log visibility c2cb0b9 Nekochu commited on 29 days ago
force uninstall torchcodec (torchaudio dependency, broken on Ubuntu 22.04) 9822bee Nekochu commited on 29 days ago