Update README.md
Browse files
README.md
CHANGED
@@ -339,7 +339,7 @@ VLLM_DISABLE_COMPILE_CACHE=1 vllm serve pytorch/Phi-4-mini-instruct-int4wo-hqq -
|
|
339 |
|
340 |
Client:
|
341 |
```Shell
|
342 |
-
|
343 |
```
|
344 |
|
345 |
|
|
|
339 |
|
340 |
Client:
|
341 |
```Shell
|
342 |
+
python benchmarks/benchmark_serving.py --backend vllm --dataset-name sharegpt --tokenizer microsoft/Phi-4-mini-instruct --dataset-path ./ShareGPT_V3_unfiltered_cleaned_split.json --model pytorch/Phi-4-mini-instruct-int4wo-hqq --num-prompts 1
|
343 |
```
|
344 |
|
345 |
|