From cb7a172897c87fdeff936a510e4f84ca9851aa2b Mon Sep 17 00:00:00 2001 From: Ettore Di Giacinto Date: Fri, 18 Apr 2025 10:20:33 +0200 Subject: [PATCH] chore(ci): use gemma-3-12b-it for models notifications Signed-off-by: Ettore Di Giacinto --- .github/workflows/notify-models.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/notify-models.yaml b/.github/workflows/notify-models.yaml index b84e10e0..4fd679f9 100644 --- a/.github/workflows/notify-models.yaml +++ b/.github/workflows/notify-models.yaml @@ -8,7 +8,7 @@ jobs: notify-discord: if: ${{ (github.event.pull_request.merged == true) && (contains(github.event.pull_request.labels.*.name, 'area/ai-model')) }} env: - MODEL_NAME: hermes-2-theta-llama-3-8b + MODEL_NAME: gemma-3-12b-it runs-on: ubuntu-latest steps: - uses: actions/checkout@v4 @@ -16,7 +16,7 @@ jobs: fetch-depth: 0 # needed to checkout all branches for this Action to work - uses: mudler/localai-github-action@v1 with: - model: 'hermes-2-theta-llama-3-8b' # Any from models.localai.io, or from huggingface.com with: "huggingface:///file" + model: 'gemma-3-12b-it' # Any from models.localai.io, or from huggingface.com with: "huggingface:///file" # Check the PR diff using the current branch and the base branch of the PR - uses: GrantBirki/git-diff-action@v2.8.0 id: git-diff-action