Skip to content

Commit 8510c0a

Browse files
committed
adding more workflows
1 parent 395bbb0 commit 8510c0a

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

.github/workflows/test.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
name: Test Sweep
22

3-
concurrency:
4-
group: benchmark-lock
5-
cancel-in-progress: false
3+
# concurrency:
4+
# group: benchmark-lock
5+
# cancel-in-progress: false
66

77
on:
88
workflow_dispatch:
@@ -102,7 +102,7 @@ jobs:
102102
config: ${{ fromJson(needs.get-jobs.outputs.search-space-config) }}
103103
secrets: inherit
104104
with:
105-
exp-name: ${{ matrix.config.model-code }}_test
105+
exp-name: ${{ matrix.config.model-code }}_test_${{ matrix.config.isl }}_${{ matrix.config.osl }}
106106
isl: ${{ matrix.config.isl }}
107107
osl: ${{ matrix.config.osl }}
108108
max-model-len: ${{ matrix.config.max-model-len }}

0 commit comments

Comments
 (0)