vall-e/vall_e
2024-10-12 10:05:47 -05:00
..
emb added experimental entropix sampling support 2024-10-11 21:18:26 -05:00
engines
ext
models overridden naive llama attention to get the right score values that entropix needs 2024-10-12 10:05:47 -05:00
utils sped up inferencing by not doing .tolist() for rep pen / length pen (and a bug fix in the web UI from prev commit) 2024-10-04 22:18:20 -05:00
__init__.py
__main__.py added min-p (really does not seem useful since it's very sensitive), more tweaks to entropix 2024-10-11 22:36:06 -05:00
config.py added experimental entropix sampling support 2024-10-11 21:18:26 -05:00
data.py added experimental entropix sampling support 2024-10-11 21:18:26 -05:00
demo.py added experimental entropix sampling support 2024-10-11 21:18:26 -05:00
export.py
inference.py added min-p (really does not seem useful since it's very sensitive), more tweaks to entropix 2024-10-11 22:36:06 -05:00
plot.py lol 2024-10-12 09:57:34 -05:00
samplers.py overridden naive llama attention to get the right score values that entropix needs 2024-10-12 10:05:47 -05:00
train.py added --eval-random-text-prompts to use random text prompts for eval pass, added --random-prompts for demo page and --lora to use a sample with the lora disabled, probably finally fixed validation dataloader breaking on eval 2024-10-10 13:40:25 -05:00
webui.py added min-p (really does not seem useful since it's very sensitive), more tweaks to entropix 2024-10-11 22:36:06 -05:00