Skip to content

Commit e38a306

Browse files
committed
bump to v0.4.5
Signed-off-by: Sun, Xuehao <[email protected]>
1 parent 5c075a9 commit e38a306

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

MANIFEST.in

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
include requirements.txt
22
include requirements-cpu.txt
3-
include requirements-hpu.txt
3+
include requirements-gpu.txt
44
include requirements-lib.txt

README.md

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

77
[![python](https://img.shields.io/badge/python-3.9%2B-blue)](https://github.com/intel/auto-round)
8-
[![version](https://img.shields.io/badge/release-0.4.4-green)](https://github.com/intel/auto-round)
8+
[![version](https://img.shields.io/badge/release-0.4.5-green)](https://github.com/intel/auto-round)
99
[![license](https://img.shields.io/badge/license-Apache%202-9C27B0)](https://github.com/intel/auto-round/blob/main/LICENSE)
1010
<a href="https://huggingface.co/OPEA">
1111
<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.4.4"
17+
__version__ = "0.4.5"

0 commit comments

Comments
 (0)