fix stale documentation

This commit is contained in:
Marisa Kirisame 2023-06-14 20:04:27 +00:00
parent 9baff43f6f
commit ae80f2dc72

View file

@ -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.