Skip to content

Commit

Permalink
Merge branch 'main' of github.com:rohitrango/NeMo into controlnet_cibug
Browse files Browse the repository at this point in the history
Signed-off-by: Rohit Jena <[email protected]>
  • Loading branch information
rohitrango committed Jul 10, 2024
2 parents 5a99ffd + 14d42dc commit 508198f
Show file tree
Hide file tree
Showing 361 changed files with 25,603 additions and 9,266 deletions.
7 changes: 7 additions & 0 deletions .github/labeler.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,13 @@ TTS:
- tests/collections/tts/**
- tests/collections/common/tokenizers/text_to_speech/**

Audio:
- nemo/collections/audio/**/*
- examples/audio/**/*
- tutorials/audio/**/*
- docs/source/audio/**/*
- tests/collections/audio/**

core:
- nemo/core/**/*
- tests/core/**
Expand Down
9 changes: 8 additions & 1 deletion .github/workflows/_test_template.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,9 +34,15 @@ on:
description: Last 2000 characters of the test step's log
value: ${{ jobs.main.outputs.log }}
jobs:
runner-auto-clean:
runs-on: ${{ inputs.RUNNER }}
steps:
- name: Docker system cleanup
run: |
docker system prune -a --filter "until=48h" --force
main:
runs-on: ${{ inputs.RUNNER }}
timeout-minutes: ${{ inputs.TIMEOUT }}
outputs:
conclusion: ${{ steps.main.conclusion }}
log: ${{ steps.main.outputs.log }}
Expand All @@ -54,6 +60,7 @@ jobs:
uses: actions/checkout@v4
- id: main
name: Run main script
timeout-minutes: ${{ inputs.TIMEOUT }}
run: |
set +e
(
Expand Down
Loading

0 comments on commit 508198f

Please sign in to comment.