Unverified Commit ae495c74 authored by Ronen Schaffer's avatar Ronen Schaffer Committed by GitHub
Browse files

[Doc]Replace deprecated flag in readme (#4526)

parent 4238bc82
...@@ -29,7 +29,8 @@ python3 ../../benchmarks/benchmark_serving.py \ ...@@ -29,7 +29,8 @@ python3 ../../benchmarks/benchmark_serving.py \
--model mistralai/Mistral-7B-v0.1 \ --model mistralai/Mistral-7B-v0.1 \
--tokenizer mistralai/Mistral-7B-v0.1 \ --tokenizer mistralai/Mistral-7B-v0.1 \
--endpoint /v1/completions \ --endpoint /v1/completions \
--dataset ShareGPT_V3_unfiltered_cleaned_split.json \ --dataset-name sharegpt \
--dataset-path ShareGPT_V3_unfiltered_cleaned_split.json \
--request-rate 3.0 --request-rate 3.0
``` ```
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment