Fix Typo: table in deepspeed.md (#26705)

This commit is contained in:
Tuowei Wang
2023-10-10 17:50:10 +08:00
committed by GitHub
parent 592f2eabd1
commit a9862a0f49

View File

@@ -1224,6 +1224,7 @@ As long as you don't enable `offload_optimizer` you can mix and match DeepSpeed
optimizers, with the exception of using the combination of HuggingFace scheduler and DeepSpeed optimizer:
| Combos | HF Scheduler | DS Scheduler |
|:-------------|:-------------|:-------------|
| HF Optimizer | Yes | Yes |
| DS Optimizer | No | Yes |