Abhinav Kulkarni
commited on
Commit
•
f6bfc91
1
Parent(s):
06c87dd
Updated README
Browse files
README.md
CHANGED
@@ -43,6 +43,7 @@ git clone https://github.com/mit-han-lab/llm-awq \
|
|
43 |
```
|
44 |
|
45 |
```python
|
|
|
46 |
import torch
|
47 |
from awq.quantize.quantizer import real_quantize_model_weight
|
48 |
from transformers import AutoModelForCausalLM, AutoConfig, AutoTokenizer, TextStreamer
|
|
|
43 |
```
|
44 |
|
45 |
```python
|
46 |
+
import time
|
47 |
import torch
|
48 |
from awq.quantize.quantizer import real_quantize_model_weight
|
49 |
from transformers import AutoModelForCausalLM, AutoConfig, AutoTokenizer, TextStreamer
|