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
"TXT_CODE_bdb9f7bb": "Network rate limiting failed to enable! Please ensure the control panel can read system commands or network adapter information, such as tc, ip, modprobe, ifb, etc., or choose to disable network rate limiting for this instance in the settings.",
3403
-
"TXT_CODE_49731eec": "Network rate limiting failed to enable! Please ensure the control panel can read container information or network adapter information, or choose to disable network rate limiting for this instance in the settings."
3403
+
"TXT_CODE_49731eec": "Network rate limiting failed to enable! Please ensure the control panel can read container information or network adapter information, or choose to disable network rate limiting for this instance in the settings.",
"TXT_CODE_gpu_alloc_mode_help": "Choose how to allocate GPUs: all available GPUs, a specific count, or specific device IDs. These options are mutually exclusive.",
3414
+
"TXT_CODE_gpu_alloc_all": "All GPUs",
3415
+
"TXT_CODE_gpu_alloc_count": "By Count",
3416
+
"TXT_CODE_gpu_alloc_device_ids": "By Device ID",
3417
+
"TXT_CODE_gpu_count": "GPU Count",
3418
+
"TXT_CODE_gpu_count_help": "Number of GPUs to allocate, must be a positive integer.",
3419
+
"TXT_CODE_gpu_count_placeholder": "e.g., 1",
3420
+
"TXT_CODE_gpu_device_ids": "GPU Device IDs",
3421
+
"TXT_CODE_gpu_device_ids_help": "Comma-separated GPU device IDs. Each ID may only contain letters, digits, hyphens, and underscores. e.g., 0,1 or GPU-xxxx",
3422
+
"TXT_CODE_gpu_device_ids_placeholder": "e.g., 0,1 or GPU-abc123",
3423
+
"TXT_CODE_gpu_invalid_count": "Invalid GPU count: {{v}}. Must be an integer >= -1.",
3424
+
"TXT_CODE_gpu_invalid_device_id": "Invalid GPU device ID: {{v}}. Only letters, digits, hyphens and underscores are allowed.",
3425
+
"TXT_CODE_gpu_invalid_driver": "Invalid GPU driver name: {{v}}. Only letters and digits are allowed.",
3426
+
"TXT_CODE_gpu_conflict_count_and_ids": "GPU configuration conflict: cannot specify both GPU count and device IDs at the same time."
0 commit comments