vall-e/vall_e
2024-12-03 19:40:05 -06:00
..
emb
engines
models minimum CFG of 3 for NAR-len because it seems the model will auto-default to NAR-len now 2024-12-03 19:40:05 -06:00
utils fixed training tqdm being stubborn 2024-11-23 09:45:23 -06:00
__init__.py
__main__.py
config.py huge oversight in the attention masking......... (i realized I have not been providing a non-causal mask to non-causal tasks) 2024-11-22 13:44:43 -06:00
data.py fixed training tqdm being stubborn 2024-11-23 09:45:23 -06:00
demo.py touch ups in docs 2024-12-02 19:10:42 -06:00
export.py cringe code to convert to LlamaForCausalLM-happy weights + tokenizer dict (still need to write logic to actually use these weights for proper inferencing) 2024-12-03 10:18:58 -06:00
inference.py
plot.py
samplers.py
train.py
webui.py