Abhinav Kulkarni commited on
Commit
dc8a9d0
1 Parent(s): 38afe4a

Updated README

Browse files
Files changed (1) hide show
  1. README.md +1 -1
README.md CHANGED
@@ -41,7 +41,7 @@ git clone https://github.com/abhinavkulkarni/llm-awq \
41
  ```python
42
  import torch
43
  from awq.quantize.quantizer import real_quantize_model_weight
44
- from transformers import AutoModelForCausalLM, AutoConfig, AutoTokenizer
45
  from accelerate import init_empty_weights, load_checkpoint_and_dispatch
46
  from huggingface_hub import snapshot_download
47
 
 
41
  ```python
42
  import torch
43
  from awq.quantize.quantizer import real_quantize_model_weight
44
+ from transformers import AutoModelForCausalLM, AutoConfig, AutoTokenizer, TextStreamer
45
  from accelerate import init_empty_weights, load_checkpoint_and_dispatch
46
  from huggingface_hub import snapshot_download
47