Skip to content

Commit

Permalink
patch: pytorch patch revision for multiworld (#18)
Browse files Browse the repository at this point in the history
Some files were not patched in the previous PR. This causes errors
when other parts of torch.distributed are loaded. We handle the issues
with the additional patch.
  • Loading branch information
myungjin authored Jun 12, 2024
1 parent 510d33c commit 7fdccd7
Show file tree
Hide file tree
Showing 2 changed files with 424 additions and 1 deletion.
2 changes: 1 addition & 1 deletion multiworld/version.py
Original file line number Diff line number Diff line change
Expand Up @@ -16,4 +16,4 @@

"""version.py."""

VERSION = "0.0.2"
VERSION = "0.0.3"
Loading

0 comments on commit 7fdccd7

Please sign in to comment.