mirror of
https://github.com/firestar5683/StarPilot.git
synced 2026-08-21 00:03:45 +08:00
aarch64: onnxruntime (#30095)
base onnxruntime for aarch64 old-commit-hash: bfddcdaf891b76ac0eb1e7aa781ef07f80ceb85f
This commit is contained in:
Generated
+2
-2
@@ -1,3 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:2804ea51193e8bbea995ab42c6ee2782a0277c87bb7d97350293fbcd7df4ccf5
|
||||
size 444347
|
||||
oid sha256:2c58f799c5ca463de41f69bd227238e2c03911501d90e656288fcaba07506da5
|
||||
size 449347
|
||||
|
||||
@@ -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 = "*"
|
||||
|
||||
Reference in New Issue
Block a user