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