Open hemandee opened 3 months ago
Hi @hemandee, AutoGluon
package that is consumed by SMD images currently only supports transformers
up to 4.40.x version, so you will get the error messages when upgrading transformers
to higher versions. If you only need to use transformers
without autogluon
, I'd suggest you to run micromamba install transformers==4.43.3
to install transformers. This way, micromamba
will resolve the dependency group for you and remove AutoGluon
to avoid dependency conflict. If you need to use autogluon
with transformers>=4.41
, please open a feature request in https://github.com/autogluon/autogluon asking the package owners to add the support.
Please let me know if you have further questions, thanks!
🚀 The feature, motivation and pitch
Looking for the transformers library to be upgraded to support LLAMA-3.1 models in sagemaker environments.
https://github.com/huggingface/transformers/releases/tag/v4.43.0 Currently if I manually upgrade I get the following warnings but installation completes:
Use case description
No response
Alternatives
No response
Additional context
No response