-
Notifications
You must be signed in to change notification settings - Fork 668
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Nightly 'samples' build of Colab notebooks broken recently #18919
Comments
As needed, we can skip or xfail these notebook tests to get the workflow passing again: iree/samples/colab/test_notebooks.py Lines 14 to 26 in 8bfcc85
Instructions for updating the notebooks themselves are at https://github.com/iree-org/iree/tree/main/samples/colab#working-with-github |
The |
Possible commit range between last success and first failure: 00104b5...3b751a4 |
See #18919. Tested here: https://github.com/iree-org/iree/actions/runs/11689771962 * I was able to reproduce the `tensorflow_hub_import.ipynb` compile failure in Colab. Might be a real compiler regression in there. * I was _not_ able to reproduce the `tflite_text_classification.ipynb` error - likely some diff between the simulated test environment we have and what is running in hosted Colab instances.
See iree-org#18919. Tested here: https://github.com/iree-org/iree/actions/runs/11689771962 * I was able to reproduce the `tensorflow_hub_import.ipynb` compile failure in Colab. Might be a real compiler regression in there. * I was _not_ able to reproduce the `tflite_text_classification.ipynb` error - likely some diff between the simulated test environment we have and what is running in hosted Colab instances.
See iree-org#18919. Tested here: https://github.com/iree-org/iree/actions/runs/11689771962 * I was able to reproduce the `tensorflow_hub_import.ipynb` compile failure in Colab. Might be a real compiler regression in there. * I was _not_ able to reproduce the `tflite_text_classification.ipynb` error - likely some diff between the simulated test environment we have and what is running in hosted Colab instances. Signed-off-by: Giacomo Serafini <179146510+giacs-epic@users.noreply.github.com>
What happened?
https://github.com/iree-org/iree/actions/workflows/samples.yml has been failing for two days. Sample logs: https://github.com/iree-org/iree/actions/runs/11547361887/job/32137116277
tail of logs:
There is also another error higher up:
Steps to reproduce your issue
Check if the notebooks also fail on Colab itself: https://github.com/iree-org/iree/tree/main/samples/colab (the test script simulates running in Colab but software package versions can differ easily)
What component(s) does this issue relate to?
Python
Version information
Not sure from the current logs. Check the date ranges against https://github.com/iree-org/iree/releases
Additional context
No response
The text was updated successfully, but these errors were encountered: