We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9942f4f commit eb7c51cCopy full SHA for eb7c51c
2 files changed
.github/workflows/precommit.yml
@@ -66,7 +66,7 @@ jobs:
66
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
67
68
- name: Run smoke tests
69
- run: docker run --rm toolsolutions-pytorch:latest ./test.sh
+ run: docker run --rm toolsolutions-pytorch:latest ./test-examples.sh
70
71
- name: Run unit tests
72
run: docker run --rm toolsolutions-pytorch:latest bash ./run_unit_tests.sh
…meworks/pytorch-aarch64/examples/test.sh …ytorch-aarch64/examples/test-examples.shML-Frameworks/pytorch-aarch64/examples/test.sh renamed to ML-Frameworks/pytorch-aarch64/examples/test-examples.sh
0 commit comments