We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 526461b commit 6a43228Copy full SHA for 6a43228
.github/workflows/cicd-main-nemo2.yml
@@ -41,7 +41,7 @@ jobs:
41
runner: self-hosted-azure
42
- script: L2_NeMo_2_llama3_pytorch_profiler
43
44
- is-optional: true
+ timeout: 20
45
- script: L2_NeMo_2_llama3_fault_tolerance_plugin
46
47
- script: L2_NeMo_2_llama3_straggler_detection
.github/workflows/cicd-main-speech.yml
@@ -188,6 +188,7 @@ jobs:
188
script: SPEECHLM_HF_Training_DuplexS2SSpeechDecoder
189
- runner: self-hosted-azure
190
script: SPEECHLM_HF_Training_SALM
191
192
needs: [unit-tests]
193
runs-on: ${{ matrix.runner }}
194
name: ${{ matrix.is-optional && 'PLEASEFIXME_' || '' }}${{ matrix.script }}
0 commit comments