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
2a6d88d992
commit
ccf18b33a2
5
.github/workflows/build_trtllm.yaml
vendored
5
.github/workflows/build_trtllm.yaml
vendored
@ -26,6 +26,9 @@ permissions:
|
||||
|
||||
jobs:
|
||||
build-and-push:
|
||||
concurrency:
|
||||
group: ${{ github.workflow }}-trtllm-${{ github.head_ref || github.run_id }}
|
||||
cancel-in-progress: true
|
||||
runs-on:
|
||||
group: aws-highmemory-64-plus-priv
|
||||
steps:
|
||||
@ -131,7 +134,7 @@ jobs:
|
||||
tests:
|
||||
needs: build-and-push
|
||||
concurrency:
|
||||
group: ${{ github.workflow }}-${{ github.job }}-${{ needs.build-and-push.outputs.label }}-${{ github.head_ref || github.run_id }}
|
||||
group: ${{ github.workflow }}-${{ github.job }}-trtllm-${{ github.head_ref || github.run_id }}
|
||||
cancel-in-progress: true
|
||||
runs-on:
|
||||
group: aws-g6-12xl-plus-priv-cache
|
||||
|
Loading…
Reference in New Issue
Block a user