Hubert Gabryel
Hubert Gabryel
Hi @math-sasso, I’ve created a notebook for training the Flan T5 Small model to keep costs low, as I’m doing this on my personal account for training purposes. Please find...
Hi @lshang0311 I have changed deployment to Jumpstart approach please find below my code: ``` from sagemaker import Session from sagemaker.utils import name_from_base from sagemaker.jumpstart.model import JumpStartModel sagemaker_session = Session()...
Hi @subhamiitk, Could you share what environment you’re using? I ran the setup with the following configuration, and everything worked smoothly: • Platform: JupyterLab • Instance: ml.t3.medium • Image: SageMaker...
Can you show your code? I would like to reproduce it
Hi @dsoldatkin try to change pip install with pydantic like below: `%pip install sagemaker-core huggingface_hub pydantic --upgrade --quiet` later there can be also error with deploying endpoint I sugest to...