Skip to content

Commit

Permalink
remove duplicate import
Browse files Browse the repository at this point in the history
  • Loading branch information
youkaichao committed Apr 18, 2024
1 parent 0a2bc14 commit 8a06dc3
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion vllm/utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -533,7 +533,6 @@ def nccl_integrity_check(filepath):
raise RuntimeError(f"Failed to load NCCL library from {filepath} .")
import ctypes

import torch # noqa
nccl = ctypes.CDLL(filepath)
version = ctypes.c_int()
nccl.ncclGetVersion.restype = ctypes.c_int
Expand Down

0 comments on commit 8a06dc3

Please sign in to comment.