We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 95a8ccf commit 1b7c191Copy full SHA for 1b7c191
1 file changed
.github/workflows/unit_test.yaml
@@ -15,7 +15,7 @@ on:
15
env:
16
WORKSPACE_PREFIX: $(echo $GITHUB_WORKSPACE |cut -d '/' -f 1-5)
17
WORKSPACE_PREFIX_SHORT: $(echo $GITHUB_WORKSPACE |cut -d '/' -f 1-3)
18
- IMAGE: registry.h.pjlab.org.cn/ailab-llmrazor/xtuner_tmp:pt28_20260303_a9c0c04
+ IMAGE: registry.h.pjlab.org.cn/ailab-llmrazor/xtuner_tmp:pt29_20260318_95a8ccf
19
20
concurrency:
21
group: ${{ github.workflow }}-${{ github.event.pull_request.number || github.ref }}
0 commit comments