Skip to content

Commit

Permalink
Revert "Test PyTorch models with 'execute op by op' option."
Browse files Browse the repository at this point in the history
This reverts commit 8bbd311.
  • Loading branch information
mmanzoorTT committed Dec 11, 2024
1 parent 9714bb1 commit 3802684
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/run-model-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@ jobs:
echo ${{ steps.strings.outputs.install-output-dir }}
source env/activate
export LD_LIBRARY_PATH="/opt/ttmlir-toolchain/lib/:${{ steps.strings.outputs.install-output-dir }}/lib:${{ steps.strings.outputs.build-output-dir }}/lib:./lib/:${LD_LIBRARY_PATH}"
export TT_TORCH_COMPILE_DEPTH=EXECUTE_OP_BY_OP
export TT_TORCH_COMPILE_DEPTH=COMPILE_OP_BY_OP
for testname in ${{ matrix.build.test_names }}; do
testname=${testname//,/}
echo "running test: $testname"
Expand Down

0 comments on commit 3802684

Please sign in to comment.