llama-cpp

Tag

Cards List
#llama-cpp

Qwen 35B-A3B MoE vs 27B dense in local coding tests: ~4× faster, much smaller quality gap than I expected

Reddit r/LocalLLaMA · yesterday

A local experiment comparing Qwen 35B-A3B MoE and Qwen 27B dense on coding-maintenance tasks, finding the MoE model ~3.9× faster with a smaller quality gap than expected.

0 favorites 0 likes
#llama-cpp

Qwen 3.6 27B flags/settings in llama.cpp

Reddit r/LocalLLaMA · yesterday

A user shares their llama.cpp server configuration for running Qwen 3.6 27B on an RTX 5090, achieving 80-100 t/s, and asks the community for alternative settings and tips.

0 favorites 0 likes
#llama-cpp

llama.cpp PR reports up to 169% faster quantized-KV decode at 118K context on Intel Battlemage from one SYCL kernel switch

Reddit r/LocalLLaMA · 2d ago

A llama.cpp PR proposes switching quantized-KV decode from the VEC to TILE SYCL kernel on Intel Battlemage, reportedly delivering up to ~169% faster decode at 118K context. The PR is open with caveats and limited independent verification.

0 favorites 0 likes
#llama-cpp

A llama.cpp PR makes Q2_0 3.0–3.6x faster on x86 CPUs, 8B decode goes 2.39 → 8.20 tok/s

Reddit r/LocalLLaMA · 2d ago

A llama.cpp pull request adds an x86 VNNI implementation for Q2_0 × Q8_0 dot products, delivering 3.0–3.6x CPU-only speedups on Bonsai models with bit-for-bit kernel correctness and 99.2% token agreement.

0 favorites 0 likes
#llama-cpp

Dual 3090 setup: 400 pp t/s to 1600 pp t/s on Qwen 3.6 27B... with slightly lower tps.

Reddit r/LocalLLaMA · 2d ago

A user on a dual RTX 3090 setup discovers that llama.cpp's --split-mode tensor runs prompt processing on CPU (~400 t/s), while switching to --split-mode layer unlocks GPU prompt processing over 1600 t/s, with only a modest drop in token generation speed.

0 favorites 0 likes
#llama-cpp

Auto-fit vs tuned MoE offload: 564 → 1330 pp tok/s, unchanged decode (Qwen3.6-35B-A3B Q6 / RTX 3090)

Reddit r/LocalLLaMA · 3d ago

A developer benchmarks Qwen3.6-35B-A3B Q6 on an RTX 3090, showing that offloading eight MoE expert layers to CPU and increasing batch sizes improves prompt processing by 2.36× (564→1330 tok/s) with no decode speed regression, using evolutionary search to find the tuning config.

0 favorites 0 likes
#llama-cpp

Final optimization: from ~10 tok/s to ~15 tok/s on DeepSeek-V4-Flash-0731 at 128K ctx - 1 RTX 3090

Reddit r/LocalLLaMA · 3d ago

Tests et réglages détaillés pour optimiser DeepSeek-V4-Flash-0731 en GGUF sur une RTX 3090, atteignant ~15 tok/s à 128K de contexte grâce à différentes quantifications et paramètres de chargement.

0 favorites 0 likes
#llama-cpp

Qwen3-TTS voice cloning is now in mainline llama.cpp — the old demo finally became real support

Reddit r/LocalLLaMA · 4d ago

Qwen3-TTS voice cloning has been merged into mainline llama.cpp, enabling local text-to-speech with voice cloning from short reference audio via the llama-tts binary, supporting multiple languages. Limitations remain, including only the Base model and no server endpoint yet.

0 favorites 0 likes
#llama-cpp

A 2.6B model with tool calling and 128K context now runs at 30 tok/s on a phone

Reddit r/LocalLLaMA · 4d ago

Liquid AI released LFM2.5-2.6B, a 2.69B parameter model with 128K context and tool calling, optimized for multi-step agent workflows and capable of running at 30 tok/s on a phone with a 1.67GB Q4_K_M GGUF, though coding and knowledge-heavy tasks remain weak compared to larger models.

0 favorites 0 likes
#llama-cpp

Llama.cpp PR 8% speed boost

Reddit r/LocalLLaMA · 5d ago

