You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fix(deps): drop torch upper bound to avoid host downgrade
The hard torch<2.8 cap forced uv to downgrade the host environment's torch on install (e.g. ComfyUI 2.12 -> 2.7.1), leaving torchvision/torchaudio compiled against the original torch and breaking their ABI (operator torchvision::nms does not exist). torch is supplied by the host; inference does not require the cap. coremltools 9 conversion remains validated against torch 2.7.x.