Update README with token match rate on text backbone#51
Open
sdeeptan-aws wants to merge 1 commit intoaws-neuron:mainfrom
Open
Update README with token match rate on text backbone#51sdeeptan-aws wants to merge 1 commit intoaws-neuron:mainfrom
sdeeptan-aws wants to merge 1 commit intoaws-neuron:mainfrom
Conversation
aws-yishanm
reviewed
Feb 20, 2026
aws-yishanm
left a comment
There was a problem hiding this comment.
Approved because Readme and test were present.
aws-yishanm
approved these changes
Feb 20, 2026
aws-yishanm
left a comment
There was a problem hiding this comment.
Approved because Readme and test were present.
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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
Description
Updated Ovis2.5-9B contrib model README with 100% token match accuracy on text backbone. Ovis2.5 is a vision-language model —
AutoModelForCausalLMdoes not work for multimodal models, so the specific text backbone class must be used to load the HF reference for token matching. With the correct text backbone extraction, the model achieves 100% token match. Vision/image modalities are implemented but validated text-only.Model Information
Model Name: Ovis2.5-9B
Model Architecture: Multimodal vision-language model (decoder-only transformer text backbone)
Purpose: Vision-language understanding and text generation
Checklist
Required Components
test/integration/test_model.py)src/)Optional Components
Folder Structure
Testing
Model was compiled and tested with TP=2, batch_size=1, seq_len=128, bfloat16. Text backbone validated only — vision modalities not yet verified.
AutoModelForCausalLMfails for VLMs — must use the specific text backbone class to load HF referenceTest Results:
Compatibility
Tested with:
Additional Information
AutoModelForVision2Seqor similar, notAutoModelForCausalLM. Use the specific text backbone class for HF reference loading.Related Issues
N/A
vLLM Integration
By submitting this PR, I confirm that: