Update README.md (#24)
Browse files- Update README.md (458948ee2cd7f1d96ce713570d5a6c41927a085c)
Co-authored-by: Merve Noyan <[email protected]>
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
|
64 |
|
65 |
```sh
|
66 |
-
$ pip install
|
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.
|