Skip to content

Commit c4b745a

Browse files
committed
fix doc
Signed-off-by: wangli <wangli858794774@gmail.com>
1 parent 9f7b9f9 commit c4b745a

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

benchmarks/README.md

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -33,13 +33,14 @@ Before running the benchmarks, ensure the following:
3333
- Install necessary dependencies for benchmarks:
3434
```
3535
pip install -r benchmarks/requirements-bench.txt
36+
```
37+
3638
- Models and datasets are cached locally to accelerate execution. Modify the paths in the JSON files located in benchmarks/tests accordingly. feel free to add your own models and parameters in the JSON to run your customized benchmarks.
3739
3840
#### Run benchmarks
39-
The provided scripts automatically execute performance tests for serving, throughput, and latency. To start the benchmarking process, run:
41+
The provided scripts automatically execute performance tests for serving, throughput, and latency. To start the benchmarking process, run command in the vllm-ascend root directory:
4042
```
41-
cd benchmarks
42-
bash scripts/run-performance-benchmarks.sh
43+
bash benchmarks/scripts/run-performance-benchmarks.sh
4344
```
4445
Once the script completes, you can find the results in the benchmarks/results folder. The output files may resemble the following:
4546
```

0 commit comments

Comments
 (0)