Update README.md
Browse files
README.md
CHANGED
|
@@ -86,8 +86,6 @@ This instruct tune demonstrates state-of-the-art performance (compared to models
|
|
| 86 |
Here's how you can run the model use the model:
|
| 87 |
|
| 88 |
```python
|
| 89 |
-
# pip install -U transformers
|
| 90 |
-
# pip install accelerate
|
| 91 |
|
| 92 |
import torch
|
| 93 |
from transformers import AutoModelForCausalLM, AutoTokenizer
|
|
|
|
| 86 |
Here's how you can run the model use the model:
|
| 87 |
|
| 88 |
```python
|
|
|
|
|
|
|
| 89 |
|
| 90 |
import torch
|
| 91 |
from transformers import AutoModelForCausalLM, AutoTokenizer
|