mirror of
https://github.com/huggingface/text-generation-inference.git
synced 2025-09-11 20:34:54 +00:00
Parallel AMD build.
This commit is contained in:
parent
8aece3bd68
commit
f6035f2866
7
.github/workflows/build.yaml
vendored
7
.github/workflows/build.yaml
vendored
@ -186,11 +186,8 @@ jobs:
|
||||
concurrency:
|
||||
group: ${{ github.workflow }}-build-and-push-image-rocm-${{ github.head_ref || github.run_id }}
|
||||
cancel-in-progress: true
|
||||
needs:
|
||||
- start-runner
|
||||
- build-and-push-image # Wait for the main docker image to be built
|
||||
- integration-tests # Wait for the main integration-tests
|
||||
runs-on: ${{ needs.start-runner.outputs.label }} # run the job on the newly created runner
|
||||
runs-on:
|
||||
group: [amd-gpu, multi-gpu, mi250]
|
||||
permissions:
|
||||
contents: write
|
||||
packages: write
|
||||
|
Loading…
Reference in New Issue
Block a user