You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
"aice.backend_parameters.help": "Parameter names become vLLM/SGLang CLI flags, e.g. max-model-len. With a value: --max-model-len=8192; without a value: --enable-auto-tool-choice",
326
332
"aice.add_customized_arg": "Add argument",
327
333
"aice.customized_arg_key": "Key",
328
334
"aice.customized_arg_value": "Value",
@@ -491,6 +497,12 @@
491
497
"aice.llm_deployment.aiproxy_sync_in_progress": "Gateway sync is in progress. Try again later.",
492
498
"aice.llm_deployment.aiproxy_not_registered": "Not registered with AI Gateway",
493
499
"aice.llm_deployment.scale": "Scale",
500
+
"aice.llm_deployment.restart": "Restart",
501
+
"aice.llm_deployment.restart_confirm": "This will restart all replicas under this deployment. Service may be briefly unavailable. Continue?",
502
+
"aice.llm_deployment.restart_disabled_invalid_status": "Restart is not allowed in current status ({0})",
503
+
"aice.llm_deployment.syncstatus_disabled_invalid_status": "Sync status is not allowed in current status ({0})",
504
+
"aice.llm_deployment.scale_disabled_invalid_status": "Scale is not allowed in current status ({0})",
505
+
"aice.llm_deployment.restart_disabled_no_ready_replicas": "No ready replicas; restart is unavailable",
"aice.llm_deployment.deploy.from_local": "From Local Path",
535
+
"aice.local_path_import.host_model_path": "Host model path",
536
+
"aice.local_path_import.prefer_hosts": "Hosts",
537
+
"aice.local_path_import.prefer_hosts_extra": "Select hosts where the model directory exists (multiple allowed). Inherited when creating a deployment; replicas are round-robin scheduled across selected hosts",
538
+
"aice.local_path_import.prefer_hosts_required": "Select at least one host",
539
+
"aice.local_path_import.prefer_hosts_deploy_hint": "The model must exist at the same path on selected hosts",
540
+
"aice.local_path_import.host_model_path_extra": "Absolute path to an existing model directory on the host; mounted into the container via host_paths",
0 commit comments