Skip to content

Commit 8abff7f

Browse files
committed
rename file
1 parent d2fce90 commit 8abff7f

File tree

3 files changed

+2
-2
lines changed

3 files changed

+2
-2
lines changed

checkpoint_engine/distributed/base.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -225,8 +225,8 @@ def use_backend(backend: str | None):
225225
return
226226

227227
mapping = {
228-
"vllm_nccl": ".nccl.DistributedNccl",
229-
"vllm_hccl": ".hccl.DistributedHccl",
228+
"vllm_nccl": ".vllm_nccl.DistributedNccl",
229+
"vllm_hccl": ".vllm_hccl.DistributedHccl",
230230
}
231231
if backend not in mapping:
232232
raise ValueError(f"Unsupported custom backend: {backend}")
File renamed without changes.
File renamed without changes.

0 commit comments

Comments
 (0)