Skip to content

Commit d2a6ce5

Browse files
trivialfisCopilot
andauthored
Update python-package/xgboost/collective.py
Co-authored-by: Copilot <[email protected]>
1 parent 43644f8 commit d2a6ce5

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

python-package/xgboost/collective.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -315,7 +315,6 @@ def _find_nccl() -> Optional[str]:
315315
files = os.listdir(dirname)
316316
if not files:
317317
return None
318-
assert len(files) >= 1
319318

320319
libname: Optional[str] = None
321320
for name in files:

0 commit comments

Comments
 (0)