docs: update wiki for MoE VRAM warnings (#32)
- CLI-Reference: add MoE VRAM to Models check section
- Troubleshooting: add auto-detection note for MoE issues
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
Add GPT-OSS 120B benchmark results and MoE troubleshooting
Benchmarking: Added MoE test results (100% acceptance, 0.39x speedup)
and target speed threshold table showing when speculation helps vs hurts.
Troubleshooting: Added MoE RPC distribution failure section and version
matching doctor check note.
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
docs: backend presets, flash_attn values, ROCm multi-GPU troubleshooting
- Configuration.md: add backend presets table, extra_args/env reference,
flash_attn string value docs
- Troubleshooting.md: add ROCm multi-GPU hangs section with fix guidance
- CLI-Reference.md: document non-interactive tightwad init flags
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
fix: replace nonexistent Qwen3-72B with Qwen3-32B across wiki
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
docs: add Docker, env var config, and tightwad init documentation
- Home: add Getting Started quick paths (Docker + init), update page descriptions
- Architecture: add Docker deployment section with diagram and design decisions
- Configuration: add env var config reference table, Docker deployment guide,
Mac/Docker Desktop notes, tightwad init cross-reference
- CLI-Reference: add tightwad init section with full example output
- Troubleshooting: add Docker issues (LAN access, config not found, port
conflicts), tightwad init issues (no servers, wrong subnet, scan timeout,
single server, wrong model names)
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
docs: add logs command, chat inline stats, and doctor config validation
- CLI-Reference: add logs command section, config validation table,
update chat section with inline stats example
- Configuration: add Validation and Logging sections
- Speculative-Decoding: add Chat Inline Stats section
- Troubleshooting: update coordinator debug to use tightwad logs,
add config validation warnings section
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
docs: add tightwad doctor to CLI Reference and Troubleshooting
docs: GPU pooling architecture, hardware setup, troubleshooting
- Architecture: race mode drafting, Mac dual-device gotcha, version matching
- Hardware-Setup: complete rewrite with pre-built binaries, per-platform
instructions, firewall fixes, coordinator example, loading time estimates
- Troubleshooting: Mac dual device, coordinator hang, tensor alloc failure,
high RAM during loading
- CLI-Reference: add tightwad chat command
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
Update all wiki pages for tightwad rename
Replace all Hydra/Specula references with Tightwad across all 9 pages.
Preserves speculative/speculation as English words.
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
Add speculative decoding proxy documentation
New page: Speculative-Decoding.md — algorithm, architecture, backends,
API endpoints, verification modes, use cases, tested configurations.
Updated: Home (two modes overview), Architecture (proxy section + PID table),
CLI-Reference (proxy start/stop/status), Configuration (full proxy YAML
reference), OpenClaw-Integration (proxy provider registration),
Troubleshooting (proxy-specific issues).
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
Add wiki pages: architecture, hardware, config, CLI, troubleshooting, networking, OpenClaw