Skip to content

Commit

Permalink
Fix bad path in prometheus example (vllm-project#12481)
Browse files Browse the repository at this point in the history
Signed-off-by: mgoin <michael@neuralmagic.com>
  • Loading branch information
mgoin authored and kerthcet committed Feb 21, 2025
1 parent 710a6f0 commit 72b8d6e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/online_serving/prometheus_grafana/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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 \
Expand Down

0 comments on commit 72b8d6e

Please # to comment.