Skip to content
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

Add tests for latest transformers release #939

Merged
merged 2 commits into from
Oct 10, 2024
Merged

Add tests for latest transformers release #939

merged 2 commits into from
Oct 10, 2024

Conversation

echarlaix
Copy link
Collaborator

No description provided.

@@ -820,6 +819,10 @@ class OVModelForCausalLMIntegrationTest(unittest.TestCase):
"mistral-nemo",
)

# custom modeling defined in https://huggingface.co/katuni4ka/tiny-random-codegen2 differs from transformers after v4.45 resulting in unadapted patching
if is_transformers_version("<", "4.45.0"):
SUPPORTED_ARCHITECTURES += ("codegen2",)
Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

cc @eaidova to keep the tests we would need to update the model

@echarlaix echarlaix merged commit 7702d35 into main Oct 10, 2024
17 of 20 checks passed
@echarlaix echarlaix deleted the trfs-test branch October 10, 2024 15:13
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant