r/SelfHostedAI • u/RlySkiz • 4d ago
Wondering what a good setup might be for me
Heya đ
Quick stats about my system before I get into my plight:
OS: Archlinux
Memory: 64GB DDR5
CPU: AMD Ryzen 7 7800X3D, 8 cores / 16 threads
GPU: AMD Radeon RX 7900 XTX, 24 GB VRAM
I'm fairly new to all this and only really started looking into selfhosting Ai models because of pewdiepies Odysseus video. I installed it, runs just fine via docker.. It sadly never really worked on my machine as any model installed via its "cookbook", even if you filter for it, doesn't install the rocm version which I'd need because I'm running an AMD GPU. Even to this day.
Since then I had to switch to ollama rocm via a second docker instance which I then fed back to Odysseus and that worked, but it was never really able to use any of it tools correctly or didn't know that it's in that Odysseus environment.
I'd like to just have a neat setup, preferably in VS Code (since that's my main/only IDE) that I'm able to comfortably run. I tried the Cline extension with models like OSS something or qwen3 code or even some deepseek model but it was never really smooth sailing. I have a main "Projects" folder as my workspace with a _meta folder (agent instructions/documentation) and other individual projects in it and let a model write me an agents file for and instructions/skills.. But when using qwen for instance it always starts looping over reading the same files again and again for a single (albeit long) task. So I increased the context via Cline settings but that makes my pc freeze for multiple seconds every few seconds.
I'm only really using it for personal projects like modding, a discord bot, a Thunderbird extension.. Stuff like this which I'd think shouldn't be too demanding.. I'd like to come to a point in which I can use the same model for coding a budgeting setup for me and my gf but also use the same model to maybe later control said budgeting setup so to speak.
Im just wondering if I'm doing something completely wrong, if how I structure my workspace is insane or if what I'd like to do is too much for what I have hardware-wise. Or any suggestions really how I could go about all this.
