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

This commit is contained in:
Ronen Schaffer 2024-05-30 01:26:33 +03:00 committed by GitHub
parent 4238bc82f2
commit ae495c74ea
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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
``` ```