From b4d3fde7b53ad6f2e731c60671763c85923871fe Mon Sep 17 00:00:00 2001 From: chensuyue Date: Wed, 15 Oct 2025 11:28:42 +0800 Subject: [PATCH 1/2] update requirements.txt for CVE fix Signed-off-by: chensuyue --- .../quantization/ptq/gpt-j/requirements.txt | 2 +- .../quantization/ptq/smoothquant/requirements.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/examples/tensorflow/nlp/large_language_models/quantization/ptq/gpt-j/requirements.txt b/examples/tensorflow/nlp/large_language_models/quantization/ptq/gpt-j/requirements.txt index 23c79d8bbd3..5b726cbb2e9 100644 --- a/examples/tensorflow/nlp/large_language_models/quantization/ptq/gpt-j/requirements.txt +++ b/examples/tensorflow/nlp/large_language_models/quantization/ptq/gpt-j/requirements.txt @@ -1,4 +1,4 @@ -tensorflow==2.12 +tensorflow==2.12.1 transformers datasets==2.17 numpy \ No newline at end of file diff --git a/examples/tensorflow/nlp/large_language_models/quantization/ptq/smoothquant/requirements.txt b/examples/tensorflow/nlp/large_language_models/quantization/ptq/smoothquant/requirements.txt index 8e5871fe7fd..653f02fe8b3 100644 --- a/examples/tensorflow/nlp/large_language_models/quantization/ptq/smoothquant/requirements.txt +++ b/examples/tensorflow/nlp/large_language_models/quantization/ptq/smoothquant/requirements.txt @@ -1,3 +1,3 @@ tensorflow==2.15 datasets -transformers==4.52.1 \ No newline at end of file +transformers==4.53.0 \ No newline at end of file From 4b4755a4fbda6b72c37f0a84b7068fe89b27837a Mon Sep 17 00:00:00 2001 From: chensuyue Date: Wed, 15 Oct 2025 11:36:54 +0800 Subject: [PATCH 2/2] bump version Signed-off-by: chensuyue --- README.md | 2 +- neural_compressor/version.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 5b2f18d14d8..ca7f1637bba 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.5-green)](https://github.com/intel/neural-compressor/releases) +[![version](https://img.shields.io/badge/release-3.6-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 904cdb46e88..6f857d8faca 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.5" +__version__ = "3.6"