Skip to content

Commit

Permalink
Add table of corresponding versions for backends
Browse files Browse the repository at this point in the history
  • Loading branch information
AlexanderDokuchaev committed Sep 26, 2023
1 parent f6d958f commit 7d654cc
Showing 1 changed file with 12 additions and 1 deletion.
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 | ONNX Runtime | TensorFlow | Python |
| ------- | ---------- | ------------------- | -------- | -------------- | ------------ | ---------------- |
| `2.6.0` | `2023.1.0` | `>=1.13.0`, `<2.1` | `1.13.1` | `1.14.1` | `2.12.0` | `>=3.7`, `<3.11` |
| `2.5.0` | `2023.0.0` | `>=1.9.1`, `<1.14` | `1.13.1` | `1.14.1` | `2.11.1` | `>=3.7`, `<3.11` |
| `2.4.0` | `2022.1.0` | `>=1.8.2`, `<1.14` | `1.12.0` | `1.13.1` | `2.8.4` | `>=3.7`, `<3.11` |

0 comments on commit 7d654cc

Please sign in to comment.