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