From eb3f8b3f25a79db6e9e8e69c6679ca8e0692daa4 Mon Sep 17 00:00:00 2001 From: c4ch3c4d3 <23181631+c4ch3c4d3@users.noreply.github.com> Date: Sat, 25 Apr 2026 15:35:39 -0600 Subject: [PATCH] Update Lab 2 Ollama Gemma model Made-with: Cursor --- README.md | 2 +- ansible/group_vars/all.yml | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index d837562..ba1f455 100644 --- a/README.md +++ b/README.md @@ -31,7 +31,7 @@ Lab 1 is now provisioned directly by the installer: `./labctl up` now pre-pulls the Gemma 4 E2B Ollama variants used by the wiki widgets: -- `cajina/gemma4_e2b-q2_k_xl:v01` +- `gemma4:e2b-it-q8_0` - `batiai/gemma4-e2b:q4` - `batiai/gemma4-e2b:q6` diff --git a/ansible/group_vars/all.yml b/ansible/group_vars/all.yml index a403d62..3d52caf 100644 --- a/ansible/group_vars/all.yml +++ b/ansible/group_vars/all.yml @@ -69,8 +69,8 @@ courseware_white_rabbit_variants: quant: "IQ2_M" filename: "WhiteRabbitNeo_WhiteRabbitNeo-V3-7B-IQ2_M.gguf" courseware_lab2_ollama_models: - - label: "Gemma 4 E2B Q2 XL" - value: "cajina/gemma4_e2b-q2_k_xl:v01" + - label: "Gemma 4 E2B IT Q8" + value: "gemma4:e2b-it-q8_0" - label: "Gemma 4 E2B Q4" value: "batiai/gemma4-e2b:q4" - label: "Gemma 4 E2B Q6"