From 31fa622bc2d63f14ab20aca8dfe5f9dab3eed4ea Mon Sep 17 00:00:00 2001 From: Omar Sanseviero Date: Fri, 21 Mar 2025 17:16:52 +0000 Subject: [PATCH] Update README.md (#24) - Update README.md (458948ee2cd7f1d96ce713570d5a6c41927a085c) Co-authored-by: Merve Noyan --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 55b03b1..94d63ec 100644 --- a/README.md +++ b/README.md @@ -60,10 +60,10 @@ for everyone. ### Usage -Below, there are some code snippets on how to get quickly started with running the model. First, install the Transformers library with the version made for Gemma 3: +Below, there are some code snippets on how to get quickly started with running the model. First, install the Transformers library. Gemma 3 is supported starting from transformers 4.50.0. ```sh -$ pip install git+https://github.com/huggingface/transformers@v4.49.0-Gemma-3 +$ pip install -U transformers ``` Then, copy the snippet from the section that is relevant for your use case.