Closed BalazsFeherUK closed 2 years ago
cc @philschmid
Hello @BalazsFeherUK,
It seems that T5-FLAN
/ T5LayerFF
is not yet supported in transformers==4.17.0
. You would need to update the transformers version to be able to use the model. You can check the forum on how you would do this: https://discuss.huggingface.co/t/deploying-open-ais-whisper-on-sagemaker/24761/9
System Info
transformers_version='4.17.0', pytorch_version='1.10.2', py_version='py38',
Who can help?
@ArthurZucker
Information
Tasks
examples
folder (such as GLUE/SQuAD, ...)Reproduction
Using the deployment script for Amazon Sagemaker as described on the FLAN-T5 model cards (e.g. google/flan-t5-small):
I receive the following error:
Expected behavior
Model shall work when deployed on Sagemaker Studio.