Skip to content

Commit

Permalink
More tests nov16 (#1607)
Browse files Browse the repository at this point in the history
* tests

* test

* test
  • Loading branch information
atalman authored Nov 16, 2023
1 parent 5a17ddf commit 91a24a7
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions test/smoke_test/smoke_test.py
Original file line number Diff line number Diff line change
Expand Up @@ -282,11 +282,14 @@ def main() -> None:
)
options = parser.parse_args()
print(f"torch: {torch.__version__}")
print(f"torch expected: {release_version}")

# if release_version is specified, override stable_version coming binary matrix
if(release_version):
print(f"reading release_matrix for: {release_version}")
release_matrix = read_release_matrix()
stable_version = release_matrix["torch"]
print(f"new stable version : {stable_version}")

check_version(options.package)
smoke_test_conv2d()
Expand Down

0 comments on commit 91a24a7

Please sign in to comment.