Skip to content

Commit 10e54eb

Browse files
committed
Add onnxscript dep
1 parent 0f858b8 commit 10e54eb

File tree

2 files changed

+21
-1
lines changed

2 files changed

+21
-1
lines changed

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@ protobuf==7.34.1
88
onnx==1.20.1
99
onnxruntime==1.24.4
1010
onnxruntime-tools>=1.7.0
11+
onnxscript>=0.6.2
1112

1213
# Hugging Face Hub
1314
huggingface_hub==0.36.2

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

Lines changed: 20 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -280,7 +280,10 @@ ml-dtypes==0.5.3 \
280280
--hash=sha256:d0f730a17cf4f343b2c7ad50cee3bd19e969e793d2be6ed911f43086460096e4 \
281281
--hash=sha256:da65e5fd3eea434ccb8984c3624bc234ddcc0d9f4c81864af611aaebcc08a50e \
282282
--hash=sha256:e12e29764a0e66a7a31e9b8bf1de5cc0423ea72979f45909acd4292de834ccd3
283-
# via onnx
283+
# via
284+
# onnx
285+
# onnx-ir
286+
# onnxscript
284287
mpmath==1.3.0 \
285288
--hash=sha256:7a28eb2a9774d00c7bc92411c19a89209d5da7c4c9a9e227be8330a23a25b91f \
286289
--hash=sha256:a0b2b9fe80bbcd81a6647ff13108738cfb482d481d826cc0e02f5b35e5c88d2c
@@ -350,8 +353,10 @@ numpy==2.2.5 \
350353
# accelerate
351354
# ml-dtypes
352355
# onnx
356+
# onnx-ir
353357
# onnxruntime
354358
# onnxruntime-tools
359+
# onnxscript
355360
# torchvision
356361
# transformers
357362
onnx==1.20.1 \
@@ -380,7 +385,13 @@ onnx==1.20.1 \
380385
--hash=sha256:eb335d7bcf9abac82a0d6a0fda0363531ae0b22cfd0fc6304bff32ee29905def
381386
# via
382387
# -r .github/actions/compile-models/requirements.in
388+
# onnx-ir
383389
# onnxruntime-tools
390+
# onnxscript
391+
onnx-ir==0.2.0 \
392+
--hash=sha256:8bad3906691987290789b26d05e0dbff467029a0b1e411e12e4cae02e43503e4 \
393+
--hash=sha256:eb14d1399c2442bd1ff702719e70074e9cedfa3af5729416a32752c9e0f82591
394+
# via onnxscript
384395
onnxruntime==1.24.4 \
385396
--hash=sha256:046ff290045a387676941a02a8ae5c3ebec6b4f551ae228711968c4a69d8f6b7 \
386397
--hash=sha256:0bdfce8e9a6497cec584aab407b71bf697dac5e1b7b7974adc50bf7533bdb3a2 \
@@ -411,6 +422,10 @@ onnxruntime-tools==1.7.0 \
411422
--hash=sha256:1dff888b5c482ac5bc627f12e108445fefcb3d600c43f63633975316fe617ad8 \
412423
--hash=sha256:6dbdcee49424e066bcd10357c37d51bc422ae26494e3c2f0c1970d534f967f6d
413424
# via -r .github/actions/compile-models/requirements.in
425+
onnxscript==0.6.2 \
426+
--hash=sha256:20e3c3fd1da19b3655549d5455a2df719db47374fe430e01e865ae69127c37b9 \
427+
--hash=sha256:abb2e6f464db40c9b8c7fbb3e64cca04cf3f4495e67c4eda5eac17b784191ce3
428+
# via -r .github/actions/compile-models/requirements.in
414429
packaging==25.0 \
415430
--hash=sha256:29572ef2b1f17581046b3a2227d5c611fb25ec70ca1ba8554b24b0e69331a484 \
416431
--hash=sha256:d443872c98d677bf60f6a1f2f8c1cb748e8fe762d2bf9d3148b5599295b0fc4f
@@ -419,6 +434,7 @@ packaging==25.0 \
419434
# huggingface-hub
420435
# onnxruntime
421436
# onnxruntime-tools
437+
# onnxscript
422438
# transformers
423439
pillow==12.1.1 \
424440
--hash=sha256:02f84dfad02693676692746df05b89cf25597560db2857363a208e393429f5e9 \
@@ -738,6 +754,7 @@ sympy==1.14.0 \
738754
--hash=sha256:d3d3fe8df1e5a0b42f0e7bdf50541697dbe7d23746e894990c030e2b05e72517 \
739755
--hash=sha256:e091cc3e99d2141a0ba2847328f5479b05d94a6635cb96148ccb3f34671bd8f5
740756
# via
757+
# onnx-ir
741758
# onnxruntime
742759
# torch
743760
tokenizers==0.22.1 \
@@ -830,6 +847,8 @@ typing-extensions==4.13.2 \
830847
# via
831848
# huggingface-hub
832849
# onnx
850+
# onnx-ir
851+
# onnxscript
833852
# torch
834853
urllib3==2.6.3 \
835854
--hash=sha256:1b62b6884944a57dbe321509ab94fd4d3b307075e0c2eae991ac71ee15ad38ed \

0 commit comments

Comments
 (0)