- 
                Notifications
    You must be signed in to change notification settings 
- Fork 150
[OpenVINO][Draft]support Hunyuan LLM #1429
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
base: main
Are you sure you want to change the base?
Changes from 11 commits
800aae9
              73193b2
              150db50
              f051f08
              2c01397
              a7afdae
              116b098
              c4f7cc3
              4127d04
              159574d
              c50b7a9
              4a34ab5
              File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
| There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. tests for modelling to test  There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. 
 its already covered in test_compare_to_transformers i think | 
| Original file line number | Diff line number | Diff line change | 
|---|---|---|
|  | @@ -135,6 +135,9 @@ class OVModelForCausalLMIntegrationTest(unittest.TestCase): | |
|  | ||
| if is_transformers_version(">=", "4.55.0"): | ||
| SUPPORTED_ARCHITECTURES += ("gpt_oss", "gpt_oss_mxfp4") | ||
|  | ||
| if is_transformers_version(">=", "4.56.0"): | ||
| SUPPORTED_ARCHITECTURES += ("hunyuan_v1_dense",) | ||
|  | ||
| GENERATION_LENGTH = 100 | ||
| REMOTE_CODE_MODELS = ( | ||
|  | @@ -224,6 +227,11 @@ class OVModelForCausalLMIntegrationTest(unittest.TestCase): | |
| "mamba": 0, | ||
| "falcon-mamba": 0, | ||
| "arcee": 2, | ||
| <<<<<<< HEAD | ||
| "ernie4_5": 2, | ||
| "hunyuan_v1_dense": 2, | ||
| ======= | ||
| >>>>>>> upstream/main | ||
|          | ||
| } | ||
|  | ||
| # TODO: remove gptq/awq from here | ||
|  | ||
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.
not sure that we need
dev0suffixThere 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.
since optimum-intel does not support Transformers 4.56, this PR can only work with the commit for Transformers 4.55.
git+https://github.com/huggingface/transformers@4970b23cedaf745f963779b4eae68da281e8c6ca