-
Notifications
You must be signed in to change notification settings - Fork 293
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* fix padding side when generating * clean up language stream forward pass (less for looping) * expose BLIP model * fixes for forward pass without images * restore for looping
- Loading branch information
1 parent
5ad05c4
commit 939d460
Showing
2 changed files
with
17 additions
and
6 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,4 @@ | ||
from .src.flamingo import Flamingo | ||
from .src.kosmos import Kosmos | ||
from .src.blip import BLIP | ||
from .src.factory import create_model_and_transforms, SUPPORTED_MODEL_FAMILIES |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters