Skip to content

Commit

Permalink
Add comment to provide better way to host custom models
Browse files Browse the repository at this point in the history
  • Loading branch information
wkentaro committed Feb 13, 2024
1 parent 003d86e commit 936b299
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions osam/_models/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,8 @@
from ._sam import Sam308m
from ._sam import Sam636m

# TODO: Provide better way to host custom models.
# Currently, the user needs to append the custom model to this list.
MODELS = [
EfficientSam10m,
EfficientSam25m,
Expand Down

0 comments on commit 936b299

Please sign in to comment.