-
Notifications
You must be signed in to change notification settings - Fork 191
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
float8 delayed scaling: remove need to use workaround for AC (#1291)
Summary: The logic to check if the user has called `sync_float8_amax_and_scale_history`, while nice, hasn't been that useful in practice. Removing this logic in order to simplify the integration with manual activation checkpointing - now it "just works" without the need to work around with a non-standard config. Test Plan: ``` pytest test/float8/test_base.py -s -x ``` Reviewers: Subscribers: Tasks: Tags:
- Loading branch information
Showing
2 changed files
with
12 additions
and
17 deletions.
There are no files selected for viewing
This file contains 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
This file contains 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