Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
OpenDAS
vllm_cscc
Commits
08600ddc
Unverified
Commit
08600ddc
authored
Oct 30, 2024
by
tastelikefeet
Committed by
GitHub
Oct 29, 2024
Browse files
Fix the log to correct guide user to install modelscope (#9793)
Signed-off-by:
yuze.zyz
<
yuze.zyz@alibaba-inc.com
>
parent
74fc2d77
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
vllm/transformers_utils/__init__.py
vllm/transformers_utils/__init__.py
+1
-1
No files found.
vllm/transformers_utils/__init__.py
View file @
08600ddc
...
@@ -9,7 +9,7 @@ if VLLM_USE_MODELSCOPE:
...
@@ -9,7 +9,7 @@ if VLLM_USE_MODELSCOPE:
if
version
.
parse
(
modelscope
.
__version__
)
<=
version
.
parse
(
'1.18.0'
):
if
version
.
parse
(
modelscope
.
__version__
)
<=
version
.
parse
(
'1.18.0'
):
raise
ImportError
(
raise
ImportError
(
'Using vLLM with ModelScope needs modelscope>=1.18.1, please '
'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
from
modelscope.utils.hf_util
import
patch_hub
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment