File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed
test/dlc_tests/container_tests/bin/efa Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change 31
31
32
32
validate_all_reduce_performance_logs (){
33
33
grep " aws-ofi-nccl" ${TRAINING_LOG} || { echo " aws-ofi-nccl is not working, please check if it is installed correctly" ; exit 1; }
34
- grep " NET/OFI Selected Provider is efa" ${TRAINING_LOG} || { echo " efa is not working, please check if it is installed correctly" ; exit 1; }
34
+ grep -i " NET/OFI Selected [Pp]rovider is efa" ${TRAINING_LOG} || { echo " efa is not working, please check if it is installed correctly" ; exit 1; }
35
35
# EFA 1.37.0 using "Using network Libfabric" instead of "Using network AWS Libfabric"
36
36
grep -E " Using network (AWS )?Libfabric" ${TRAINING_LOG} || { echo " efa is not working, please check if it is installed correctly" ; exit 1; }
37
37
if [[ ${INSTANCE_TYPE} == p4d* || ${INSTANCE_TYPE} == p5* ]]; then
You can’t perform that action at this time.
0 commit comments