Abhinav Kulkarni
commited on
Commit
•
d795ddd
1
Parent(s):
8b50c3d
Updated README
Browse files
README.md
CHANGED
@@ -42,7 +42,7 @@ git clone https://github.com/abhinavkulkarni/llm-awq \
|
|
42 |
```python
|
43 |
import torch
|
44 |
from awq.quantize.quantizer import real_quantize_model_weight
|
45 |
-
from transformers import AutoModelForCausalLM, AutoConfig, AutoTokenizer
|
46 |
from accelerate import init_empty_weights, load_checkpoint_and_dispatch
|
47 |
from huggingface_hub import snapshot_download
|
48 |
|
|
|
42 |
```python
|
43 |
import torch
|
44 |
from awq.quantize.quantizer import real_quantize_model_weight
|
45 |
+
from transformers import AutoModelForCausalLM, AutoConfig, AutoTokenizer, TextStreamer
|
46 |
from accelerate import init_empty_weights, load_checkpoint_and_dispatch
|
47 |
from huggingface_hub import snapshot_download
|
48 |
|