Skip to content

Commit 072cb8b

Browse files
XuehaoSunchensuyue
authored andcommitted
Bump release version to v0.7.0 (#814)
Signed-off-by: Sun, Xuehao <[email protected]> (cherry picked from commit 30d1061)
1 parent 4a2a28e commit 072cb8b

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ AutoRound
66
<h3> Advanced Quantization Algorithm for LLMs</h3>
77

88
[![python](https://img.shields.io/badge/python-3.9%2B-blue)](https://github.com/intel/auto-round)
9-
[![version](https://img.shields.io/badge/release-0.6.0-green)](https://github.com/intel/auto-round)
9+
[![version](https://img.shields.io/badge/release-0.7.0-green)](https://github.com/intel/auto-round)
1010
[![license](https://img.shields.io/badge/license-Apache%202-9C27B0)](https://github.com/intel/auto-round/blob/main/LICENSE)
1111
<a href="https://huggingface.co/Intel">
1212
<img alt="Model Checkpoints" src="https://img.shields.io/badge/%F0%9F%A4%97%20HF-Models-F57C00">

auto_round/version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,4 +14,4 @@
1414
"""Intel® auto-round: An open-source Python library
1515
supporting popular model weight only compression based on signround."""
1616

17-
__version__ = "0.6.1.dev"
17+
__version__ = "0.7.0"

0 commit comments

Comments
 (0)