diff --git a/README.md b/README.md index c0a643eec..0aa1b20c7 100644 --- a/README.md +++ b/README.md @@ -10,7 +10,7 @@

Advanced Quantization Algorithm for LLMs

[![python](https://img.shields.io/badge/python-3.10%2B-blue)](https://github.com/intel/auto-round) -[![version](https://img.shields.io/badge/release-0.9.7-green)](https://github.com/intel/auto-round) +[![version](https://img.shields.io/badge/release-0.10.0-green)](https://github.com/intel/auto-round) [![license](https://img.shields.io/badge/license-Apache%202-9C27B0)](https://github.com/intel/auto-round/blob/main/LICENSE) Model Checkpoints diff --git a/README_CN.md b/README_CN.md index 4ca044b73..4ecfd5eb8 100644 --- a/README_CN.md +++ b/README_CN.md @@ -10,7 +10,7 @@

面向 LLM 的先进量化算法

[![python](https://img.shields.io/badge/python-3.10%2B-blue)](https://github.com/intel/auto-round) -[![version](https://img.shields.io/badge/release-0.9.7-green)](https://github.com/intel/auto-round) +[![version](https://img.shields.io/badge/release-0.10.0-green)](https://github.com/intel/auto-round) [![license](https://img.shields.io/badge/license-Apache%202-9C27B0)](https://github.com/intel/auto-round/blob/main/LICENSE)
Model Checkpoints diff --git a/auto_round/version.py b/auto_round/version.py index a01262931..365768f3b 100644 --- a/auto_round/version.py +++ b/auto_round/version.py @@ -14,4 +14,4 @@ """Intel® auto-round: An open-source Python library supporting popular model weight only compression based on signround.""" -__version__ = "0.10.0" +__version__ = "0.12.0"