From fa1e42a34b200b10a411be67f4d2c82cc2283c79 Mon Sep 17 00:00:00 2001 From: Omar Sanseviero Date: Fri, 21 Mar 2025 17:17:26 +0000 Subject: [PATCH] Update README.md (#15) - Update README.md (b13e02e0952a32651f3445bc26517c999a1a928b) Co-authored-by: Merve Noyan --- README.md | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index beba077..8ea750a 100644 --- a/README.md +++ b/README.md @@ -60,12 +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.