File tree Expand file tree Collapse file tree 1 file changed +12
-11
lines changed Expand file tree Collapse file tree 1 file changed +12
-11
lines changed Original file line number Diff line number Diff line change @@ -3,15 +3,16 @@ locals {
3
3
}
4
4
5
5
module "model" {
6
- source = " ./modules/aws-sagemaker-hf-pytorch-inference-model-deployment"
7
- model_name = " ${ local . env } -multilingual-sentiment-analysis"
8
- python_version = " py310"
9
- ubuntu_version = " 22.04"
10
- transformers_version = " 4.37.0"
11
- pytorch_version = " 2.1.0"
12
- model_bucket_name = " sagemaker-us-east-1-639269844451"
13
- model_bucket_key = " ${ local . env } /tabularisai/multilingual-sentiment-analysis/model.tar.gz"
14
- instance_type = " ml.m5.large"
15
- memory_size_in_mb = 2048
16
- max_concurrency = 1
6
+ source = " ./modules/aws-sagemaker-hf-pytorch-inference-model-deployment"
7
+ model_name = " ${ local . env } -multilingual-sentiment-analysis"
8
+ endpoint_variant_name = " variant-1"
9
+ python_version = " py310"
10
+ ubuntu_version = " 22.04"
11
+ transformers_version = " 4.37.0"
12
+ pytorch_version = " 2.1.0"
13
+ model_bucket_name = " sagemaker-us-east-1-639269844451"
14
+ model_bucket_key = " ${ local . env } /tabularisai/multilingual-sentiment-analysis/model.tar.gz"
15
+ instance_type = " ml.m5.large"
16
+ memory_size_in_mb = 2048
17
+ max_concurrency = 1
17
18
}
You can’t perform that action at this time.
0 commit comments