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?
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?