Skip to content

Commit

Permalink
Fix orttraining-ortmodule-distributed CI (microsoft#16569)
Browse files Browse the repository at this point in the history
### Fix orttraining-ortmodule-distributed CI

https://pypi.org/project/pydantic/#history released version 2.0 1st
July, Deepspeed has known issue on newer version of it
(microsoft/DeepSpeed#3280). So fix this by add
similar check as DS did in
microsoft/DeepSpeed#3290
  • Loading branch information
pengwa committed Jul 3, 2023
1 parent f469560 commit ac100eb
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -11,3 +11,4 @@ pytorch-lightning
deepspeed==0.9.0
fairscale==0.4.6
parameterized>=0.8.1
pydantic<2.0.0

0 comments on commit ac100eb

Please sign in to comment.