r/LocalAIServers

▲ 10 r/LocalAIServers+1 crossposts

Quadro RTX 5000 16 GB + ​Dual GeForce RTX 3060 12GB = 40GB of vram

This is my local AI Server. It runs the best local model around qwen3.8:27b via ollama. I was inspired by Digital Spaceport on YouTube to make a 8-bit style arcade suite in a html file so i can host it on my website. I used hermes for my agent and it worked great, after a few update prompts it was finished - PIXELARCADE.

Ollama question:
The system has 40GB of Vram. qwen3.8:27b uses 23gb of vram in my setup. When I run gemma4:12b while qwen3.8:27b is loaded, 9.7gb is used. but the CPU is being used with a 16%:CPU 84%:GPU split. Why dose this happen? how can i fix it? will llama.cpp solve my issues?
This server only supports 1-2 users and I would like to run qwen3.8:27b and one more smaller model.

https://sikiru-ekunsumi.xyz/Projects.html

https://digitalspaceport.com/qwen-3-8-27b-review-prompts-and-vllm-settings/

u/Sik-Server — 18 hours ago

AMD/ROCm vs Nvidia/Cuda: how big a trade-off for a local RAG build?

I’m building a fully local RAG system for ~2000 complex documents, with a target of 3–5 concurrent users initially and eventually 5–10, using Open WebUI, Docling/custom PDF parsing, pgvector, BGE-M3/reranking, and local LLM serving. I’ve ruled out Apple/MLX as the main production path because concurrency is weak. I’m building a 3×AMD Instinct MIx ROCm server because the HBM capacity/bandwidth per dollar is much better than current NVIDIA workstation cards.

What I’m trying to understand from people who have actually run production-ish local LLM/RAG workloads on Instinct MI200/ROCm is: how big is the real “engineering friction” penalty versus CUDA today—model compatibility, vLLM/SGLang stability, quantization/kernel support, RCCL/multi-GPU issues, upgrades breaking things, etc.—and is that trade-off reasonable if the goal is sustained 5–10 user concurrency without spending RTX PRO 6000-class money?

My fallback is a capable but slow 2xDGX Spark/GB10 mainly as a CUDA-compatible reference and compact inference box**. Will appreciate your feedback/experiences before investing $20K-ish into this ROCm custom build.** 

Thanks you!

reddit.com
u/ipco — 23 hours ago

What the point of ComfyUI?

Before I get thrashed by people for asking a seemingly stupid question. I am new to this part of A.I. All the A.I stuff I've been doing is text-to-text (mostly coding). So be gentle please.

Recently I got Qwen-Image-Edit on my A.I server. It generates images fine without downloading ComfyUI. I set it up with a simple python server and it works fine.

This leads me to ask, why should I download ComfyUI? What does it do that can't be done with just a simple python script? Is it just the ability to visually connect lines between parts of the workflow? Note that I am a software engineer, and actually prefer command line interfaces for making stuff in most cases. Is there some other benefit I am missing?

reddit.com
u/Civil_Fee_7862 — 1 day ago

Help me decide.

Help me decide between two cards for local AI messin':

  • More common: AMD Radeon Pro card (RDNA 2.0) with 32GB of VRAM
    • Pros: Common, supported by a lot of software. More VRAM, cheaper.
    • Cons: Older architecture. Will likely sound like a jet engine strapping a fan to it.
  • Less common: Tenstorrent p100a with 28GB of VRAM
    • Pros: New, mission dedicated local LLM card. Good vram, interesting alternative design. Quieter. Open Source.
    • Cons: New, less developed software ecosystem. Expensive.

The Tenstorrent card is a *LOT* more, but a lot more interesting to me. The Radeon Pro is more common and likely supported by more software... but a bit more boring.

Don't mention NVIDIA. I run Linux and NVIDIA cards always suck to use.

