[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:
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user