osanseviero merve HF Staff commited on
Commit
31fa622
·
verified ·
1 Parent(s): b11f99a

Update README.md (#24)

Browse files

- Update README.md (458948ee2cd7f1d96ce713570d5a6c41927a085c)


Co-authored-by: Merve Noyan <[email protected]>

Files changed (1) hide show
  1. README.md +2 -2
README.md CHANGED
@@ -60,10 +60,10 @@ for everyone.
60
 
61
  ### Usage
62
 
63
- 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:
64
 
65
  ```sh
66
- $ pip install git+https://github.com/huggingface/transformers@v4.49.0-Gemma-3
67
  ```
68
 
69
  Then, copy the snippet from the section that is relevant for your use case.
 
60
 
61
  ### Usage
62
 
63
+ 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.
64
 
65
  ```sh
66
+ $ pip install -U transformers
67
  ```
68
 
69
  Then, copy the snippet from the section that is relevant for your use case.