-
Notifications
You must be signed in to change notification settings - Fork 487
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
Fix CI on master #6663
Comments
The most recently PR fails with error:
The PR #6664 added the missing package. |
The error still persist. Upon further look, it looks the CI is using the base image: gcr.io/tpu-pytorch/xla_base:dev-3.8_cuda_12.1 during the build phase and the base image is built from .circleci/docker/Dockerfile which based off of PyTorch/XLA cuda develop container |
The PR correctly installs toml package to the dev docker image:
Strangely, the dev image build doc doesn't have such info as which pip packages have been installed. |
#6670 should be able to fix it. |
Verified that the post-submit CI failure on CPU has been fixed. All left is the TPU CI failure. |
Current TPU CI failure is due to
Hi @mrnikwaws , could you take a look at the above test failure? It's failing PyTorch/XLA's TPU CI. Edit: Sorry, @mrnikwaws , it seems the test was added long time ago. Perhaps some other changes broke it. Let me check more. |
Another fix #6672 required to make the TPU CI green. |
Our post-submit CI is green now https://screenshot.googleplex.com/8ckvnUWydME9euU |
🐛 Bug
To Reproduce
na
Expected behavior
CI needs to be green.
Environment
Additional context
The text was updated successfully, but these errors were encountered: