We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 09e9c49 commit 15553b8Copy full SHA for 15553b8
1 file changed
.github/workflows/test.yml
@@ -5,9 +5,6 @@ concurrency:
5
cancel-in-progress: false
6
7
on:
8
- push:
9
- branches:
10
- - initial-refactor
11
workflow_dispatch:
12
inputs:
13
name:
@@ -101,7 +98,7 @@ jobs:
101
98
config: ${{ fromJson(needs.get-jobs.outputs.search-space-config) }}
102
99
secrets: inherit
103
100
with:
104
- exp-name: "dsr1_1k1k"
+ exp-name: "test"
105
isl: ${{ matrix.config.isl }}
106
osl: ${{ matrix.config.osl }}
107
max-model-len: ${{ matrix.config.max-model-len }}
0 commit comments