vall-e/vall_e
2024-08-06 14:24:40 -05:00
..
emb tweaked vall_e.emb.process to instead process audio one file at a time instead of all the files for a given speaker to avoid OOMing on less-memory-filled systems with --low-memory 2024-08-06 14:24:40 -05:00
engines fix issue with sft and shared tensors... 2024-08-04 19:56:21 -05:00
ext
models updated process_datasets.py, added argparsing so I can mostly stop manually editing things, and some other cleanup 2024-08-05 15:59:25 -05:00
utils fix issue with sft and shared tensors... 2024-08-04 19:56:21 -05:00
__init__.py
__main__.py
config.py implicitly load either normal pickled weights or safetensors on loading the model 2024-08-03 23:34:18 -05:00
data.py added safetensors support (with metadata) and feed whatever torch.load/torch.save into it 2024-08-03 23:15:20 -05:00
demo.py fix issue with sft and shared tensors... 2024-08-04 19:56:21 -05:00
export.py added export option to convert Llama to MixtralMoE for another dumb experiment 2024-08-04 20:25:06 -05:00
inference.py
plot.py
samplers.py
train.py add cap for NAR-len training, to avoid any weird cases in early training where it'll just mess up and generate long lengths 2024-08-03 21:00:32 -05:00
webui.py fix issue with sft and shared tensors... 2024-08-04 19:56:21 -05:00