Views
No views yet
VLLM_USE_V1=0 VLLM_WORKER_MULTIPROC_METHOD=spawn VLLM_MARLIN_USE_ATOMIC_ADD=1 python -m vllm.entrypoints.openai.api_server --host 0.0.0.0 --port 12345 --max-model-len 65536 --max-seq-len-to-capture 65536 --enable-chunked-prefill --enable-prefix-caching --trust-remote-code --tensor-parallel-size 8 --gpu-memory-utilization 0.95 --served-model-name deepseek-reasoner --model cognitivecomputations/DeepSeek-R1-AWQ| GPU \ Batch Input Output | B: 1 I: 2 O: 2K | B: 32 I: 4K O: 256 | B: 1 I: 63K O: 2K | Prefill |
|---|---|---|---|---|
| 8x H100/H200 | 61.5 | 30.1 | 54.3 | 4732.2 |
| 4x H200 | 58.4 | 19.8 | 53.7 | 2653.1 |
| 8x A100 80GB | 46.8 | 12.8 | 30.4 | 2442.4 |
| 8x L40S | 46.3 | OOM | OOM | 688.5 |
--gpu-memory-utilization to 0.98, and --max-num-seqs to 4.