We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent edd8c98 commit 22f2b32Copy full SHA for 22f2b32
2 files changed
checkpoint_engine/distributed/base.py
@@ -7,8 +7,6 @@
7
8
import torch
9
import torch.distributed as torch_dist
10
-from vllm.distributed.device_communicators.pynccl import PyNcclCommunicator
11
-from vllm_ascend.distributed.device_communicators.pyhccl import PyHcclCommunicator
12
13
14
class Distributed(ABC):
@@ -114,7 +112,7 @@ def _flatten_for_scatter_gather(
114
112
115
113
116
def _common_all_gather_object(
117
- comm: PyNcclCommunicator | PyHcclCommunicator | Any,
+ comm: Any,
118
device: torch.device,
119
world_size: int,
120
object_list: list[Any],
pyproject.toml
@@ -7,7 +7,6 @@ requires-python = ">=3.10"
dependencies = [
"torch>=2.5.0",
- "vllm",
"fastapi",
"pydantic>=2.0.0",
"safetensors",
0 commit comments