Skip to content

Commit

Permalink
Add table of corresponding versions for backends (openvinotoolkit#2161)
Browse files Browse the repository at this point in the history
### Changes

Add table of corresponding versions for backends.

### Related tickets

120873
  • Loading branch information
AlexanderDokuchaev committed Oct 5, 2023
1 parent 2d5ea2c commit 2c417f5
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -375,7 +375,7 @@ You may also use one of the Dockerfiles in the [docker](./docker) directory to b
- ONNX\* ~=1.13.1
- OpenVINO\* >=2022.3.0

This repository is tested on Python* 3.8.10, PyTorch* 2.0.1 (NVidia CUDA\* Toolkit 11.7) and TensorFlow* 2.12.1 (NVidia CUDA\* Toolkit 11.8).
This repository is tested on Python* 3.8.10, PyTorch* 2.0.1 (NVidia CUDA\* Toolkit 11.8) and TensorFlow* 2.12.1 (NVidia CUDA\* Toolkit 11.8).

## NNCF Compressed Model Zoo

Expand Down
13 changes: 12 additions & 1 deletion docs/Installation.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ Use the same `pip install` syntax as above to install NNCF along with the backen
pip install .[<BACKEND>]
```

List of supported backends: `torch`, `tf`, `onnx` and `openvino`.
List of supported backends: `torch`, `tf`, `onnx` and `openvino`.

For development purposes install extra packages by

Expand All @@ -61,3 +61,14 @@ Note that in order for this to work for pip versions >= 21.3, your Git version m
## As a Docker image

Use one of the Dockerfiles in the [docker](../docker) directory to build an image with an environment already set up and ready for running NNCF [sample scripts](../README.md#model-compression-samples).

## Corresponding versions

The following table lists the recommended corresponding versions of backend packages
as well as the supported versions of Python:

| NNCF | OpenVINO | PyTorch | ONNX | TensorFlow | Python |
| ------- | ---------- | -------- | -------- | ---------- | ------- |
| `2.6.0` | `2023.1.0` | `2.0.1` | `1.13.1` | `2.12.0` | `3.8` |
| `2.5.0` | `2023.0.0` | `1.13.1` | `1.13.1` | `2.11.1` | `3.8` |
| `2.4.0` | `2022.1.0` | `1.12.1` | `1.12.0` | `2.8.2` | `3.8` |

0 comments on commit 2c417f5

Please sign in to comment.