Improve README accuracy and links#29
Conversation
|
👋 Hello @glenn-jocher, thank you for submitting a
For more guidance, please refer to our Contributing Guide. Don't hesitate to leave a comment if you have any questions. Thank you for contributing to Ultralytics! 🚀 |
UltralyticsAssistant
left a comment
There was a problem hiding this comment.
🔍 PR Review
Made with ❤️ by Ultralytics Actions
Good README cleanup overall and the multi-model framing is much clearer. The main gap is that the manual deployment instructions no longer include the documented pre-build download step, and the YOLOE per-model README may now under-document the assets required for that deployment.
💬 Posted 2 inline comments
|
Merged! 🎉 Thanks, @glenn-jocher — this is a great step forward for By expanding the repo from a single YOLO11n deployment into a clear multi-model template, this PR makes Replicate deployments more scalable, easier to understand, and much more useful for the community. The improved docs, explicit model staging, and workflow updates all help turn this into a stronger foundation for future Ultralytics model support. As Henry Ford said, “Coming together is a beginning; keeping together is progress; working together is success.” This update reflects that perfectly: a cleaner, more maintainable deployment structure that helps more users bring Ultralytics models to production with confidence. Really appreciate the thoughtful improvements here. 🚀 |
Summary
Validation
🛠️ PR Summary
Made with ❤️ by Ultralytics Actions
🌟 Summary
🚀 This PR expands the
ultralytics/replicaterepo from a single YOLO11n deployment into a multi-model Replicate deployment setup, with clearer docs, model-specific download steps, and updated workflow guidance.📊 Key Changes
yolo11nyolov8s-worldv2yoloe11sREADME.mdto describe the repo as a general Ultralytics-to-Replicate deployment template rather than a YOLO11n-only project.download.pybeforecog push.maindownload.pyinstead of relying only on runtime auto-download behavior.assets/bus.jpg) and making YOLO11n testing steps more explicit.yolo11ndocumentation to note Python 3.12 instead of 3.11.yoloe11sdocs to clarify pre-build weight staging and CLIP dependency setup for prompt-based inference.🎯 Purpose & Impact
maincan validate and deploy all configured models consistently.