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
{{ message }}
This repository was archived by the owner on Aug 7, 2024. It is now read-only.
rename top level UX to convert_to_float8_training (#329)
Summary:
Pull Request resolved: #329
Old name: `swap_linear_with_float8_linear`
New name: `convert_to_float8_training`
Choosing a more generic name, with the following improvements from the
old name:
1. doesn't mention module swaps, which is an implementation detail
2. doesn't mention `Float8Linear`, which is an implementation detail
3. clarifies that this is for training, not to be confused with
inference APIs
4. doesn't mention `linear`, which gives more freedom to add other
modules later
```
find . -name '*.py' -print0 | xargs -0 sed -i 's/swap_linear_with_float8_linear/convert_to_float8_training/g'
```
Reviewed By: weifengpy
Differential Revision: D60195665
fbshipit-source-id: 8157b3d6f5db36c33370014135cbadfd192ac5b4
0 commit comments