Skip to content

Commit

Permalink
chore(deps): upgrade list of models and DLC images (#856)
Browse files Browse the repository at this point in the history
  • Loading branch information
emerging-tech-cdk-constructs-bot authored Dec 24, 2024
1 parent e1f64ba commit b4c6740
Show file tree
Hide file tree
Showing 5 changed files with 50 additions and 1 deletion.
12 changes: 12 additions & 0 deletions apidocs/classes/DeepLearningContainerImage.md
Original file line number Diff line number Diff line change
Expand Up @@ -312,6 +312,18 @@ https://github.com/aws/deep-learning-containers/blob/master/available_images.md
***

### HUGGINGFACE\_PYTORCH\_INFERENCE\_2\_3\_0\_TRANSFORMERS4\_46\_1\_CPU\_PY311\_UBUNTU22\_04

> `readonly` `static` **HUGGINGFACE\_PYTORCH\_INFERENCE\_2\_3\_0\_TRANSFORMERS4\_46\_1\_CPU\_PY311\_UBUNTU22\_04**: [`ContainerImage`](ContainerImage.md)
***

### HUGGINGFACE\_PYTORCH\_INFERENCE\_2\_3\_0\_TRANSFORMERS4\_46\_1\_GPU\_PY311\_CU121\_UBUNTU20\_04

> `readonly` `static` **HUGGINGFACE\_PYTORCH\_INFERENCE\_2\_3\_0\_TRANSFORMERS4\_46\_1\_GPU\_PY311\_CU121\_UBUNTU20\_04**: [`ContainerImage`](ContainerImage.md)
***

### HUGGINGFACE\_PYTORCH\_INFERENCE\_NEURONX\_1\_13\_0\_TRANSFORMERS4\_28\_1\_NEURONX\_PY38\_SDK2\_9\_1\_UBUNTU20\_04

> `readonly` `static` **HUGGINGFACE\_PYTORCH\_INFERENCE\_NEURONX\_1\_13\_0\_TRANSFORMERS4\_28\_1\_NEURONX\_PY38\_SDK2\_9\_1\_UBUNTU20\_04**: [`ContainerImage`](ContainerImage.md)
Expand Down
30 changes: 30 additions & 0 deletions apidocs/classes/JumpStartModel.md
Original file line number Diff line number Diff line change
Expand Up @@ -21144,6 +21144,12 @@

***

### META\_TEXTGENERATION\_LLAMA\_3\_1\_70B\_2\_5\_0

> `readonly` `static` **META\_TEXTGENERATION\_LLAMA\_3\_1\_70B\_2\_5\_0**: [`JumpStartModel`](JumpStartModel.md)

***

### META\_TEXTGENERATION\_LLAMA\_3\_1\_70B\_INSTRUCT\_1\_0\_0

> `readonly` `static` **META\_TEXTGENERATION\_LLAMA\_3\_1\_70B\_INSTRUCT\_1\_0\_0**: [`JumpStartModel`](JumpStartModel.md)
Expand Down Expand Up @@ -21210,6 +21216,12 @@

***

### META\_TEXTGENERATION\_LLAMA\_3\_1\_70B\_INSTRUCT\_2\_5\_0

> `readonly` `static` **META\_TEXTGENERATION\_LLAMA\_3\_1\_70B\_INSTRUCT\_2\_5\_0**: [`JumpStartModel`](JumpStartModel.md)

***

### META\_TEXTGENERATION\_LLAMA\_3\_1\_8B\_1\_0\_0

> `readonly` `static` **META\_TEXTGENERATION\_LLAMA\_3\_1\_8B\_1\_0\_0**: [`JumpStartModel`](JumpStartModel.md)
Expand Down Expand Up @@ -21270,6 +21282,12 @@

***

### META\_TEXTGENERATION\_LLAMA\_3\_1\_8B\_2\_5\_0

> `readonly` `static` **META\_TEXTGENERATION\_LLAMA\_3\_1\_8B\_2\_5\_0**: [`JumpStartModel`](JumpStartModel.md)

***

### META\_TEXTGENERATION\_LLAMA\_3\_1\_8B\_INSTRUCT\_1\_0\_0

> `readonly` `static` **META\_TEXTGENERATION\_LLAMA\_3\_1\_8B\_INSTRUCT\_1\_0\_0**: [`JumpStartModel`](JumpStartModel.md)
Expand Down Expand Up @@ -21330,6 +21348,12 @@

***

### META\_TEXTGENERATION\_LLAMA\_3\_1\_8B\_INSTRUCT\_2\_5\_0

> `readonly` `static` **META\_TEXTGENERATION\_LLAMA\_3\_1\_8B\_INSTRUCT\_2\_5\_0**: [`JumpStartModel`](JumpStartModel.md)

***

### META\_TEXTGENERATION\_LLAMA\_3\_2\_1B\_1\_0\_0

> `readonly` `static` **META\_TEXTGENERATION\_LLAMA\_3\_2\_1B\_1\_0\_0**: [`JumpStartModel`](JumpStartModel.md)
Expand Down Expand Up @@ -21486,6 +21510,12 @@

***

### META\_TEXTGENERATION\_LLAMA\_3\_3\_70B\_INSTRUCT\_1\_1\_0

> `readonly` `static` **META\_TEXTGENERATION\_LLAMA\_3\_3\_70B\_INSTRUCT\_1\_1\_0**: [`JumpStartModel`](JumpStartModel.md)

***

### META\_TEXTGENERATION\_LLAMA\_3\_70B\_1\_0\_0

> `readonly` `static` **META\_TEXTGENERATION\_LLAMA\_3\_70B\_1\_0\_0**: [`JumpStartModel`](JumpStartModel.md)
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -63,6 +63,8 @@ export class DeepLearningContainerImage extends ContainerImage {
public static readonly HUGGINGFACE_PYTORCH_INFERENCE_2_0_0_TRANSFORMERS4_28_1_GPU_PY310_CU118_UBUNTU20_04 = this.fromDeepLearningContainerImage('huggingface-pytorch-inference', '2.0.0-transformers4.28.1-gpu-py310-cu118-ubuntu20.04');
public static readonly HUGGINGFACE_PYTORCH_INFERENCE_2_1_0_TRANSFORMERS4_37_0_CPU_PY310_UBUNTU22_04 = this.fromDeepLearningContainerImage('huggingface-pytorch-inference', '2.1.0-transformers4.37.0-cpu-py310-ubuntu22.04');
public static readonly HUGGINGFACE_PYTORCH_INFERENCE_2_1_0_TRANSFORMERS4_37_0_GPU_PY310_CU118_UBUNTU20_04 = this.fromDeepLearningContainerImage('huggingface-pytorch-inference', '2.1.0-transformers4.37.0-gpu-py310-cu118-ubuntu20.04');
public static readonly HUGGINGFACE_PYTORCH_INFERENCE_2_3_0_TRANSFORMERS4_46_1_CPU_PY311_UBUNTU22_04 = this.fromDeepLearningContainerImage('huggingface-pytorch-inference', '2.3.0-transformers4.46.1-cpu-py311-ubuntu22.04');
public static readonly HUGGINGFACE_PYTORCH_INFERENCE_2_3_0_TRANSFORMERS4_46_1_GPU_PY311_CU121_UBUNTU20_04 = this.fromDeepLearningContainerImage('huggingface-pytorch-inference', '2.3.0-transformers4.46.1-gpu-py311-cu121-ubuntu20.04');
public static readonly HUGGINGFACE_PYTORCH_INFERENCE_NEURONX_1_13_0_TRANSFORMERS4_28_1_NEURONX_PY38_SDK2_9_1_UBUNTU20_04 = this.fromDeepLearningContainerImage('huggingface-pytorch-inference-neuronx', '1.13.0-transformers4.28.1-neuronx-py38-sdk2.9.1-ubuntu20.04');
public static readonly HUGGINGFACE_PYTORCH_INFERENCE_NEURONX_1_13_1_TRANSFORMERS4_34_1_NEURONX_PY310_SDK2_15_0_UBUNTU20_04 = this.fromDeepLearningContainerImage('huggingface-pytorch-inference-neuronx', '1.13.1-transformers4.34.1-neuronx-py310-sdk2.15.0-ubuntu20.04');
public static readonly HUGGINGFACE_PYTORCH_INFERENCE_NEURONX_1_13_1_TRANSFORMERS4_36_2_NEURONX_PY310_SDK2_16_1_UBUNTU20_04 = this.fromDeepLearningContainerImage('huggingface-pytorch-inference-neuronx', '1.13.1-transformers4.36.2-neuronx-py310-sdk2.16.1-ubuntu20.04');
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3549,6 +3549,7 @@ export class JumpStartModel {
public static readonly META_TEXTGENERATION_LLAMA_3_1_405B_INSTRUCT_FP8_2_1_0 = this.of('META_TEXTGENERATION_LLAMA_3_1_405B_INSTRUCT_FP8_2_1_0');
public static readonly META_TEXTGENERATION_LLAMA_3_1_405B_INSTRUCT_FP8_2_0_0 = this.of('META_TEXTGENERATION_LLAMA_3_1_405B_INSTRUCT_FP8_2_0_0');
public static readonly META_TEXTGENERATION_LLAMA_3_1_405B_INSTRUCT_FP8_1_0_0 = this.of('META_TEXTGENERATION_LLAMA_3_1_405B_INSTRUCT_FP8_1_0_0');
public static readonly META_TEXTGENERATION_LLAMA_3_1_70B_2_5_0 = this.of('META_TEXTGENERATION_LLAMA_3_1_70B_2_5_0');
public static readonly META_TEXTGENERATION_LLAMA_3_1_70B_2_4_0 = this.of('META_TEXTGENERATION_LLAMA_3_1_70B_2_4_0');
public static readonly META_TEXTGENERATION_LLAMA_3_1_70B_2_3_0 = this.of('META_TEXTGENERATION_LLAMA_3_1_70B_2_3_0');
public static readonly META_TEXTGENERATION_LLAMA_3_1_70B_2_2_5 = this.of('META_TEXTGENERATION_LLAMA_3_1_70B_2_2_5');
Expand All @@ -3560,6 +3561,7 @@ export class JumpStartModel {
public static readonly META_TEXTGENERATION_LLAMA_3_1_70B_2_1_0 = this.of('META_TEXTGENERATION_LLAMA_3_1_70B_2_1_0');
public static readonly META_TEXTGENERATION_LLAMA_3_1_70B_2_0_0 = this.of('META_TEXTGENERATION_LLAMA_3_1_70B_2_0_0');
public static readonly META_TEXTGENERATION_LLAMA_3_1_70B_1_0_0 = this.of('META_TEXTGENERATION_LLAMA_3_1_70B_1_0_0');
public static readonly META_TEXTGENERATION_LLAMA_3_1_70B_INSTRUCT_2_5_0 = this.of('META_TEXTGENERATION_LLAMA_3_1_70B_INSTRUCT_2_5_0');
public static readonly META_TEXTGENERATION_LLAMA_3_1_70B_INSTRUCT_2_4_0 = this.of('META_TEXTGENERATION_LLAMA_3_1_70B_INSTRUCT_2_4_0');
public static readonly META_TEXTGENERATION_LLAMA_3_1_70B_INSTRUCT_2_3_0 = this.of('META_TEXTGENERATION_LLAMA_3_1_70B_INSTRUCT_2_3_0');
public static readonly META_TEXTGENERATION_LLAMA_3_1_70B_INSTRUCT_2_2_5 = this.of('META_TEXTGENERATION_LLAMA_3_1_70B_INSTRUCT_2_2_5');
Expand All @@ -3571,6 +3573,7 @@ export class JumpStartModel {
public static readonly META_TEXTGENERATION_LLAMA_3_1_70B_INSTRUCT_2_1_0 = this.of('META_TEXTGENERATION_LLAMA_3_1_70B_INSTRUCT_2_1_0');
public static readonly META_TEXTGENERATION_LLAMA_3_1_70B_INSTRUCT_2_0_0 = this.of('META_TEXTGENERATION_LLAMA_3_1_70B_INSTRUCT_2_0_0');
public static readonly META_TEXTGENERATION_LLAMA_3_1_70B_INSTRUCT_1_0_0 = this.of('META_TEXTGENERATION_LLAMA_3_1_70B_INSTRUCT_1_0_0');
public static readonly META_TEXTGENERATION_LLAMA_3_1_8B_2_5_0 = this.of('META_TEXTGENERATION_LLAMA_3_1_8B_2_5_0');
public static readonly META_TEXTGENERATION_LLAMA_3_1_8B_2_4_0 = this.of('META_TEXTGENERATION_LLAMA_3_1_8B_2_4_0');
public static readonly META_TEXTGENERATION_LLAMA_3_1_8B_2_3_0 = this.of('META_TEXTGENERATION_LLAMA_3_1_8B_2_3_0');
public static readonly META_TEXTGENERATION_LLAMA_3_1_8B_2_2_4 = this.of('META_TEXTGENERATION_LLAMA_3_1_8B_2_2_4');
Expand All @@ -3581,6 +3584,7 @@ export class JumpStartModel {
public static readonly META_TEXTGENERATION_LLAMA_3_1_8B_2_1_0 = this.of('META_TEXTGENERATION_LLAMA_3_1_8B_2_1_0');
public static readonly META_TEXTGENERATION_LLAMA_3_1_8B_2_0_0 = this.of('META_TEXTGENERATION_LLAMA_3_1_8B_2_0_0');
public static readonly META_TEXTGENERATION_LLAMA_3_1_8B_1_0_0 = this.of('META_TEXTGENERATION_LLAMA_3_1_8B_1_0_0');
public static readonly META_TEXTGENERATION_LLAMA_3_1_8B_INSTRUCT_2_5_0 = this.of('META_TEXTGENERATION_LLAMA_3_1_8B_INSTRUCT_2_5_0');
public static readonly META_TEXTGENERATION_LLAMA_3_1_8B_INSTRUCT_2_4_0 = this.of('META_TEXTGENERATION_LLAMA_3_1_8B_INSTRUCT_2_4_0');
public static readonly META_TEXTGENERATION_LLAMA_3_1_8B_INSTRUCT_2_3_0 = this.of('META_TEXTGENERATION_LLAMA_3_1_8B_INSTRUCT_2_3_0');
public static readonly META_TEXTGENERATION_LLAMA_3_1_8B_INSTRUCT_2_2_4 = this.of('META_TEXTGENERATION_LLAMA_3_1_8B_INSTRUCT_2_2_4');
Expand Down Expand Up @@ -3616,6 +3620,7 @@ export class JumpStartModel {
public static readonly META_TEXTGENERATION_LLAMA_3_2_3B_INSTRUCT_1_0_2 = this.of('META_TEXTGENERATION_LLAMA_3_2_3B_INSTRUCT_1_0_2');
public static readonly META_TEXTGENERATION_LLAMA_3_2_3B_INSTRUCT_1_0_1 = this.of('META_TEXTGENERATION_LLAMA_3_2_3B_INSTRUCT_1_0_1');
public static readonly META_TEXTGENERATION_LLAMA_3_2_3B_INSTRUCT_1_0_0 = this.of('META_TEXTGENERATION_LLAMA_3_2_3B_INSTRUCT_1_0_0');
public static readonly META_TEXTGENERATION_LLAMA_3_3_70B_INSTRUCT_1_1_0 = this.of('META_TEXTGENERATION_LLAMA_3_3_70B_INSTRUCT_1_1_0');
public static readonly META_TEXTGENERATION_LLAMA_3_3_70B_INSTRUCT_1_0_0 = this.of('META_TEXTGENERATION_LLAMA_3_3_70B_INSTRUCT_1_0_0');
public static readonly META_TEXTGENERATION_LLAMA_3_70B_2_10_0 = this.of('META_TEXTGENERATION_LLAMA_3_70B_2_10_0');
public static readonly META_TEXTGENERATION_LLAMA_3_70B_2_9_2 = this.of('META_TEXTGENERATION_LLAMA_3_70B_2_9_2');
Expand Down

Large diffs are not rendered by default.

0 comments on commit b4c6740

Please sign in to comment.