Training and running YOLO models

Hi,

I noticed in that in the Pipelines Documentation that it says YOLO models are not runnable on the web, is this still true? I see the YOLO configuration files are in the dropdown menu on the web interface, but when I tried to run a training (job ID: 68f24da8b087084834276a0c) it had an error that said the config file wasn’t there:

2025-10-17 14:45:36.051 ERROR darknet_trainer.cxx(307): net config file “/tmp/addons/extracted/configs/pipelines/models/yolo_train.cfg" not found

I would be fine to run a training on desktop instead, but what does it mean that the “resulting model is not runnable with desktop”? Can I export the model and run it on the web instead, or is it not runnable at all? Any advice would be appreciated.

Thanks!