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
Our configs test is currently being skipped after changes in #406. After our packaging changes (#445), it contains invalid imports. As part of #460 this file is being deleted.
Creating this issue so that we write a new config test without using illegal imports from recipes/.
The text was updated successfully, but these errors were encountered:
Summary:
1. standardizes on `float8` instead of `fp8` for config names
2. removes usage of non-public objects such as `Float8Linear`
Test Plan:
```
with-proxy NGPU=1 CUDA_VISIBLE_DEVICES=7 CONFIG_FILE="./train_configs/debug_model.toml" ./run_llama_train.sh --training.compile --training.enable_float8_linear
```
Reviewers:
Subscribers:
Tasks:
Tags:
Our configs test is currently being skipped after changes in #406. After our packaging changes (#445), it contains invalid imports. As part of #460 this file is being deleted.
Creating this issue so that we write a new config test without using illegal imports from recipes/.
The text was updated successfully, but these errors were encountered: