Update README.md (#15)
- Update README.md (b13e02e0952a32651f3445bc26517c999a1a928b) Co-authored-by: Merve Noyan <merve@users.noreply.huggingface.co>
This commit is contained in:
parent
417a7e01fa
commit
fa1e42a34b
@ -60,12 +60,10 @@ for everyone.
|
|||||||
|
|
||||||
### Usage
|
### Usage
|
||||||
|
|
||||||
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. Gemma 3 is supported starting from transformers 4.50.0.
|
||||||
|
|
||||||
```sh
|
```sh
|
||||||
|
$ pip install -U transformers
|
||||||
$ 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.
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user