[Docs] Fix vllm and vllm-ascend version (#107)
### What this PR does / why we need it? Fix vllm and vllm-ascend version | branch/tag | vllm_version | vllm_ascend_version|pip_vllm_ascend_version|pip_vllm_version| |----|----|----|----|----| | main | main | main | v0.7.1rc1 | v0.7.1 | | v0.7.1-dev | v0.7.1 | v0.7.1rc1 | v0.7.1rc1 | v0.7.1 | | v0.7.1rc1 | v0.7.1 | v0.7.1rc1 | v0.7.1rc1 | v0.7.1 | ### Does this PR introduce _any_ user-facing change? No ### How was this patch tested? CI passed Signed-off-by: Yikun Jiang <yikunkero@gmail.com>
This commit is contained in:
@@ -12,7 +12,7 @@
|
||||
:substitutions:
|
||||
|
||||
# You can change version a suitable one base on your requirement, e.g. main
|
||||
export IMAGE=quay.io/ascend:|vllm_newest_release_version|
|
||||
export IMAGE=quay.io/ascend/vllm-ascend:|vllm_ascend_version|
|
||||
|
||||
docker run \
|
||||
--name vllm-ascend \
|
||||
|
||||
Reference in New Issue
Block a user