local-llm

Tag

Cards List
#local-llm

Observations on Muse-Glimmer reasoning traces being noticeably different from qwen / gemma models and questions for you guys

Reddit r/LocalLLaMA · 7h ago

A user shares observations about Muse-Glimmer's reasoning traces, noting they appear disorganized and repetitive compared to Qwen and Gemma models, and asks the community about their experiences.

0 favorites 0 likes
#local-llm

Tested Muse Glimmer locally on coding with OpenCode & agentic work

Reddit r/LocalLLaMA · 12h ago

A user shares local testing of Muse Glimmer (Q4 quant via Unsloth) on llama.cpp with OpenCode, noting it performs below Qwen3.6 27B but had reliable tool calls.

0 favorites 0 likes
#local-llm

Muse Glimmer ACTUALLY fits on a single RTX 3090

Reddit r/LocalLLaMA · 17h ago

User reports that Muse Glimmer, a 30B model, fits on a single RTX 3090 with full 256k context using Q4_K_XL quantization and DFlash, achieving 64-124 tok/s and perfect long-context retrieval, unlike comparable models.

0 favorites 0 likes
#local-llm

Glimmer seems pretty censored?

Reddit r/LocalLLaMA · 18h ago

A user reports that Muse Glimmer refuses to write mouse-control code, citing safety concerns, even for legitimate debugging tasks.

0 favorites 0 likes
#local-llm

unsloth/Muse-Glimmer-30B-GGUF · Hugging Face

Reddit r/LocalLLaMA · 21h ago Cached

Unsloth releases a GGUF-quantized version of Meta's Muse Glimmer 30B model, designed for local agentic tasks with multimodal input, tool use, and multi-step reasoning.

0 favorites 0 likes
#local-llm

I've added Maple-Preview to Mference, got 40 tps generation with 500MB of used RAM on Air M4

Reddit r/LocalLLaMA · 21h ago

The author adds Maple-Preview support to Mference, a tool that streams MoE experts from disk to run large models on low-RAM devices, achieving 40 tps with 500MB RAM on an Air M4.

0 favorites 0 likes
#local-llm

Why Speculative Decoding went mature in 2026?

Reddit r/LocalLLaMA · 23h ago

A discussion on why speculative decoding matured in 2026 for LLM inference, citing Uber's early use, Apple and DeepMind papers, and Tri Dao's research, with observations on adoption in frameworks and local deployments.

0 favorites 0 likes
#local-llm

Before giving a local AI agent shell access, what security boundary should you enforce?

Reddit r/AI_Agents · yesterday

A discussion on security boundaries for local AI agents with shell access, covering isolation, least privilege, credential protection, network egress controls, and human approval gates. The author emphasizes that prompt-level instructions are not a real security boundary and asks the community about practical setups.

0 favorites 0 likes
#local-llm

@GitHub_Daily: Many tutorials teach AI Agent development by jumping straight into frameworks — you install it and it runs, but you don't really understand what's going on underneath. ai-agents-from-scratch takes the opposite approach, starting from the most basic model call and gradually building up core patterns like tool calling, memory, and ReAct loops. It uses local models throughout…

X AI KOLs Timeline · yesterday Cached

GitHub_Daily recommends an open-source project called ai-agents-from-scratch. It starts from zero and uses local models to gradually implement core patterns such as tool calling, memory, and ReAct loops, helping developers understand the underlying principles of AI Agents without directly using frameworks.

0 favorites 0 likes
#local-llm

Kimi K3 (Unsloth) IQ2-XXS from 711GB down to 478GB!!! Only Multi-language was removed to trim the size

Reddit r/LocalLLaMA · 2d ago

A trimmed English-only GGUF version of Kimi K3 (IQ2-XXS) reduces model size from 711GB to 478GB by removing multi-language components, with early tests suggesting it may match or outperform the standard 2-bit version on coding tasks.

0 favorites 0 likes
#local-llm

Anyone else amped up over Qwen 3.8?

Reddit r/LocalLLaMA · 3d ago

