Success running Qwen 3.8 27B EXL3 on RTX 3060 + 5060 Ti

Reddit r/LocalLLaMA News

Summary

A user successfully runs the Qwen 3.8 27B AI model on a mixed setup of RTX 3060 and 5060 Ti GPUs using tensor parallelism with exllamav3, achieving around 50 tokens per second with MTP enabled.

Sharing my successful experience here. My setup: RTX 5060 Ti 16GB (x16 PCIe slot) RTX 3060 12GB (x4 PCIe slot) RAM: 32GB CPU: Ryzen 5 5600 OS: Linux So I have a total of 28GB. Average tk/s: 50, and this is using MTP so it varies a lot between 40 and 60 but it mostly floats at 50. Without MTP it goes down to 22 tk/s. Inference engine: exllamav3 via https://github.com/theroyallab/tabbyAPI Model: https://huggingface.co/turboderp/Qwen3.8-27B-exl3 Here's my config.yml file: model: # https://huggingface.co/turboderp/Qwen3.8-27B-exl3 model_name: Qwen3.8-27B-exl3-5.0bpw model_dir: /home/ccidral/ai/models max_seq_len: 102400 cache_size: 102400 cache_mode: Q8 gpu_split_auto: true tensor_parallel: true tensor_parallel_backend: native reasoning: true reasoning_start_token: "<think>" reasoning_end_token: "</think>" tool_format: qwen3_coder draft_model: draft_mode: mtp draft_cache_mode: Q8 network: host: 127.0.0.1 port: 5000 As you can see it uses tensor parallelism. Regarding VRAM usage, I still have 1.3GB left on the 3060 and 0.6GB on the 5060, which is something I'm still trying to fix by manually tweaking the GPU split but for some reason the inference engine goes nuts and hangs. I think it balances well but my desktop environment takes about 1GB of VRAM which I think is causing the unbalance (I'm considering changing my CPU for one with iGPU). I already used it to write a small rust TUI app using ratatui. It's pretty good. I'm quite satisfied but if you see any room for improvements or better battle-tested alternatives, please feel free to share. Also happy to answer any questions.
Original Article

Similar Articles

Qwen 3.6 benchmarks on 2x RTX PRO 6000

Reddit r/LocalLLaMA

Benchmarks for Qwen 3.6 27B and 35B models on dual RTX PRO 6000 GPUs using VLLM, showing generation throughput up to 3500 tokens per second.

Wow! Qwen 3.6:35b-a3b on a 3090... pretty amazing.

Reddit r/artificial

A user shares impressive results running a quantized Qwen 3.6:35b-a3b model on a used RTX 3090, achieving 160 tokens per second output after fitting the model into VRAM, and demonstrates vision capabilities with a 75-second video processing time.