Skip to content

Commit

Permalink
Release: v0.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
acherstyx committed Apr 19, 2024
1 parent 7b85491 commit 9adeef1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -63,3 +63,4 @@ Currently, the main difference includes:
- Following `loky`, the pickling error described in [facebookresearch/hydra#2038](https://github.com/facebookresearch/hydra/issues/2038) is fixed through the use of `cloudpickle`. This version of the launcher now supports `start_method=spawn`, which is required by CUDA (see [pytorch/pytorch#40403](https://github.com/pytorch/pytorch/issues/40403)).
- The config is adjusted to match with `torchrun`.
- Fix `hydra.runtime.output_dir` missing after spawn.
- Fix the return value of multi-node training.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"

[project]
name = "hydra-torchrun-launcher"
version = "0.1.0"
version = "0.1.1"
description = "Hydra torchrun launcher"
readme = "README.md"
requires-python = ">=3.8"
Expand Down

0 comments on commit 9adeef1

Please sign in to comment.