From 0ff6b3123a7ee38e2eca0164516e71c9d2abad4c Mon Sep 17 00:00:00 2001 From: Quirin Niedernhuber Date: Wed, 12 Mar 2025 07:32:31 -0700 Subject: [PATCH] Point out Gemma 3 support in README.md PiperOrigin-RevId: 736125794 --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index f4c4b58..8f34270 100644 --- a/README.md +++ b/README.md @@ -18,7 +18,7 @@ deployment-oriented C++ inference runtimes, which are not designed for experimentation, and Python-centric ML research frameworks, which abstract away low-level computation through compilation. -gemma.cpp provides a minimalist implementation of Gemma-1, Gemma-2, and +gemma.cpp provides a minimalist implementation of Gemma-1, Gemma-2, Gemma-3, and PaliGemma models, focusing on simplicity and directness rather than full generality. This is inspired by vertically-integrated model implementations such as [ggml](https://github.com/ggerganov/ggml),