File tree Expand file tree Collapse file tree 5 files changed +23
-20
lines changed
modules/aws-sagemaker-serverless-hf-pytorch-inference-model-deployment Expand file tree Collapse file tree 5 files changed +23
-20
lines changed Original file line number Diff line number Diff line change 1
1
{
2
- "folders" : [
3
- {
4
- "name" : " 🔰 Root" ,
5
- "path" : " ."
6
- },
7
- {
8
- "name" : " 🚀 Continuous Deployment" ,
9
- "path" : " .github/workflows"
10
- },
11
- {
12
- "name" : " 🏠 Infrastructure" ,
13
- "path" : " terraform"
14
- },
15
- {
16
- "name" : " ⭐️ Model testing" ,
17
- "path" : " test_model"
18
- }
19
- ],
20
- }
2
+ "folders" : [
3
+ {
4
+ "name" : " 🔰 Root" ,
5
+ "path" : " ."
6
+ },
7
+ {
8
+ "name" : " 🚀 Continuous Deployment" ,
9
+ "path" : " .github/workflows"
10
+ },
11
+ {
12
+ "name" : " 🏠 Infrastructure" ,
13
+ "path" : " terraform"
14
+ },
15
+ {
16
+ "name" : " ⭐️ Model testing" ,
17
+ "path" : " test_model"
18
+ }
19
+ ],
20
+ "settings" : {
21
+ "window.title" : " ${dirty} 📦 aws-sagemaker-hf-model-deployment" ,
22
+ }
23
+ }
Original file line number Diff line number Diff line change 3
3
}
4
4
5
5
module "model" {
6
- source = " ./modules/aws-sagemaker-hf-pytorch-inference-model-deployment"
6
+ source = " ./modules/aws-sagemaker-serverless- hf-pytorch-inference-model-deployment"
7
7
model_name = " ${ local . env } -multilingual-sentiment-analysis"
8
8
endpoint_variant_name = " variant-1"
9
9
python_version = " py310"
File renamed without changes.
File renamed without changes.
File renamed without changes.
You can’t perform that action at this time.
0 commit comments