Skip to content

Commit

Permalink
fix (#11575)
Browse files Browse the repository at this point in the history
Signed-off-by: Oliver Koenig <[email protected]>
  • Loading branch information
ko3n1g authored Dec 13, 2024
1 parent 4723dad commit 18ce285
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/cicd-main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4027,7 +4027,7 @@ jobs:
uses: ./.github/workflows/_test_template.yml
if: contains(fromJSON(needs.cicd-test-container-setup.outputs.test_to_run), 'L2_NeMo_2_SSM_Pretraining') || needs.cicd-test-container-setup.outputs.all == 'true'
with:
RUNNER: self-hosted-azure
RUNNER: self-hosted-azure-gpus-1
SCRIPT: |
python tests/collections/llm/gpt/model/megatron_ssm_pretraining.py \
Expand All @@ -4041,7 +4041,7 @@ jobs:
uses: ./.github/workflows/_test_template.yml
if: contains(fromJSON(needs.cicd-test-container-setup.outputs.test_to_run), 'L2_NeMo_2_SSM_Finetuning') || needs.cicd-test-container-setup.outputs.all == 'true'
with:
RUNNER: self-hosted-azure
RUNNER: self-hosted-azure-gpus-1
SCRIPT: |
python tests/collections/llm/gpt/model/megatron_ssm_finetuning.py \
Expand Down

0 comments on commit 18ce285

Please sign in to comment.