llama-cpp

Tag

Cards List
#llama-cpp

1x32GB V100 vs 2x16GB V100 vs 5060ti 16GB for QWEN 3.8

Reddit r/LocalLLaMA · 2026-08-30

A user is considering upgrading from a 5060ti 16GB to either 1x32GB V100 or 2x16GB V100 for better performance with the Qwen 3.8 model using llama.cpp, and asking for other options in a similar price range.

0 favorites 0 likes
#llama-cpp

Qwen3.8-Flash-Next optimised for Macs

Reddit r/LocalLLaMA · 2026-08-30

The article details custom optimizations for running the Qwen3.8-Flash-Next AI model on Mac M1 Max hardware, including SSD streaming, custom quantizations, and a sparse attention mechanism to improve performance.

0 favorites 0 likes
#llama-cpp

Ran Qwen3.8-Flash-Next (79 GB, 2-bit) at 350K ctx for 3.5 hours on a 128 GB M5 Max — speed vs context depth, 100 turns, one graph

Reddit r/LocalLLaMA · 2026-08-30

This article reports on running the Qwen3.8-Flash-Next model on a MacBook Pro M5 Max, benchmarking speed versus context depth over 100 turns, with insights into performance and issues like role confusion at long contexts.

0 favorites 0 likes
#llama-cpp

Nemotron-3.5-Lightning at 11.77 GiB, a 16 GB option for a model that didn't have one

Reddit r/LocalLLaMA · 2026-08-29

ShimQuant enables running Nemotron-3.5-Lightning on 16 GB GPUs with a 11.77 GiB quantized file, providing a usable option below previous 18 GiB limits.

0 favorites 0 likes
#llama-cpp

llama.cpp Open PRs list - CPU/RAM/Disk/Hybrid Related - Better for CPU-only & Hybrid inference

Reddit r/LocalLLaMA · 2026-08-29

A call for contributions to open pull requests in llama.cpp aimed at optimizing CPU, RAM, disk, and hybrid inference for faster performance, targeting completion by year-end.

0 favorites 0 likes
#llama-cpp

@sachindetrax: 262K context. On a 16GB RTX 5070 Ti. Qwen 3.8 27B Q3 hits ~25 tok/s while an adaptive llama.cpp fork streams KV cache b…

X AI KOLs Timeline · 2026-08-29 Cached

An adaptive KV cache streaming fork of llama.cpp enables running the Qwen 3.8 27B model with 262K context on a 16GB RTX 5070 Ti GPU, achieving ~25 tok/s by efficiently managing memory between RAM and VRAM.

0 favorites 0 likes
#llama-cpp

An official 1-bit quant for Hy4??? 👀

Reddit r/LocalLLaMA · 2026-08-29 Cached

This article presents official 1-bit quantization builds for the Hy4 preview model, offering GGUF files with reduced sizes and instructions for running on patched llama.cpp.

0 favorites 0 likes
#llama-cpp

Qwen3.8-Flash-Next + MTP on Strix Halo: Vulkan Runtime Notes

Reddit r/LocalLLaMA · 2026-08-29

Benchmark results for running Qwen3.8-Flash-Next with MTP on Strix Halo hardware using the Vulkan backend in llama.cpp, including performance metrics and observations on output quality.

0 favorites 0 likes
#llama-cpp

AtomicChat/Qwen3.8-Flash-Next-GGUF is Really Good

Reddit r/LocalLLaMA · 2026-08-29

The AtomicChat quantization of Qwen3.8-Flash-Next-GGUF significantly reduces memory usage from 106GB to 65GB while maintaining good inference performance, making it more efficient for hardware-limited setups.

0 favorites 0 likes
#llama-cpp

Qwen3.8-Flash on RTX3090 + 64GB RAM (but you only need 12GB VRAM)

Reddit r/LocalLLaMA · 2026-08-28

This article provides a detailed guide on running the Qwen3.8-Flash AI model on an RTX 3090 with 64GB RAM, discussing performance metrics, quantization settings, and deployment steps using tools like llamacpp.

0 favorites 0 likes
#llama-cpp

Run Qwen3.8 27B locally: real numbers from my Mac Studio

