Abhinav Kulkarni
commited on
Commit
•
9e0ab8b
1
Parent(s):
50b7a21
Updated README
Browse files
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 awq.utils.utils import simple_dispatch_model
|
|
|
36 |
```
|
37 |
|
38 |
```python
|
39 |
+
import time
|
40 |
import torch
|
41 |
from awq.quantize.quantizer import real_quantize_model_weight
|
42 |
from awq.utils.utils import simple_dispatch_model
|