commit | 551fcadec647c32d43a53ab31ddd3e71cce2c3e1 | [log] [tgz] |
---|---|---|
author | Scott Todd <scott.todd0@gmail.com> | Tue Apr 30 10:42:12 2024 -0700 |
committer | GitHub <noreply@github.com> | Tue Apr 30 10:42:12 2024 -0700 |
tree | 6172faece6798ec551648b88f70ee7bdd4ee0578 | |
parent | c2571c871c0254e993a01cee92ec9152823a9db2 [diff] |
Mark pytorch_aot_advanced Colab notebook passing again. (#17215) This notebook is working again now that iree-turbine released an update (https://pypi.org/project/iree-turbine/#history): https://github.com/iree-org/iree/actions/runs/8873175630/job/24358603849 `UNEXPECTED SUCCESS: test_pytorch_aot_advanced.ipynb (__main__.ColabNotebookTests.test_pytorch_aot_advanced.ipynb)` skip-ci: not covered by presubmit CI
diff --git a/samples/colab/test_notebooks.py b/samples/colab/test_notebooks.py index ab4496c..8a17e32 100755 --- a/samples/colab/test_notebooks.py +++ b/samples/colab/test_notebooks.py
@@ -22,9 +22,7 @@ ] NOTEBOOKS_EXPECTED_TO_FAIL = [ - # Bug in iree-turbine==2.3.0rc20240410 - # `assert issubclass(type(mdl), CompiledModule)` (fixed in 2190a8a) - "pytorch_aot_advanced.ipynb", + # None! ]