set -e on mlperf run_and_time scripts (#10519)

This commit is contained in:
chenyu
2025-05-26 09:22:30 -04:00
committed by GitHub
parent 478c76f4b7
commit 2d50efb92b
6 changed files with 6 additions and 0 deletions

View File

@@ -1,4 +1,5 @@
#!/bin/bash
set -e # Exit on any error
export PYTHONPATH="." AMD=1
export MODEL="bert"

View File

@@ -1,4 +1,5 @@
#!/bin/bash
set -e # Exit on any error
export PYTHONPATH="." NV=1
export MODEL="bert"

View File

@@ -1,4 +1,5 @@
#!/bin/bash
set -e # Exit on any error
export PYTHONPATH="." AMD=1
export MODEL="bert"

View File

@@ -1,4 +1,5 @@
#!/bin/bash
set -e # Exit on any error
export PYTHONPATH="." NV=1
export MODEL="resnet"

View File

@@ -1,4 +1,5 @@
#!/bin/bash
set -e # Exit on any error
export PYTHONPATH="." AMD=1
export MODEL="resnet"

View File

@@ -1,4 +1,5 @@
#!/bin/bash
set -e # Exit on any error
export PYTHONPATH="." NV=1
export MODEL="retinanet"