Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 12 additions & 0 deletions apidocs/classes/DeepLearningContainerImage.md
Original file line number Diff line number Diff line change
Expand Up @@ -348,6 +348,12 @@ https://github.com/aws/deep-learning-containers/blob/master/available_images.md

***

### HUGGINGFACE\_PYTORCH\_INFERENCE\_2\_6\_0\_TRANSFORMERS4\_51\_3\_CPU\_PY312\_UBUNTU22\_04

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

***

### HUGGINGFACE\_PYTORCH\_INFERENCE\_2\_6\_0\_TRANSFORMERS4\_51\_3\_GPU\_PY312\_CU124\_UBUNTU22\_04

> `readonly` `static` **HUGGINGFACE\_PYTORCH\_INFERENCE\_2\_6\_0\_TRANSFORMERS4\_51\_3\_GPU\_PY312\_CU124\_UBUNTU22\_04**: [`ContainerImage`](ContainerImage.md)
Expand Down Expand Up @@ -390,6 +396,12 @@ https://github.com/aws/deep-learning-containers/blob/master/available_images.md

***

### HUGGINGFACE\_PYTORCH\_INFERENCE\_NEURONX\_2\_7\_1\_TRANSFORMERS4\_51\_3\_NEURONX\_PY310\_SDK2\_24\_1\_UBUNTU22\_04

> `readonly` `static` **HUGGINGFACE\_PYTORCH\_INFERENCE\_NEURONX\_2\_7\_1\_TRANSFORMERS4\_51\_3\_NEURONX\_PY310\_SDK2\_24\_1\_UBUNTU22\_04**: [`ContainerImage`](ContainerImage.md)

***

### HUGGINGFACE\_PYTORCH\_TGI\_INFERENCE\_2\_0\_0\_TGI0\_6\_0\_GPU\_PY39\_CU118\_UBUNTU20\_04

> `readonly` `static` **HUGGINGFACE\_PYTORCH\_TGI\_INFERENCE\_2\_0\_0\_TGI0\_6\_0\_GPU\_PY39\_CU118\_UBUNTU20\_04**: [`ContainerImage`](ContainerImage.md)
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -70,13 +70,15 @@ export class DeepLearningContainerImage extends ContainerImage {
public static readonly HUGGINGFACE_PYTORCH_INFERENCE_2_3_0_TRANSFORMERS4_48_0_GPU_PY311_CU121_UBUNTU22_04 = this.fromDeepLearningContainerImage('huggingface-pytorch-inference', '2.3.0-transformers4.48.0-gpu-py311-cu121-ubuntu22.04');
public static readonly HUGGINGFACE_PYTORCH_INFERENCE_2_6_0_TRANSFORMERS4_49_0_CPU_PY312_UBUNTU22_04 = this.fromDeepLearningContainerImage('huggingface-pytorch-inference', '2.6.0-transformers4.49.0-cpu-py312-ubuntu22.04');
public static readonly HUGGINGFACE_PYTORCH_INFERENCE_2_6_0_TRANSFORMERS4_49_0_GPU_PY312_CU124_UBUNTU22_04 = this.fromDeepLearningContainerImage('huggingface-pytorch-inference', '2.6.0-transformers4.49.0-gpu-py312-cu124-ubuntu22.04');
public static readonly HUGGINGFACE_PYTORCH_INFERENCE_2_6_0_TRANSFORMERS4_51_3_CPU_PY312_UBUNTU22_04 = this.fromDeepLearningContainerImage('huggingface-pytorch-inference', '2.6.0-transformers4.51.3-cpu-py312-ubuntu22.04');
public static readonly HUGGINGFACE_PYTORCH_INFERENCE_2_6_0_TRANSFORMERS4_51_3_GPU_PY312_CU124_UBUNTU22_04 = this.fromDeepLearningContainerImage('huggingface-pytorch-inference', '2.6.0-transformers4.51.3-gpu-py312-cu124-ubuntu22.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');
public static readonly HUGGINGFACE_PYTORCH_INFERENCE_NEURONX_2_1_2_TRANSFORMERS4_36_2_NEURONX_PY310_SDK2_18_0_UBUNTU20_04 = this.fromDeepLearningContainerImage('huggingface-pytorch-inference-neuronx', '2.1.2-transformers4.36.2-neuronx-py310-sdk2.18.0-ubuntu20.04');
public static readonly HUGGINGFACE_PYTORCH_INFERENCE_NEURONX_2_1_2_TRANSFORMERS4_41_1_NEURONX_PY310_SDK2_19_1_UBUNTU20_04 = this.fromDeepLearningContainerImage('huggingface-pytorch-inference-neuronx', '2.1.2-transformers4.41.1-neuronx-py310-sdk2.19.1-ubuntu20.04');
public static readonly HUGGINGFACE_PYTORCH_INFERENCE_NEURONX_2_1_2_TRANSFORMERS4_43_2_NEURONX_PY310_SDK2_20_0_UBUNTU20_04 = this.fromDeepLearningContainerImage('huggingface-pytorch-inference-neuronx', '2.1.2-transformers4.43.2-neuronx-py310-sdk2.20.0-ubuntu20.04');
public static readonly HUGGINGFACE_PYTORCH_INFERENCE_NEURONX_2_7_1_TRANSFORMERS4_51_3_NEURONX_PY310_SDK2_24_1_UBUNTU22_04 = this.fromDeepLearningContainerImage('huggingface-pytorch-inference-neuronx', '2.7.1-transformers4.51.3-neuronx-py310-sdk2.24.1-ubuntu22.04');
public static readonly HUGGINGFACE_PYTORCH_TGI_INFERENCE_2_0_0_TGI0_6_0_GPU_PY39_CU118_UBUNTU20_04 = this.fromDeepLearningContainerImage('huggingface-pytorch-tgi-inference', '2.0.0-tgi0.6.0-gpu-py39-cu118-ubuntu20.04');
public static readonly HUGGINGFACE_PYTORCH_TGI_INFERENCE_2_0_0_TGI0_8_2_GPU_PY39_CU118_UBUNTU20_04 = this.fromDeepLearningContainerImage('huggingface-pytorch-tgi-inference', '2.0.0-tgi0.8.2-gpu-py39-cu118-ubuntu20.04');
public static readonly HUGGINGFACE_PYTORCH_TGI_INFERENCE_2_0_1_TGI0_9_3_GPU_PY39_CU118_UBUNTU20_04 = this.fromDeepLearningContainerImage('huggingface-pytorch-tgi-inference', '2.0.1-tgi0.9.3-gpu-py39-cu118-ubuntu20.04');
Expand Down
Loading