The author shares excitement for the upcoming Qwen 3.8 model, highlighting their experience with Qwen 3.6 27B for local LLM use, and discusses the potential of self-hosted AI to replace subscription-based frontier models.

0 favorites 0 likes
#local-llm

@mohitwt_: Day 20/30 of Inference Engineering building a speculative decoding runtime that drafts multiple tokens ahead with a sma…

X AI KOLs Following · 3d ago Cached

A developer is building Octane, a speculative decoding runtime for local LLM inference on consumer hardware, aiming for 2-3x speedup with exact output quality. Currently in active development with paged KV cache, continuous batching, and batched attention implemented.

0 favorites 0 likes
#local-llm

LabyrinthBench: a local-focused, judge-free LLM benchmark that measures context recall under interference for multi-step agentic tasks.

Reddit r/LocalLLaMA · 3d ago

LabyrinthBench is a local, judge-free LLM benchmark that deterministically measures context recall under interference for multi-step agentic tasks. Initial experiments show that wiping context and re-injecting gate answers helped 7 of 9 models but backfired on 2, highlighting the complexity of context management strategies.

0 favorites 0 likes
#local-llm

@YRSM_Simon: 120 t/s ! Good job, @UnslothAI

X AI KOLs Following · 4d ago Cached

Unsloth AI announces DSpark, enabling DeepSeek-V4-Flash GGUF models to run ~1.4–2× faster locally, reaching 120 tokens/s with no accuracy change.

0 favorites 0 likes
#local-llm

@CycleDecoded: Olares (from the beclab team), an open-source personal cloud OS designed for "always-on 7x24 AI Agents". Built on Kubernetes, it turns your retired old computer, N1 box, or idle NAS computing power into your own "...

X AI KOLs Timeline · 4d ago Cached

Olares is an open-source personal cloud OS from the beclab team, built on Kubernetes, specifically designed for 7x24 always-on AI Agents. It can convert old computers or NAS into a self-hosted AI platform, supporting local data storage and natural language operation.

0 favorites 0 likes
#local-llm

Deepseek V4 Flash just hit Colibri, does anyone have numbers?

Reddit r/LocalLLaMA · 5d ago

User asks for performance numbers on Deepseek V4 Flash running via Colibri, focusing on high VRAM setups, long context prefill, and token generation speed for agentic workloads.

0 favorites 0 likes
#local-llm

Graph engineering ? Or we can say agents on steroids....

Reddit r/artificial · 5d ago

Introduces GraphARC, an MIT-licensed open-source tool that lets a model author agent graph topologies at runtime, with a deterministic admission gate for auditable execution, built on LangGraph and running locally via ollama or against cloud APIs.

0 favorites 0 likes
#local-llm

Building a Rust Inference Engine That Matches Llama.cpp

Hacker News Top · 5d ago Cached

Ferrox is a pure-Rust inference engine that loads GGUF models and runs local LLMs on CPU, Metal, or CUDA, with a CLI and an OpenAI-compatible server. It aims to match llama.cpp's performance while being written from scratch with no bindings.

0 favorites 0 likes
#local-llm

DeepSeek-v4-Flash-Mini 54GB GGUF running at ~20.5 t/s

Reddit r/LocalLLaMA · 6d ago

A community build crushes DeepSeek-V4-Flash down to a 54GB IQ2_XXS GGUF variant with aggressive 2-bit quantization, achieving ~20.5 tokens/s on local hardware while drastically reducing memory footprint.

0 favorites 0 likes
#local-llm

DeepSeek v4 Flash vs. Qwen3.6-27B, 3.5-122B, and Gemma 4 31B Benchmark

Reddit r/LocalLLaMA · 6d ago

User benchmarks DeepSeek v4 Flash against Qwen3.6-27B, Qwen3.5-122B, and Gemma 4 31B on a local coding benchmark, finding Flash wins overall but Qwen 122B performs surprisingly well with better first-try success and lower token usage.

0 favorites 0 likes
Next →
← Back to home

Submit Feedback