Skip to content

Commit

Permalink
misc(ci): gogogo
Browse files Browse the repository at this point in the history
  • Loading branch information
mfuntowicz committed Jan 6, 2025
1 parent 721b959 commit c6238ae
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/build_trtllm.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -127,9 +127,12 @@ jobs:
id: final
run: |
echo "docker_image=registry.internal.huggingface.tech/api-inference/community/text-generation-inference:sha-${{ env.GITHUB_SHA_SHORT }}${{ env.LABEL }}" >> "$GITHUB_OUTPUT"
echo "label=${{ env.LABEL }}" >> "$GITHUB_OUTPUT"
tests:
needs: build-and-push
concurrency:
group: ${{ github.workflow }}-${{ github.job }}-${{ needs.build-and-push.outputs.label }}-${{ github.head_ref || github.run_id }}
cancel-in-progress: true
runs-on:
group: aws-g6-12xl-plus-priv-cache
env:
Expand Down

0 comments on commit c6238ae

Please sign in to comment.