onnxruntime/orttraining/orttraining/python/training/optim
Abhishek Jindal 3d388a1aea
change deepspeed version in warning from 0.7.3 to 0.8.0 (#14527)
### Description
change deepspeed version in warning from 0.7.3 to 0.8.0



### Motivation and Context
The version was updated for Deepspeed support in ORT from 0.7.3 to 0.8.0
but wasn't updated in the warnings message and this PR is to fix that.
2023-02-01 12:00:43 -08:00
..
__init__.py
_apex_amp_modifier.py
_ds_modifier.py change deepspeed version in warning from 0.7.3 to 0.8.0 (#14527) 2023-02-01 12:00:43 -08:00
_megatron_modifier.py Remove Apex Dependency For Deepspeed FP16_Optimizer (#12077) 2022-07-14 11:15:53 +08:00
_modifier.py Remove Apex Dependency For Deepspeed FP16_Optimizer (#12077) 2022-07-14 11:15:53 +08:00
_modifier_registry.py
_multi_tensor_apply.py
config.py
fp16_optimizer.py Fix segment fault for alltoall (#12701) 2022-08-30 11:27:14 +08:00
fused_adam.py Format all python files under onnxruntime with black and isort (#11324) 2022-04-26 09:35:16 -07:00
lr_scheduler.py