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
1 changed files with 1 additions and 0 deletions
|
|
@ -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…
Add table
Add a link
Reference in a new issue