Skip to content

Commit

Permalink
Back down to 3 jobs, allow execution on any runer
Browse files Browse the repository at this point in the history
  • Loading branch information
AleksKnezevic committed Dec 21, 2024
1 parent e89185d commit 6053e6d
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions .github/workflows/run-model-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,10 +14,9 @@ jobs:
fail-fast: false
matrix:
build: [
{runs-on: n150, n300, name: "run1", test_names: "stable_diffusion, Qwen, MobileNetV2, clip, flan_t5, mlpmixer, resnet, vilt, albert"},
{runs-on: n150, n300, name: "run2", test_names: "codegen, glpn_kitti, mnist, resnet50, t5, whisper, autoencoder_conv, deit, gpt2, mobilenet_ssd, roberta, timm, xglm, autoencoder_linear, detr, beit, distilbert, hand_landmark, openpose, segment_anything, unet, yolov3, bert, dpr, hardnet, opt"},
{runs-on: n300, n150, name: "run3", test_names: "speecht5_tts, unet_brain, yolov5, bloom, falcon, llama, perceiver_io, squeeze_bert, unet_carvana, mgp-str-base, musicgen_small, segformer, torchvision, yolos"},
{runs-on: n300, n150, name: "run4", test_names: "RMBG, gpt_neo"},
{runs-on: runner, n300, name: "run1", test_names: "stable_diffusion, Qwen, MobileNetV2, clip, flan_t5, mlpmixer, resnet, vilt, albert, codegen, glpn_kitti, mnist, resnet50"},
{runs-on: runner, n300, name: "run2", test_names: "t5, whisper, autoencoder_conv, deit, gpt2, mobilenet_ssd, roberta, timm, xglm, autoencoder_linear, detr, beit, distilbert, hand_landmark, openpose, segment_anything, unet, yolov3, bert, dpr, hardnet, opt, speecht5_tts, unet_brain, yolov5, bloom, falcon, llama, perceiver_io, squeeze_bert"},
{runs-on: runner, n150, name: "run3", test_names: "RMBG, gpt_neo, unet_carvana, mgp-str-base, musicgen_small, segformer, torchvision, yolos"},
]
runs-on:
- ${{ matrix.build.runs-on }}
Expand Down

0 comments on commit 6053e6d

Please sign in to comment.