mcysqrd commited on
Commit
bd31562
1 Parent(s): bc51176

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -1
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