Skip to content

Commit 68f6171

Browse files
chore(deps): upgrade list of models and DLC images
Upgrade list of models and DLC images. See details in [workflow run]. [Workflow Run]: https://github.com/awslabs/generative-ai-cdk-constructs/actions/runs/20355472499 ------ *Automatically created by projen via the "code-generation" workflow* Signed-off-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 2062c5d commit 68f6171

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -123,6 +123,7 @@ 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+
126127
public static fromDeepLearningContainerImage(
127128
repositoryName: string,
128129
tag: string,

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

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10013,6 +10013,7 @@ 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+
1001610017
public static of(name: string): JumpStartModel {
1001710018
return new JumpStartModel(name);
1001810019
}
@@ -10027,4 +10028,4 @@ export class JumpStartModel {
1002710028

1002810029
return json[this.name];
1002910030
}
10030-
}
10031+
}

0 commit comments

Comments
 (0)