From dbd91bbaf64a0e591f4340ce8b66fd1dba9ab6bd Mon Sep 17 00:00:00 2001 From: Aritra Roy Gosthipaty Date: Wed, 12 Mar 2025 08:30:08 +0000 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index b6d32f5..55b03b1 100644 --- a/README.md +++ b/README.md @@ -63,7 +63,7 @@ for everyone. 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: ```sh -$ pip install git+https://github.com/huggingface/transformers@v4.49.0-Gemma3 +$ pip install git+https://github.com/huggingface/transformers@v4.49.0-Gemma-3 ``` Then, copy the snippet from the section that is relevant for your use case.