Skip to content

Commit 4cdf6f6

Browse files
authored
Merge branch 'main' into ansjindal/skypilot
Signed-off-by: ansjindal <[email protected]>
2 parents 0b33d98 + 0a25fd6 commit 4cdf6f6

File tree

3 files changed

+2
-3
lines changed

3 files changed

+2
-3
lines changed

.github/workflows/community-bot.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,6 @@ on:
88

99
jobs:
1010
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
1212
secrets:
1313
GH_TOKEN: ${{ secrets.PAT }}

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ on:
3131
description: Branch to target for version bump
3232
jobs:
3333
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
3535
with:
3636
release-ref: ${{ inputs.release-ref }}
3737
python-package: nemo_run

nemo_run/core/execution/skypilot.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,6 @@
2727
Executor,
2828
ExecutorMacros,
2929
)
30-
from nemo_run.core.execution.launcher import FaultTolerance, Torchrun
3130
from nemo_run.core.packaging.base import Packager
3231
from nemo_run.core.packaging.git import GitArchivePackager
3332

0 commit comments

Comments
 (0)