-
Notifications
You must be signed in to change notification settings - Fork 77
Added fp16/bf16 based export and compile support for VLMs #819
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merged
Merged
Changes from all commits
Commits
Show all changes
54 commits
Select commit
Hold shift + click to select a range
f76e043
Added fp16/bf16 based export and compile for InternVL Model
asmigosw edef200
Ruff format
asmigosw 853d999
Added bf16/fp16/fp32 support for mistral3
asmigosw ebda0e8
Added changes for Llama4
asmigosw 28d6499
Ruff check
asmigosw aa659cb
Added custom dtype support for Molmo
asmigosw 848577e
Added custom dtype support for llava_next
asmigosw 8da9eac
Ruff format
asmigosw 41addfa
Added custom_dtype support for Qwen2_5_vl
asmigosw c274445
Added custom_dtype support for mllama
asmigosw fd9a5a7
Ruff format
asmigosw 2ad6706
Added custom_dtype support for Gemma3
asmigosw 0326bd0
BF16 changes to be used
quic-dhirajku 5c15fa0
Added modifications and changes to enable fp16/bf16 based compilation…
quic-dhirajku 64fa655
Added custom dtype support for llava
asmigosw 4f81aa8
Ruff format
asmigosw 97b515a
Updated logits to dtype float32
asmigosw 43b351c
Updatd the test file
asmigosw e938886
Added custom_dtype support for wav2vec2
asmigosw 6764007
Updated SoftMax calculation precision for all modeling files.
quic-dhirajku 9cdcb08
Comments Addressed
asmigosw 60a088f
Addressed Comments
asmigosw 8d21947
Updated custom fp16 models for causalLM
asmigosw ae00b72
Updated needed_dtype to handle edge cases
asmigosw aaf8dcc
Made changes for CI tests.
quic-dhirajku fc9e39b
Removed grok config from CI models list
quic-dhirajku d376e7b
Fixed grok1 model CI issue, added the custom config back
quic-dhirajku 2b19a39
Added default dtype for string and None case
asmigosw 541f9df
Updating QAIC LLM Test Time
asmigosw babf230
Replaced some model configs for quicker CI tests for LLMs
quic-dhirajku 61422cb
CI failures addressed
asmigosw 2915e49
removing comments
asmigosw 8680d1a
Added check to not pass Custom_IO yaml when model weight and pkv are …
quic-dhirajku a9494aa
Added additional check to default bf16 model dtype and pkv cache dtyp…
quic-dhirajku fc45acd
Undo unit test for HL API Tests.
quic-dhirajku cb88f6c
Merge branch 'main' into custom_dtype
asmigosw 2186375
Added logger warning for bf16
asmigosw 8284da6
Merge branch 'main' into custom_dtype
asmigosw f68881c
Merge branch 'main' into custom_dtype
asmigosw a534872
Skipping sampler tests
asmigosw 69cdd88
Merge branch 'main' into custom_dtype
asmigosw 677fb64
Merge branch 'main' into custom_dtype
asmigosw 52feedc
Added aic-hw-version args
asmigosw f22fd7d
Updated parsed args
asmigosw 6429f8e
Merge branch 'main' into custom_dtype
asmigosw 44809ea
Merge branch 'main' into custom_dtype
asmigosw 7f10015
Merge branch 'main' into custom_dtype
asmigosw 7f53e42
Updated Gemma3 for TF v4.57
asmigosw d73766b
Ruff format
asmigosw f92dd12
Removed Comments
asmigosw da0cb15
Comments Addressed
asmigosw 838f0e7
ruff check fix
asmigosw b2532ba
Merge branch 'main' into custom_dtype
asmigosw d2d4127
Merge branch 'main' into custom_dtype
asmigosw File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or 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 hidden or 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 hidden or 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 hidden or 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 hidden or 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 hidden or 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 hidden or 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 hidden or 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 hidden or 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 hidden or 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.
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
nit: does this take care of embedding and ASR models too?