This repository was archived by the owner on May 8, 2024. It is now read-only.
File tree Expand file tree Collapse file tree 3 files changed +9
-20
lines changed
Expand file tree Collapse file tree 3 files changed +9
-20
lines changed Original file line number Diff line number Diff line change @@ -231,9 +231,9 @@ conda config --set solver libmamba
231231| Packages | Version |
232232| -------- | ------- |
233233| python | 3.9 |
234- | intelpython3_core | 2024.0 .0 |
235- | intel-extension-for-pytorch | 2.0.100 |
236- | neural-compressor| 2.3 .1 |
234+ | intelpython3_core | 2024.1 .0 |
235+ | intel-extension-for-pytorch | 2.2.0 |
236+ | neural-compressor| 2.4 .1 |
237237| openvino-dev| 2023.2.0 |
238238
239239The dependencies required to properly execute this workflow can be found in the yml file [ $WORKSPACE/env/intel_env.yml] ( env/intel_env.yml ) .
Original file line number Diff line number Diff line change @@ -3,17 +3,17 @@ channels:
33 - intel
44 - conda-forge
55dependencies :
6- - intel::intelpython3_core=2024.0 .0
6+ - intel::intelpython3_core=2024.1 .0
77 - intel::python=3.9
88 - cpuonly=1.0
9- - intel-extension-for-pytorch==2.0.100
10- - neural-compressor==2.3 .1
9+ - intel/label/oneapi::intel -extension-for-pytorch=2.2.0
10+ - neural-compressor=2.4 .1
1111 - pillow==9.5
12- - intel::pip
12+ - intel::pip=24.0
1313 - pip :
14- - torch==2.0.1
14+ - torch==2.2.2
1515 - easyocr==1.7.1
1616 - trdg==1.8.0
17- - opencv-python==4.8.1.78
17+ - opencv-python==4.9.0.80
1818 - openvino-dev[onnx]==2023.2.0
1919
Load Diff This file was deleted.
You can’t perform that action at this time.
0 commit comments