philschmid / terraform-aws-llm-sagemaker

MIT License
14 stars 5 forks source link

From S3 to Sagemaker #2

Open sumanthnallamotu opened 2 weeks ago

sumanthnallamotu commented 2 weeks ago

Hi, thank you for your time.

Let's say I I'd like to download all the model files from a HuggingFace repo, store them in an S3 bucket as a model.tar.gz, and attempt to deploy the sagemaker endpoint using the s3 location of the model files. Do you know of any way to do that via Terraform in such a way that does not access the Huggingface repository?

philschmid commented 2 weeks ago

It could be added. to this module, but i am not having much time at the moment. Feel free to take a look