-
Notifications
You must be signed in to change notification settings - Fork 59
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
allow for specifying for whether text should attend to only the most …
…recent media item, or all previous media items
- Loading branch information
1 parent
44920f4
commit 2f3606a
Showing
3 changed files
with
19 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
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
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 |
---|---|---|
|
@@ -9,6 +9,7 @@ | |
author = 'Phil Wang', | ||
author_email = '[email protected]', | ||
url = 'https://github.com/lucidrains/flamingo-pytorch', | ||
long_description_content_type = 'text/markdown', | ||
keywords = [ | ||
'artificial intelligence', | ||
'deep learning', | ||
|