Skip to content

Commit 1d8f2ed

Browse files
committed
Revert compile action deps
1 parent 10e54eb commit 1d8f2ed

File tree

3 files changed

+113
-144
lines changed

3 files changed

+113
-144
lines changed

.github/actions/compile-models/action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ runs:
3737
- name: Setup python version
3838
uses: actions/setup-python@e797f83bcb11b83ae66e0230d6156d7c80228e7c # v6.0.0
3939
with:
40-
python-version: '3.14'
40+
python-version: '3.13'
4141

4242
- name: Install dependencies
4343
shell: bash

.github/actions/compile-models/requirements.in

Lines changed: 6 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,21 +1,19 @@
11
--extra-index-url https://download.pytorch.org/whl/cpu
22

33
# Core
4-
transformers==4.57.6
5-
torch==2.11.0+cpu
6-
torchvision==0.26.0+cpu
7-
protobuf==7.34.1
8-
onnx==1.20.1
9-
onnxruntime==1.24.4
4+
transformers==4.57.3
5+
torch==2.8.0+cpu
6+
torchvision==0.23.0+cpu
7+
protobuf==6.33.5
8+
onnx==1.20.0
9+
onnxruntime==1.23.2
1010
onnxruntime-tools>=1.7.0
11-
onnxscript>=0.6.2
1211

1312
# Hugging Face Hub
1413
huggingface_hub==0.36.2
1514
hf-xet==1.4.2
1615

1716
# Utils
18-
numpy>=1.26,<3
1917
pillow>=12.1.1
2018
requests>=2.32.5
2119
tqdm>=4.67.3

0 commit comments

Comments
 (0)