From 039484a41ee35700eb2b4b6a5619e42da5a305b5 Mon Sep 17 00:00:00 2001 From: Donato Capitella Date: Wed, 24 Dec 2025 08:13:34 +0000 Subject: [PATCH] Updated name of card --- scripts/start_vllm.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/start_vllm.py b/scripts/start_vllm.py index 5a2e3f3..1388306 100644 --- a/scripts/start_vllm.py +++ b/scripts/start_vllm.py @@ -184,7 +184,7 @@ def configure_and_launch(model_idx, gpu_count): attn_backend = "ROCm" if use_rocm_attn else "Triton" menu_args = [ - "--clear", "--backtitle", f"AMD R9700 vLLM Launcher (GPUs: {gpu_count})", + "--clear", "--backtitle", f"AMD Strix Halo vLLM Launcher (GPUs: {gpu_count})", "--title", f"Configuration: {name}", "--menu", "Customize Launch Parameters:", "22", "65", "9", "1", f"Tensor Parallelism: {current_tp}",