fix stale documentation
This commit is contained in:
parent
9baff43f6f
commit
ae80f2dc72
1 changed files with 2 additions and 2 deletions
|
@ -13,9 +13,9 @@ python basic_usage.py
|
|||
|
||||
This script also showcases how to download/upload quantized model from/to 🤗 Hub, to enable those features, you can uncomment the commented codes.
|
||||
|
||||
To Execute `basic_usage_with_wikitext2.py`, using command like this:
|
||||
To Execute `basic_usage_wikitext2.py`, using command like this:
|
||||
```shell
|
||||
python basic_usage_with_wikitext2.py
|
||||
python basic_usage_wikitext2.py
|
||||
```
|
||||
> Note: There is about 0.6 ppl degrade on opt-125m model using AutoGPTQ, compared to GPTQ-for-LLaMa.
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue