diff --git a/examples/speed-benchmark/README.md b/examples/speed-benchmark/README.md index 56fd0039cd65348c67b5043d78f71b37baad1b31..284e06031048af2e416629692df4c5ec21be46e2 100644 --- a/examples/speed-benchmark/README.md +++ b/examples/speed-benchmark/README.md @@ -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 diff --git a/examples/speed-benchmark/README_zh.md b/examples/speed-benchmark/README_zh.md index da43266e7e7a864c912a5f91841101aae889f6f2..bc0d8bbb9dbfdb065401fa61574d16daa0a9a598 100644 --- a/examples/speed-benchmark/README_zh.md +++ b/examples/speed-benchmark/README_zh.md @@ -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