Valentin Rusev
Valentin Rusev
@jl-velasco why not open a PR?
Hi @younesbelkada and @RonLek ! I have the same issue deploying `google/flan-t5-xxl` on SageMaker. I've tried to update to `transformers==4.26.0` by providing `code/requirements.txt` through `s3://sagemaker-eu-north-1-***/model.tar.gz`: ```python # Hub Model configuration....
@younesbelkada if I change it, I'm unable to deploy at all: ``` raise ValueError( ValueError: Unsupported huggingface version: 4.26.0. You may need to upgrade your SDK version (pip install -U...
@philschmid yes, here it goes: ``` ➜ model tree . . └── code └── requirements.txt 1 directory, 1 file ``` ``` ➜ model cat code/requirements.txt transformers==4.26.0% ```