-
Notifications
You must be signed in to change notification settings - Fork 34.4k
Comparing changes
Open a pull request
base repository: huggingface/transformers
base: main
head repository: huggingface/transformers
compare: debug_gc_old_base
- 14 commits
- 3 files changed
- 2 contributors
Commits on Aug 26, 2026
-
Configuration menu - View commit details
-
Copy full SHA for b80b4a3 - Browse repository at this point
Copy the full SHA b80b4a3View commit details -
[debug] BigBirdPegasus gradient checkpointing flakiness investigation
Add debug logging to check_training_gradient_checkpointing override in BigBirdPegasusModelTest to track how often non_zero_grads_gradcp differs from non_zero_grads_normal across 1000 iterations. Instead of failing on the first mismatch, collect all mismatches and report the count at the end. Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
Configuration menu - View commit details
-
Copy full SHA for e444c50 - Browse repository at this point
Copy the full SHA e444c50View commit details -
[debug] Skip flaky gradient checkpointing reentrant tests in BigBirdP…
…egasus test_training_gradient_checkpointing_use_reentrant_true and _false are flaky on CI: qa_outputs.bias shows non-zero grad in the normal run but zero in the GC run (or vice versa), due to floating-point rounding differences between the two backward paths. Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
Configuration menu - View commit details
-
Copy full SHA for 5794ecc - Browse repository at this point
Copy the full SHA 5794eccView commit details -
Revert test_modeling_common.py to main (restore removed GC test methods)
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
Configuration menu - View commit details
-
Copy full SHA for d01ba35 - Browse repository at this point
Copy the full SHA d01ba35View commit details -
Configuration menu - View commit details
-
Copy full SHA for e7b2595 - Browse repository at this point
Copy the full SHA e7b2595View commit details -
Configuration menu - View commit details
-
Copy full SHA for 6b2b93b - Browse repository at this point
Copy the full SHA 6b2b93bView commit details -
Configuration menu - View commit details
-
Copy full SHA for 879e744 - Browse repository at this point
Copy the full SHA 879e744View commit details -
Configuration menu - View commit details
-
Copy full SHA for 1362826 - Browse repository at this point
Copy the full SHA 1362826View commit details -
Configuration menu - View commit details
-
Copy full SHA for 7902406 - Browse repository at this point
Copy the full SHA 7902406View commit details -
[debug] Use 1e-6 epsilon for non-zero grad check to ignore fp noise f…
…rom GC recomputation
Configuration menu - View commit details
-
Copy full SHA for cb297b6 - Browse repository at this point
Copy the full SHA cb297b6View commit details -
Revert "[debug] Use 1e-6 epsilon for non-zero grad check to ignore fp…
… noise from GC recomputation" This reverts commit cb297b6.
Configuration menu - View commit details
-
Copy full SHA for 6301d81 - Browse repository at this point
Copy the full SHA 6301d81View commit details -
[debug] Use 1e-6 epsilon for non-zero grad check to ignore fp noise f…
…rom GC recomputation
Configuration menu - View commit details
-
Copy full SHA for 60d4994 - Browse repository at this point
Copy the full SHA 60d4994View commit details -
Configuration menu - View commit details
-
Copy full SHA for 2e710a7 - Browse repository at this point
Copy the full SHA 2e710a7View commit details -
[debug] Ignore fp noise: only suppress mismatch when one side is 0.0 …
…and other <= 1e-6
Configuration menu - View commit details
-
Copy full SHA for 1e8f22f - Browse repository at this point
Copy the full SHA 1e8f22fView commit details
This comparison is taking too long to generate.
Unfortunately it looks like we can’t render this comparison for you right now. It might be too big, or there might be something weird with your repository.
You can try running this command locally to see the comparison on your machine:
git diff main...debug_gc_old_base