Skip to content

Commit 5ce00bd

Browse files
authored
Add EKS test for vLLM (#5016)
add vllm related eks cluster creation script and tests
1 parent b096a73 commit 5ce00bd

16 files changed

+1313
-30
lines changed

eks_infrastructure/build_param.json

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,9 @@
44
"MAINLINE"
55
],
66
"eks_clusters": [
7-
"dlc-pytorch",
8-
"dlc-tensorflow"
7+
"dlc-pytorch",
8+
"dlc-tensorflow",
9+
"dlc-vllm"
910
],
1011
"eks_version": "1.32",
1112
"cluster_autoscalar_image_version": "v1.32.0"

0 commit comments

Comments
 (0)