-
Notifications
You must be signed in to change notification settings - Fork 240
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
### Changes Bumped openvino==2024.6 https://github.com/openvinotoolkit/nncf/actions/runs/12413203628 https://github.com/openvinotoolkit/nncf/actions/workflows/install.yml job/manual/job/post_training_weight_compression/287/ job/manual/job/post_training_quantization/583/ job/nightly/job/e2e_onnx_model_zoo/849/ job/nightly/job/TriggerBetta/916/ job/NNCF/job/nightly/job/tf_full/841/ --------- Co-authored-by: Nikita Malinin <nikita.malinin@intel.com>
- Loading branch information
Showing
17 changed files
with
18 additions
and
16 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
# Openvino | ||
openvino==2024.5.0 | ||
openvino==2024.6.0 | ||
|
||
# Pytorch | ||
torch==2.5.1 | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2 changes: 1 addition & 1 deletion
2
examples/llm_compression/openvino/smollm2_360m_fp8/requirements.txt
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
datasets | ||
openvino==2024.5 | ||
openvino==2024.6 | ||
optimum-intel[openvino] | ||
transformers | ||
onnx==1.17.0 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,5 @@ | ||
transformers | ||
datasets==2.14.7 | ||
openvino==2024.6 | ||
optimum-intel[openvino] | ||
onnx==1.17.0 |
2 changes: 1 addition & 1 deletion
2
examples/llm_compression/openvino/tiny_llama_find_hyperparams/requirements.txt
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2 changes: 1 addition & 1 deletion
2
examples/llm_compression/openvino/tiny_llama_synthetic_data/requirements.txt
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -4,5 +4,5 @@ scikit-learn | |
fastdownload | ||
onnx==1.17.0 | ||
onnxruntime==1.19.2 | ||
openvino==2024.5 | ||
openvino==2024.6 | ||
numpy<2 |
2 changes: 1 addition & 1 deletion
2
...es/post_training_quantization/onnx/yolov8_quantize_with_accuracy_control/requirements.txt
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
ultralytics==8.3.22 | ||
onnx==1.17.0 | ||
onnxruntime==1.19.2 | ||
openvino==2024.5 | ||
openvino==2024.6 |
2 changes: 1 addition & 1 deletion
2
...ining_quantization/openvino/anomaly_stfpm_quantize_with_accuracy_control/requirements.txt
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
anomalib==0.6.0 | ||
openvino==2024.5 | ||
openvino==2024.6 | ||
setuptools<=72.1.0 | ||
numpy<2 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -2,4 +2,4 @@ torchvision | |
tqdm | ||
scikit-learn | ||
fastdownload | ||
openvino==2024.5 | ||
openvino==2024.6 |
2 changes: 1 addition & 1 deletion
2
examples/post_training_quantization/openvino/yolov8/requirements.txt
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,3 @@ | ||
ultralytics==8.3.22 | ||
onnx==1.17.0 | ||
openvino==2024.5 | ||
openvino==2024.6 |
2 changes: 1 addition & 1 deletion
2
...ost_training_quantization/openvino/yolov8_quantize_with_accuracy_control/requirements.txt
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,3 @@ | ||
ultralytics==8.3.22 | ||
onnx==1.17.0 | ||
openvino==2024.5 | ||
openvino==2024.6 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2 changes: 1 addition & 1 deletion
2
examples/post_training_quantization/torch/mobilenet_v2/requirements.txt
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
fastdownload==0.0.7 | ||
openvino==2024.5 | ||
openvino==2024.6 | ||
scikit-learn | ||
torch==2.5.1 | ||
torchvision==0.20.1 | ||
|
2 changes: 1 addition & 1 deletion
2
examples/post_training_quantization/torch/ssd300_vgg16/requirements.txt
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2 changes: 1 addition & 1 deletion
2
examples/post_training_quantization/torch_fx/resnet18/requirements.txt
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
fastdownload==0.0.7 | ||
openvino==2024.5 | ||
openvino==2024.6 | ||
torch==2.5.1 | ||
torchvision==0.20.1 |
2 changes: 1 addition & 1 deletion
2
examples/quantization_aware_training/torch/resnet18/requirements.txt
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
fastdownload==0.0.7 | ||
openvino==2024.5 | ||
openvino==2024.6 | ||
torch==2.5.1 | ||
torchvision==0.20.1 | ||
setuptools<=72.1.0 |