Skip to content

Commit 837622f

Browse files
committed
Merge remote-tracking branch 'origin/main' into evals-on-refactor
2 parents bc472c3 + 25fd1b8 commit 837622f

50 files changed

Lines changed: 284 additions & 262 deletions

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

.github/configs/runners.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,8 @@ b200:
2424
- 'b200-nvd_1'
2525
- 'b200-nvd_2'
2626
- 'b200-nvd_3'
27+
- 'b200-dgxc_1'
28+
- 'b200-dgxc_2'
2729
mi300x:
2830
- 'mi300x-amd_0'
2931
- 'mi300x-amd_1'

.github/workflows/benchmark-multinode-tmpl.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ jobs:
6868
sleep 5
6969
done
7070
71-
- uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
71+
- uses: actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 # v6.0.0
7272
with:
7373
token: ${{ secrets.REPO_PAT }}
7474
fetch-depth: 0

.github/workflows/benchmark-tmpl.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -126,7 +126,7 @@ jobs:
126126
done
127127
fi
128128
129-
- uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
129+
- uses: actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 # v6.0.0
130130
with:
131131
token: ${{ secrets.REPO_PAT }}
132132
fetch-depth: 0

.github/workflows/collect-results.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717

1818
steps:
1919
- name: Checkout code
20-
uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
20+
uses: actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 # v6.0.0
2121
with:
2222
token: ${{ secrets.REPO_PAT }}
2323
fetch-depth: 0

.github/workflows/e2e-tests.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
search-space-config: ${{ steps.get-jobs.outputs.search-space-config }}
1717
steps:
1818
- name: Checkout code
19-
uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
19+
uses: actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 # v6.0.0
2020

2121
- id: get-jobs
2222
run: |
@@ -65,7 +65,7 @@ jobs:
6565
GITHUB_TOKEN: ${{ secrets.REPO_PAT }}
6666

6767
steps:
68-
- uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
68+
- uses: actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 # v6.0.0
6969
with:
7070
token: ${{ secrets.REPO_PAT }}
7171
fetch-depth: 0

.github/workflows/full-sweep-1k1k-scheduler.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
search-space-config: ${{ steps.get-dsr1-configs.outputs.search-space-config }}
1313
steps:
1414
- name: Checkout code
15-
uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
15+
uses: actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 # v6.0.0
1616

1717
- id: get-dsr1-configs
1818
run: |
@@ -26,7 +26,7 @@ jobs:
2626
search-space-config: ${{ steps.get-gptoss-configs.outputs.search-space-config }}
2727
steps:
2828
- name: Checkout code
29-
uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
29+
uses: actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 # v6.0.0
3030

3131
- id: get-gptoss-configs
3232
run: |
@@ -154,7 +154,7 @@ jobs:
154154
GITHUB_TOKEN: ${{ secrets.REPO_PAT }}
155155

156156
steps:
157-
- uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
157+
- uses: actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 # v6.0.0
158158
with:
159159
token: ${{ secrets.REPO_PAT }}
160160
fetch-depth: 0

.github/workflows/full-sweep-1k8k-scheduler.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
search-space-config: ${{ steps.get-dsr1-configs.outputs.search-space-config }}
1313
steps:
1414
- name: Checkout code
15-
uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
15+
uses: actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 # v6.0.0
1616

1717
- id: get-dsr1-configs
1818
run: |
@@ -26,7 +26,7 @@ jobs:
2626
search-space-config: ${{ steps.get-gptoss-configs.outputs.search-space-config }}
2727
steps:
2828
- name: Checkout code
29-
uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
29+
uses: actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 # v6.0.0
3030

3131
- id: get-gptoss-configs
3232
run: |
@@ -109,7 +109,7 @@ jobs:
109109
GITHUB_TOKEN: ${{ secrets.REPO_PAT }}
110110

111111
steps:
112-
- uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
112+
- uses: actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 # v6.0.0
113113
with:
114114
token: ${{ secrets.REPO_PAT }}
115115
fetch-depth: 0

.github/workflows/full-sweep-8k1k-scheduler.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
search-space-config: ${{ steps.get-dsr1-configs.outputs.search-space-config }}
1313
steps:
1414
- name: Checkout code
15-
uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
15+
uses: actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 # v6.0.0
1616

1717
- id: get-dsr1-configs
1818
run: |
@@ -26,7 +26,7 @@ jobs:
2626
search-space-config: ${{ steps.get-gptoss-configs.outputs.search-space-config }}
2727
steps:
2828
- name: Checkout code
29-
uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
29+
uses: actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 # v6.0.0
3030

3131
- id: get-gptoss-configs
3232
run: |
@@ -154,7 +154,7 @@ jobs:
154154
GITHUB_TOKEN: ${{ secrets.REPO_PAT }}
155155

156156
steps:
157-
- uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
157+
- uses: actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 # v6.0.0
158158
with:
159159
token: ${{ secrets.REPO_PAT }}
160160
fetch-depth: 0

.github/workflows/full-sweep-test.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ jobs:
4646
gptoss-8k1k: ${{ steps.generate-configs.outputs.gptoss-8k1k }}
4747
steps:
4848
- name: Checkout code
49-
uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
49+
uses: actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 # v6.0.0
5050

5151
# This looks complicated, but it is just calling generate_sweep_configs.py conditioned on
5252
# discrete inputs (i.e., run_1k1k, run_h100, etc.) to split the test sweep into discrete jobs
@@ -432,7 +432,7 @@ jobs:
432432
GITHUB_TOKEN: ${{ secrets.REPO_PAT }}
433433

434434
steps:
435-
- uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
435+
- uses: actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 # v6.0.0
436436
with:
437437
token: ${{ secrets.REPO_PAT }}
438438
fetch-depth: 0

.github/workflows/label-validation.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
search-space-config: ${{ steps.get-jobs.outputs.search-space-config }}
1717
steps:
1818
- name: Checkout code
19-
uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
19+
uses: actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 # v6.0.0
2020

2121
- id: get-jobs
2222
shell: python
@@ -120,7 +120,7 @@ jobs:
120120
GITHUB_TOKEN: ${{ secrets.REPO_PAT }}
121121

122122
steps:
123-
- uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
123+
- uses: actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 # v6.0.0
124124
with:
125125
token: ${{ secrets.REPO_PAT }}
126126
fetch-depth: 0

0 commit comments

Comments
 (0)