Conversation
Contributor
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## main #595 +/- ##
=======================================
Coverage 85.12% 85.12%
=======================================
Files 40 40
Lines 3544 3544
=======================================
Hits 3017 3017
Misses 527 527
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
amontanez24
approved these changes
Apr 15, 2026
frances-h
approved these changes
Apr 16, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Resolve #589
CU-86b9atcr2
The boot image used by the benchmark stopped being supported by Google on April 13, which caused this error:
I’m sharing below a screenshot of Google’s machine image lifecycle table. Based on it, I updated the boot image to common-
cu129-ubuntu-2204-nvidia-580, which is the closest supported replacement to the one we were using. This image is supported untilAugust 4, 2028.I tested the change by running RealTabFormer with the new image, and it worked. The results are available here.
I also added a comment to the original issue to mention the boot image update and note that it resolves the original PyTorch/CUDA version conflict simultaneously.