kennethnym / infinifi

infinifi plays gentle lofi music in the background indefinitely
https://infinifi.cafe
Apache License 2.0
278 stars 14 forks source link

Utilize caching to solve ram problem #17

Closed harrowmykel closed 1 day ago

harrowmykel commented 1 day ago

Any Interestin using caching?

          i have 6gb of vram left, should be able to run a small LLM? but the gpu is basically always at 100% usage due to it constantly churning out new clips, so i don't know if it can handle another llm. i definitely CANNOT afford to spin up another gpu 😭
Screenshot 2024-08-12 at 23 26 40

Originally posted by @kennethnym in https://github.com/kennethnym/infinifi/issues/11#issuecomment-2285008188

kennethnym commented 1 day ago

the llm itself takes up a lot of vram, has nothing to do with it constantly generating audio. it uses that much ram regardless of whether it is doing something or not