forked from pytorch/torchtitan
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
I was reading the framework just out of interest and found two quick fixes. Especially, the rationale behind removing `strict=True` from `zip` is: 1. It's obvious that both iterables have the same length. 2. `strict=True` was introduced in `zip` in Python 3.10, but `pyproject.toml` specifies `requires-python >= 3.8`.
- Loading branch information
1 parent
7e93822
commit c134345
Showing
2 changed files
with
1 addition
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters