From b736067e557e3a9536f3ab9bcfafdb94fe1c36da Mon Sep 17 00:00:00 2001 From: Yunnglin <mao.looper@qq.com> Date: Fri, 29 Nov 2024 12:51:02 +0800 Subject: [PATCH] update doc --- examples/speed-benchmark/README.md | 2 +- examples/speed-benchmark/README_zh.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/examples/speed-benchmark/README.md b/examples/speed-benchmark/README.md index 56fd003..284e060 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 da43266..bc0d8bb 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 -- GitLab