From 99f500467dafd2a6e58e19191b8ec84dc818c8b1 Mon Sep 17 00:00:00 2001 From: "Eugene Cheah (picocreator)" Date: Sun, 18 Feb 2024 09:42:25 +0000 Subject: [PATCH] Fixing matrix include --- .github/workflows/gh-task-runner-Few-Shot.yml | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/.github/workflows/gh-task-runner-Few-Shot.yml b/.github/workflows/gh-task-runner-Few-Shot.yml index 5406a82912..ad095ac42f 100644 --- a/.github/workflows/gh-task-runner-Few-Shot.yml +++ b/.github/workflows/gh-task-runner-Few-Shot.yml @@ -94,15 +94,15 @@ jobs: - 10 - 25 - include: - # Include mmlu with <= 5 fewshot - # As it does not work with > 5 fewshot - - run_task: mmlu - num_fewshot: 1 - - run_task: mmlu - num_fewshot: 2 - - run_task: mmlu - num_fewshot: 5 + include: + # Include mmlu with <= 5 fewshot + # As it does not work with > 5 fewshot + - run_task: mmlu + num_fewshot: 1 + - run_task: mmlu + num_fewshot: 2 + - run_task: mmlu + num_fewshot: 5 # Name of the job name: "[${{ matrix.run_task }} - fs:${{ matrix.num_fewshot }}] ${{ github.event.inputs.model_hf_repo }} - ${{ github.event.inputs.model_args }}"