Abhinav Kulkarni commited on
Commit
7dcae5a
1 Parent(s): bb5b51c

Updated README

Browse files
Files changed (1) hide show
  1. README.md +1 -0
README.md CHANGED
@@ -36,6 +36,7 @@ git clone https://github.com/mit-han-lab/llm-awq \
36
  ```
37
 
38
  ```python
 
39
  import torch
40
  from awq.quantize.quantizer import real_quantize_model_weight
41
  from transformers import AutoModelForCausalLM, AutoConfig, AutoTokenizer, TextStreamer
 
36
  ```
37
 
38
  ```python
39
+ import time
40
  import torch
41
  from awq.quantize.quantizer import real_quantize_model_weight
42
  from transformers import AutoModelForCausalLM, AutoConfig, AutoTokenizer, TextStreamer