Skip to content

Commit

Permalink
Address comment
Browse files Browse the repository at this point in the history
  • Loading branch information
krishung5 committed Nov 15, 2024
1 parent 564f815 commit dde93ed
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions qa/L0_dyna_implicit_state/test.sh
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,9 @@ if [ -z "$REPO_VERSION" ]; then
echo -e "\n***\n*** Test Failed\n***"
exit 1
fi
if [ ! -z "$TEST_REPO_ARCH" ] && [[ "$REPO_VERSION" == *"$TEST_REPO_ARCH"* ]]; then
REPO_VERSION=${REPO_VERSION}_${TEST_REPO_ARCH}
fi

export ENSEMBLES=0
BACKENDS=${BACKENDS:="onnx plan"}
Expand Down

0 comments on commit dde93ed

Please # to comment.