-
Notifications
You must be signed in to change notification settings - Fork 10.5k
Move tensorflow commit to pick up shape inference API. #26348
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
Conversation
@swift-ci please clean test tensorflow |
@swift-ci please clean test tensorflow |
@swift-ci please clean test tensorflow |
@swift-ci please clean test tensorflow gpu |
@swift-ci please clean test tensorflow-gpu |
@swift-ci please clean test tensorflow |
1 similar comment
@swift-ci please clean test tensorflow |
@swift-ci please clean test tensorflow-gpu |
2 similar comments
@swift-ci please clean test tensorflow-gpu |
@swift-ci please clean test tensorflow-gpu |
@swift-ci please clean test tensorflow gpu |
@swift-ci please clean test tensorflow gpu |
@swift-ci please clean test tensorflow |
@swift-ci please clean test tensorflow gpu |
1 similar comment
@swift-ci please clean test tensorflow gpu |
@swift-ci please clean test tensorflow linux |
@swift-ci please clean test tensorflow |
The GPU tests are failing because the nccl files in ~/.cache/bazel is not compatible with the tensorflow commit hash. This should build if the ~/.cache/bazel is completely removed. See the successful run here: Merging this in now. |
Moves the tensorflow commit to tensorflow/tensorflow@fee0b38d so that we pick up tensorflow/tensorflow@b898082, where a new experimental shape inference API is introduced.