mirror of
https://github.com/huggingface/text-generation-inference.git
synced 2025-09-12 04:44:52 +00:00
test new instances
Signed-off-by: Adrien <adrien@huggingface.co>
This commit is contained in:
parent
07441f5a7a
commit
56e7f5d779
4
.github/workflows/build.yaml
vendored
4
.github/workflows/build.yaml
vendored
@ -28,7 +28,7 @@ jobs:
|
||||
group: ${{ github.workflow }}-build-and-push-image-${{ inputs.hardware }}-${{ github.head_ref || github.run_id }}
|
||||
cancel-in-progress: true
|
||||
runs-on:
|
||||
group: aws-r7i-8xlarge-priv
|
||||
group: aws-r6id-8xlarge-priv
|
||||
permissions:
|
||||
contents: write
|
||||
packages: write
|
||||
@ -49,7 +49,7 @@ jobs:
|
||||
export dockerfile="Dockerfile"
|
||||
export label_extension=""
|
||||
export docker_devices=""
|
||||
export runs_on="aws-g5-12xlarge"
|
||||
export runs_on="aws-g6-12xlarge"
|
||||
;;
|
||||
rocm)
|
||||
export dockerfile="Dockerfile_amd"
|
||||
|
Loading…
Reference in New Issue
Block a user