style: cluster creation steps

This commit is contained in:
jialin
2026-01-06 17:21:32 +08:00
parent 0ba8300959
commit 0eba1da6c4
21 changed files with 223 additions and 79 deletions
+3 -3
View File
@@ -211,8 +211,8 @@ export const yamlTemplate = `# ----------------------------------------
# - run_command: optional
# - entrypoint: optional
# - custom_framework:
# - optional
# - choose from: ${Object.values(GPUDriverMap).join(', ')}, CPU
# - required
# - choose from: ${Object.values(GPUDriverMap).join(', ')}, cpu
backend_name: vllm-custom
description: this is my custom vllm backend
@@ -231,5 +231,5 @@ version_configs:
image_name: lm/vllm:test
entrypoint:
run_command:
custom_framework:
custom_framework: rocm
`;