[diffusion]: align sglang diffusion AMD pyproject_other.toml diffusion dependency with pyproject.toml (#16225)

Co-authored-by: roywang <roywang@amd.com>
This commit is contained in:
RoyWang
2026-01-29 17:50:57 +08:00
committed by GitHub
parent ef1c512754
commit 30adf78f82
4 changed files with 8 additions and 13 deletions

View File

@@ -23,11 +23,6 @@ try:
except ImportError:
HAS_RUNAI_MODEL_STREAMER = False
# Disable runai_model_streamer on AMD/ROCm due to global state issues
# that cause "Streamer is handling previous request" errors
if torch.version.hip is not None:
HAS_RUNAI_MODEL_STREAMER = False
from sglang.multimodal_gen.runtime.distributed import get_local_torch_device
from sglang.multimodal_gen.runtime.utils.logging_utils import init_logger