hekmon commited on
Commit
33092fd
·
verified ·
1 Parent(s): 7c74fa3

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -1
README.md CHANGED
@@ -92,7 +92,7 @@ A few notes about some of the parameters:
92
  Default vLLM CUDA graphs size was too big for a single RTX 6000 Pro Blackwell so we reduced it to 256. As `max-num-seqs` can not be greater than `max-cudagraph-capture-size` we reduced it as well.
93
 
94
  | Graph/Seqs value | Available KV cache memory | KV cache tokens size |
95
- |------------------|---------------|
96
  | 512 | CUDA Out Of Memory | n/a |
97
  | 256 | 12.16 GiB | 132,048 tokens |
98
  | 128 | 12.38 GiB | 134,144 tokens |
 
92
  Default vLLM CUDA graphs size was too big for a single RTX 6000 Pro Blackwell so we reduced it to 256. As `max-num-seqs` can not be greater than `max-cudagraph-capture-size` we reduced it as well.
93
 
94
  | Graph/Seqs value | Available KV cache memory | KV cache tokens size |
95
+ |------------------|---------------------------|----------------------|
96
  | 512 | CUDA Out Of Memory | n/a |
97
  | 256 | 12.16 GiB | 132,048 tokens |
98
  | 128 | 12.38 GiB | 134,144 tokens |