Looking for something that will be useful for 3-5 more years. No worried about graphics use.. this is a dedicated AI LLM card. (I currently have an RX 6700 XT which is fine... but most models don't fit in 12GB)

reddit.com
u/FuzzyMolasses5686 — 2 days ago
▲ 2 r/LocalAIServers+1 crossposts

GPU Recommendation for Homelab

Buying my first dedicated inference GPU for an existing Proxmox homelab. I've narrowed it to three cards and keep going in circles, so I'd rather hear from people actually running them. I am very new to local AI and am mostly interested in this purchase to learn. Budget is up to $1500 for the card.

The box

Ryzen 7 9800X3D / ASUS ROG STRIX X870E-E / 32GB DDR5-6000 (two slots free) / Corsair HX1000i 1000W / PCIe 5.0 x16 available / Proxmox VE 9.2, kernel 7.0.14-11-pve.

Two things that matter more than the specs:

  • It's on 24/7 and already runs my whole homelab, so idle power and driver stability are important.
  • Everything runs in unprivileged LXC containers (today), not VMs. So passthrough for me means driver on the Proxmox host (correct me if I'm wrong when it comes to having a dedicated GPU here). The iGPU currently handles Jellyfin transcoding this way.

What I want to run

Mainly local LLM inference - general chat, coding help, and a homelab agent that monitors/reads logs and configs and suggests fixes. Secondary: Immich CLIP search and face recognition and possibly implementing one of the Paperless AI solutions.

Speed is not super important to me, but I'd like enough responsiveness that I'm not losing patience for a simple inquiry. The vast majority of my use case is monitoring services across Proxmox, my UNRAID NAS, a backup NAS, and my Unifi-based network. I'm assuming this is a fairly light load that smaller models can handle, but also want an LLM to be able to help me diagnose and troubleshoot.

The options

Used RTX 3090 RX 7900 XTX Radeon AI PRO R9700
VRAM 24GB 24GB
Bandwidth ~936 GB/s ~960 GB/s
TDP 350W 355W
Price ~$1,000–1,100 used ~$700–900
Stack CUDA ROCm

My questions

1. Is 32GB at 640 GB/s actually better than 24GB at ~940 GB/s here? This is the whole decision. The R9700 fits a bigger model; the other two are faster on whatever fits. For a mixed agent + photo-ML workload, which way does that fall in practice?

2. How much CUDA-only pain am I avoiding by paying the NVIDIA tax?

3. Anyone running ROCm on a current Proxmox kernel? I'm on 7.0.14-11-pve.

4. Idle power, real numbers? With a model loaded and sitting there vs unloaded.

One AMD-specific worry: my iGPU is /dev/dri/renderD128 and that path is passed into my Jellyfin container. A second AMD card means two render nodes with no guaranteed stable numbering. A udev rule pinned to the PCI address might fix it, but is that a non-issue in practice, or a recurring annoyance?

Thank you in advance. I'm happy to answer questions about the setup.

reddit.com
u/scubadave — 2 days ago

The Baby

  • Role: Primary local AI inference server
  • CPU: Intel Core i7-12700 (12 cores / 20 threads)
  • Memory: 64 GB RAM
  • Primary GPU: AMD Radeon AI PRO R9700 (32 GB VRAM) for large-model inference
  • Secondary GPU: RTX 3060 Ti (8 GB) for lighter CUDA work and fallback tasks
  • Storage: 2 TB NVMe SSDs for models, caches, and the working environment; 4 TB HDD for datasets and archives

Fun value unlimited *

u/the_616 — 2 days ago
▲ 8 r/LocalAIServers+1 crossposts

Running 1T+ Models on Shared GPU Meshes?

Look, I'm probably the idiot here, but I really want to be able to use things like Kimi K3 with hardware I actually own. I suspect there may be other people that are also dreaming of this day, but ultimately have a single GPU dangling by a thread from their machine. So, I wonder if a group of us could put our GPUs into a cluster and essentially time-share our much larger cluster to actually run frontier-level models as a group? The cost is simple: you get your portion of the cluster's compute for free. If you want more, you essentially beg, borrow, or buy it.

Why hasn't this been done? Have I missed something in the market?

reddit.com
u/aliljet — 3 days ago
▲ 15 r/LocalAIServers+1 crossposts

3rd GPU connection with riser

Added 3rd GPU and now getting VGA error LED on motherboard. 99% seems riser fault cause it isn't working with any GPU in any slot even when one GPU connected but maybe anybody had something similar with Gigabyte B850 motherboards? PCIe 3.0 x16 30cm riser. Everything was powered on, photo was done before connecting power cable.

Reordered 4.0 20cm.

u/esw123 — 2 days ago

Rtx 5080 +5060 :)

My precious 💖

Currently Running 3 Local Models (llama.cpp, ALL 3 run in Claude Code):

SEAT 1 - LONG-CONTEXT DAILY DRIVER. Current incumbent: Qwen3.8-27B-Heretic-Q4_K_M. Measured at 64K: 30.80 tok/s on an empty context and 22.98 tok/s after the same approximately 61K-token prompt. Its job is 96K–112K terminal-log and evidence work.

SEAT 2 — RARE QUALITY MODE. Current incumbent: Qwen3.8-27B-AEON-ULTIMATE-UNCENSORED-Q5_K_M.gguf, exact size 17.91 GiB. It already loaded at context 65536, generated 1500 tokens at 19.09 tok/s, processed a 61,387-token prompt, then generated another 122 tokens at 17.07 tok/s with truncation=0.

SEAT 3 — MTP SPEED MODE. Current incumbent: AEON-ULTIMATE-UNCENSORED-IQ4_XS.gguf with an embedded MTP head.

u/DanManREAL_GRIND — 2 days ago
▲ 8 r/LocalAIServers+1 crossposts

2 MI210 or 5090

5090's used price been skyrocketing, then there's taobao sellers claiming to have the MI210 for just under RMB 20,000 ($3k) Is the MI210 good or it has to be bridged with quad cards to actually see some benefits?

reddit.com
u/javaeeeee — 3 days ago

With USB4STREAM support merged into Linux 7.2 (soon to be released) are there any inference runtimes/projects that make use of it already?

As in the title. I came across a post here that referenced the blog post below :

https://blog.hellas.ai/blog/thunderbolt-ibverbs/

Are there any vLLM (or llama.cpp etc.) forks or at least early implementation attempts/ plans that make use of USB4STREAM?
Basically , it should allow to drastically reduce cross node latency(so improve inference) vs ordinary USB 4 (or non RDMA Ethernet network) as it removes the whole network stack overhead .

So e.g. with two PCs , equipped with USB 4 40Gbit ports you’d just need to get a cheap passive cable for pipeline parallelism to be viable solution.

llama.cpp RPC can be used for such , but standard Ethernet latency / overhead makes it far from ideal.

reddit.com
u/voyager256 — 2 days ago
▲ 12 r/LocalAIServers+2 crossposts

How is your experience using local AI to your browser

Little thing that stuck with me lately:

More than 30% of surfmind users run local models. We went hard on that support from day 1 and it’s cool to see people actually using it that way.

Would love to get more feedback from self-host folks on your experience with surfmind

u/Unlikely_Resist281 — 3 days ago

My rig

5090 with WireView Pro II + 3090 on a Fractal Meshify 2 XL case.

Been upgrading since 2024 and I wish I had bought 2x64gb back then.

The 2x32gb RAM sticks were 209€

Complete specs:

9800X3D

X870E Taichi

64 gb DDR5 30 CL 6000 mhz 32x2

5090 Astral - bought before the price hike in back in 2025

EVGA 3090 I bought used in 2024 from a miner - changed the pads and paste works like a charm.

1200w PSU

+3 NVME SSDs and a 12tb hdd drive, all bought before the price hike.

Running pi / hermes with qwen 3.8 27b at q6 on the 5090 - full context + vision and turboquant with beellama.
If I want to run both GPUs I use qwen 3.8 27b at Q8
Using Cachyos headless most of the time to save up VRAM.

I know my PSU is "short" for these 2 GPUs, at the same time, but the 5090 is power capped to 400w + max 1600 clock - i'm not getting the most out of it but performance is decent for what I need.

The 3090 power capped to 250w + 1400 mhz clock

I can run Deepseek v4 flash IQ3xxs albeit at low PP, 16-20 tk/s, which is a bit painful, so I really don't use it as much as I use Qwen.

When I want speed for more basic stuff, I load up NInfer qwen 3.6 35B, it's insanely stupid on a powercapped 5090 at 300 tk/s average. It's great for really bursty inferance with Hermes, some drafts etc.

u/veigatmv — 3 days ago
▲ 5 r/LocalAIServers+1 crossposts

M3 Ultra up for sale or trade + cash

I have an M3 Ultra 512gb ram 1Tb, up for sale. Would accept a m5 max 128gb laptop + cash as well. DM to chat. No longer need cause I have 2 rtx pros for inference and prefill is mid on m3 ultra where TTFT is too slow for me to actually find usability in local models. I don’t have a firm asking price in mind, nothing as absurd as 25k , but enough to get an m5 max 128 Mbp and have some cash left over so maybe like 17k?

reddit.com
u/Then_Advisor_5879 — 3 days ago

LLM Build with 2x MI50 16GB

Little show-off of my LLM build.

Relevant Specs:
2x MI50 16GB (Capped at 150W)
Intel Xeon E5-2680 v4 14/28
32GB DDR4 RAM

Using llama.cpp with Qwen3.8-27B-UD-Q5_K_XL (MTP) i reach about ~20t/s. it can go up to ~30t/s depending on the workload, especially if i remove the Powercap.

All in all this build cost me ~650€ including case, PSU, ram, gpus, cpu and fans.

u/Haron51255 — 4 days ago
▲ 11 r/LocalAIServers+1 crossposts

qwen 3.8 27B vs enterpise

local models are great until you realize you'd rather use the machine to play games instead of running long and heavy context workflows.

super annoying, so I set out to experiment with harnesses that can solve these types of problems that closely resemble real world engineering problems.

you can't beat enterprise, but you can get close with a 90% or so saving if you choose the right harness.

Harrison Kinsley recently posted something similar on his channel. highly recommend you check it out.

here are some highlights;

- experiment cost: total marginal cost 60c of electricity for the qwen 3.8 27B. about 9–$11 for the same token traffic on enterprise.

- about 90–95% inference cost reduction for frontier-adjacent output.

- swapping only the agent harness context window (131K → 32K context, managed tool output) completed the task 4x faster with 3x fewer tokens with the same model, same GPU.

thoughts?

u/nroshania — 4 days ago