AI Local Deployment: Qwen3.6-27B via Docker

Local Deployment: Running Qwen3.6-27B on Mi50 / T5610 via Docker

Hardware & System Requirements

  • GPU (VRAM): AMD Mi50 with 32 GB
  • System RAM: 64 GB DDR3 or higher recommended
  • Storage: 256 GB SATA SSD requiredminimum

Installation & Launch Guide

  1. Prepare your environment by setting up an empty directory for project files.
  2. Download weights following instructions from https://github.com/ikantkode/exaMath.
  3. Configure enough storage space as per existing repository requirements.
  4. Set up environmental variables:
    cp .env.example .env
  5. Deploying service through containerization:
    docker run [options] exaMath_image

Optimization & Performance Tips

  • Quantization Strategy: Use Q3 KV at q8 even if lower precision, which allows the large density of parameters to function effectively in memory-constrained environments compared to larger MoE models like a 35B MOE.
  • Observed Prompt Processing Speed: Expect approximately 180+ tps during prompt processing on this hardware setup.
  • Decoding Throughput: Expected token generation speed is approximately 9 tps (tokens per second).

The primary advantage of this local pipeline is its ability to provide proof-of-concept utility and specialized domain logic without relying on cloud infrastructure or expensive VC-funded SaaS overheads.

! DYOR (Do Your Own Research)