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

BIN
poetry.lock LFS generated

Binary file not shown.

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 = "*"