-
Notifications
You must be signed in to change notification settings - Fork 10
/
Artifacts.toml
57 lines (50 loc) · 2.09 KB
/
Artifacts.toml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
[[onnxruntime_cpu]]
arch = "x86_64"
git-tree-sha1 = "03ca4920f8c66efacaa58cdb30ee6da83b7a40e0"
lazy = true
os = "windows"
[[onnxruntime_cpu.download]]
sha256 = "0dbe0bb59e2c000d9b331d1dfd2a61a7af2cfea1d5391d369fcd8d3ea504b3b8"
url = "https://github.com/jw3126/ONNXRunTimeArtifacts/releases/download/v1.20.1-rc1/onnxruntime-win-x64-1.20.1.tgz"
[[onnxruntime_cpu]]
arch = "x86_64"
git-tree-sha1 = "7a5a70a99ed5931ff451b6e70a29944cd3d4b54d"
lazy = true
libc = "glibc"
os = "linux"
[[onnxruntime_cpu.download]]
sha256 = "67db4dc1561f1e3fd42e619575c82c601ef89849afc7ea85a003abbac1a1a105"
url = "https://github.com/microsoft/onnxruntime/releases/download/v1.20.1/onnxruntime-linux-x64-1.20.1.tgz"
[[onnxruntime_cpu]]
arch = "x86_64"
git-tree-sha1 = "4652621efdd6d8c61987734403a7e7e1fff19079"
lazy = true
os = "macos"
[[onnxruntime_cpu.download]]
sha256 = "da4349e01a7e997f5034563183c7183d069caadc1d95f499b560961787813efd"
url = "https://github.com/microsoft/onnxruntime/releases/download/v1.20.1/onnxruntime-osx-universal2-1.20.1.tgz"
[[onnxruntime_cpu]]
arch = "aarch64"
git-tree-sha1 = "9f203a6745ce1e17f0afb8528688b95d1791d851"
lazy = true
os = "macos"
[[onnxruntime_cpu.download]]
sha256 = "b678fc3c2354c771fea4fba420edeccfba205140088334df801e7fc40e83a57a"
url = "https://github.com/microsoft/onnxruntime/releases/download/v1.20.1/onnxruntime-osx-arm64-1.20.1.tgz"
[[onnxruntime_gpu]]
arch = "x86_64"
git-tree-sha1 = "9740e9c731f3aeaa8ea93e25a787e91cf8f64bd7"
lazy = true
os = "windows"
[[onnxruntime_gpu.download]]
sha256 = "622828adb36268ce58d69eade91827d92354388f6e6a3be777fffe54acab84a2"
url = "https://github.com/jw3126/ONNXRunTimeArtifacts/releases/download/v1.20.1-rc1/onnxruntime-win-x64-gpu-1.20.1.tgz"
[[onnxruntime_gpu]]
arch = "x86_64"
git-tree-sha1 = "478f998b8d737218ef0cc06d26e91288d1e72f3b"
lazy = true
libc = "glibc"
os = "linux"
[[onnxruntime_gpu.download]]
sha256 = "6bfb87c6ebe55367a94509b8ef062239e188dccf8d5caac8d6909b2344893bf0"
url = "https://github.com/microsoft/onnxruntime/releases/download/v1.20.1/onnxruntime-linux-x64-gpu-1.20.1.tgz"