CobraMamba
commited on
Commit
•
e64d658
1
Parent(s):
9a3bc7e
Update README.md
Browse files
README.md
CHANGED
@@ -36,6 +36,8 @@ We have fine-tuned the OpenLLaMA model and surpassed the original model in multi
|
|
36 |
|
37 |
To use the model with the `transformers` library on a machine with GPU(s), first make sure you have the `transformers`, `accelerate` and `torch` libraries installed.
|
38 |
|
|
|
|
|
39 |
Then, run the following Python snippet:
|
40 |
|
41 |
```python
|
|
|
36 |
|
37 |
To use the model with the `transformers` library on a machine with GPU(s), first make sure you have the `transformers`, `accelerate` and `torch` libraries installed.
|
38 |
|
39 |
+
Ensure you are utilizing a stable version of Transformers, 4.34.0 or newer.
|
40 |
+
|
41 |
Then, run the following Python snippet:
|
42 |
|
43 |
```python
|