Unverified Commit 695e7adc authored by 杨朱 · Kiki's avatar 杨朱 · Kiki Committed by GitHub
Browse files

[misc] Remove outdate comment about runai_model_streamer (#23421)


Signed-off-by: default avatarcarlory <baofa.fan@daocloud.io>
parent 281710ef
......@@ -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(
......
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