Skip to content

Commit c442596

Browse files
authored
Merge pull request #29 from jw3126/up
update to onnxruntime v1.15.1
2 parents 0837f6b + 4bd0514 commit c442596

File tree

2 files changed

+19
-20
lines changed

2 files changed

+19
-20
lines changed

Artifacts.toml

Lines changed: 18 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -1,58 +1,57 @@
11
[[onnxruntime_cpu]]
22
arch = "x86_64"
3-
git-tree-sha1 = "4c4e0f291a44640f99571e2b359e57eb7131d234"
3+
git-tree-sha1 = "ee0b3b47cb5c295d8e2df9b704d472fa827fbb59"
44
lazy = true
55
os = "windows"
66

77
[[onnxruntime_cpu.download]]
8-
sha256 = "6796282bccde209a8d8037fa5b3f6cf0891aebe7163645a066849f08eb6a7304"
9-
url = "https://github.com/jw3126/ONNXRunTimeArtifacts/releases/download/v1.13.1-rc2/onnxruntime-win-x64-1.13.1.tgz"
8+
sha256 = "f132ee57ab970c496f08e344bef60f03d3cf61475c93628feef2a1ac94e88aa1"
9+
url = "https://github.com/jw3126/ONNXRunTimeArtifacts/releases/download/v1.15.1-rc1/onnxruntime-win-x64-1.15.1.tgz"
1010
[[onnxruntime_cpu]]
1111
arch = "x86_64"
12-
git-tree-sha1 = "4e5755ef475a6a01c9b4bc0e9f7e02ed2c3eabc7"
12+
git-tree-sha1 = "fe904e447d592a9cf7aaac236a58a94f91f761d1"
1313
lazy = true
1414
libc = "glibc"
1515
os = "linux"
1616

1717
[[onnxruntime_cpu.download]]
18-
sha256 = "2c7fdcfa8131b52167b1870747758cb24265952eba975318a67cc840c04ca73e"
19-
url = "https://github.com/microsoft/onnxruntime/releases/download/v1.13.1/onnxruntime-linux-x64-1.13.1.tgz"
18+
sha256 = "5492f9065f87538a286fb04c8542e9ff7950abb2ea6f8c24993a940006787d87"
19+
url = "https://github.com/microsoft/onnxruntime/releases/download/v1.15.1/onnxruntime-linux-x64-1.15.1.tgz"
2020
[[onnxruntime_cpu]]
2121
arch = "x86_64"
22-
git-tree-sha1 = "806a66b50f168d1982e7a9b87b54272a9e5f80a6"
22+
git-tree-sha1 = "fcb94c1a37609b80bf69b143bfcd60b0ff1fbef1"
2323
lazy = true
2424
os = "macos"
2525

2626
[[onnxruntime_cpu.download]]
27-
sha256 = "8481c2f22383526e913c19d0710c52b3b684b3a341726e1304f36e95c3020d82"
28-
url = "https://github.com/microsoft/onnxruntime/releases/download/v1.13.1/onnxruntime-osx-universal2-1.13.1.tgz"
29-
27+
sha256 = "ecb7651c216fe6ffaf4c578e135d98341bc5bc944c5dc6b725ef85b0d7747be0"
28+
url = "https://github.com/microsoft/onnxruntime/releases/download/v1.15.1/onnxruntime-osx-universal2-1.15.1.tgz"
3029
[[onnxruntime_cpu]]
3130
arch = "aarch64"
32-
git-tree-sha1 = "806a66b50f168d1982e7a9b87b54272a9e5f80a6"
31+
git-tree-sha1 = "fcb94c1a37609b80bf69b143bfcd60b0ff1fbef1"
3332
lazy = true
3433
os = "macos"
3534

3635
[[onnxruntime_cpu.download]]
37-
sha256 = "8481c2f22383526e913c19d0710c52b3b684b3a341726e1304f36e95c3020d82"
38-
url = "https://github.com/microsoft/onnxruntime/releases/download/v1.13.1/onnxruntime-osx-universal2-1.13.1.tgz"
36+
sha256 = "ecb7651c216fe6ffaf4c578e135d98341bc5bc944c5dc6b725ef85b0d7747be0"
37+
url = "https://github.com/microsoft/onnxruntime/releases/download/v1.15.1/onnxruntime-osx-universal2-1.15.1.tgz"
3938

4039
[[onnxruntime_gpu]]
4140
arch = "x86_64"
42-
git-tree-sha1 = "10044d13ee81343626388975b24ff4c02cb8c61e"
41+
git-tree-sha1 = "68acc458450c6cff16f55c8cedba213f1eeeb678"
4342
lazy = true
4443
os = "windows"
4544

4645
[[onnxruntime_gpu.download]]
47-
sha256 = "9f32b4f46371147231f3d903fa9253ef2be957834bc232d8294c6eb60782249e"
48-
url = "https://github.com/jw3126/ONNXRunTimeArtifacts/releases/download/v1.13.1-rc2/onnxruntime-win-x64-gpu-1.13.1.tgz"
46+
sha256 = "94aea5b7ec2ffeecca8225816116922cab7ce0f4f2a5516c28e241cdbf4c04db"
47+
url = "https://github.com/jw3126/ONNXRunTimeArtifacts/releases/download/v1.15.1-rc1/onnxruntime-win-x64-gpu-1.15.1.tgz"
4948
[[onnxruntime_gpu]]
5049
arch = "x86_64"
51-
git-tree-sha1 = "2e165598f3c27ec48f9c307249e78adc21c3351a"
50+
git-tree-sha1 = "d7e3cdf6598724d24e8f854817c6e71a1f6fe57e"
5251
lazy = true
5352
libc = "glibc"
5453
os = "linux"
5554

5655
[[onnxruntime_gpu.download]]
57-
sha256 = "7725c232c78b9b49037fa7409f3ae255ba81d9a7e1af910c2443b1174171d8b1"
58-
url = "https://github.com/microsoft/onnxruntime/releases/download/v1.13.1/onnxruntime-linux-x64-gpu-1.13.1.tgz"
56+
sha256 = "eab891393025edd5818d1aa26a42860e5739fcc49e3ca3f876110ec8736fe7f1"
57+
url = "https://github.com/microsoft/onnxruntime/releases/download/v1.15.1/onnxruntime-linux-x64-gpu-1.15.1.tgz"

Project.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
name = "ONNXRunTime"
22
uuid = "e034b28e-924e-41b2-b98f-d2bbeb830c6a"
33
authors = ["Jan Weidner <jw3126@gmail.com> and contributors"]
4-
version = "0.3.1"
4+
version = "0.3.2"
55

66
[deps]
77
ArgCheck = "dce04be8-c92d-5529-be00-80e4d2c0e197"

0 commit comments

Comments
 (0)