From 4ac437943d6daf3b210603c40b1bdcd588355465 Mon Sep 17 00:00:00 2001 From: Jeff MAURY Date: Sat, 23 Mar 2024 09:24:06 +0100 Subject: [PATCH] Create compute-model-sizes.yml --- .github/workflows/compute-model-sizes.yml | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) create mode 100644 .github/workflows/compute-model-sizes.yml diff --git a/.github/workflows/compute-model-sizes.yml b/.github/workflows/compute-model-sizes.yml new file mode 100644 index 000000000..1d6f05007 --- /dev/null +++ b/.github/workflows/compute-model-sizes.yml @@ -0,0 +1,20 @@ +# This is a basic workflow that is manually triggered + +name: Compute model sizes + +# Controls when the action will run. Workflow runs when manually triggered using the UI +# or API. +on: + workflow_dispatch: +# A workflow run is made up of one or more jobs that can run sequentially or in parallel +jobs: + # This workflow contains a single job called "greet" + compute: + # The type of runner that the job will run on + runs-on: ubuntu-latest + + # Steps represent a sequence of tasks that will be executed as part of the job + steps: + # Runs a single command using the runners shell + - name: Compute model size + run: ./getsize.sh