Skip to content

Commit bc0e36a

Browse files
authored
validated FW version update (#1693)
Signed-off-by: chensuyue <[email protected]>
1 parent 2809ff7 commit bc0e36a

File tree

3 files changed

+16
-18
lines changed

3 files changed

+16
-18
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ Intel® Neural Compressor
55
<h3> An open-source Python library supporting popular model compression techniques on all mainstream deep learning frameworks (TensorFlow, PyTorch, ONNX Runtime, and MXNet)</h3>
66

77
[![python](https://img.shields.io/badge/python-3.8%2B-blue)](https://github.com/intel/neural-compressor)
8-
[![version](https://img.shields.io/badge/release-2.4.1-green)](https://github.com/intel/neural-compressor/releases)
8+
[![version](https://img.shields.io/badge/release-2.5-green)](https://github.com/intel/neural-compressor/releases)
99
[![license](https://img.shields.io/badge/license-Apache%202-blue)](https://github.com/intel/neural-compressor/blob/master/LICENSE)
1010
[![coverage](https://img.shields.io/badge/coverage-85%25-green)](https://github.com/intel/neural-compressor)
1111
[![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)

docs/source/installation_guide.md

+13-17
Original file line numberDiff line numberDiff line change
@@ -104,7 +104,7 @@ The AI Kit is distributed through many common channels, including from Intel's w
104104

105105
### Validated Software Environment
106106

107-
* OS version: CentOS 8.4, Ubuntu 22.04, MacOS Ventura 13.5
107+
* OS version: CentOS 8.4, Ubuntu 22.04, MacOS Ventura 13.5, Windows 11
108108
* Python version: 3.8, 3.9, 3.10, 3.11
109109

110110
<table class="docutils">
@@ -117,31 +117,27 @@ The AI Kit is distributed through many common channels, including from Intel's w
117117
<th>PyTorch</th>
118118
<th>Intel®<br>Extension for<br>PyTorch*</th>
119119
<th>ONNX<br>Runtime</th>
120-
<th>MXNet</th>
121120
</tr>
122121
</thead>
123122
<tbody>
124123
<tr align="center">
125124
<th>Version</th>
126125
<td class="tg-7zrl"> <a href=https://github.com/tensorflow/tensorflow/tree/v2.15.0>2.15.0</a><br>
127126
<a href=https://github.com/tensorflow/tensorflow/tree/v2.14.1>2.14.1</a><br>
128-
<a href=https://github.com/tensorflow/tensorflow/tree/v2.13.0>2.13.0</a><br></td>
127+
<a href=https://github.com/tensorflow/tensorflow/tree/v2.13.1>2.13.1</a><br></td>
129128
<td class="tg-7zrl"> <a href=https://github.com/Intel-tensorflow/tensorflow/tree/v2.14.0>2.14.0</a><br>
130-
<a href=https://github.com/Intel-tensorflow/tensorflow/tree/v2.13.0>2.13.0</a><br>
131-
<a href=https://github.com/Intel-tensorflow/tensorflow/tree/v2.12.0>2.12.0</a><br></td>
129+
<a href=https://github.com/Intel-tensorflow/tensorflow/tree/v2.13.0>2.13.0</a><br></td>
132130
<td class="tg-7zrl"> <a href=https://github.com/intel/intel-extension-for-tensorflow/tree/v2.14.0.1>2.14.0.1</a><br>
133-
<a href=https://github.com/intel/intel-extension-for-tensorflow/tree/v2.13.0.0>2.13.0.0</a><br>
134-
<a href=https://github.com/intel/intel-extension-for-tensorflow/tree/v1.2.0>1.2.0</a><br></td>
135-
<td class="tg-7zrl"><a href=https://github.com/pytorch/pytorch/tree/v2.1.0>2.1.0+cpu</a><br>
136-
<a href=https://github.com/pytorch/pytorch/tree/v2.0.1>2.0.1+cpu</a><br>
137-
<a href=https://github.com/pytorch/pytorch/tree/v1.13.1>1.13.1+cpu</a><br></td>
138-
<td class="tg-7zrl"><a href=https://github.com/intel/intel-extension-for-pytorch/tree/v2.1.0%2Bcpu>2.1.0+cpu</a><br>
139-
<a href=https://github.com/intel/intel-extension-for-pytorch/tree/v2.0.100%2Bcpu>2.0.1+cpu</a><br>
140-
<a href=https://github.com/intel/intel-extension-for-pytorch/tree/v1.13.100%2Bcpu>1.13.1+cpu</a><br></td>
141-
<td class="tg-7zrl"><a href=https://github.com/microsoft/onnxruntime/tree/v1.16.3>1.16.3</a><br>
142-
<a href=https://github.com/microsoft/onnxruntime/tree/v1.15.1>1.15.1</a><br>
143-
<a href=https://github.com/microsoft/onnxruntime/tree/v1.14.1>1.14.1</a><br></td>
144-
<td class="tg-7zrl"><a href=https://github.com/apache/incubator-mxnet/tree/1.9.1>1.9.1</a><br></td>
131+
<a href=https://github.com/intel/intel-extension-for-tensorflow/tree/v2.13.0.0>2.13.0.0</a><br></td>
132+
<td class="tg-7zrl"><a href=https://github.com/pytorch/pytorch/tree/v2.2.1>2.2.1</a><br>
133+
<a href=https://github.com/pytorch/pytorch/tree/v2.1.0>2.1.0</a><br>
134+
<a href=https://github.com/pytorch/pytorch/tree/v2.0.1>2.0.1</a><br></td>
135+
<td class="tg-7zrl"><a href=https://github.com/intel/intel-extension-for-pytorch/tree/v2.2.0%2Bcpu>2.2.0</a><br>
136+
<a href=https://github.com/intel/intel-extension-for-pytorch/tree/v2.1.100%2Bcpu>2.1.100</a><br>
137+
<a href=https://github.com/intel/intel-extension-for-pytorch/tree/v2.0.100%2Bcpu>2.0.100</a><br></td>
138+
<td class="tg-7zrl"><a href=https://github.com/microsoft/onnxruntime/tree/v1.17.1>1.17.1</a><br>
139+
<a href=https://github.com/microsoft/onnxruntime/tree/v1.16.3>1.16.3</a><br>
140+
<a href=https://github.com/microsoft/onnxruntime/tree/v1.15.1>1.15.1</a><br></td>
145141
</tr>
146142
</tbody>
147143
</table>

third-party-programs.txt

+2
Original file line numberDiff line numberDiff line change
@@ -74,6 +74,8 @@ terms are listed below.
7474

7575
web-worker
7676

77+
segment-anything
78+
7779

7880
Apache License
7981
Version 2.0, January 2004

0 commit comments

Comments
 (0)