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
2 changes: 1 addition & 1 deletion dlc_developer_config.toml
Original file line number Diff line number Diff line change
Expand Up @@ -187,4 +187,4 @@ dlc-pr-tensorflow-2-eia-inference = ""
dlc-pr-vllm = ""

# sglang
dlc-pr-sglang = ""
dlc-pr-sglang = ""
2 changes: 1 addition & 1 deletion test/test_utils/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -142,7 +142,7 @@ def get_ami_id_ssm(region_name, parameter_path):
)
AML2_CPU_ARM64_US_EAST_1 = get_ami_id_boto3(
region_name="us-east-1",
ami_name_pattern="Deep Learning Base AMI (Amazon Linux 2) Version ??.?",
ami_name_pattern="Deep Learning ARM64 Base OSS Nvidia Driver GPU AMI (Amazon Linux 2) ????????",
)
PT_GPU_PY3_BENCHMARK_IMAGENET_AMI_US_EAST_1 = "ami-0673bb31cc62485dd"
PT_GPU_PY3_BENCHMARK_IMAGENET_AMI_US_WEST_2 = "ami-02d9a47bc61a31d43"
Expand Down