9.10-AutoAWQ代码解析
1、首先要去官网下载源码。
https://github.com/casper-hansen/AutoAWQ.githttps://github.com/casper-hansen/AutoAWQ.git
2、git clone后,下载AutoAWQ所需环境。
pip install -e .
3、查看quantize.py代码,修改model_path部分,修改为想要量化的模型。
4、量化部分代码解析。本篇只针对AutoAWQ的量化代码进行解析。
1、首先要去官网下载源码。
https://github.com/casper-hansen/AutoAWQ.githttps://github.com/casper-hansen/AutoAWQ.git
2、git clone后,下载AutoAWQ所需环境。
pip install -e .
3、查看quantize.py代码,修改model_path部分,修改为想要量化的模型。
4、量化部分代码解析。本篇只针对AutoAWQ的量化代码进行解析。