THU-MIG / yolov10

YOLOv10: Real-Time End-to-End Object Detection [NeurIPS 2024]
https://arxiv.org/abs/2405.14458
GNU Affero General Public License v3.0
9.89k stars 976 forks source link

onnxruntime-gpu install error #86

Closed Arnav-Aggarwal13 closed 5 months ago

Arnav-Aggarwal13 commented 5 months ago

Hi,

I have a mac with the M1 chip. When trying to download the packages for yolov10 I got this error.

ERROR: Could not find a version that satisfies the requirement onnxruntime-gpu==1.18.0 (from versions: none) ERROR: No matching distribution found for onnxruntime-gpu==1.18.0

It seems like the m1 chip doesn't support onnxruntime-gpu. Is there a workaround to this for Macs with the m1 chip?

jameslahm commented 5 months ago

Thanks for your interest! Could you please try to remove onnxruntime-gpu==1.18.0 in the requirements.txt? This dependency is not necessary.

jameslahm commented 5 months ago

Please feel free to reopen this issue if you have further questions.