grahameth
grahameth
Right now, the console is spammed with a lot of information about the model when llama_load_model_from_file is called. This PR adds a verbose flag so that you can optionally disable...
# Bug Report Calling find on DVCFileSystem with a repo of about 300,000 files takes about 70 seconds. ## Description ### Reproduce This example retrieves all file paths and hashes...
I noticed that the provided fastpitch_hifigan model doesn't work with 2GB of RAM. Is anyone aware of a smaller model in NEMO that I can try to convert? I also...
Hi, first of all, thank you for providing this repo! I was able to set up speech recognition on my Jetson Nano 2GB relatively easily with it. However, the quality...
# Bug Report Calling get on DVCFileSystem with multiple files doesn't parallelize the download. ## Description ### Reproduce This example downloads multiple files with a single get call: ``` fs...
Thanks for this repository! I was able to download and run it on my Jetson Nano 2GB. Sadly, even the tiny model causes an Out Of Memory error. Do you...