Update README.md
Browse files
README.md
CHANGED
@@ -15,7 +15,7 @@ The Mistral-7B-Instruct-v0.1 Large Language Model (LLM) is a instruct fine-tuned
|
|
15 |
|
16 |
## Instruction format
|
17 |
```python
|
18 |
-
from transformers import AutoModelForCausalLM, AutoTokenizer
|
19 |
import torch
|
20 |
|
21 |
device = "cuda" # the device to load the model onto
|
|
|
15 |
|
16 |
## Instruction format
|
17 |
```python
|
18 |
+
from transformers import AutoModelForCausalLM, AutoTokenizer, TextStreamer
|
19 |
import torch
|
20 |
|
21 |
device = "cuda" # the device to load the model onto
|