FYI, that the pydantic here is v1 and latest version of pydantic does not come with BaseSettings.
to use the BaseSettings use either `!pip install pydantic-settings and then from pydantic_settings import BaseSettings` or use `from pydantic.v1 import BaseSettings`
You smashed it with your first article published in the DML newsletter. This is a great intro to deploying LLMs to SageMaker ๐ฅ
FYI, that the pydantic here is v1 and latest version of pydantic does not come with BaseSettings.
to use the BaseSettings use either `!pip install pydantic-settings and then from pydantic_settings import BaseSettings` or use `from pydantic.v1 import BaseSettings`
Great article Alex V. !
Haven't played that much with AWS - reading this one, will have to :)