VLLM serving recipe.

#1
by void009 - opened

Hi. Trying to get this running on 6x3090 with vllm, but apparently this particular tensor config used in this quant is not supported, at least that is what the ai agent found. You mention a simple vllm launch command. What vllm version can run this, or how did you test it. I dont want llamacpp since it is not good with concurrent requests afaik.

Hi @void009 , this was part of something i was testing as a vllm fork for rdna gpus. I paused the experiment since i was waiting for one part i needed for extending from 4 to 8 Radeon pro v620. I tested a working mxfp4 kernel for rdna2 in the mean time, for ampere i think you have to adapt something that would use marlin w4a16 or similar.
I will probably revisit but if you need something your setup must support the FP8 part that was rearranged in FP8 compressed and the scales changed from u8m0 to FP32.

ds4 flash old news already. glm 5.3 flash new friend.

While its true, its demanding more resources to run. I have yet to see wether Qwen3.8 flash next is better or not or still v4 flash.

Currently focused on making AWQ INT4 fast on rdna2. Next target in parallel is a kernel for exl3 qtip 3bit.

This quant was an experiment for me to check many things, now i know i can quantize with only one gpu at 32GB its just slow.

BlivionIaG changed discussion status to closed

Sign up or log in to comment