How to convert custom yolov7_tiny model into hef

ok, so I managed to compile a .hef file from my onnx model using the solution from this thread (Convert Yolo Pytorch model to HEF for Raspberry Pi 5 with Hailo8L - #4 by Omer), but now when I try to run it on my sbc with hailo8 installed, it gives me an “invalid hef file” error. I’m assuming that’s because of hailort and dfc incompatability, since I’m using dfc version 3.28, while hailort version is 1.17.0. So I wanted to check with you which dfc version is compatible with hailort 1.17.0?