Skip to content
This repository was archived by the owner on May 8, 2024. It is now read-only.

Commit d67fbc1

Browse files
authored
Update AI tools 2024.1.0 packages. (#13)
* Update AI Tools 2024.1.0 packages * Add config file to run jake scan * Update jake env packages * Delete jake config file
1 parent d19ef51 commit d67fbc1

File tree

3 files changed

+9
-20
lines changed

3 files changed

+9
-20
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff 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

239239
The dependencies required to properly execute this workflow can be found in the yml file [$WORKSPACE/env/intel_env.yml](env/intel_env.yml).

env/intel_env.yml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -3,17 +3,17 @@ channels:
33
- intel
44
- conda-forge
55
dependencies:
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

env/jake_env.yml

Lines changed: 0 additions & 11 deletions
This file was deleted.

0 commit comments

Comments
 (0)