We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3475aed commit 27d4402Copy full SHA for 27d4402
.github/workflows/validate-binaries.yml
@@ -45,5 +45,5 @@ jobs:
45
repository: "pytorch/ao"
46
with_cuda: "enable"
47
with_rocm: "disable"
48
- smoke_test: "source ./.github/scripts/validate_binaries.sh"
+ smoke_test: "pytest test --verbose -s"
49
install_torch: true
0 commit comments