File tree 3 files changed +3
-3
lines changed
3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 1
1
include requirements.txt
2
2
include requirements-cpu.txt
3
- include requirements-hpu .txt
3
+ include requirements-gpu .txt
4
4
include requirements-lib.txt
Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ AutoRound
5
5
<h3 > Advanced Quantization Algorithm for LLMs</h3 >
6
6
7
7
[ ![ 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 )
9
9
[ ![ license] ( https://img.shields.io/badge/license-Apache%202-9C27B0 )] ( https://github.com/intel/auto-round/blob/main/LICENSE )
10
10
<a href =" https://huggingface.co/OPEA " >
11
11
<img alt =" Model Checkpoints " src =" https://img.shields.io/badge/%F0%9F%A4%97%20HF-Models-F57C00 " >
Original file line number Diff line number Diff line change 14
14
"""Intel® auto-round: An open-source Python library
15
15
supporting popular model weight only compression based on signround."""
16
16
17
- __version__ = "0.4.4 "
17
+ __version__ = "0.4.5 "
You can’t perform that action at this time.
0 commit comments