mirror of
https://github.com/huggingface/text-generation-inference.git
synced 2025-04-23 16:02:10 +00:00
runs on.
This commit is contained in:
parent
1e759f9da6
commit
cc7c2fd90e
4
.github/workflows/build.yaml
vendored
4
.github/workflows/build.yaml
vendored
@ -17,11 +17,11 @@ jobs:
|
|||||||
outputs:
|
outputs:
|
||||||
docker_image: ${{ steps.final.outputs.docker_image }}
|
docker_image: ${{ steps.final.outputs.docker_image }}
|
||||||
docker_devices: ${{ steps.final.outputs.docker_devices }}
|
docker_devices: ${{ steps.final.outputs.docker_devices }}
|
||||||
runs_on: [self-hosted, nvidia-gpu , multi-gpu, 4-a10, ci]
|
runs_on: ${{ steps.final.outputs.runs_on }}
|
||||||
concurrency:
|
concurrency:
|
||||||
group: ${{ github.workflow }}-build-and-push-image-${{ matrix.name }}-${{ github.head_ref || github.run_id }}
|
group: ${{ github.workflow }}-build-and-push-image-${{ matrix.name }}-${{ github.head_ref || github.run_id }}
|
||||||
cancel-in-progress: true
|
cancel-in-progress: true
|
||||||
runs-on: [self-hosted, intel-cpu]
|
runs_on: [self-hosted, nvidia-gpu , multi-gpu, 4-a10, ci]
|
||||||
permissions:
|
permissions:
|
||||||
contents: write
|
contents: write
|
||||||
packages: write
|
packages: write
|
||||||
|
Loading…
Reference in New Issue
Block a user