An error occurs when onnx is converted to hef file

In the process of converting onnx to hef,when I perform:hailomz optimize --hw-arch hailo8l --har ./yolov8n.har yolov8n,I encountered an error:raise FileNotFoundError(“no alls found for requested hw_arch”)
FileNotFoundError: no alls found for requested hw_arch.I’ve tried everything I know and I still can’t fix it

Hey @2023329600128

Welcome to the Hailo Community!

It appears that you’re encountering an issue related to a missing ALLS (Architecture-Level Layer Specification) file. To resolve this, please follow these steps:

  1. Download the required ALLS file: You can find the file at the following GitHub link: hailo_model_zoo/hailo_model_zoo/cfg/alls/generic/yolov8n.alls at a60b3c813ee5aad047f254c7092751ddeafcb302 · hailo-ai/hailo_model_zoo · GitHub
  2. Usage options: a) Direct reference: Point to this file directly in your command. b) Custom file: Alternatively, you can create your own ALLS file based on the provided example.

If you need any further assistance or have questions about implementing either option, please don’t hesitate to ask.

I don’t know how to point to the file directly in the command, I reported an error with the following command:hailomz optimize --hw-arch hailo8l --har ./yolov8n.har --alls /home/zbt/Hailo/hailo_model_zoo/hailo_model_zoo/cfg/alls/generic/yolov8n.alls yolov8n,can you give me more accurate help?
At the same time, I am very strange, why can’t I find alls file under my path?My alls file is clearly stored in the path /home/zbt/hailo/hailo_model_zoo /hailo_model_zoo/cfg/alls/generic