It looks like an instance created by AWS SageMaker (client) is not allowed to download the model. Something specific I need to add in the role I use with AWS Sagemaker?
or there is an issue with a token in
model_info = _api.model_info(repo_id=model_id, revision=revision, token=use_auth_token)
Well, I started it from my own local environment with installed all need packages. (I run a lot of different kind SageMaker related code from my local environment and it worked.)
What I did not try is to run from Sage Maker Studio.