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

Signed-off-by: carlory <baofa.fan@daocloud.io>
This commit is contained in:
杨朱 · Kiki 2025-08-22 21:08:53 +08:00 committed by GitHub
parent 281710ef9a
commit 695e7adcd2
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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(