1
0
mirror of https://github.com/huggingface/diffusers.git synced 2026-01-27 17:22:53 +03:00

[CI] make runner_type restricted. (#9441)

make runner_type restricted.
This commit is contained in:
Sayak Paul
2024-09-16 12:09:31 +05:30
committed by GitHub
parent 2454b98af4
commit 2171f77ac5

View File

@@ -4,8 +4,12 @@ on:
workflow_dispatch:
inputs:
runner_type:
description: 'Type of runner to test (a10 or t4)'
description: 'Type of runner to test (aws-g6-4xlarge-plus: a10 or aws-g4dn-2xlarge: t4)'
type: choice
required: true
options:
- aws-g6-4xlarge-plus
- aws-g4dn-2xlarge
docker_image:
description: 'Name of the Docker image'
required: true