Hello,
I am developing a ROS2-based voice assistant running on a Bosch Rexroth
ctrlX X7 industrial controller (amd64, Intel i7) with a Hailo-8 NPU.
The system runs ctrlX OS and is locked to HailoRT 4.19.0, which I cannot
update due to platform constraints.
I need HEF files for Whisper-base (encoder + decoder) compiled with
Dataflow Compiler 3.28.x, compatible with HailoRT 4.19.0.
I tried downloading pre-compiled HEFs from the Model Zoo S3 bucket
(v2.13.0) but the links return AccessDenied.
I also tried compiling the model myself using DFC 3.28.0, but I am
encountering parsing errors with the Transformer attention layers
(ew_mult expects 2 inputs but found 1).
Could you please:
- Provide pre-compiled HEF files for Whisper-base compatible with
HailoRT 4.19.0 / DFC 3.28.x? - Or point me to the correct S3 bucket path for Model Zoo v2.13.0?
- Or provide guidance on how to correctly export and compile the
Whisper-base encoder ONNX for DFC 3.28.x?
Hardware: Hailo-8 (not 8L), amd64
HailoRT version: 4.19.0
DFC version: 3.28.0
Whisper variant: base
Thank you