Skip to content

Commit 9d0a179

Browse files
authored
Mark tensorflow_resnet.ipynb as xfail. (iree-org#15926)
This notebook started failing two days ago: https://github.com/openxla/iree/actions/runs/7190613243/job/19584017594#step:3:511 TensorFlow notebooks are a lower priority to maintain at the moment and I'm not sure how to triage this particular error, so just marking xfail for now. skip-ci: only affects a nightly build
1 parent 9d2ec18 commit 9d0a179

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

samples/colab/test_notebooks.py

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,9 @@
3333
# ```
3434
# convert_saved_model_v1 may be broken, but convert_saved_model works?
3535
"tensorflow_hub_import.ipynb",
36+
# error: 'stablehlo.pad' op attribute 'edge_padding_low' failed to satisfy
37+
# constraint: 64-bit signless integer elements attribute
38+
"tensorflow_resnet.ipynb",
3639
]
3740

3841

0 commit comments

Comments
 (0)