mirror of
https://github.com/sunnypilot/sunnypilot.git
synced 2026-06-25 01:12:04 +08:00
Update onnx to 1.14 (#28610)
* Update onnx to 1.14 and onnxruntime-gpu to 1.15.1
* Update lock
old-commit-hash: a4bba84f8c
This commit is contained in:
Generated
+2
-2
@@ -1,3 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:d03106b0630a05a130b672f1bd69b330c89cee9ee01b3335b5437b20085caabf
|
||||
size 640163
|
||||
oid sha256:fab73ac1cd3005510b2976fc38185e8b43adc52373716ea011aa872eaeacea58
|
||||
size 641319
|
||||
|
||||
+3
-3
@@ -28,11 +28,11 @@ json-rpc = "^1.13.0"
|
||||
libusb1 = "^3.0.0"
|
||||
nose = "^1.3.7"
|
||||
numpy = "^1.23.0"
|
||||
onnx = "^1.12.0"
|
||||
onnxruntime-gpu = { version = "^1.11.1", platform = "linux", markers = "platform_machine == 'x86_64'" }
|
||||
onnx = "^1.14.0"
|
||||
onnxruntime-gpu = { version = "^1.15.1", platform = "linux", markers = "platform_machine == 'x86_64'" }
|
||||
pillow = "^9.2.0"
|
||||
poetry = "==1.2.2"
|
||||
protobuf = "==3.20.1"
|
||||
protobuf = "==3.20.3"
|
||||
psutil = "^5.9.1"
|
||||
pycapnp = "==1.1.0"
|
||||
pycryptodome = "^3.15.0"
|
||||
|
||||
Reference in New Issue
Block a user