-
Notifications
You must be signed in to change notification settings - Fork 74
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Llama-Vision: Enable tracing, refactor generation code (#15005)
- Refactored Llama-Vision demos - Implemented prefill/decode wrapper in `vision_generator.py` - Use new generator wrapper in all demos - Added `simple_vision_demo.py` for easy testing and e2e perf measurement - Refactored Llama cross attention tests - Added support for batch>1 xattn cache generation - Enable tracing in Llama-Vision
- Loading branch information
1 parent
a8da990
commit 758f8c9
Showing
16 changed files
with
1,662 additions
and
557 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
Oops, something went wrong.