mirror of
https://github.com/huggingface/transformers.git
synced 2025-07-04 05:10:06 +06:00
CI Build image - move runners (#33530)
* move runners * move runners * move runners
This commit is contained in:
parent
763548427d
commit
3476c19e91
27
.github/workflows/build-docker-images.yml
vendored
27
.github/workflows/build-docker-images.yml
vendored
@ -20,7 +20,8 @@ concurrency:
|
|||||||
jobs:
|
jobs:
|
||||||
latest-docker:
|
latest-docker:
|
||||||
name: "Latest PyTorch + TensorFlow [dev]"
|
name: "Latest PyTorch + TensorFlow [dev]"
|
||||||
runs-on: [intel-cpu, 8-cpu, ci]
|
runs-on:
|
||||||
|
group: aws-general-8-plus
|
||||||
steps:
|
steps:
|
||||||
-
|
-
|
||||||
name: Set up Docker Buildx
|
name: Set up Docker Buildx
|
||||||
@ -68,7 +69,8 @@ jobs:
|
|||||||
|
|
||||||
latest-torch-deepspeed-docker:
|
latest-torch-deepspeed-docker:
|
||||||
name: "Latest PyTorch + DeepSpeed"
|
name: "Latest PyTorch + DeepSpeed"
|
||||||
runs-on: [intel-cpu, 8-cpu, ci]
|
runs-on:
|
||||||
|
group: aws-general-8-plus
|
||||||
steps:
|
steps:
|
||||||
-
|
-
|
||||||
name: Set up Docker Buildx
|
name: Set up Docker Buildx
|
||||||
@ -104,7 +106,8 @@ jobs:
|
|||||||
# Can't build 2 images in a single job `latest-torch-deepspeed-docker` (for `nvcr.io/nvidia`)
|
# Can't build 2 images in a single job `latest-torch-deepspeed-docker` (for `nvcr.io/nvidia`)
|
||||||
latest-torch-deepspeed-docker-for-push-ci-daily-build:
|
latest-torch-deepspeed-docker-for-push-ci-daily-build:
|
||||||
name: "Latest PyTorch + DeepSpeed (Push CI - Daily Build)"
|
name: "Latest PyTorch + DeepSpeed (Push CI - Daily Build)"
|
||||||
runs-on: [intel-cpu, 8-cpu, ci]
|
runs-on:
|
||||||
|
group: aws-general-8-plus
|
||||||
steps:
|
steps:
|
||||||
-
|
-
|
||||||
name: Set up Docker Buildx
|
name: Set up Docker Buildx
|
||||||
@ -145,7 +148,8 @@ jobs:
|
|||||||
name: "Doc builder"
|
name: "Doc builder"
|
||||||
# Push CI doesn't need this image
|
# Push CI doesn't need this image
|
||||||
if: inputs.image_postfix != '-push-ci'
|
if: inputs.image_postfix != '-push-ci'
|
||||||
runs-on: [intel-cpu, 8-cpu, ci]
|
runs-on:
|
||||||
|
group: aws-general-8-plus
|
||||||
steps:
|
steps:
|
||||||
-
|
-
|
||||||
name: Set up Docker Buildx
|
name: Set up Docker Buildx
|
||||||
@ -180,7 +184,8 @@ jobs:
|
|||||||
name: "Latest PyTorch [dev]"
|
name: "Latest PyTorch [dev]"
|
||||||
# Push CI doesn't need this image
|
# Push CI doesn't need this image
|
||||||
if: inputs.image_postfix != '-push-ci'
|
if: inputs.image_postfix != '-push-ci'
|
||||||
runs-on: [intel-cpu, 8-cpu, ci]
|
runs-on:
|
||||||
|
group: aws-general-8-plus
|
||||||
steps:
|
steps:
|
||||||
-
|
-
|
||||||
name: Set up Docker Buildx
|
name: Set up Docker Buildx
|
||||||
@ -215,7 +220,8 @@ jobs:
|
|||||||
|
|
||||||
latest-pytorch-amd:
|
latest-pytorch-amd:
|
||||||
name: "Latest PyTorch (AMD) [dev]"
|
name: "Latest PyTorch (AMD) [dev]"
|
||||||
runs-on: [intel-cpu, 8-cpu, ci]
|
runs-on:
|
||||||
|
group: aws-general-8-plus
|
||||||
steps:
|
steps:
|
||||||
-
|
-
|
||||||
name: Set up Docker Buildx
|
name: Set up Docker Buildx
|
||||||
@ -265,7 +271,8 @@ jobs:
|
|||||||
name: "Latest TensorFlow [dev]"
|
name: "Latest TensorFlow [dev]"
|
||||||
# Push CI doesn't need this image
|
# Push CI doesn't need this image
|
||||||
if: inputs.image_postfix != '-push-ci'
|
if: inputs.image_postfix != '-push-ci'
|
||||||
runs-on: [intel-cpu, 8-cpu, ci]
|
runs-on:
|
||||||
|
group: aws-general-8-plus
|
||||||
steps:
|
steps:
|
||||||
-
|
-
|
||||||
name: Set up Docker Buildx
|
name: Set up Docker Buildx
|
||||||
@ -300,7 +307,8 @@ jobs:
|
|||||||
|
|
||||||
latest-pytorch-deepspeed-amd:
|
latest-pytorch-deepspeed-amd:
|
||||||
name: "PyTorch + DeepSpeed (AMD) [dev]"
|
name: "PyTorch + DeepSpeed (AMD) [dev]"
|
||||||
runs-on: [intel-cpu, 8-cpu, ci]
|
runs-on:
|
||||||
|
group: aws-general-8-plus
|
||||||
steps:
|
steps:
|
||||||
-
|
-
|
||||||
name: Set up Docker Buildx
|
name: Set up Docker Buildx
|
||||||
@ -350,7 +358,8 @@ jobs:
|
|||||||
name: "Latest Pytorch + Quantization [dev]"
|
name: "Latest Pytorch + Quantization [dev]"
|
||||||
# Push CI doesn't need this image
|
# Push CI doesn't need this image
|
||||||
if: inputs.image_postfix != '-push-ci'
|
if: inputs.image_postfix != '-push-ci'
|
||||||
runs-on: [intel-cpu, 8-cpu, ci]
|
runs-on:
|
||||||
|
group: aws-general-8-plus
|
||||||
steps:
|
steps:
|
||||||
-
|
-
|
||||||
name: Set up Docker Buildx
|
name: Set up Docker Buildx
|
||||||
|
@ -13,7 +13,8 @@ concurrency:
|
|||||||
jobs:
|
jobs:
|
||||||
latest-with-torch-nightly-docker:
|
latest-with-torch-nightly-docker:
|
||||||
name: "Nightly PyTorch + Stable TensorFlow"
|
name: "Nightly PyTorch + Stable TensorFlow"
|
||||||
runs-on: [intel-cpu, 8-cpu, ci]
|
runs-on:
|
||||||
|
group: aws-general-8-plus
|
||||||
steps:
|
steps:
|
||||||
-
|
-
|
||||||
name: Set up Docker Buildx
|
name: Set up Docker Buildx
|
||||||
@ -40,7 +41,8 @@ jobs:
|
|||||||
|
|
||||||
nightly-torch-deepspeed-docker:
|
nightly-torch-deepspeed-docker:
|
||||||
name: "Nightly PyTorch + DeepSpeed"
|
name: "Nightly PyTorch + DeepSpeed"
|
||||||
runs-on: [intel-cpu, 8-cpu, ci]
|
runs-on:
|
||||||
|
group: aws-general-8-plus
|
||||||
steps:
|
steps:
|
||||||
-
|
-
|
||||||
name: Set up Docker Buildx
|
name: Set up Docker Buildx
|
||||||
|
@ -16,7 +16,8 @@ jobs:
|
|||||||
fail-fast: false
|
fail-fast: false
|
||||||
matrix:
|
matrix:
|
||||||
version: ["1.13", "1.12", "1.11"]
|
version: ["1.13", "1.12", "1.11"]
|
||||||
runs-on: [intel-cpu, 8-cpu, ci]
|
runs-on:
|
||||||
|
group: aws-general-8-plus
|
||||||
steps:
|
steps:
|
||||||
-
|
-
|
||||||
name: Set up Docker Buildx
|
name: Set up Docker Buildx
|
||||||
@ -60,7 +61,8 @@ jobs:
|
|||||||
fail-fast: false
|
fail-fast: false
|
||||||
matrix:
|
matrix:
|
||||||
version: ["2.11", "2.10", "2.9", "2.8", "2.7", "2.6", "2.5"]
|
version: ["2.11", "2.10", "2.9", "2.8", "2.7", "2.6", "2.5"]
|
||||||
runs-on: [intel-cpu, 8-cpu, ci]
|
runs-on:
|
||||||
|
group: aws-general-8-plus
|
||||||
steps:
|
steps:
|
||||||
-
|
-
|
||||||
name: Set up Docker Buildx
|
name: Set up Docker Buildx
|
||||||
|
Loading…
Reference in New Issue
Block a user