mirror of
https://github.com/huggingface/text-generation-inference.git
synced 2025-09-11 12:24:53 +00:00
misc(ci): gogogo
This commit is contained in:
parent
0c972cdd28
commit
2a6d88d992
5
.github/workflows/build_trtllm.yaml
vendored
5
.github/workflows/build_trtllm.yaml
vendored
@ -127,9 +127,12 @@ jobs:
|
|||||||
id: final
|
id: final
|
||||||
run: |
|
run: |
|
||||||
echo "docker_image=registry.internal.huggingface.tech/api-inference/community/text-generation-inference:sha-${{ env.GITHUB_SHA_SHORT }}${{ env.LABEL }}" >> "$GITHUB_OUTPUT"
|
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:
|
tests:
|
||||||
needs: build-and-push
|
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:
|
runs-on:
|
||||||
group: aws-g6-12xl-plus-priv-cache
|
group: aws-g6-12xl-plus-priv-cache
|
||||||
env:
|
env:
|
||||||
|
Loading…
Reference in New Issue
Block a user