[Doc] Fix typo in ASCEND_RT_VISIBLE_DEVICES (#5581)
Fixed a typo in the environment variable name. `ASCEBD_RT_VISIBLE_DEVICES` -> `ASCEND_RT_VISIBLE_DEVICES` Fixes #5580 Signed-off-by: SlightwindSec <slightwindsec@gmail.com>
This commit is contained in:
@@ -98,7 +98,7 @@ Qwen2.5-7B-Instruct supports single-node single-card deployment on the 910B4 pla
|
||||
|
||||
```shell
|
||||
#!/bin/sh
|
||||
export ASCEBD_RT_VISIBLE_DEVICES=0
|
||||
export ASCEND_RT_VISIBLE_DEVICES=0
|
||||
export MODEL_PATH="Qwen/Qwen2.5-7B-Instruct"
|
||||
|
||||
vllm serve ${MODEL_PATH} \
|
||||
|
||||
Reference in New Issue
Block a user