Upload folder using huggingface_hub
Browse files
README.md
CHANGED
|
@@ -102,7 +102,7 @@ The model follows a two-step generation process: it first produces a natural lan
|
|
| 102 |
|
| 103 |
Requirements for model.
|
| 104 |
```Python
|
| 105 |
-
pip install transformers torch accelerate
|
| 106 |
```
|
| 107 |
|
| 108 |
Use the code below to get started with the model.
|
|
|
|
| 102 |
|
| 103 |
Requirements for model.
|
| 104 |
```Python
|
| 105 |
+
pip install transformers==4.51.3 torch==2.7.0 accelerate==1.6.0
|
| 106 |
```
|
| 107 |
|
| 108 |
Use the code below to get started with the model.
|