Skip to content

Commit e51116e

Browse files
chore: self mutation
Signed-off-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 7fba9af commit e51116e

File tree

2 files changed

+1
-3
lines changed

2 files changed

+1
-3
lines changed

src/patterns/gen-ai/aws-model-deployment-sagemaker/deep-learning-container-image.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -123,7 +123,6 @@ export class DeepLearningContainerImage extends ContainerImage {
123123
public static readonly HUGGINGFACE_TENSORFLOW_INFERENCE_2_6_3_TRANSFORMERS4_17_0_CPU_PY38_UBUNTU20_04 = this.fromDeepLearningContainerImage('huggingface-tensorflow-inference', '2.6.3-transformers4.17.0-cpu-py38-ubuntu20.04');
124124
public static readonly HUGGINGFACE_TENSORFLOW_INFERENCE_2_6_3_TRANSFORMERS4_17_0_GPU_PY38_CU112_UBUNTU20_04 = this.fromDeepLearningContainerImage('huggingface-tensorflow-inference', '2.6.3-transformers4.17.0-gpu-py38-cu112-ubuntu20.04');
125125

126-
127126
public static fromDeepLearningContainerImage(
128127
repositoryName: string,
129128
tag: string,

src/patterns/gen-ai/aws-model-deployment-sagemaker/jumpstart-model.ts

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10013,7 +10013,6 @@ export class JumpStartModel {
1001310013
public static readonly MODEL_UPSCALING_STABILITYAI_STABLE_DIFFUSION_X4_UPSCALER_FP16_1_1_0 = this.of('MODEL_UPSCALING_STABILITYAI_STABLE_DIFFUSION_X4_UPSCALER_FP16_1_1_0');
1001410014
public static readonly MODEL_UPSCALING_STABILITYAI_STABLE_DIFFUSION_X4_UPSCALER_FP16_1_0_0 = this.of('MODEL_UPSCALING_STABILITYAI_STABLE_DIFFUSION_X4_UPSCALER_FP16_1_0_0');
1001510015

10016-
1001710016
public static of(name: string): JumpStartModel {
1001810017
return new JumpStartModel(name);
1001910018
}
@@ -10028,4 +10027,4 @@ export class JumpStartModel {
1002810027

1002910028
return json[this.name];
1003010029
}
10031-
}
10030+
}

0 commit comments

Comments
 (0)