Unverified Commit 426a5c36 authored by Michael Goin's avatar Michael Goin Committed by GitHub
Browse files

Fix bad path in prometheus example (#12481)


Signed-off-by: default avatarmgoin <michael@neuralmagic.com>
parent ddee88d0
......@@ -24,7 +24,7 @@ Submit some sample requests to the server:
```bash
wget https://huggingface.co/datasets/anon8231489123/ShareGPT_Vicuna_unfiltered/resolve/main/ShareGPT_V3_unfiltered_cleaned_split.json
python3 ../../benchmarks/benchmark_serving.py \
python3 ../../../benchmarks/benchmark_serving.py \
--model mistralai/Mistral-7B-v0.1 \
--tokenizer mistralai/Mistral-7B-v0.1 \
--endpoint /v1/completions \
......
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