Abhinav Kulkarni commited on
Commit
abad103
1 Parent(s): ff54dca

Updated README

Browse files
Files changed (1) hide show
  1. README.md +1 -0
README.md CHANGED
@@ -47,6 +47,7 @@ git clone https://github.com/mit-han-lab/llm-awq \
47
  ```
48
 
49
  ```python
 
50
  import torch
51
  from awq.quantize.quantizer import real_quantize_model_weight
52
  from transformers import AutoModelForCausalLM, AutoConfig, AutoTokenizer, TextStreamer
 
47
  ```
48
 
49
  ```python
50
+ import time
51
  import torch
52
  from awq.quantize.quantizer import real_quantize_model_weight
53
  from transformers import AutoModelForCausalLM, AutoConfig, AutoTokenizer, TextStreamer