You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
First public benchmark of llama.cpp speculative decoding on Qwen3.6-35B-A3B with a single RTX 3090 (post PR #19493 merge, 2026-04-19). 19 configurations covering ngram-cache, ngram-mod, and classic draft with vocab-matched Qwen3.5-0.8B. Finding: no variant achieves net speedup on Ampere + A3B MoE. Raw JSON, plots, full reproducibility.
Qwen3.6 vLLM Toolkit — Launcher + Templates, Optimized for 2×24 GB. vLLM launcher with an optimized hybrid chat template drawing from the best community fixes for Qwen 3.6 27B.
Local agentic coding stack: Hermes Agent + Qwen3.5-27B + GLM-4.7-Flash on dual RTX 3090s. Daily-driver agentic work, no cloud, no metering. Companion to blog.zacharycangemi.com.
Dual RTX 3090 local LLM infrastructure — 48 GB VRAM AI cluster build. Hardware spec, photos, power-limit script. Companion to the blog series at blog.zacharycangemi.com.
Reproducible vLLM recipe for shawnw3i/Huihui-Qwen3.6-27B-abliterated-AWQ-MTP on 2× RTX 3090 in a Proxmox LXC. MTP n=3, 256K context, full vision+tool-calling+reasoning. Silent 24/7 operation at 250W per card. Companion to the base-model recipe.
Reproducible vLLM recipe for Qwen3.6-27B (AWQ-BF16-INT4) on 2× RTX 3090 in a Proxmox LXC. MTP, 256K context, full vision+tool-calling+reasoning. Bare-LXC alternative to Dzombak's Docker recipe. Benchmarks, gotchas, GPU passthrough config included.
Veizik — hardware-aware local AI media runtime. Hardware detection, low-memory execution planning, local licensing and experimental AI-video rendering.
One-click deployment of Qwen3.8-27B on a single RTX 3090 (24GB) on Windows 11: Q4_K_XL quantization + MTP speculative decoding + 96K context window, exposed as an OpenAI-compatible llama-server, averaging ~47 tok/s with ~1.5× lossless MTP speedup
Prebuilt Linux sm_86 binaries for the NInfer RTX 3090 engine (upstream ships Windows only) + a bash CLI that rents the 3090 on Vast.ai and pays $0.00 when idle.
100% local voice assistant with Tool Calling, neural TTS, and streaming responses. Runs on RTX 3090 with Ollama + Kokoro TTS + FastAPI. Privacy-first AI.
Run a local, uncensored coding model as an autonomous security-research agent on a single GPU. Tuning findings, OpenCode setup, and self-contained pentest labs.