Commit 09885ef
authored
Fix BF16_Optimizer being used without ZeRO (#7790)
The test_ds_initialize.py::TestOptimizerImplementation expects the
configuration (None, 'bf16', 'fp32') is unimplemented.
However, it is actually supported by DeepSpeed and uses FP16_Optimizer
in bf16 mode.
This PR adds the configuration in the dict of supported combinations.
---------
Signed-off-by: Masahiro Tanaka <mtanaka@anyscale.com>1 parent 1393f75 commit 09885ef
1 file changed
+0
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1481 | 1481 | | |
1482 | 1482 | | |
1483 | 1483 | | |
1484 | | - | |
1485 | | - | |
1486 | 1484 | | |
1487 | 1485 | | |
1488 | 1486 | | |
| |||
0 commit comments