From 7bc4e4ce5e75020a26957a9a29e0edcb2fcccfd0 Mon Sep 17 00:00:00 2001 From: Eugene Rakhmatulin Date: Sat, 4 Apr 2026 10:46:06 -0700 Subject: [PATCH] Fixes #158 by adding build args to gemma4 recipe --- recipes/gemma4-26b-a4b.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/recipes/gemma4-26b-a4b.yaml b/recipes/gemma4-26b-a4b.yaml index 26e5094..1c0469e 100644 --- a/recipes/gemma4-26b-a4b.yaml +++ b/recipes/gemma4-26b-a4b.yaml @@ -15,6 +15,9 @@ solo_only: false # Container image to use container: vllm-node-tf5 +build_args: + - --tf5 + # No mods required mods: []