File tree Expand file tree Collapse file tree 2 files changed +1
-4
lines changed
checkpoint_engine/distributed Expand file tree Collapse file tree 2 files changed +1
-4
lines changed Original file line number Diff line number Diff line change 77
88import torch
99import 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
1412class Distributed (ABC ):
@@ -114,7 +112,7 @@ def _flatten_for_scatter_gather(
114112
115113
116114def _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 ],
Original file line number Diff line number Diff line change @@ -7,7 +7,6 @@ requires-python = ">=3.10"
77
88dependencies = [
99 " torch>=2.5.0" ,
10- " vllm" ,
1110 " fastapi" ,
1211 " pydantic>=2.0.0" ,
1312 " safetensors" ,
You can’t perform that action at this time.
0 commit comments