model-quantization

Tag

Cards List
#model-quantization

We quantized Qwen 3.8 27B and compared the quants on an RTX 6000

Reddit r/LocalLLaMA · yesterday

The team quantized Qwen 3.8 27B into various GGUF formats and benchmarked them on an RTX 6000, finding similar performance across quants with AD-Q6_K recommended for safety.

0 favorites 0 likes
#model-quantization

@NFTCPS: Running large models locally – looking at the hundreds of GB of weights and VRAM requirements, most people are discouraged immediately, and I was too. Colibri changes the game by treating VRAM, RAM, and disk as a unified hierarchy, streaming weights from disk on demand. Written in pure C with zero dependencies, it already has over 25,000 stars. Here are a few points: …

X AI KOLs Timeline · yesterday Cached

Introducing colibri, an open-source inference engine written in pure C that unifies VRAM, RAM, and disk as a hierarchical structure to stream large model weights, supporting various cutting-edge MoE models to run locally on consumer hardware, lowering the barrier to using large models.

0 favorites 0 likes
#model-quantization

we benchmark models nobody actually runs

Reddit r/LocalLLaMA · 2026-08-17

The article critiques the lack of systematic benchmarking for AI models in different quantization formats, highlighting discrepancies between benchmark results and real-world usage, and calls for more thorough evaluation.

0 favorites 0 likes
#model-quantization

NVIDIA-Nemotron-Labs-3-Puzzle-75B-A9B on 2x3090s

Reddit r/LocalLLaMA · 2026-07-16

A detailed guide on running the quantized NVIDIA-Nemotron-Labs-3-Puzzle-75B-A9B model on two RTX 3090s using vLLM with full 262K context, achieving high inference speeds without CPU offloading.

0 favorites 0 likes
#model-quantization

poolside/Laguna-S-2.1-GGUF

Hugging Face Models Trending · 2026-07-13 Cached

Poolside releases GGUF quantizations of the Laguna S 2.1 AI model, including a DFlash speculative decoding draft model, enabling efficient local inference with llama.cpp.

0 favorites 0 likes
#model-quantization

GLM 5.2 on consumer hardware

Reddit r/LocalLLaMA · 2026-06-25

A user tested the unsloth quantized GLM-5.2 model on a high-end consumer-like system with dual RTX 5090, achieving 12 tokens per second.

0 favorites 0 likes
#model-quantization

@PyTorch: Bridging the gap between model optimization and production deployment This tutorial walks through a typical end-to-end …

X AI KOLs Following · 2026-06-16 Cached

This tutorial from NVIDIA walks through the end-to-end workflow of converting an FP8-quantized PyTorch model into a TensorRT inference engine for production deployment, covering ONNX export and performance profiling.

0 favorites 0 likes
#model-quantization

I ported EXL3 to run well on Apple Silicon - PonyExl3

Reddit r/LocalLLaMA · 2026-06-15

Ported the EXL3 LLM codec to run on Apple Silicon via Metal, achieving high prefill and generation speeds on M5 Max (e.g., ~600 tok/s prefill, 17-80 tok/s gen on various models).

0 favorites 0 likes
#model-quantization

Unsloth Minimax M3 GGUF

Reddit r/LocalLLaMA · 2026-06-12

Unsloth is uploading a GGUF quantized version of the MiniMax M3 model to Hugging Face.

0 favorites 0 likes
#model-quantization

@snowboat84: https://x.com/snowboat84/status/2065215177029787705

X AI KOLs Timeline · 2026-06-11 Cached

This article is the middle part of the AI Engineering Landscape series, detailing core techniques such as inference optimization, model slimming (quantization, distillation, pruning, MoE), and speculative decoding, while reviewing the latest advances from hardware to the engineering stack.

0 favorites 0 likes
#model-quantization

Qwen 3.6 27B AutoRound GGUF, need your feedback

Reddit r/LocalLLaMA · 2026-06-10

A user shares their GGUF quantized version of Qwen 3.6 27B using AutoRound, claiming it performs better than other quants, and invites feedback.

0 favorites 0 likes
#model-quantization

@bnjmn_marie: For LFM2.5 8B A1B, the MoQ GGUFs are the best They have the best ratio accuracy/size Again, it's interesting to see the…

X AI KOLs Following · 2026-06-08 Cached

The poster states that the MoQ GGUFs of the LFM2.5 8B A1B model offer the best accuracy-to-size ratio, advising against using versions with less than 95% accuracy recovery.

0 favorites 0 likes
#model-quantization

@PyTorch: Model Optimization and Post-Training Quantization Model quantization is an effective method to reduce VRAM usage and im…

X AI KOLs Following · 2026-05-26 Cached

This post from NVIDIA explains how to use the NVIDIA Model Optimizer library to quantize a CLIP model to FP8 using post-training quantization, reducing VRAM usage and improving inference performance on consumer GPUs.

0 favorites 0 likes
#model-quantization

MagicQuant (v2.0) - Hybrid Mixed GGUF Models + Unsloth Dynamic Learned Quant Configurations + Benchmark table with collapsed winners and more

Reddit r/LocalLLaMA · 2026-05-12

MagicQuant v2.0 is a pipeline for creating hybrid mixed GGUF quant models, learning from Unsloth and other methods to find optimal quant configurations based on KLD benchmarks, with a focus on nonlinear wins and anomaly detection.

0 favorites 0 likes
#model-quantization

Why your current hardware will choke on 2026 Multi-Agent workflows (Mac Studio vs. RTX 5090)

Reddit r/ArtificialInteligence · 2026-05-11

Comparison of hardware requirements for running multi-agent AI workflows locally, highlighting VRAM and KV Cache constraints.

0 favorites 0 likes
#model-quantization

@ClementDelangue: Local AI is having its moment! Below is the number of new GGUF models created each month over the past 8 months & insig…

X AI KOLs Following · 2026-05-10

The article highlights a significant surge in the creation of local AI GGUF models on Hugging Face, with monthly additions nearly doubling to over 9,000 in recent months, driven by improved tooling and new open-weight releases.

0 favorites 0 likes
#model-quantization

@0xSero: Just added 2 new model compressions: Hy3-FP8 & NVFP4 I recommend trying this model it's very strong and fits on 256gb o…

X AI KOLs Following · 2026-05-10 Cached

0xSero has released new FP8 and NVFP4 quantized versions of the Tencent Hy3-preview model, enabling it to run on 256GB VRAM with full context.

0 favorites 0 likes
#model-quantization

INT3 compression+fused metal kernels [R]

Reddit r/MachineLearning · 2026-04-22

Solo researcher released Spiral, a tool that compresses LLMs to INT3 and KV-cache to INT2 with custom fused Metal kernels for Apple Silicon, currently shipping Qwen-7B preview.

0 favorites 0 likes
#model-quantization

@0xSero: Finally GLM-5.1-505B-REAP-NVFP4 45 tokens/s decode 1350 tokens/s prefill 32% prune This was the hardest I ever worked t…

X AI KOLs Timeline · 2026-04-20 Cached

Developer @0xSero achieved high-performance inference on an optimized GLM-5.1-505B variant using NVFP4 quantization and 32% pruning, reaching 45 tokens/s decode and 1350 tokens/s prefill speeds.

0 favorites 0 likes
← Back to home

Submit Feedback