How to use AMD HX370's NPU to run yolo11 ? #19932
Replies: 4 comments 6 replies
-
|
👋 Hello @Lennox7746, thank you for your interest in Ultralytics and YOLO11 🚀! We recommend checking out the Docs for detailed guidance on using YOLO11, including examples for Python and CLI. These resources might help clarify some of your questions. If this is a hardware compatibility ❓ question, please ensure that your system meets all requirements mentioned in the Installation Guide and verify that the necessary drivers and frameworks for your AMD NPU are installed and working correctly. For specific hardware integrations like the AMD HX370 NPU, you may need to check if AMD provides compatible frameworks or libraries (e.g., ROCm or other tools) that support PyTorch or YOLO models. If you are encountering any issues, providing detailed logs or error messages can help us assist you better. Join the Ultralytics CommunityEngage with the Ultralytics community for additional support and insights. You can:
Upgrade InstructionsTo ensure you're using the latest features and fixes, upgrade the pip install -U ultralyticsVerified EnvironmentsYOLO11 can be run in various verified environments. If you'd like to test it in a pre-configured setup, try one of the following:
StatusIf the CI badge is green, all Ultralytics CI tests are passing, ensuring compatibility across all YOLO Modes and Tasks on supported platforms. This is an automated response, but an Ultralytics engineer will review your question and provide further assistance soon. Let us know if you have additional details or logs to share! 😊 |
Beta Was this translation helpful? Give feedback.
-
|
Thanks for your interest in deploying YOLO11 on AMD hardware! While we don't currently have direct NPU integration for AMD platforms, you can explore converting YOLO11 to ONNX format (see our ONNX Export guide) and using AMD's Ryzen AI software stack for NPU optimization. For implementation specifics, we recommend consulting AMD's developer resources or community forums, as NPU utilization often requires platform-specific toolchains. Let us know if you have other questions about YOLO11 capabilities! |
Beta Was this translation helpful? Give feedback.
-
|
Is there an update here? It would be very interesting to know whether the NPU in the new AMD chips can be used to accelerate YOLO. Update: do not have a corresponding AMD chip yet. But looks promising UPDATE2: |
Beta Was this translation helpful? Give feedback.
-
|
You need to install this first https://ryzenai.docs.amd.com/en/latest/inst.html And then export your model to ONNX: And then run inference with the ONNX model but add this code: |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
I have a laptop equipped with the HX370 chip, and AMD says it has 50 TOPs of NPU computing power. I want to use this NPU to run the YOLO11 model for real-time inference. What should I do? I couldn't find any relevant information online.
Beta Was this translation helpful? Give feedback.
All reactions