Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions .dockerignore
Original file line number Diff line number Diff line change
Expand Up @@ -7,3 +7,6 @@
!requirements/
requirements/*
!requirements/base.txt

# Trivial comment-only change: live-fire test payload for the direct_families
# retention fix (#1277), combined with a families/sam3 change in the same PR.
3 changes: 3 additions & 0 deletions families/sam3/support.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,9 @@

"""Family-owned model and task support for sam3."""

# Trivial comment-only change: live-fire test payload for the direct_families
# retention fix (#1277), combined with a shared .dockerignore change.

from tensorrt_model_connect.model_support import family_support


Expand Down
Loading