We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fdac6bd commit a230d29Copy full SHA for a230d29
docs/source/tutorials/Qwen3-235B.md
@@ -162,7 +162,7 @@ Take the `serve` as an example. Run the code as follows.
162
163
```shell
164
export VLLM_USE_MODELSCOPE=true
165
-vllm bench serve --model vllm-ascend/wen3-235B-A22B-w8a8 --dataset-name random --random-input 200 --num-prompt 200 --request-rate 1 --save-result --result-dir ./
+vllm bench serve --model vllm-ascend/Qwen3-235B-A22B-w8a8 --dataset-name random --random-input 200 --num-prompt 200 --request-rate 1 --save-result --result-dir ./
166
```
167
168
After about several minutes, you can get the performance evaluation result.
0 commit comments