We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Describe the feature you'd like Add support for Transformers >=4.48.0 (which includes ModernBERT) to be used with the HuggingFaceModel class: https://github.com/huggingface/transformers/releases/tag/v4.48.0
HuggingFaceModel
How would this feature be used? Please describe. To be used with the HuggingFaceModel class
Describe alternatives you've considered Alternatively, newer transformers versions can be used with the regular PyTorch estimator.
transformers
The text was updated successfully, but these errors were encountered:
Hi @cgpeltier , we recently released support for 4.46.1 - https://github.com/aws/sagemaker-python-sdk/blob/master/src/sagemaker/image_uri_config/huggingface.json#L17
Not sure if this would help unblock you, but alternatively, you can keep an eye on releases of the Deep Learning Containers - https://github.com/aws/deep-learning-containers/blob/master/available_images.md
And directly use the image uris
Sorry, something went wrong.
rsareddy0329
No branches or pull requests
Describe the feature you'd like
Add support for Transformers >=4.48.0 (which includes ModernBERT) to be used with the
HuggingFaceModel
class: https://github.com/huggingface/transformers/releases/tag/v4.48.0How would this feature be used? Please describe.
To be used with the
HuggingFaceModel
classDescribe alternatives you've considered
Alternatively, newer
transformers
versions can be used with the regular PyTorch estimator.The text was updated successfully, but these errors were encountered: