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
d53575a5
Unverified
Commit
d53575a5
authored
Jan 10, 2025
by
youkaichao
Committed by
GitHub
Jan 10, 2025
Browse files
[ci] fix gh200 tests (#11919)
Signed-off-by:
youkaichao
<
youkaichao@gmail.com
>
parent
61af6332
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
1 deletion
+3
-1
vllm/model_executor/model_loader/weight_utils.py
vllm/model_executor/model_loader/weight_utils.py
+3
-1
No files found.
vllm/model_executor/model_loader/weight_utils.py
View file @
d53575a5
...
...
@@ -29,7 +29,9 @@ from vllm.utils import PlaceholderModule
try
:
from
runai_model_streamer
import
SafetensorsStreamer
except
ImportError
:
except
(
ImportError
,
OSError
):
# see https://github.com/run-ai/runai-model-streamer/issues/26
# OSError will be raised on arm64 platform
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