Update README.md
Browse files
README.md
CHANGED
|
@@ -45,7 +45,7 @@ All examples of these features are described below.
|
|
| 45 |
|
| 46 |
Below we share some code snippets on how to get quickly started with running the model. First, install the Transformers library with:
|
| 47 |
```bash
|
| 48 |
-
pip install
|
| 49 |
```
|
| 50 |
|
| 51 |
### Prepare your functions
|
|
|
|
| 45 |
|
| 46 |
Below we share some code snippets on how to get quickly started with running the model. First, install the Transformers library with:
|
| 47 |
```bash
|
| 48 |
+
pip install transformers==4.48.3
|
| 49 |
```
|
| 50 |
|
| 51 |
### Prepare your functions
|