vLLM pipeline-parallel

#2
by rainbyte - opened

This quant is ideal for my usecase on multiple RTX 3090 in pipeline-parallel config.
As I need to process many documents, increasing prompt processing is my target.

I tried W4A16 quants before, but those are slower than this one, because W8A8 makes better use of Ampere INT8 cores.
Here I'm getting 4400 t/s pp32k with W8A8 on 4x3090, compared to only 2400 t/s pp32k on the same setup.

Thank you so much for providing this quant :D

Sign up or log in to comment