chore: add worker command paramters
This commit is contained in:
@@ -47,10 +47,14 @@ export default {
|
||||
'Note: <span style="color: #000;font-weight: 600">mytoken</span> is the token obtained in the first step.',
|
||||
'resources.worker.add.step3':
|
||||
'After success, refresh the workers list to see the new worker.',
|
||||
'resources.worker.container.supported': 'Do not support windows.',
|
||||
'resources.worker.container.supported': 'Do not support MacOS or Windows.',
|
||||
'resources.worker.current.version': 'Current version is {version}.',
|
||||
'resources.worker.driver.install':
|
||||
'Ensure all necessary drivers and libraries are installed on the system prior to installing GPUStack.',
|
||||
'resources.worker.select.command':
|
||||
'Select a label to generate the command and copy it using the copy button.',
|
||||
'resources.worker.script.install': 'Script Installation',
|
||||
'resources.worker.container.install': 'Container Installation'
|
||||
'resources.worker.container.install': 'Container Installation',
|
||||
'resources.worker.cann.tips':
|
||||
'Set <span style="color: #000;font-weight: 600">ASCEND_VISIBLE_DEVICES</span> to 0 for a single GPU or to the index range (e.g., 0-7 for 8 GPUs) for multiple GPUs.'
|
||||
};
|
||||
|
||||
@@ -46,9 +46,13 @@ export default {
|
||||
'resources.worker.add.step2.tips':
|
||||
'注意:<span style="color: #000;font-weight: 600">mytoken</span> 为第一步获取到的 Token',
|
||||
'resources.worker.add.step3': '成功后,刷新 worker 列表即可看到新的 worker',
|
||||
'resources.worker.container.supported': '不支持 Windows',
|
||||
'resources.worker.container.supported': '不支持 MacOS 和 Windows',
|
||||
'resources.worker.current.version': '当前版本为 {version}',
|
||||
'resources.worker.select.command': '选择一个标签生成命令并使用复制按钮复制',
|
||||
'resources.worker.driver.install':
|
||||
'在安装 GPUStack 之前,确保系统上安装了所有必需的驱动程序和库',
|
||||
'resources.worker.script.install': '脚本安装',
|
||||
'resources.worker.container.install': '容器安装'
|
||||
'resources.worker.container.install': '容器安装',
|
||||
'resources.worker.cann.tips':
|
||||
'若 GPU 数量为 1,则设 ASCEND_VISIBLE_DEVICES=0;若大于 1,则设为索引范围(如 8 张为 0-7)'
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user