mirror of
https://github.com/THU-MIG/yolov10.git
synced 2025-05-23 05:24:22 +08:00
Fix an issue with flatbuffer version for Raspberry Pi (#8311)
Co-authored-by: UltralyticsAssistant <web@ultralytics.com> Co-authored-by: Glenn Jocher <glenn.jocher@ultralytics.com>
This commit is contained in:
parent
7f0d5ef9d7
commit
9e24743861
@ -722,6 +722,7 @@ class Exporter:
|
||||
"onnxsim>=0.4.33",
|
||||
"onnx_graphsurgeon>=0.3.26",
|
||||
"tflite_support",
|
||||
"flatbuffers>=23.5.26", # update old 'flatbuffers' included inside tensorflow package
|
||||
"onnxruntime-gpu" if cuda else "onnxruntime",
|
||||
),
|
||||
cmds="--extra-index-url https://pypi.ngc.nvidia.com",
|
||||
|
Loading…
x
Reference in New Issue
Block a user