Vatsal Aggarwal
Vatsal Aggarwal
**PR type:** new feature **Related issue(s)/PRs:** ## Summary **Proposed changes** Stochastic Variational Inference based GP models typically combine NatGrad to train the variational parameters along with Adam to train the...
https://github.com/metavoiceio/metavoice-src/issues/1 ``` PYTORCH_ENABLE_MPS_FALLBACK=1 python fam/llm/sample.py \ --huggingface_repo_id="metavoiceio/metavoice-1B-v0.1" \ --spk_cond_path="assets/bria.mp3" \ --text "Hi." ```
Hey great work! Just wondering any chance you would have the loss evolution for your pretrained models?
Hey great work! Just wondering any chance you would have the loss evolution for your pretrained models?
The MetaVoice-1B model has significant degradation compared to the Python version. I believe one of the main causes is using a 64x smaller decoder model (instead of multiband diffusion and...
I was optimizing inference for a CPU overhead bound model and ran into problems compiling the model to a CUDA graph with flash decoding. I've tried to wrap the flash...