WaveCut

WaveCut

Qwopus3.6-27B-Coder-FP8-int4-AutoRound

Dedicated Endpoints

Run this model inference on single tenant GPU with unmatched speed and reliability at scale.

Learn more

Get help setting up a custom Dedicated Endpoints.

Talk with our engineer to get a quote for reserved GPU instances with discounts.

README

License: apache-2.0

vLLM

bash

vllm serve WaveCut/Qwopus3.6-27B-Coder-FP8-int4-AutoRound \
--dtype bfloat16 \
--max-model-len 4096 \
--gpu-memory-utilization 0.85 \
--trust-remote-code \
--speculative-config '{"method":"mtp","num_speculative_tokens":1}'

For long-context serving, raise --max-model-len according to your KV-cache budget.

vLLM CUDA 13 Smoke and Benchmarks

Smoke and throughput checks were run on 2026-06-14 with vllm 0.23.0, torch 2.11.0+cu130, Python 3.12.3, one NVIDIA B200, and NVIDIA driver 580.105.08. CUDA Toolkit release notes document per-release minimum driver requirements; in this run, a B200 host with driver 570.* failed CUDA 13 initialization, while driver 580.105.08 worked.

The working RunPod image was runpod/pytorch:1.0.3-cu1300-torch291-ubuntu2404 (cu13-pytorch2.9, template 0uy1f6v18r). After vLLM install, nvidia-cutlass-dsl-libs-cu13 was force-reinstalled once to fix a CUTLASS RECORD mismatch; after that vLLM used the FlashInfer GDN prefill kernel.

vLLM resolved this model as Qwen3_5ForConditionalGeneration, loaded the AutoRound/AutoGPTQ path with MarlinLinearKernel for AutoGPTQLinearMethod, and completed generation. MTP speculative decoding resolved Qwen3_5MTP, loaded without missing-parameter warnings, shared embedding/lm_head with the draft model, and completed generation.

Benchmarks used vllm bench throughput, fixed random prompts, max_model_len=8192, tensor parallel size 1, and local model files on overlay disk. TPS values are vLLM timed-section values; wall time includes model load, compile, CUDA graph capture, and warmup.

Table
caseinput -> outputpromptsgpu utilmodetotal tok/sprompt tok/s estoutput tok/s estpeak VRAM GiBmax W
balanced_graph_u651024 -> 128640.65graph6369.65661.9707.7117.6850.4
prefill_graph_u654096 -> 16320.65graph7416.77387.828.9117.6857.4
decode_graph_u65128 -> 256640.65graph4221.61407.22814.4116.6819.7
balanced_eager_u651024 -> 128320.65eager2453.92181.3272.7118.6823.9
balanced_graph_u851024 -> 128640.85graph6614.35879.4734.9153.9851.3
balanced_mtp_u651024 -> 128320.65graph + MTP4796.24263.3532.9118.1846.5

First graph runs had cold costs around 77-80 seconds for torch.compile plus CUDA graph capture/profile. Repeated same-layout graph runs loaded the compile cache much faster. Eager mode was substantially slower than graph mode on this workload.

24GB RTX 3090 vLLM Smoke

A small fit smoke was run on 2026-06-14 on one RTX 3090 24GB RunPod host with NVIDIA driver 580.159.03 (nvidia-smi CUDA 13.0), vllm 0.23.0, torch 2.11.0+cu128, and runpod/pytorch:1.0.2-cu1281-torch280-ubuntu2404.

The smoke used max_model_len=32768, kv_cache_dtype=fp8, dtype=bfloat16, max_num_seqs=1, max_num_batched_tokens=2048, chunked prefill enabled, prefix caching disabled, and one 128 -> 16 random request. The vLLM Qwen3.5/Qwen3.6 recipe recommends MTP-1 speculative decoding with prefix caching disabled for latency-sensitive low-concurrency serving.

Table
modeload formatresultpeak VRAMKV cache32k concurrencysmoke throughput
no MTPfastsafetensorspass22174 MiB64170 tokens1.96x50.33 total tok/s, 5.59 output tok/s
MTP-1safetensorspass24110 MiB60681 tokens1.85x28.94 total tok/s, 3.22 output tok/s
MTP-1fastsafetensorsfail23778 MiBn/an/aCUDA OOM while allocating a 3.00 GiB staging buffer

Recommended 24GB command shape:

bash

vllm serve WaveCut/Qwopus3.6-27B-Coder-FP8-int4-AutoRound \
--dtype bfloat16 \
--max-model-len 32768 \
--kv-cache-dtype fp8 \
--gpu-memory-utilization 0.95 \
--max-num-seqs 1 \
--max-num-batched-tokens 2048 \
--enable-chunked-prefill \
--no-enable-prefix-caching \
--load-format safetensors

For MTP-1 on 24GB, keep --load-format safetensors and add:

bash

--speculative-config '{"method":"mtp","num_speculative_tokens":1}'

Provenance

This repo was generated from the public Apache-2.0 source checkpoint. It keeps the upstream tokenizer, processor, chat template, vision config, and Qwen3.5 MTP config intact.

Model provider

WaveCut

WaveCut

Model tree

Base

Jackrong/Qwopus3.6-27B-Coder-FP8

Quantized

this model

Modalities

Input

Video, Text, Image

Output

Text

Pricing

Dedicated Endpoints

View details

Supported Functionality

Model APIs

Dedicated Endpoints

Container

More information

Explore FriendliAI today