Fix typo in docstring for Sam3TrackerConfig#43368
Fix typo in docstring for Sam3TrackerConfig#43368Rocketknight1 merged 3 commits intohuggingface:mainfrom
Sam3TrackerConfig#43368Conversation
|
The docs for this PR live here. All of your documentation changes will be reflected on that endpoint. The docs are available until 30 days after the last update. |
Rocketknight1
left a comment
There was a problem hiding this comment.
Yep, thank you for the fix!
|
@alvarobartt can you make the update in the |
Hey @Rocketknight1, so apparently the typo is not in the modular file, but rather also on the |
|
[For maintainers] Suggested jobs to run (before merge) run-slow: edgetam, sam2, sam3_tracker |
|
Wow, yes, this was a capitalization issue that propagated across two totally different class names via modular updates. I've never seen that before, but good job figuring it out! |
* Fix typo in docstring for `Sam3TrackerConfig` * Fix `Sam2Config` typo in `configuration_sam2.py` * Run `make fix-repo`
* Fix typo in docstring for `Sam3TrackerConfig` * Fix `Sam2Config` typo in `configuration_sam2.py` * Run `make fix-repo`
What does this PR do?
This PR fixes a typo in
Sam3Trackerdocstring inSam3Trackerconfig, which is fixed asSam3TrackerConfig(casing in the "c").Before submitting
Who can review?
Anyone in the community is free to review the PR once the tests have passed. Feel free to tag
members/contributors who may be interested in your PR.
@yonigozlan