Lobo is an SM120-specialized inference appliance for running Qwen3.8-27B locally on one RTX 5070 Ti 16 GB. It combines GSQ-RCO IQ3_S weights, a native packed KVarN K4V2 cache, a bounded 256-token MTP draft cache, and retained Blackwell IQ-family MMV specialization.
This release targets Windows 11, CUDA 13.3, an RTX 5070 Ti, and batch-one serving. It is deliberately model- and GPU-specific. Other hardware and operating systems are not qualified.
| Profile | Allocated context | Speculation | Representative measured decode | Purpose |
|---|---|---|---|---|
| Maximum Context | 262,144 | none | capacity qualified; live-depth curve in docs | full native context |
| Headless MTP | 262,144 | MTP n=2, 256-token K2V2 draft cache | use clean qualification curves; near-zero desktop residency required | full native context with bounded speculation |
| Balanced | 230,144 | MTP n=2, 256-token K2V2 draft cache | 36.26 tok/s at literal ~230K | recommended long-context mode |
| MTP Short | 8K | MTP n=2 | 77.71 tok/s matched retained build | normal resident workloads |
| Turbo / DFlash | 8K | DFlash2 n=4 | 89.36 tok/s matched retained build | optional shallow-context speed |
Absolute rates depend on prompt shape, generated text, driver state, clocks, and desktop VRAM use. The 8K figures are matched A/B measurements; they must not be compared directly with unrelated prompts. The controlled depth curve and long-binding qualification are documented separately in Benchmarks.
n=2, KVarN K2V2 draft KV, and an exact 256-token draft window. The draft cache never scales to target context.See Architecture and Profiles before changing these choices.
Source-build prerequisites: Windows 11, an RTX 5070 Ti with a current NVIDIA driver, CUDA Toolkit 13.3, CMake, Git, Python 3.11+, and Visual Studio 2022 Build Tools with the C++ workload. The prebuilt ZIP instead needs the Microsoft Visual C++ 2015-2022 x64 Redistributable plus CUDA Toolkit 13.3.
git clone https://github.com/alectodescent/lobo-qwen38-16gb.git
cd lobo-qwen38-16gb
.\build\build-sm120.ps1
Download the single preassembled Balanced/MTP model and verify it:
.\tools\download-balanced-model.ps1
.\tools\verify-model.ps1 -Profile Balanced
.\launchers\run-balanced-230k.ps1
The model is hosted at Farggin/Lobo-Qwen3.8-27B-GSQ-RCO-IQ3_S-MTP-GGUF. The deterministic two-source assembly remains documented as a reproducibility fallback.
The server listens on http://127.0.0.1:18080. For the target-only native-context profile:
.\launchers\run-max-context-262k.ps1
When the 5070 Ti is effectively headless and has near-zero desktop residency, the same bounded-MTP architecture can allocate the full native context:
.\launchers\run-mtp-headless-262k.ps1
Detailed setup and troubleshooting are in Windows installation.
1d4bf0f2ff6012fd82039f2fa52739d0dd7c60c0d562806dbafae37109975e970aae91b43e73b440The runtime is an MIT-licensed derivative of llama.cpp, Anbeeld/beellama.cpp, and valujin/beellama-kvarn. Upstream notices and vendored dependency licenses are preserved. Qwen and GSQ model files are not part of this repository or the binary release. See Third-party notices.
Lobo is a technical appliance, not a general support fork. The published numbers are qualified only on the stated machine class. WDDM display usage can reduce the available context, especially for DFlash. Vision is not part of this release's behavioural qualification. Report security issues using SECURITY.md and reproducible runtime defects through GitHub Issues.
2 commits
C++
57.7%
C
15.1%
Python
7.4%
Cuda
6.9%
TypeScript
4.1%
Svelte
2.2%
Metal
1.4%
Jinja
1.2%
Lobo is an SM120-specialized inference appliance for running Qwen3.8-27B locally on one RTX 5070 Ti 16 GB. It combines GSQ-RCO IQ3_S weights, a native packed KVarN K4V2 cache, a bounded 256-token MTP draft cache, and retained Blackwell IQ-family MMV specialization.
This release targets Windows 11, CUDA 13.3, an RTX 5070 Ti, and batch-one serving. It is deliberately model- and GPU-specific. Other hardware and operating systems are not qualified.
| Profile | Allocated context | Speculation | Representative measured decode | Purpose |
|---|---|---|---|---|
| Maximum Context | 262,144 | none | capacity qualified; live-depth curve in docs | full native context |
| Headless MTP | 262,144 | MTP n=2, 256-token K2V2 draft cache | use clean qualification curves; near-zero desktop residency required | full native context with bounded speculation |
| Balanced | 230,144 | MTP n=2, 256-token K2V2 draft cache | 36.26 tok/s at literal ~230K | recommended long-context mode |
| MTP Short | 8K | MTP n=2 | 77.71 tok/s matched retained build | normal resident workloads |
| Turbo / DFlash | 8K | DFlash2 n=4 | 89.36 tok/s matched retained build | optional shallow-context speed |
Absolute rates depend on prompt shape, generated text, driver state, clocks, and desktop VRAM use. The 8K figures are matched A/B measurements; they must not be compared directly with unrelated prompts. The controlled depth curve and long-binding qualification are documented separately in Benchmarks.
n=2, KVarN K2V2 draft KV, and an exact 256-token draft window. The draft cache never scales to target context.See Architecture and Profiles before changing these choices.
Source-build prerequisites: Windows 11, an RTX 5070 Ti with a current NVIDIA driver, CUDA Toolkit 13.3, CMake, Git, Python 3.11+, and Visual Studio 2022 Build Tools with the C++ workload. The prebuilt ZIP instead needs the Microsoft Visual C++ 2015-2022 x64 Redistributable plus CUDA Toolkit 13.3.
git clone https://github.com/alectodescent/lobo-qwen38-16gb.git
cd lobo-qwen38-16gb
.\build\build-sm120.ps1
Download the single preassembled Balanced/MTP model and verify it:
.\tools\download-balanced-model.ps1
.\tools\verify-model.ps1 -Profile Balanced
.\launchers\run-balanced-230k.ps1
The model is hosted at Farggin/Lobo-Qwen3.8-27B-GSQ-RCO-IQ3_S-MTP-GGUF. The deterministic two-source assembly remains documented as a reproducibility fallback.
The server listens on http://127.0.0.1:18080. For the target-only native-context profile:
.\launchers\run-max-context-262k.ps1
When the 5070 Ti is effectively headless and has near-zero desktop residency, the same bounded-MTP architecture can allocate the full native context:
.\launchers\run-mtp-headless-262k.ps1
Detailed setup and troubleshooting are in Windows installation.
1d4bf0f2ff6012fd82039f2fa52739d0dd7c60c0d562806dbafae37109975e970aae91b43e73b440The runtime is an MIT-licensed derivative of llama.cpp, Anbeeld/beellama.cpp, and valujin/beellama-kvarn. Upstream notices and vendored dependency licenses are preserved. Qwen and GSQ model files are not part of this repository or the binary release. See Third-party notices.
Lobo is a technical appliance, not a general support fork. The published numbers are qualified only on the stated machine class. WDDM display usage can reduce the available context, especially for DFlash. Vision is not part of this release's behavioural qualification. Report security issues using SECURITY.md and reproducible runtime defects through GitHub Issues.
2 commits
C++
57.7%
C
15.1%
Python
7.4%
Cuda
6.9%
TypeScript
4.1%
Svelte
2.2%
Metal
1.4%
Jinja
1.2%