Skip to content

Commit

Permalink
Update onnx, onnxruntime versions (#3043)
Browse files Browse the repository at this point in the history
### Changes

Update onnx == 1.17, onnxruntime == 1.19.2

---------

Co-authored-by: Alexander Dokuchaev <[email protected]>
  • Loading branch information
kshpv and AlexanderDokuchaev authored Nov 1, 2024
1 parent 3ba9b06 commit 82c19f1
Show file tree
Hide file tree
Showing 6 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -441,7 +441,7 @@ conda install -c conda-forge nncf
- Supported frameworks:
- PyTorch\* >=2.3, <2.5
- TensorFlow\* >=2.8.4, <=2.15.1
- ONNX\* ==1.16.0
- ONNX\* ==1.17.0
- OpenVINO\* >=2022.3.0

This repository is tested on Python* 3.10.14, PyTorch* 2.4.0 (NVidia CUDA\* Toolkit 12.1) and TensorFlow* 2.12.1 (NVidia CUDA\* Toolkit 11.8).
Expand Down
2 changes: 1 addition & 1 deletion constraints.txt
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ torch==2.4.0
torchvision==0.19.0

# ONNX
onnx==1.16.2
onnx==1.17.0
onnxruntime==1.19.2

# TensorFlow
Expand Down
2 changes: 1 addition & 1 deletion docs/Installation.md
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ as well as the supported versions of Python:

| NNCF | OpenVINO | PyTorch | ONNX | TensorFlow | Python |
|-----------|------------|----------|----------|------------|--------|
| `develop` | `2024.4.0` | `2.4.0` | `1.16.0` | `2.15.1` | `3.10` |
| `develop` | `2024.4.0` | `2.4.0` | `1.17.0` | `2.15.1` | `3.10` |
| `2.13.0` | `2024.4.0` | `2.4.0` | `1.16.0` | `2.15.1` | `3.8`* |
| `2.12.0` | `2024.3.0` | `2.3.0` | `1.16.0` | `2.15.1` | `3.8`* |
| `2.11.0` | `2024.2.0` | `2.3.0` | `1.16.0` | `2.12.0` | `3.8` |
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ torchvision
tqdm
scikit-learn
fastdownload
onnx==1.16.0
onnxruntime==1.17.1
onnx==1.17.0
onnxruntime==1.19.2
openvino==2024.4
numpy<2
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
ultralytics==8.3.22
onnx==1.16.0
onnx==1.17.0
openvino==2024.4
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
fastdownload==0.0.7
onnx==1.16.0
onnx==1.17.0
openvino==2024.4
pycocotools==2.0.7
torch==2.4.0
Expand Down

0 comments on commit 82c19f1

Please sign in to comment.