You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fix autocast handling for float8 training rowwise recipes (#2587)
Summary:
Breakage reported by customer, fixing and adding a test.
Two unrelated changes:
1. delete a duplicate autocast test (testing same thing as the one I'm
changing)
2. modify `Float8TrainingTensor` repr to print `lp_dtype` instead of
`dtype`, since logically it's printing the low precision data dtype
Test Plan:
```bash
pytest test/float8/test_base.py -k test_autocast_outputs -s -x
```
Reviewers:
Subscribers:
Tasks:
Tags:
0 commit comments