mirror of
https://github.com/huggingface/text-generation-inference.git
synced 2025-09-11 20:34:54 +00:00
Everyone gets a fix.
This commit is contained in:
parent
15d953afcb
commit
717bafe6ef
6
.github/workflows/build.yaml
vendored
6
.github/workflows/build.yaml
vendored
@ -116,7 +116,7 @@ jobs:
|
||||
cancel-in-progress: true
|
||||
needs:
|
||||
- build-and-push-image # Wait for the docker image to be built
|
||||
runs-on: [self-hosted, nvidia-gpu , multi-gpu, a10, ci]
|
||||
runs-on: [self-hosted, nvidia-gpu , multi-gpu, 4-a10, ci]
|
||||
env:
|
||||
DOCKER_VOLUME: /cache
|
||||
steps:
|
||||
@ -152,7 +152,7 @@ jobs:
|
||||
needs:
|
||||
- build-and-push-image # Wait for the main docker image to be built
|
||||
- integration-tests # Wait for the main integration-tests
|
||||
runs-on: [self-hosted, nvidia-gpu , multi-gpu, a10, ci]
|
||||
runs-on: [self-hosted, nvidia-gpu , multi-gpu, 4-a10, ci]
|
||||
permissions:
|
||||
contents: write
|
||||
packages: write
|
||||
@ -243,7 +243,7 @@ jobs:
|
||||
needs:
|
||||
- build-and-push-image # Wait for the main docker image to be built
|
||||
- integration-tests # Wait for the main integration-tests
|
||||
runs-on: [self-hosted, nvidia-gpu , multi-gpu, a10, ci]
|
||||
runs-on: [self-hosted, nvidia-gpu , multi-gpu, 4-a10, ci]
|
||||
permissions:
|
||||
contents: write
|
||||
packages: write
|
||||
|
Loading…
Reference in New Issue
Block a user