Skip to content

Commit e22b57d

Browse files
authored
c: Update to use nemo runners (#728)
* Minor change to test CI Signed-off-by: Charlie Truong <chtruong@nvidia.com> * Remove example test Signed-off-by: Charlie Truong <chtruong@nvidia.com> * Minor change Signed-off-by: Charlie Truong <chtruong@nvidia.com> * Run on NeMo GPU runners Signed-off-by: Charlie Truong <chtruong@nvidia.com> --------- Signed-off-by: Charlie Truong <chtruong@nvidia.com>
1 parent 3179108 commit e22b57d

File tree

4 files changed

+2
-8
lines changed

4 files changed

+2
-8
lines changed

.github/workflows/gpuci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ jobs:
7676
run-gpu-tests:
7777
needs: [build-container]
7878
if: ${{ needs.changed-files.outputs.any_changed == 'true' }}
79-
runs-on: linux-amd64-gpu-rtxa6000-latest-1
79+
runs-on: linux-amd64-gpu-rtxa6000-latest-2-nemo
8080
environment: nemo-ci
8181
# Unit tests should not take longer than 40 minutes including docker pull and startup time
8282
timeout-minutes: 40

nemo_curator/hello.py

Lines changed: 0 additions & 2 deletions
This file was deleted.

nemo_curator/log.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,7 @@ def create_logger(
2626
log_level: int = logging.INFO,
2727
stdout: bool = False,
2828
) -> logging.Logger:
29+
# Minor change
2930
# Create the logger
3031
logger = logging.getLogger(name)
3132
logger.setLevel(log_level)

tests/test_hello.py

Lines changed: 0 additions & 5 deletions
This file was deleted.

0 commit comments

Comments
 (0)