Update README.md
Browse files
README.md
CHANGED
@@ -17,6 +17,7 @@ pip3 install auto-gptq --extra-index-url https://huggingface.github.io/autogptq-
|
|
17 |
```
|
18 |
|
19 |
### You can then generate a simple gradioweb with_quant.py
|
20 |
-
'''
|
21 |
python web_quant.py --model-name ${model-path}
|
22 |
-
'''
|
|
|
|
17 |
```
|
18 |
|
19 |
### You can then generate a simple gradioweb with_quant.py
|
20 |
+
'''python
|
21 |
python web_quant.py --model-name ${model-path}
|
22 |
+
'''
|
23 |
+
|