Hacker News Top · 2026-08-28 Cached

The article provides real-world performance benchmarks for running the Qwen3.8 27B AI model locally on a Mac Studio, comparing it to its predecessor and discussing hardware requirements and quantization effects.

0 favorites 0 likes
#llama-cpp

It's unbelievable! I used the mmap function in llama.cpp to fit Qwen3.8-Flash-Next IQ3_XSS into 16G+64G RAM, and the speed still reached 26t/s.

Reddit r/LocalLLaMA · 2026-08-28

A user successfully used the mmap function in llama.cpp to fit the Qwen3.8-Flash-Next IQ3_XSS model into 16GB+64GB RAM, achieving a speed of 26 tokens per second, which outperforms a larger non-MOE 30B model.

0 favorites 0 likes
#llama-cpp

TQwen 3.8 flash next ud1s on 6gb vram and 16 gb system ram

Reddit r/LocalLLaMA · 2026-08-28

A user shares their experience running the Qwen 3.8 flash next model on a system with 6GB VRAM and 16GB RAM using llama.cpp, achieving 6-7 tokens per second with 1-bit quantization, and asks for recommendations on quantization variants.

0 favorites 0 likes
#llama-cpp

how to setup llama.cpp and blender to make lovely 3d stuff together

Reddit r/LocalLLaMA · 2026-08-28

This article provides a step-by-step guide on setting up llama.cpp with Blender using the Model Context Protocol (MCP) to generate and manipulate 3D scenes through AI commands.

0 favorites 0 likes
#llama-cpp

Qwen3.8-27b q8 KV cache does seem to actually hurt model performance

Reddit r/LocalLLaMA · 2026-08-28

The article discusses how on-the-fly KV cache quantization can reduce long-context model performance due to compounding errors, based on experiments with Qwen3.8-27B.

0 favorites 0 likes
#llama-cpp

Qwen3.8-Flash-Next (UD-IQ4_XS) on 2x RTX 3060 + 7800X3D, from initial 36 tps prefill to 400 tps and other benchmarks (-sm tensor trap) + VRAM/RAM usage

Reddit r/LocalLLaMA · 2026-08-28

The article benchmarks llama.cpp and ik_llama.cpp for running the Qwen3.8-Flash-Next model on dual RTX 3060 hardware, showing that optimizing tensor splitting and ubatch settings can dramatically improve prefill speed from 36 t/s to 400 t/s, with comparisons of RAM usage.

0 favorites 0 likes
#llama-cpp

I reverse-engineered an NPU vendor's engine format (int8 weights stored as two nibble planes) to run GGUFs with no model conversion — now 1.5× faster than the vendor's own runtime

Reddit r/LocalLLaMA · 2026-08-28

Reverse-engineered the Axera AX8850 NPU's int8 weight format to enable direct GGUF inference in llama.cpp, achieving up to 24.5 t/s decode and 716 t/s prefill on a Raspberry Pi 5, outperforming the vendor's runtime by 1.5×.

0 favorites 0 likes
#llama-cpp

llama.cpp support for Qwen3.8-Flash-Next has been merged

Reddit r/LocalLLaMA · 2026-08-27 Cached

Support for the Qwen3.8-Flash-Next model has been merged into llama.cpp, enhancing its capabilities for local LLM inference in C/C++.

0 favorites 0 likes
#llama-cpp

With HuggingFace, Nvidia is also acquiring llama.cpp and the team behind it

Reddit r/LocalLLaMA · 2026-08-27

Nvidia's acquisition of HuggingFace could lead to changes in the open-source llama.cpp project, raising concerns about future licensing and project direction.

0 favorites 0 likes
#llama-cpp

Support for DFlash2 in llama.cpp has been merged! - spec : add DFlash2 support (local convolution + candidate selector) by SubSir · Pull Request #27342 · ggml-org/llama.cpp

Reddit r/LocalLLaMA · 2026-08-27 Cached

Support for DFlash2 has been merged into llama.cpp via pull request #27342, adding local convolution and candidate selector features to the LLM inference tool.

0 favorites 0 likes
← Previous
Next →
← Back to home

Submit Feedback