Running qwen 3.6 / 2.8 on 3090+3080 over RPC?
A user reports running Qwen 3 Coder 30B A3B, Qwen 3.6 27B, and Qwen 3.8 27B on a local machine with a 7800X3D, 64GB DDR5, and an RTX 3090 24GB, achieving about 70 tokens per second on Qwen 3.8 27B, an…
A user reports running Qwen 3 Coder 30B A3B, Qwen 3.6 27B, and Qwen 3.8 27B on a local machine with a 7800X3D, 64GB DDR5, and an RTX 3090 24GB, achieving about 70 tokens per second on Qwen 3.8 27B, an…
A developer discovered that Ollama 0.32.14 silently falls back to CPU inference on NVIDIA GPUs with compute capability 8.6 (such as RTX 30-series and A6000) because the bundled CUDA kernels omit sm_86…
Meta's Muse Glimmer 30B model can be run locally on an RTX 3090 GPU using llama.cpp, DFlash speculative decoding, and Pi, achieving speeds of 46 to 127 tokens per second for agentic coding tasks. The …
Two benchmarks of Qwen3.8-27B on a single RTX 3090 show a 3.2x performance gap: 41.49 tok/s with llama.cpp (build b10088) versus 132 tok/s with vLLM using a DFlash2 block drafter, according to Insider…
Meta's Llama 3.1 70B model can now run on a single 24GB consumer GPU using GGUF or EXL2 quantization, achieving 5-10 tokens per second on an RTX 3090, according to a deployment guide. The guide recomm…
Ollama and OpenCode now enable running Qwen3.8-27B as a local AI coding agent with just three terminal commands, according to a guide from OpenCode. The process involves installing Ollama, pulling the…
A developer detailed the process of running Qwen3.8-27B on dual RTX 3090s without NVLink under WSL2, achieving 170-210 tok/s on code/JSON. The setup required specific CUDA 13.0 toolchain, SGLang 0.5.1…
The memory ceiling on local GPUs is the most reliable predictor of cloud inference cost trends, according to an analysis of 2026 hardware and pricing data. The article calculates that a 70B model requ…
A developer tested running coding models locally via Ollama and found that DeepSeek-Coder-V2 on an RTX 3090 delivers 0.2s time to first token and 45 tokens per second, compared to GPT-4o's 1.1s and 60…
Meta released Muse Glimmer, a 30 billion parameter open-weight language model under Apache 2.0, designed for agentic tasks and positioned as a competitor to Qwen 3.6 27B. The model is available as an …
AlphaPebble Labs engineers detailed a field guide for training AI models on RunPod's rented GPU infrastructure, highlighting edge cases such as the SSH gateway acting as a console rather than an exec …
A RAM shortage has doubled memory prices in six months and forced Apple to discontinue the 64GB Mac Mini and 128GB Mac Studio, making local AI hardware significantly more expensive. A 32GB memory kit …
A developer reports that running Llama 3.1 8B locally on an RTX 3090 enables secure code reviews with full control over context and system prompts, achieving 1.2-second response times on 50-line snipp…
A user reports that deploying the full 671B parameter DeepSeek-R1 model locally requires over 100GB of VRAM and is impractical on consumer hardware, with CUDA out-of-memory errors occurring even at sm…
Sample quality, not length, is the primary driver of voice cloning realism, with reverb being the most damaging artifact because it becomes permanently embedded in the speaker embedding, according to …
Qwen 2.5-32B MoE, a Mixture-of-Experts model activating only about 3B parameters per token, runs efficiently on a single RTX 3090 with 18-22GB VRAM usage and high tokens per second, outperforming stan…
Benchmarking Qwen 3.6 35B MoE (3B active) on an RTX 3090 using Unsloth's UD-IQ4_NL_XL quantisation achieved up to 140 tokens per second for generation and over 3,300 tok/s for prompt processing with a…
Running Qwen locally via Ollama or vLLM with a local Python environment avoids cloud data exposure and token limits, enabling iterative work on large datasets. Qwen2.5-Coder (7B) on an RTX 3090 genera…
Nvidia's NVLink bridge boosts prompt processing by 30% and FSDP training by nearly 3x on dual RTX 3090s, but token generation and DDP training show no benefit, according to tests by a developer runnin…
James O'Beirne's GitHub repo 'local-llm' documents his experience building and running large language models on local hardware, covering configurations from a $2k setup with two RTX 3090s to a $40k bu…