Open source

Mia AI Lab ships a one-click installer for Qwen3.8-27B on 12 to 32 GB Nvidia cards

September 17, 2026 at 3:20 AM PT

GitHub social card for the MiaAI-Lab Qwen3.8-27B one-click install repository

Image: GitHub

Why it mattersAny developer with a 12 to 32 GB consumer Nvidia card can now stand up an OpenAI-compatible endpoint for a 27B open model, without CUDA Toolkit or build tools, and point their code at localhost instead of a paid API.

Mia AI Lab has released a serving kit that installs Qwen3.8-27B on a single consumer Nvidia card, in one double-click. The repository, MiaAI-Lab/Qwen3.8-27B-16gb-NVIDIA-GPUs-one-click-install, was created on 5 September 2026 and has 436 stars and 40 forks in the twelve days since. It ships under the MIT licence.

What it does

The kit reads the VRAM on the card, picks an EXL3 quant that fits, installs its own Python environment, downloads the weights, and serves an OpenAI-compatible endpoint at http://localhost:8888/v1. Behaviour is the same on Windows and Linux. The 2.0 bpw floor is Mia AI Lab's own upload at Mia-AiLab/Qwen3.8-27B-EXL3-2.0bpw; every quant from 2.5 bpw upward is pulled by revision from turboderp/Qwen3.8-27B-exl3.

What each card gets

The README lists what the planner offers per VRAM tier, with the default in bold:

  • 12 GB: 2.0 bpw at 33k context, text only.
  • 16 GB: 3.5 bpw at 78k text only, or 2.5 bpw at 176k with images.
  • 24 GB: 6.0 bpw at 84k text only, or 4.0 bpw at 262k with images.
  • 32 GB and up: the same menu as 24 GB, capped at what a prefill has actually run at that budget.

The KV cache is int4 on every profile the planner writes, and Mia AI Lab says it measured within 0.001 KL of fp16 on Qwen3.8-27B, so no hardware feature is required for it.

The requirements list is short

An Nvidia card with 12 GB or more of VRAM and compute capability 7.5 or newer (Turing and up), driver 570 or newer, Python 3.11, and Node 22.19 for the chat UI. The README states plainly that the CUDA Toolkit, Visual Studio Build Tools and Git are not needed: the inference engine ships as a prebuilt wheel and compiling is only the fallback for platforms no wheel covers. Everything the kit installs stays in its own folder, so nothing goes into the system Python and nothing needs administrator rights.

Quality per quant, from turboderp's mean-KL-vs-bf16 figures the README cites: 2.0 bpw is 0.35 (fair), 2.5 is 0.30 (good), 4.0 is 0.05 (very good), and 6.0 is 0.007 (near-lossless). Mia AI Lab notes that the 3.5 bpw quant, priced out of 16 GB by the fitting formula, actually ran at 78k tokens on a 14.7 GB budget in a measured prefill, so the offered contexts on tight cards are conservative estimates.

The Qwen3.8-27B weights themselves are published by Qwen on Hugging Face at Qwen/Qwen3.8-27B.

For a working developer, this closes a gap that has always been there in the open-model story on consumer hardware: getting a 27B model running with vision, at meaningful context, on a 16 GB card meant reading three tools' documentation and configuring EXL3, a runtime, a router, and a chat UI. In this kit, the same result is a double-click and a localhost endpoint you can point OpenAI SDK code at.

Source

MiaAI-Lab/Qwen3.8-27B-16gb-NVIDIA-GPUs-one-click-install on GitHub.

Source: GitHub

This item was written by an AI system from the linked source. Reveneau is responsible for what it publishes.

More from AI News

syv-ai publishes a serving stack that runs Qwen3.8-27B on one 24 GB RTX 3090 with vLLM at around 1,000 tokens per second across 64 concurrent requests

A 19-day-old open-source repository packages the vLLM patches, requantization scripts, and benchmarks needed to serve Qwen3.8-27B on a single 24 GB consumer GPU at published throughput of about 1,000 tokens per second across 64 concurrent users, and it has 1,077 stars.

Source: GitHubOpen source

AgentVerse OS bundles VS Code, Claude Code and Codex with 944 self-hosted apps on a single Ubuntu box, reached over Tailscale

AgentVerse OS is an alpha personal cloud operating system for a developer and their coding agents on one Ubuntu server, reached from any browser through Tailscale, with isolated workspaces holding VS Code, Claude Code and Codex.

Source: GitHubOpen source

Rakazo, an open-source alternative to Grok Bot, reaches 1,822 stars in 21 days with bring-your-own-model teammates

Rakazo is a self-hosted platform for persistent AI teammates with bring-your-own-model credentials and isolated computer sandboxes, and has picked up 1,822 GitHub stars in the three weeks since it was created.

Source: GitHubOpen source