agent: download/GPU producer-consumer pipeline + detector fuse fix #173
Reference in New Issue
Block a user
Delete Branch "dev"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Promotes the download-bound GPU-agent rewrite (milestone 122) + the detector fusion fix to main so the agent image (
:latest) builds.What
'Conv' object has no attribute 'bn'crash that silently disabled the yolo11n + comic-panel proposers on every image (ultralytics load-time Conv+BN fusion on a version-mismatched graph): disable that fusion + permanently self-disable a proposer on first inference failure instead of re-throwing per image.2026-07-01.1.Verification
CI green on dev (run 1806: lint incl. ruff
agent/+ agent compileall, backend, frontend, integration). CI has no GPU, so the pipeline itself is validated on the desktop after pull: throughput vs the ~3.85 j/s ceiling, GPU util steadier, buffer neither chronically empty nor full, Stop drains promptly,'Conv'warning gone.🤖 Generated with Claude Code