File tree Expand file tree Collapse file tree 3 files changed +113
-144
lines changed
.github/actions/compile-models Expand file tree Collapse file tree 3 files changed +113
-144
lines changed Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff line change 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
1010onnxruntime-tools>=1.7.0
11- onnxscript>=0.6.2
1211
1312# Hugging Face Hub
1413huggingface_hub==0.36.2
1514hf-xet==1.4.2
1615
1716# Utils
18- numpy>=1.26,<3
1917pillow>=12.1.1
2018requests>=2.32.5
2119tqdm>=4.67.3
You can’t perform that action at this time.
0 commit comments