From ec4eae9261631f8dbbd89177d01fce471d738edc Mon Sep 17 00:00:00 2001 From: "Sun, Xuehao" Date: Wed, 26 Mar 2025 10:54:59 +0800 Subject: [PATCH] bump into v3.3.1 Signed-off-by: Sun, Xuehao --- README.md | 2 +- neural_compressor/version.py | 2 +- test/requirements.txt | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 1d0f0c35580..4a0fe3b76b8 100644 --- a/README.md +++ b/README.md @@ -5,7 +5,7 @@ IntelĀ® Neural Compressor

An open-source Python library supporting popular model compression techniques on all mainstream deep learning frameworks (TensorFlow, PyTorch, and ONNX Runtime)

[![python](https://img.shields.io/badge/python-3.8%2B-blue)](https://github.com/intel/neural-compressor) -[![version](https://img.shields.io/badge/release-3.3-green)](https://github.com/intel/neural-compressor/releases) +[![version](https://img.shields.io/badge/release-3.3.1-green)](https://github.com/intel/neural-compressor/releases) [![license](https://img.shields.io/badge/license-Apache%202-blue)](https://github.com/intel/neural-compressor/blob/master/LICENSE) [![coverage](https://img.shields.io/badge/coverage-85%25-green)](https://github.com/intel/neural-compressor) [![Downloads](https://static.pepy.tech/personalized-badge/neural-compressor?period=total&units=international_system&left_color=grey&right_color=green&left_text=downloads)](https://pepy.tech/project/neural-compressor) diff --git a/neural_compressor/version.py b/neural_compressor/version.py index 4b70d2dfce2..f58f8858dbc 100644 --- a/neural_compressor/version.py +++ b/neural_compressor/version.py @@ -15,4 +15,4 @@ # See the License for the specific language governing permissions and # limitations under the License. """IntelĀ® Neural Compressor: An open-source Python library supporting popular model compression techniques.""" -__version__ = "3.3" +__version__ = "3.3.1" diff --git a/test/requirements.txt b/test/requirements.txt index 1bd938cb759..831f391e35a 100644 --- a/test/requirements.txt +++ b/test/requirements.txt @@ -2,7 +2,7 @@ accelerate<=0.21.0 auto-round<=0.4.6 dynast==1.6.0rc1 -horovod<=0.27.0 +horovod intel-extension-for-pytorch intel-tensorflow>=2.12.0 mxnet-mkl