-
Notifications
You must be signed in to change notification settings - Fork 38
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* add vlm eval kit * remove sys path * [wip] use funcation call as default * add swift example * add eval local model * add log, update config * update summarizer * update summarizer * add CustomAPIModel support * add install options * rename config * add unittest for vlmeval * update README.md and configs * update README.md, add more log
- Loading branch information
Showing
15 changed files
with
669 additions
and
64 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,4 +1,8 @@ | ||
# Byte-compiled / optimized / DLL files | ||
output/ | ||
test*.sh | ||
test.ipynb | ||
*.ttf | ||
__pycache__/ | ||
*.py[cod] | ||
*$py.class | ||
|
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
Oops, something went wrong.