File tree Expand file tree Collapse file tree 3 files changed +2
-3
lines changed Expand file tree Collapse file tree 3 files changed +2
-3
lines changed Original file line number Diff line number Diff line change 8
8
9
9
jobs :
10
10
community-bot :
11
- uses : NVIDIA-NeMo/FW-CI-templates/.github/workflows/_community_bot.yml@v0.44.0
11
+ uses : NVIDIA-NeMo/FW-CI-templates/.github/workflows/_community_bot.yml@v0.49.1
12
12
secrets :
13
13
GH_TOKEN : ${{ secrets.PAT }}
Original file line number Diff line number Diff line change 31
31
description : Branch to target for version bump
32
32
jobs :
33
33
release :
34
- uses : NVIDIA-NeMo/FW-CI-templates/.github/workflows/_release_library.yml@v0.22.6
34
+ uses : NVIDIA-NeMo/FW-CI-templates/.github/workflows/_release_library.yml@v0.40.0
35
35
with :
36
36
release-ref : ${{ inputs.release-ref }}
37
37
python-package : nemo_run
Original file line number Diff line number Diff line change 27
27
Executor ,
28
28
ExecutorMacros ,
29
29
)
30
- from nemo_run .core .execution .launcher import FaultTolerance , Torchrun
31
30
from nemo_run .core .packaging .base import Packager
32
31
from nemo_run .core .packaging .git import GitArchivePackager
33
32
You can’t perform that action at this time.
0 commit comments