File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
test/dlc_tests/container_tests/bin/efa Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -36,9 +36,9 @@ validate_all_reduce_performance_logs(){
3636 # EFA 1.37.0 using "Using network Libfabric" instead of "Using network AWS Libfabric"
3737 grep -E " Using network (AWS )?Libfabric" ${TRAINING_LOG} || { echo " efa is not working, please check if it is installed correctly" ; exit 1; }
3838 if [[ ${INSTANCE_TYPE} == p4d* || ${INSTANCE_TYPE} == p5* ]]; then
39- grep " Setting NCCL_TOPO_FILE environment variable to" ${TRAINING_LOG}
39+ grep " NCCL_TOPO_FILE set by environment to" ${TRAINING_LOG}
4040 # EFA 1.37.0 change from NET/AWS Libfabric/0/GDRDMA to NET/Libfabric/0/GDRDMA
41- grep -E " NET/Libfabric/0/GDRDMA" ${TRAINING_LOG}
41+ grep -E " NET/(AWS )? Libfabric/0/GDRDMA" ${TRAINING_LOG}
4242 fi
4343}
4444
You can’t perform that action at this time.
0 commit comments