We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8cb1a88 commit fa22a66Copy full SHA for fa22a66
1 file changed
.github/workflows/eval-tmpl.yml
@@ -146,6 +146,7 @@ jobs:
146
RUN_MODE: eval
147
# Optional: structured filename if runner chooses to use it later
148
EVAL_RESULT_BASENAME: ${{ env.EXP_NAME }}_${{ env.PRECISION }}_${{ env.FRAMEWORK }}_${{ runner.name }}
149
+ working-directory: repo
150
run: |
151
bash ./runners/launch_${RUNNER_NAME%%_*}.sh
152
0 commit comments