Skip to content

Commit 73f9d4f

Browse files
authored
update release version in main page (#32)
Signed-off-by: chensuyue <suyue.chen@intel.com>
1 parent 328a27a commit 73f9d4f

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ Neural Compressor
55
<h3> An open-source Python library supporting popular model compression techniques for ONNX</h3>
66

77
[![python](https://img.shields.io/badge/python-3.8%2B-blue)](https://github.com/onnx/neural-compressor)
8-
[![version](https://img.shields.io/badge/release-2.5-green)](https://github.com/onnx/neural-compressor/releases)
8+
[![version](https://img.shields.io/badge/release-1.0-green)](https://github.com/onnx/neural-compressor/releases)
99
[![license](https://img.shields.io/badge/license-Apache%202-blue)](https://github.com/onnx/neural-compressor/blob/master/LICENSE)
1010

1111

docs/installation_guide.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,8 +42,9 @@ The following prerequisites and requirements must be satisfied for a successful
4242
### Validated Hardware Environment
4343
#### Neural Compressor supports CPUs based on [Intel 64 architecture or compatible processors](https://en.wikipedia.org/wiki/X86-64):
4444

45-
* Intel Xeon Scalable processor (formerly Skylake, Cascade Lake, Cooper Lake, Ice Lake, Lunar Lake, and Sapphire Rapids)
45+
* Intel Xeon Scalable processor (formerly Skylake, Cascade Lake, Cooper Lake, Ice Lake, and Sapphire Rapids)
4646
* Intel Xeon CPU Max Series (formerly Sapphire Rapids HBM)
47+
* Intel Core Ultra Processors (Meteor Lake, Lunar Lake)
4748

4849
### Validated Software Environment
4950

0 commit comments

Comments
 (0)