From 9f74a1a0985ef2a22c21bbda038723f10a800225 Mon Sep 17 00:00:00 2001 From: Daniel Keysers Date: Wed, 4 Jun 2025 00:42:15 -0700 Subject: [PATCH] Fix a problem in run_example.py PiperOrigin-RevId: 767017932 --- python/run_example.py | 2 -- 1 file changed, 2 deletions(-) diff --git a/python/run_example.py b/python/run_example.py index ba87dc0..c67b354 100644 --- a/python/run_example.py +++ b/python/run_example.py @@ -48,7 +48,6 @@ def main(argv: Sequence[str]) -> None: model = gemma.GemmaModel( tokenizer_path=tokenizer_path, weights_path=weights_path, - model_flag="gemma2-2b-it", max_threads=24, ) @@ -87,7 +86,6 @@ def main(argv: Sequence[str]) -> None: model = gemma.GemmaModel( tokenizer_path=tokenizer_path, weights_path=weights_path, - model_flag="paligemma-224", max_threads=24, ) image = np.array(