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