File tree Expand file tree Collapse file tree 1 file changed +3
-5
lines changed Expand file tree Collapse file tree 1 file changed +3
-5
lines changed Original file line number Diff line number Diff line change 42
42
SMDDP_LIB_PATHS = [
43
43
"/opt/conda/lib/libsmddp.so" ,
44
44
"/opt/conda/lib/libsmddpcoll.so" ,
45
- "/opt/conda/lib/liboutofband.so" ,
46
- "/opt/conda/lib/libgloo.so" ,
47
45
]
48
46
49
47
@@ -476,9 +474,9 @@ def _validate_smddp_coll_libs_present():
476
474
deep-learning-containers package.
477
475
478
476
libsmddp.so is preloaded for training when SMDDP Collectives are used.
479
- The other libraries libsmddpcoll.so, liboutofband.so and libgloo.so are
480
- essential for successful training. Thus, if the libraries are absent,
481
- we want to avoid training failure by disabling SMDDP Collectives.
477
+ The other library libsmddpcoll.so is also essential for successful training.
478
+ Thus, if the libraries are absent, we want to avoid training failure
479
+ by disabling SMDDP Collectives.
482
480
"""
483
481
for path in SMDDP_LIB_PATHS :
484
482
if not os .path .exists (path ):
You can’t perform that action at this time.
0 commit comments