Unverified Commit 08600ddc authored by tastelikefeet's avatar tastelikefeet Committed by GitHub
Browse files

Fix the log to correct guide user to install modelscope (#9793)


Signed-off-by: default avataryuze.zyz <yuze.zyz@alibaba-inc.com>
parent 74fc2d77
......@@ -9,7 +9,7 @@ if VLLM_USE_MODELSCOPE:
if version.parse(modelscope.__version__) <= version.parse('1.18.0'):
raise ImportError(
'Using vLLM with ModelScope needs modelscope>=1.18.1, please '
'install by `pip install modelscope>=1.18.1`')
'install by `pip install modelscope -U`')
from modelscope.utils.hf_util import patch_hub
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment