Skip to content

Commit 22f2b32

Browse files
author
hid64306686
committed
fix
1 parent edd8c98 commit 22f2b32

File tree

2 files changed

+1
-4
lines changed

2 files changed

+1
-4
lines changed

checkpoint_engine/distributed/base.py

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,6 @@
77

88
import torch
99
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
1210

1311

1412
class Distributed(ABC):
@@ -114,7 +112,7 @@ def _flatten_for_scatter_gather(
114112

115113

116114
def _common_all_gather_object(
117-
comm: PyNcclCommunicator | PyHcclCommunicator | Any,
115+
comm: Any,
118116
device: torch.device,
119117
world_size: int,
120118
object_list: list[Any],

pyproject.toml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,6 @@ requires-python = ">=3.10"
77

88
dependencies = [
99
"torch>=2.5.0",
10-
"vllm",
1110
"fastapi",
1211
"pydantic>=2.0.0",
1312
"safetensors",

0 commit comments

Comments
 (0)