Skip to content

Bump huggingface_hub to support DINOv3 - #13

Merged
danellecline merged 4 commits into
mainfrom
perf/12-bump-huggingface-to-support-dinov3
Jul 16, 2026
Merged

Bump huggingface_hub to support DINOv3#13
danellecline merged 4 commits into
mainfrom
perf/12-bump-huggingface-to-support-dinov3

Conversation

@danellecline

@danellecline danellecline commented Jul 16, 2026

Copy link
Copy Markdown
Member

Summary

  • Bump huggingface_hub so CUDA images can load DINOv3 models (closes Bump huggingface to support DINOv3 #12)
  • Improve embedding batching throughput and skip/report corrupt images during processing
  • Strip the v prefix from release Docker tags for consistent image naming

Test plan

  • Build CUDA image and confirm huggingface_hub resolves to the bumped version
  • Load a DINOv3 model end-to-end through the embedding path
  • Run embedding against a mix of valid and corrupt images; confirm corrupt filenames are reported and processing continues
  • Smoke-test release tag build naming (no leading v)

Made with Cursor

danellecline and others added 4 commits June 2, 2026 14:51
Normalize semantic-release versions before docker push so image tags publish as mbari/vss:0.1.2 instead of mbari/vss:v0.1.2.

Made-with: Cursor
Handle truncated or unreadable images without failing the whole batch, and return failed_filenames in embedding job results.

Co-authored-by: Cursor <cursoragent@cursor.com>
@danellecline danellecline linked an issue Jul 16, 2026 that may be closed by this pull request
@danellecline
danellecline merged commit 52acb24 into main Jul 16, 2026
1 check passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Bump huggingface to support DINOv3

1 participant