Update README.md
Browse files
README.md
CHANGED
@@ -272,7 +272,7 @@ The following performance benchmarks were conducted with [vLLM](https://docs.vll
|
|
272 |
<summary>Benchmarking Command</summary>
|
273 |
|
274 |
```
|
275 |
-
guidellm --model neuralmagic/DeepSeek-R1-Distill-Qwen-1.5B-
|
276 |
```
|
277 |
</details>
|
278 |
|
|
|
272 |
<summary>Benchmarking Command</summary>
|
273 |
|
274 |
```
|
275 |
+
guidellm --model neuralmagic/DeepSeek-R1-Distill-Qwen-1.5B-FP8-dynamic --target "http://localhost:8000/v1" --data-type emulated --data "prompt_tokens=<prompt_tokens>,generated_tokens=<generated_tokens>" --max seconds 360 --backend aiohttp_server
|
276 |
```
|
277 |
</details>
|
278 |
|