Update README.md
Browse files
README.md
CHANGED
@@ -109,7 +109,6 @@ Then try the following example code:
|
|
109 |
```python
|
110 |
from transformers import AutoTokenizer, pipeline, logging
|
111 |
from auto_gptq import AutoGPTQForCausalLM, BaseQuantizeConfig
|
112 |
-
import argparse
|
113 |
|
114 |
model_name_or_path = "TheBloke/minotaur-15B-GPTQ"
|
115 |
model_basename = "gptq_model-4bit-128g"
|
|
|
109 |
```python
|
110 |
from transformers import AutoTokenizer, pipeline, logging
|
111 |
from auto_gptq import AutoGPTQForCausalLM, BaseQuantizeConfig
|
|
|
112 |
|
113 |
model_name_or_path = "TheBloke/minotaur-15B-GPTQ"
|
114 |
model_basename = "gptq_model-4bit-128g"
|