Skip to content

Commit 1eb6529

Browse files
authored
bump release version to v1.10 (#734)
1 parent 02d25c5 commit 1eb6529

File tree

4 files changed

+11
-5
lines changed

4 files changed

+11
-5
lines changed

README.md

Lines changed: 9 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,19 @@
1-
Introduction to Intel® Neural Compressor
2-
===========================
1+
<div align="center">
32

3+
<p align="center"> <img src="docs/imgs/inc_logo.png" height="280px"><br></p>
4+
5+
</div>
6+
7+
---
48
Intel® Neural Compressor (formerly known as Intel® Low Precision Optimization Tool) is an open-source Python library running on Intel CPUs and GPUs, which delivers unified interfaces across multiple deep learning frameworks for popular network compression technologies, such as quantization, pruning, knowledge distillation. This tool supports automatic accuracy-driven tuning strategies to help user quickly find out the best quantized model. It also implements different weight pruning algorithms to generate pruned model with predefined sparsity goal and supports knowledge distillation to distill the knowledge from the teacher model to the student model.
59

610
> **Note**
711
>
812
> GPU support is under development.
913
10-
**Visit the Intel® Neural Compressor online document website at: <https://intel.github.io/neural-compressor>.**
14+
**Visit the Intel® Neural Compressor online document website at: <https://intel.github.io/neural-compressor>.**
15+
16+
---
1117

1218
## Architecture
1319

docs/imgs/inc_logo.png

103 KB
Loading

meta.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
{% set version = "1.9" %}
1+
{% set version = "1.10" %}
22
{% set buildnumber = 0 %}
33
package:
44
name: neural-compressor

neural_compressor/version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,4 +15,4 @@
1515
# See the License for the specific language governing permissions and
1616
# limitations under the License.
1717

18-
__version__ = "1.9"
18+
__version__ = "1.10"

0 commit comments

Comments
 (0)