Update README.md
Browse files
README.md
CHANGED
@@ -106,7 +106,7 @@ model = AutoGPTQForCausalLM.from_quantized(
|
|
106 |
)
|
107 |
```
|
108 |
|
109 |
-
You can also load the model using HuggingFace Transformers
|
110 |
|
111 |
```python
|
112 |
import os
|
|
|
106 |
)
|
107 |
```
|
108 |
|
109 |
+
You can also load the model using HuggingFace Transformers.
|
110 |
|
111 |
```python
|
112 |
import os
|