Skip to content

Commit b901b38

Browse files
authored
docs: add vLLM 0.15.1 and Base 12.9.1 to available images (#5685)
1 parent 10d6cdc commit b901b38

File tree

3 files changed

+74
-0
lines changed

3 files changed

+74
-0
lines changed
Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,22 @@
1+
framework: Base
2+
version: "12.9.1"
3+
accelerator: gpu
4+
python: py312
5+
cuda: cu129
6+
os: ubuntu22.04
7+
platform: ec2
8+
public_registry: true
9+
10+
tags:
11+
- "12.9.1-gpu-py312-cu129-ubuntu22.04-ec2"
12+
- "12.9-gpu-py312-cu129-ubuntu22.04-ec2-v1"
13+
- "12.9.1-gpu-py312-ubuntu22.04-ec2"
14+
- "12.9-gpu-py312-ubuntu22.04-ec2"
15+
16+
announcements:
17+
- "Introduced Base containers with CUDA 12.9.1 for EC2, ECS, EKS"
18+
- "Added Python 3.12 support"
19+
20+
packages:
21+
python: "3.12"
22+
cuda: "12.9.1"
Lines changed: 26 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,26 @@
1+
framework: vLLM
2+
version: "0.15.1"
3+
accelerator: gpu
4+
python: py312
5+
cuda: cu129
6+
os: ubuntu22.04
7+
platform: ec2
8+
public_registry: true
9+
10+
tags:
11+
- "0.15.1-gpu-py312-cu129-ubuntu22.04-ec2"
12+
- "0.15-gpu-py312-cu129-ubuntu22.04-ec2-v1"
13+
- "0.15.1-gpu-py312-ec2"
14+
- "0.15-gpu-py312-ec2"
15+
16+
announcements:
17+
- "Introduced vLLM 0.15.1 containers for EC2, ECS, EKS"
18+
19+
packages:
20+
vllm: "0.15.1"
21+
pytorch: "2.9.1"
22+
torchvision: "0.24.1"
23+
torchaudio: "2.9.1"
24+
cuda: "12.9"
25+
nccl: "2.28.3"
26+
efa: "1.46.0"
Lines changed: 26 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,26 @@
1+
framework: vLLM
2+
version: "0.15.1"
3+
accelerator: gpu
4+
python: py312
5+
cuda: cu129
6+
os: ubuntu22.04
7+
platform: sagemaker
8+
public_registry: true
9+
10+
tags:
11+
- "0.15.1-gpu-py312-cu129-ubuntu22.04-sagemaker"
12+
- "0.15-gpu-py312-cu129-ubuntu22.04-sagemaker-v1"
13+
- "0.15.1-gpu-py312"
14+
- "0.15-gpu-py312"
15+
16+
announcements:
17+
- "Introduced vLLM 0.15.1 containers for SageMaker"
18+
19+
packages:
20+
vllm: "0.15.1"
21+
pytorch: "2.9.1"
22+
torchvision: "0.24.1"
23+
torchaudio: "2.9.1"
24+
cuda: "12.9"
25+
nccl: "2.28.3"
26+
efa: "1.46.0"

0 commit comments

Comments
 (0)