Skip to content

Commit 17d7cc1

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

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
@@ -10011,7 +10011,6 @@ export class JumpStartModel {
1001110011
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');
1001210012
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');
1001310013

10014-
1001510014
public static of(name: string): JumpStartModel {
1001610015
return new JumpStartModel(name);
1001710016
}
@@ -10026,4 +10025,4 @@ export class JumpStartModel {
1002610025

1002710026
return json[this.name];
1002810027
}
10029-
}
10028+
}

0 commit comments

Comments
 (0)