Update README.md
Browse files
README.md
CHANGED
@@ -70,7 +70,7 @@ The model underwent additional training on a proprietary dataset encompassing di
|
|
70 |
You can use the model with the Hugging Face `transformers` and the rubra library [rubra-tools](https://github.com/rubra-ai/rubra-tools) as follows:
|
71 |
|
72 |
```
|
73 |
-
pip install rubra_tools torch==2.3.0 transformers
|
74 |
```
|
75 |
|
76 |
You also need Node.js and npm installed. Once you do, install the `jsonrepair` package - it's used to fix some rare hallucinations by the model.
|
|
|
70 |
You can use the model with the Hugging Face `transformers` and the rubra library [rubra-tools](https://github.com/rubra-ai/rubra-tools) as follows:
|
71 |
|
72 |
```
|
73 |
+
pip install rubra_tools torch==2.3.0 transformers accelerate
|
74 |
```
|
75 |
|
76 |
You also need Node.js and npm installed. Once you do, install the `jsonrepair` package - it's used to fix some rare hallucinations by the model.
|