Point out Gemma 3 support in README.md

PiperOrigin-RevId: 736125794
This commit is contained in:
Quirin Niedernhuber 2025-03-12 07:32:31 -07:00 committed by Copybara-Service
parent 5898fa5eb0
commit 0ff6b3123a
1 changed files with 1 additions and 1 deletions

View File

@ -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),