DLAS is PIPified (but I'm still cloning it as a submodule to make updating it easier)
0c2a916
mrqcommited on
fixes #134
84b7383
mrqcommited on
;)
7b16b3e
mrqcommited on
simplified spawning the training process by having it spawn the distributed training processes in the train.py script, so it should work on Windows too
Added option to disable bitsandbytesoptimizations for systems that do not support it (systems without a Turing-onward Nvidia card), saves use of float16 and bitsandbytes for training into the config json
fixed some files not copying for bitsandbytes (I was wrong to assume it copied folders too), fixed stopping generating and training, some other thing that I forgot since it's been slowly worked on in my small free times
a bit of UI cleanup, import multiple audio files at once, actually shows progress when importing voices, hides audio metadata / latents if no generated settings are detected, preparing datasets shows its progress, saving a training YAML shows a message when done, training now works within the web UI, training output shows to web UI, provided notebook is cleaned up and uses a venv, etc.