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.