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

Update transformers library for DeBERTa model tracing fix #741

Open
davidkyle opened this issue Dec 16, 2024 · 1 comment
Open

Update transformers library for DeBERTa model tracing fix #741

davidkyle opened this issue Dec 16, 2024 · 1 comment
Assignees
Labels
enhancement New feature or request topic:NLP Issue or PR about NLP model support and eland_import_hub_model

Comments

@davidkyle
Copy link
Member

#717 added support for the DeBERTa tokenizer but due to huggingface/transformers#20815 DeBERTa models could no be traced to TorchScript format which is required to load the models in Elasticsearch. The scripting problem has now been fixed in huggingface/transformers#22105 and is in the v4.47.0 release.

@davidkyle davidkyle added enhancement New feature or request topic:NLP Issue or PR about NLP model support and eland_import_hub_model labels Dec 16, 2024
@davidkyle
Copy link
Member Author

Transfomers was updated to v4.47 in #752

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request topic:NLP Issue or PR about NLP model support and eland_import_hub_model
Projects
None yet
Development

No branches or pull requests

2 participants