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