vall-e/vall_e
2024-08-02 20:28:49 -05:00
..
emb
engines oversight with using resize_modules 2024-08-02 20:28:49 -05:00
ext
models ugh, finally got some form of offloading working (need to test if it works on different GPUs, but GPU and CPU offloading seems to work in the test trainer) 2024-08-01 22:43:39 -05:00
utils oversight with using resize_modules 2024-08-02 20:28:49 -05:00
__init__.py
__main__.py
config.py it actually wasn't working because Engines.__init__() automatically moves the entire module to the requested device, which was being called after offloading the model in the test trainer (and it seems I cant do it without injecting a bunch of shit in modeling_llama.py) 2024-08-01 20:56:28 -05:00
data.py
demo.py
export.py
inference.py
plot.py
samplers.py
train.py
webui.py