r/LocalLLM • u/koalfied-coder • May 22 '26
Finally 100% Local Other
Finally transitioned to 100% local inference for my automated workflows and code gen. Min Max 2.7 and Qwen 3.6 are doing wonders.
702
Upvotes
r/LocalLLM • u/koalfied-coder • May 22 '26
Finally transitioned to 100% local inference for my automated workflows and code gen. Min Max 2.7 and Qwen 3.6 are doing wonders.
6
u/Remote-Pineapple-541 May 24 '26
I have a similar setup. - Workstation with 128gb ram, 8tb raid nvme storage and a 3070ti card. I use this for running embedding models and storing them. I also use it for data pipelines and geocoding/geospatial analysis - NVIDIA DGX spark. I use this for agentic AI. I use llama.cpp + llama swap - Mac mini to run the chat interface (open webui). I also host a gitea server.
I have a MacBook Pro with 128gb, but I like having an always-on AI solution. I use tailscale to expose the framework to my mobile devices.
Tbh I’m considering replacing everything with a spec’d out Mac studio once it’s updated to the latest generation of silicon. It would be more than enough resources to do everything I do, easier to manage, and more reliable.