Update platform_agnostic_inference_code_score21.py
Browse files
platform_agnostic_inference_code_score21.py
CHANGED
|
@@ -177,7 +177,7 @@ def load_model():
|
|
| 177 |
"--max-num-seqs=11",
|
| 178 |
"--max-cudagraph-capture-size=2048",
|
| 179 |
"--gpu-memory-utilization=0.95",
|
| 180 |
-
"--kv-cache-dtype=
|
| 181 |
"--stream-interval=200",
|
| 182 |
"--enable-prefix-caching",
|
| 183 |
"--uvicorn-log-level debug",
|
|
|
|
| 177 |
"--max-num-seqs=11",
|
| 178 |
"--max-cudagraph-capture-size=2048",
|
| 179 |
"--gpu-memory-utilization=0.95",
|
| 180 |
+
"--kv-cache-dtype=fp8_e4m3",
|
| 181 |
"--stream-interval=200",
|
| 182 |
"--enable-prefix-caching",
|
| 183 |
"--uvicorn-log-level debug",
|