"...git@developer.sourcefind.cn:2222/OpenDAS/vllm_cscc.git" did not exist on "19ec9a0a6276d5af449b3011dac2944e8af37ee0"
Unverified Commit c0d00f5b authored by Xudong Zhang's avatar Xudong Zhang Committed by GitHub
Browse files

[Fix] fix import error of RayWorker (#604) (#605)

parent 58a072be
...@@ -27,6 +27,7 @@ try: ...@@ -27,6 +27,7 @@ try:
except ImportError: except ImportError:
ray = None ray = None
TorchDistributedWorker = None TorchDistributedWorker = None
RayWorker = None # pylint: disable=invalid-name
if TYPE_CHECKING: if TYPE_CHECKING:
from ray.util.placement_group import PlacementGroup from ray.util.placement_group import PlacementGroup
......
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