Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix torch.compile error for PyTorch v2.3 (microsoft#5463)
PyTorch v2.3 throws an error when it tries to compile `iter_params` used for ZeRO3. This PR excludes the function from the compilation targets. After this PR is merged, we can [unpin the torch version for unit tests](microsoft#5459).
- Loading branch information