Update README.md

This commit is contained in:
Aritra Roy Gosthipaty 2025-03-12 08:30:08 +00:00 committed by system
parent 34b1dc0e65
commit dbd91bbaf6
No known key found for this signature in database
GPG Key ID: 6A528E38E0733467

@ -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: 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 ```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. Then, copy the snippet from the section that is relevant for your use case.