vall-e/vall_e
2024-06-14 19:42:17 -05:00
..
emb
engines
ext
models mamba2-hf using vasqu/mamba2-torch because it lets me use mamba2 without triton ops (training with my 4xV100s are not happy with mamba2 because of triton) 2024-06-14 19:42:17 -05:00
utils sampler update (some brainworm just never actually had a sampler for sample_type=path) 2024-06-14 16:55:40 -05:00
__init__.py
__main__.py the NAR only dream is dead (it just won't work) 2024-06-12 19:49:47 -05:00
config.py added option to sort paths by durations to better group equally lengthed sequences together (and there was maybe a logic error from creating the samplers and then interleave-reordering paths, desyncing them, maybe) 2024-06-13 22:37:34 -05:00
data.py sampler update (some brainworm just never actually had a sampler for sample_type=path) 2024-06-14 16:55:40 -05:00
export.py
inference.py the NAR only dream is dead (it just won't work) 2024-06-12 19:49:47 -05:00
plot.py
samplers.py
train.py
webui.py