I Self-Hosted Llama 3.2 with Coolify on My Home Server
1–10 of 94 posts
Re: I Self-Hosted Llama 3.2 with Coolify on My Home Server
#2However, Do I need to Install CUDA toolkit on host?
I haven't install CUDA toolkit when I use on Containerized platform (like docker)
Re: I Self-Hosted Llama 3.2 with Coolify on My Home Server
#3Great post! However, Do I need to Install CUDA toolkit on host? I haven't install CUDA toolkit when I use on Containerized platform (like docker)
Nvidia driver + Nvidia container toolkit would do the job. You could check official instructions at [0]
[0] https://docs.nvidia.com/datacenter/cloud-native/container-to...
Re: I Self-Hosted Llama 3.2 with Coolify on My Home Server
#4Re: I Self-Hosted Llama 3.2 with Coolify on My Home Server
#5Re: I Self-Hosted Llama 3.2 with Coolify on My Home Server
#6I’m curious about how good the performance with local LLMs is on ‘outdated’ hardware like the author’s 2060. I have a desktop with a 2070 super that it could be fun to turn into an “AI server” if I had the time…
Edit: I've loaded llama 3.1 8b instruct GGUF and I got 12.61 tok/sec and 80tok/sec for 3.2 3b.
Re: I Self-Hosted Llama 3.2 with Coolify on My Home Server
#7I’m curious about how good the performance with local LLMs is on ‘outdated’ hardware like the author’s 2060. I have a desktop with a 2070 super that it could be fun to turn into an “AI server” if I had the time…
However I've found quality of smaller models to be quite lacking. The Llama 3.2 3B for example is much worse than Gemma2 9B, which is the one I found performs best while fitting comfortably.
Actual sentences are fine, but it doesn't follow prompts as well and it doesn't "understand" the context very well.
Quantization brings down memory cost, but there seems to be a sharp decline below 5 bits for those I tried. So a larger but heavily quantized model usually performs worse, at least with the models I've tried so far.
So with only 6GB of GPU memory I think you either have to accept the hit on inference speed by only partially offloading, or accept fairly low model quality.
Doesn't mean the smaller models can't be useful, but don't expect ChatGPT 4o at home.
That said if you got a beefy CPU then it can be reasonable to have it do a few of the layers.
Personally I found Gemma2 9B quantized to 6 bit IIRC to be quite useful. YMMV.
Re: I Self-Hosted Llama 3.2 with Coolify on My Home Server
#8I’m curious about how good the performance with local LLMs is on ‘outdated’ hardware like the author’s 2060. I have a desktop with a 2070 super that it could be fun to turn into an “AI server” if I had the time…
Re: I Self-Hosted Llama 3.2 with Coolify on My Home Server
#9Personally, I have some notes and bookmarks that I'd like to scrape, then have an LLM summarize, generate hierarchical tags, and store in a database. For the notes part at least, I wouldn't want to give them to another provider; even for the bookmarks, I wouldn't be comfortable passing my reading profile to anyone.
Re: I Self-Hosted Llama 3.2 with Coolify on My Home Server
#10I’m curious about how good the performance with local LLMs is on ‘outdated’ hardware like the author’s 2060. I have a desktop with a 2070 super that it could be fun to turn into an “AI server” if I had the time…
Here's how it looks like in real time: https://youtu.be/3vhJ6fNW8AI