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
1 change: 1 addition & 0 deletions changes/11894.fix.md
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
Fix `mgr fixture populate` CompileError by removing the stale top-level `ui_type` key from the install runtime variant preset fixture
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,6 @@
"default_value": "Qwen/Qwen3-0.6B",
"key": "--model",
"category": "model_loading",
"ui_type": "text_input",
"display_name": "Model",
"ui_option": {
"ui_type": "text_input",
Expand All @@ -29,7 +28,6 @@
"default_value": "auto",
"key": "--dtype",
"category": "model_loading",
"ui_type": "select",
"display_name": "DType",
"ui_option": {
"ui_type": "select",
Expand Down Expand Up @@ -73,7 +71,6 @@
"default_value": null,
"key": "--quantization",
"category": "model_loading",
"ui_type": "select",
"display_name": "Quantization",
"ui_option": {
"ui_type": "select",
Expand Down Expand Up @@ -129,7 +126,6 @@
"default_value": null,
"key": "--max-model-len",
"category": "model_loading",
"ui_type": "number_input",
"display_name": "Max Context Length",
"ui_option": {
"ui_type": "number_input",
Expand All @@ -149,7 +145,6 @@
"default_value": null,
"key": "--served-model-name",
"category": "model_loading",
"ui_type": "text_input",
"display_name": "Served Model Name",
"ui_option": {
"ui_type": "text_input"
Expand All @@ -165,7 +160,6 @@
"default_value": null,
"key": "--trust-remote-code",
"category": "model_loading",
"ui_type": "checkbox",
"display_name": "Trust Remote Code",
"ui_option": {
"ui_type": "checkbox"
Expand All @@ -181,7 +175,6 @@
"default_value": "0.9",
"key": "--gpu-memory-utilization",
"category": "resource_memory",
"ui_type": "slider",
"display_name": "GPU Memory Utilization",
"ui_option": {
"ui_type": "slider",
Expand All @@ -202,7 +195,6 @@
"default_value": "1",
"key": "--tensor-parallel-size",
"category": "resource_memory",
"ui_type": "select",
"display_name": "Tensor Parallel Size",
"ui_option": {
"ui_type": "select",
Expand Down Expand Up @@ -238,7 +230,6 @@
"default_value": "1",
"key": "--pipeline-parallel-size",
"category": "resource_memory",
"ui_type": "number_input",
"display_name": "Pipeline Parallel Size",
"ui_option": {
"ui_type": "number_input",
Expand All @@ -258,7 +249,6 @@
"default_value": "1",
"key": "--data-parallel-size",
"category": "resource_memory",
"ui_type": "number_input",
"display_name": "Data Parallel Size",
"ui_option": {
"ui_type": "number_input",
Expand All @@ -278,7 +268,6 @@
"default_value": "auto",
"key": "--kv-cache-dtype",
"category": "resource_memory",
"ui_type": "select",
"display_name": "KV Cache DType",
"ui_option": {
"ui_type": "select",
Expand Down Expand Up @@ -322,7 +311,6 @@
"default_value": null,
"key": "--enable-prefix-caching",
"category": "resource_memory",
"ui_type": "checkbox",
"display_name": "Enable Prefix Caching",
"ui_option": {
"ui_type": "checkbox"
Expand All @@ -338,7 +326,6 @@
"default_value": null,
"key": "--max-num-seqs",
"category": "serving_performance",
"ui_type": "number_input",
"display_name": "Max Num Seqs",
"ui_option": {
"ui_type": "number_input",
Expand All @@ -358,7 +345,6 @@
"default_value": null,
"key": "--max-num-batched-tokens",
"category": "serving_performance",
"ui_type": "number_input",
"display_name": "Max Num Batched Tokens",
"ui_option": {
"ui_type": "number_input",
Expand All @@ -378,7 +364,6 @@
"default_value": null,
"key": "--enable-chunked-prefill",
"category": "serving_performance",
"ui_type": "checkbox",
"display_name": "Enable Chunked Prefill",
"ui_option": {
"ui_type": "checkbox"
Expand All @@ -394,7 +379,6 @@
"default_value": "fcfs",
"key": "--scheduling-policy",
"category": "serving_performance",
"ui_type": "select",
"display_name": "Scheduling Policy",
"ui_option": {
"ui_type": "select",
Expand Down Expand Up @@ -422,7 +406,6 @@
"default_value": "balanced",
"key": "--performance-mode",
"category": "serving_performance",
"ui_type": "select",
"display_name": "Performance Mode",
"ui_option": {
"ui_type": "select",
Expand Down Expand Up @@ -454,7 +437,6 @@
"default_value": "{}",
"key": "--limit-mm-per-prompt",
"category": "multimodal",
"ui_type": "text_input",
"display_name": "Limit MM Per Prompt",
"ui_option": {
"ui_type": "text_input",
Expand All @@ -473,7 +455,6 @@
"default_value": null,
"key": "--enable-auto-tool-choice",
"category": "tool_reasoning",
"ui_type": "checkbox",
"display_name": "Enable Auto Tool Choice",
"ui_option": {
"ui_type": "checkbox"
Expand All @@ -489,7 +470,6 @@
"default_value": null,
"key": "--tool-call-parser",
"category": "tool_reasoning",
"ui_type": "select",
"display_name": "Tool Call Parser",
"ui_option": {
"ui_type": "select",
Expand Down Expand Up @@ -589,7 +569,6 @@
"default_value": "",
"key": "--reasoning-parser",
"category": "tool_reasoning",
"ui_type": "select",
"display_name": "Reasoning Parser",
"ui_option": {
"ui_type": "select",
Expand Down Expand Up @@ -677,7 +656,6 @@
"default_value": null,
"key": "--host",
"category": "network",
"ui_type": "text_input",
"display_name": "Host",
"ui_option": {
"ui_type": "text_input",
Expand All @@ -696,7 +674,6 @@
"default_value": "8000",
"key": "--port",
"category": "network",
"ui_type": "number_input",
"display_name": "Port",
"ui_option": {
"ui_type": "number_input",
Expand All @@ -716,7 +693,6 @@
"default_value": null,
"key": "--enable-log-requests",
"category": "monitoring",
"ui_type": "checkbox",
"display_name": "Enable Log Requests",
"ui_option": {
"ui_type": "checkbox"
Expand All @@ -732,7 +708,6 @@
"default_value": null,
"key": "--disable-log-stats",
"category": "monitoring",
"ui_type": "checkbox",
"display_name": "Disable Log Stats",
"ui_option": {
"ui_type": "checkbox"
Expand All @@ -748,7 +723,6 @@
"default_value": null,
"key": "--enable-lora",
"category": "lora",
"ui_type": "checkbox",
"display_name": "Enable LoRA",
"ui_option": {
"ui_type": "checkbox"
Expand All @@ -764,7 +738,6 @@
"default_value": null,
"key": "--lora-modules",
"category": "lora",
"ui_type": "text_input",
"display_name": "LoRA Modules",
"ui_option": {
"ui_type": "text_input",
Expand All @@ -783,7 +756,6 @@
"default_value": null,
"key": "CUDA_VISIBLE_DEVICES",
"category": "environment",
"ui_type": "text_input",
"display_name": "CUDA Visible Devices",
"ui_option": {
"ui_type": "text_input",
Expand All @@ -802,7 +774,6 @@
"default_value": null,
"key": "HF_TOKEN",
"category": "environment",
"ui_type": "text_input",
"display_name": "HF Token",
"ui_option": {
"ui_type": "text_input"
Expand Down
Loading