Skip to content

Commit 1855336

Browse files
authored
Incorrect indent in container reg test (#732)
1 parent 92878a2 commit 1855336

File tree

1 file changed

+4
-5
lines changed

1 file changed

+4
-5
lines changed

.github/workflows/fsdp-regression-test-container.yml

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -21,11 +21,10 @@ jobs:
2121
matrix:
2222
cluster: [p5]
2323
model_config: [llama2_7b, llama2_13b, llama2_70b]
24-
runs-on: [self-hosted, "${{ matrix.cluster }}"]
25-
concurrency:
26-
group: ${{ github.workflow }}-${{ matrix.cluster }}-${{ matrix.model_config }}
27-
cancel-in-progress: false
28-
24+
runs-on: [self-hosted, "${{ matrix.cluster }}"]
25+
concurrency:
26+
group: ${{ github.workflow }}-${{ matrix.cluster }}-${{ matrix.model_config }}
27+
cancel-in-progress: false
2928
timeout-minutes: 360 # 6 hours for the full Llama 2 test
3029
steps:
3130
- name: Checkout code

0 commit comments

Comments
 (0)