[CI] add codespell CI and fix format.sh (#827)
1. Fix format check error to make format.sh work 2. Add codespell check CI 3. Add the missing required package for vllm-ascend. Signed-off-by: wangxiyuan <wangxiyuan1007@gmail.com>
This commit is contained in:
@@ -113,7 +113,7 @@ def vllm_version_is(target_vllm_version: str):
|
||||
raise ValueError(
|
||||
f"Invalid vllm version {vllm_version} found. A dev version of vllm "
|
||||
"is installed probably. Set the environment variable VLLM_VERSION "
|
||||
"to control it by hand. And please make sure the vaule follows the "
|
||||
"to control it by hand. And please make sure the value follows the "
|
||||
"format of x.y.z.")
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user