A llama.cpp PR moves sampling from CPU to GPU, yielding 8% faster tokens on an RTX 5090 and ~4% on a Tesla P40 for Qwen3.6-35B inference.

0 favorites 0 likes
#llama-cpp

@no_stp_on_snek: Delayed but here it is. DeepSeek-V4-Flash-0731 in GGUF at 2.88 bits per weight, 95 GiB, fits and runs on one 128 GB box…

X AI KOLs Following · 6d ago Cached

DeepSeek-V4-Flash-0731 is released in GGUF format at 2.88 bits per weight (95 GiB), making the 284B-parameter MoE runnable on 128 GB machines. Includes a detailed operating guide and a required TurboQuant llama.cpp fork.

0 favorites 0 likes
#llama-cpp

DeepSeek V4 @ IQ3XXS on M1 Ultra 128GB- 16 tok/s in LM Studio after patch

Reddit r/LocalLLaMA · 6d ago Cached

A GitHub patch allows running DeepSeek V4 Flash in LM Studio on 128GB Macs by sideloading antirez's llama.cpp fork, working around struct-layout drift, decoding splits, and code-signing issues.

0 favorites 0 likes
#llama-cpp

llama.cpp just added MTP / DSpark support for DeepSeek V4 Flash

Reddit r/LocalLLaMA · 2026-08-02 Cached

llama.cpp has added support for MTP/DSpark on DeepSeek V4 Flash, enabling local inference with the popular C/C++ LLM runtime.

0 favorites 0 likes
#llama-cpp

PSA for DeepSeek-V4-Flash-0731 users — don't blow out your prompt cache with system role messages mid-conversation

Reddit r/LocalLLaMA · 2026-08-02

A PSA warning DeepSeek-V4-Flash-0731 users that system role messages are hoisted to the top, ruining prompt caching and proximity, and advising the use of latest_reminder instead.

0 favorites 0 likes
#llama-cpp

LiquidAI/LFM2.5-2.6B-GGUF

Hugging Face Models Trending · 2026-08-01 Cached

This Hugging Face model card presents LiquidAI's LFM2.5-2.6B model in GGUF quantized format, with instructions for running it locally via llama.cpp, vLLM, Ollama, and other tools.

0 favorites 0 likes
#llama-cpp

IQ3 DS out

Reddit r/LocalLLaMA · 2026-07-31 Cached

Unsloth releases an IQ3 GGUF quantization of DeepSeek-V4-Flash-0731, enabling local inference via llama.cpp, Ollama, LM Studio, and other tools.

0 favorites 0 likes
#llama-cpp

I thought I’d done something extraordinary by running massive models on standard smartphones but

Reddit r/AI_Agents · 2026-07-30

Creator of bigedgeonmoe open-source codebase enables running massive MoE models (up to 120B parameters) on mobile devices and consumer PCs, achieving 6 tokens/s for Qwen 35B on a mid-range phone.

0 favorites 0 likes
#llama-cpp

Benchmarked: MindControl for Llama.cpp

Reddit r/LocalLLaMA · 2026-07-30

Benchmark results for MindControl, a sampler-level guided reasoning budget for llama.cpp, show multi-stage signaling reduces token consumption without accuracy loss, and sometimes improves it on easier tasks.

0 favorites 0 likes
#llama-cpp

4090 + 5060 Ti + 64GB RAM: 206 t/s on a 35B-A3B, and a 122B at 37 t/s

Reddit r/LocalLLaMA · 2026-07-30

A user shares benchmark results for running large language models (Qwen 27B-122B) on a dual-GPU setup with RTX 4090 and RTX 5060 Ti, achieving high token generation speeds (e.g., 206 t/s on 35B-A3B, 37-41 t/s on 122B). The post includes setup details and a link to a GitHub repo with scripts and raw data.

0 favorites 0 likes
#llama-cpp

@gp_pulipaka: Ollama vs. LM Studio vs. llama.cpp: Which Local AI Runtime Should You Use in 2026? #BigData #Analytics #DataScience #AI…

X AI KOLs Timeline · 2026-07-30 Cached

A detailed comparison of three local AI runtimes—Ollama, LM Studio, and llama.cpp—helping practitioners choose the right one for their workflow based on interface, API compatibility, quantization control, and more.

0 favorites 0 likes
Next →
← Back to home

Submit Feedback