Skip to content

Commit 56aa718

Browse files
authored
Merge branch 'main' into QNN_Qwen_Coder
2 parents 3089088 + 99dce41 commit 56aa718

17 files changed

Lines changed: 353 additions & 112 deletions

.aitk/requirements/Intel/Test_py3.12.9.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ optimum[openvino]==1.24.0
4747
optuna==4.2.1
4848
packaging==24.2
4949
pandas==2.2.3
50-
pillow==12.1.1
50+
pillow==12.2.0
5151
protobuf==5.29.6
5252
psutil==7.0.0
5353
pyarrow==19.0.1

.aitk/requirements/requirements-IntelNPU.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ optimum[openvino]==1.26.1
7676
optuna==4.2.1
7777
packaging==24.2
7878
pandas==2.2.3
79-
pillow==12.1.1
79+
pillow==12.2.0
8080
propcache==0.3.2
8181
protobuf==5.29.6
8282
psutil==7.0.0

.aitk/requirements/requirements-NvidiaGPU-GptqModel.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ logbar==0.0.4
1010
maturin==1.9.3
1111
numpy==2.2.6
1212
packaging==24.2
13-
pillow==12.1.1
13+
pillow==12.2.0
1414
protobuf==6.32.0
1515
random_word==1.0.13
1616
safetensors==0.6.2

.aitk/requirements/requirements-NvidiaGPU.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ optimum==1.26.1
4949
optuna==4.3.0
5050
packaging==24.2
5151
pandas==2.2.3
52-
pillow==12.1.1
52+
pillow==12.2.0
5353
propcache==0.3.2
5454
protobuf==5.29.6
5555
pyarrow==19.0.1

.aitk/requirements/requirements-QNN.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ onnxscript==0.5.3
4343
optuna==4.2.1
4444
packaging==24.2
4545
pandas==2.2.3
46-
pillow==12.1.1
46+
pillow==12.2.0
4747
propcache==0.3.2
4848
protobuf==5.29.6
4949
pyarrow==19.0.1

.aitk/requirements/requirements-WCR-QAI.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
gdown==5.2.0
1+
gdown==5.2.2
22
gitpython==3.1.46
33
librosa==0.11.0
44
qai_hub==0.42.0

.aitk/requirements/requirements-WCR.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ optuna==4.2.1
7171
packaging==24.2
7272
pandas==2.2.3
7373
parso==0.8.5
74-
pillow==12.1.1
74+
pillow==12.2.0
7575
platformdirs==4.4.0
7676
prompt-toolkit==3.0.52
7777
propcache==0.3.2

.aitk/requirements/requirements-WCR_CUDA.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ optuna==4.2.1
7272
packaging==24.2
7373
pandas==2.2.3
7474
parso==0.8.5
75-
pillow==12.1.1
75+
pillow==12.2.0
7676
platformdirs==4.4.0
7777
prompt-toolkit==3.0.52
7878
propcache==0.3.2

.github/workflows/main.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,9 @@
11
name: main
22
description: "CI workflow for Olive Recipes"
33

4+
permissions:
5+
contents: read
6+
47
concurrency:
58
group: ${{ github.workflow }}-${{ github.ref }}
69
cancel-in-progress: true

README.md

Lines changed: 104 additions & 99 deletions
Large diffs are not rendered by default.

0 commit comments

Comments
 (0)