Fix TensorRT inference issue on NVIDIA Jetson (#9482)
This commit is contained in:
parent
959acf67db
commit
2f77b2efbb
2 changed files with 3 additions and 2 deletions
|
|
@ -101,6 +101,7 @@ export = [
|
|||
"openvino>=2024.0.0", # OpenVINO export
|
||||
"tensorflow<=2.13.1; python_version <= '3.11'", # TF bug https://github.com/ultralytics/ultralytics/issues/5161
|
||||
"tensorflowjs>=3.9.0; python_version <= '3.11'", # TF.js export, automatically installs tensorflow
|
||||
"numpy==1.23.5; platform_machine == 'aarch64'", # Fix error: `np.bool` was a deprecated alias for the builtin `bool` when using TensorRT models on NVIDIA Jetson
|
||||
]
|
||||
explorer = [
|
||||
"lancedb", # vector search
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue