Skip to content

Commit 8f39331

Browse files
authored
update readme for fwk version support (#850)
1 parent cdf6fc4 commit 8f39331

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

README.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ Supported deep learning frameworks are:
3939
4040
> **Note**: From the official TensorFlow 2.6.0, oneDNN support has been upstreamed. Download the official TensorFlow 2.6.0 binary for the CPU device and set the environment variable TF_ENABLE_ONEDNN_OPTS=1 before running the quantization process or deploying the quantized model.
4141
42-
* [PyTorch\*](https://pytorch.org/), including [1.8.0+cpu](https://download.pytorch.org/whl/torch_stable.html), [1.9.0+cpu](https://download.pytorch.org/whl/torch_stable.html), [1.10.0+cpu](https://download.pytorch.org/whl/torch_stable.html)
42+
* [PyTorch\*](https://pytorch.org/), including [1.9.0+cpu](https://download.pytorch.org/whl/torch_stable.html), [1.10.0+cpu](https://download.pytorch.org/whl/torch_stable.html), [1.11.0+cpu](https://download.pytorch.org/whl/torch_stable.html)
4343
* [Apache\* MXNet](https://mxnet.apache.org), including [1.6.0](https://github.com/apache/incubator-mxnet/tree/1.6.0), [1.7.0](https://github.com/apache/incubator-mxnet/tree/1.7.0), [1.8.0](https://github.com/apache/incubator-mxnet/tree/1.8.0)
4444
* [ONNX\* Runtime](https://github.com/microsoft/onnxruntime), including [1.8.0](https://github.com/microsoft/onnxruntime/tree/v1.8.0), [1.9.0](https://github.com/microsoft/onnxruntime/tree/v1.9.0), [1.10.0](https://github.com/microsoft/onnxruntime/tree/v1.10.0)
4545
* [Execution Engine](./docs/engine.md), a reference bare metal solution(./engine) for domain-specific NLP models.
@@ -59,7 +59,7 @@ library by installing the [Intel® oneAPI AI Analytics Toolkit](https://software
5959

6060
The following prerequisites and requirements must be satisfied for a successful installation:
6161

62-
- Python version: 3.7 or 3.8 or 3.9
62+
- Python version: 3.7 or 3.8 or 3.9 or 3.10
6363

6464
- C++ compiler: 7.2.1 or above
6565

@@ -254,13 +254,13 @@ Note: Intel Neural Compressor supports Intel-optimized and official frameworks f
254254
</tr>
255255
<tr>
256256
<td class="tg-7zrl" rowspan="4">PyTorch</td>
257-
<td class="tg-7zrl">1.10.0+cpu</td>
257+
<td class="tg-7zrl">1.11.0+cpu</td>
258258
</tr>
259259
<tr>
260-
<td class="tg-7zrl">1.9.0+cpu</td>
260+
<td class="tg-7zrl">1.10.0+cpu</td>
261261
</tr>
262262
<tr>
263-
<td class="tg-7zrl">1.8.0+cpu</td>
263+
<td class="tg-7zrl">1.9.0+cpu</td>
264264
</tr>
265265
<tr>
266266
<td class="tg-7zrl">IPEX</td>

0 commit comments

Comments
 (0)