Skip to content
Snippets Groups Projects
Commit b736067e authored by Yunnglin's avatar Yunnglin
Browse files

update doc

parent 107c2e1c
No related branches found
No related tags found
No related merge requests found
......@@ -44,7 +44,7 @@ Below are two methods for executing tests: using a script or the Speed Benchmark
### Method 1: Testing with Speed Benchmark Tool
Use the Speed Benchmark tool developed by [EvalScope](https://github.com/modelscope/evalscope) for testing. It supports automatic downloading of models from ModelScope and outputs test results. Refer to the [📖 User Guide](https://evalscope.readthedocs.io/en/latest/user_guides/stress_test/speed_benchmark.html).
Use the Speed Benchmark tool developed by [EvalScope](https://github.com/modelscope/evalscope), which supports automatic model downloads from ModelScope and outputs test results. It also allows testing by specifying the model service URL. For details, please refer to the [📖 User Guide](https://evalscope.readthedocs.io/en/latest/user_guides/stress_test/speed_benchmark.html).
**Install Dependencies**
```shell
......
......@@ -46,7 +46,7 @@ pip install -r requirements-perf-vllm.txt
### 方法1:使用Speed Benchmark工具测试
使用[EvalScope](https://github.com/modelscope/evalscope)开发的Speed Benchmark工具进行测试,支持自动从modelscope下载模型并输出测试结果,参考[📖使用指南](https://evalscope.readthedocs.io/zh-cn/latest/user_guides/stress_test/speed_benchmark.html).
使用[EvalScope](https://github.com/modelscope/evalscope)开发的Speed Benchmark工具进行测试,支持自动从modelscope下载模型并输出测试结果,也支持指定模型服务的url进行测试,具体请参考[📖使用指南](https://evalscope.readthedocs.io/zh-cn/latest/user_guides/stress_test/speed_benchmark.html)
**安装依赖**
```shell
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment