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
695e7adc
Unverified
Commit
695e7adc
authored
Aug 22, 2025
by
杨朱 · Kiki
Committed by
GitHub
Aug 22, 2025
Browse files
[misc] Remove outdate comment about runai_model_streamer (#23421)
Signed-off-by:
carlory
<
baofa.fan@daocloud.io
>
parent
281710ef
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
3 deletions
+1
-3
vllm/model_executor/model_loader/weight_utils.py
vllm/model_executor/model_loader/weight_utils.py
+1
-3
No files found.
vllm/model_executor/model_loader/weight_utils.py
View file @
695e7adc
...
...
@@ -31,9 +31,7 @@ from vllm.utils import PlaceholderModule
try
:
from
runai_model_streamer
import
SafetensorsStreamer
except
(
ImportError
,
OSError
):
# see https://github.com/run-ai/runai-model-streamer/issues/26
# OSError will be raised on arm64 platform
except
ImportError
:
runai_model_streamer
=
PlaceholderModule
(
"runai_model_streamer"
)
# type: ignore[assignment]
SafetensorsStreamer
=
runai_model_streamer
.
placeholder_attr
(
...
...
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