Add HoloMotion library integration with ONNX download counting#2109
Conversation
Register holomotion as a Hub library so ONNX artifact requests can contribute to repo-level download counts. Made-with: Cursor
There was a problem hiding this comment.
Cursor Bugbot has reviewed your changes and found 1 potential issue.
❌ Bugbot Autofix is OFF. To automatically fix reported issues with cloud agents, enable autofix in the Cursor dashboard.
Reviewed by Cursor Bugbot for commit 337f865. Configure here.
| repoUrl: "https://github.com/HorizonRobotics/HoloMotion", | ||
| filter: false, | ||
| countDownloads: `path_extension:"onnx"`, | ||
| }, |
There was a problem hiding this comment.
New entry breaks alphabetical ordering of library map
Low Severity
The holomotion entry is inserted between hermes and hezar, but alphabetically "hezar" (he-z) comes before "holomotion" (ho-l) since "he" < "ho". The entry needs to be placed after hezar and before htrflow to maintain the file's alphabetical ordering convention.
Reviewed by Cursor Bugbot for commit 337f865. Configure here.
Wauplin
left a comment
There was a problem hiding this comment.
This PR is correct but requires https://huggingface.co/HorizonRobotics/HoloMotion_v1.2 to be correctly tagged before getting this merged (we need https://huggingface.co/models?other=holomotion to be populated)
Thanks for checking out. |
Yes! As you can see it here, model now correctly shows up: https://huggingface.co/models?other=holomotion I'll merge this PR, expect 2-3 days before getting it live on the Hub 🤗 |


This PR registers
holomotionas a Hub library integration.Why:
Changes:
holomotionentry tomodel-libraries.tsHoloMotionHoloMotionhttps://github.com/HorizonRobotics/HoloMotionfalsepath_extension:"onnx"Related model:
HorizonRobotics/HoloMotion_v1.2The model card for that repo has been updated to include:
This should allow direct ONNX requests to contribute to the model’s public download count.
Made with Cursor
Note
Low Risk
Single additive config entry that only affects library metadata and download-count query matching for models tagged
holomotion.Overview
Registers a new Hub model library integration
holomotioninmodel-libraries.ts, including label/repo metadata pointing toHorizonRobotics/HoloMotion.Configures
countDownloadsfor this library to count ONNX artifact requests via the Elastic querypath_extension:"onnx", so ONNX downloads contribute to model download metrics.Reviewed by Cursor Bugbot for commit ef75621. Bugbot is set up for automated code reviews on this repo. Configure here.