Skip to content

Commit b75f460

Browse files
mgoinNickLucche
authored andcommitted
Fix bad path in prometheus example (vllm-project#12481)
Signed-off-by: mgoin <[email protected]>
1 parent d82dc43 commit b75f460

File tree

1 file changed

+1
-1
lines changed
  • examples/online_serving/prometheus_grafana

1 file changed

+1
-1
lines changed

examples/online_serving/prometheus_grafana/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ Submit some sample requests to the server:
2424
```bash
2525
wget https://huggingface.co/datasets/anon8231489123/ShareGPT_Vicuna_unfiltered/resolve/main/ShareGPT_V3_unfiltered_cleaned_split.json
2626

27-
python3 ../../benchmarks/benchmark_serving.py \
27+
python3 ../../../benchmarks/benchmark_serving.py \
2828
--model mistralai/Mistral-7B-v0.1 \
2929
--tokenizer mistralai/Mistral-7B-v0.1 \
3030
--endpoint /v1/completions \

0 commit comments

Comments
 (0)