One-command deploy of this model on 16 GB GPUs (145k context, systemd, pinned)

#6
by hasanbasbunar - opened

If you're downloading this GGUF for a 16 GB card: I packaged a complete, pinned deployment (this exact revision, SHA256-verified) β€” llama.cpp build with the FA_ALL_QUANTS kernels needed for K q8_0 / V q4_0, 145,408-token shared context, systemd service, Claude Code wrapper:

curl -fsSL https://raw.githubusercontent.com/hasso5703/qwen3.8-27b-in-16gb/main/install.sh | bash

Measured: 45 tok/s empty, 40 tok/s at 22k on a 4070 Ti SUPER. The VRAM math is in docs/WHY.md. Already have this file? Drop it in the data dir and the installer verifies the checksum instead of re-downloading.

Sign up or log in to comment