Works Great!

#2
by hampsonw - opened

I have 4x3090's power capped at 230w and a Samsung 970 Pro (i only have 64gb of RAM so the PLE Table streams from the SSD. Using vLLM i have been able to replicate model provider stated results on DeepSWE. I get 69t/s single concurrency, 108 t/s c=2 and 189 t/s c=4 with ~1650 t/s prefill. Depth 31768 generation of 512 prefill 8096. To get these speeds i have had to fork vLLM and write a lot of custom inference engine code. I have 425,497 tok avail kv-cache. I generally love cyankiwi quants for their accuracy but this is just as accurate but about 8Gib smaller.

I have 425,497 tok avail kv-cache. -> how you get this with 4x3090 ? can you please share the working VLLM config file ?

Sign up or log in to comment