aarch64: onnxruntime (#30095)

base onnxruntime for aarch64
old-commit-hash: bfddcdaf891b76ac0eb1e7aa781ef07f80ceb85f
This commit is contained in:
Kacper Rączy
2023-09-28 22:32:21 -07:00
committed by GitHub
parent 1f4f70eda2
commit fedd4a886d
2 changed files with 3 additions and 2 deletions
Generated
+2 -2
View File
@@ -1,3 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:2804ea51193e8bbea995ab42c6ee2782a0277c87bb7d97350293fbcd7df4ccf5
size 444347
oid sha256:2c58f799c5ca463de41f69bd227238e2c03911501d90e656288fcaba07506da5
size 449347
+1
View File
@@ -88,6 +88,7 @@ json-rpc = "*"
libusb1 = "*"
numpy = "*"
onnx = ">=1.14.0"
onnxruntime = { version = ">=1.15.1", platform = "linux", markers = "platform_machine == 'aarch64'" }
onnxruntime-gpu = { version = ">=1.15.1", platform = "linux", markers = "platform_machine == 'x86_64'" }
pillow = "*"
psutil = "*"