Files
sci-gui-agent-benchmark/evaluation_examples/examples/ovito/remote_rendering_task1.json

45 lines
2.2 KiB
JSON
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

{
"id": "remote_rendering_task1",
"snapshot": "ovito",
"instruction": "在 OVITO Pro 中设置远程渲染任务的导出目录并配置 CPU 核心数。",
"source": "custom",
"config": [
{
"type": "launch",
"parameters": {
"command": [
"C:\\OVITO Basic\\ovito.exe"
]
}
},
{
"type": "sleep",
"parameters": {
"seconds": 5
}
}
],
"trajectory": "trajectories/",
"related_apps": [
"ovito"
],
"evaluator": {
"postconfig": [
{
"type": "sleep",
"parameters": {
"seconds": 3
}
}
],
"func": "vllm_eval"
},
"proxy": false,
"fixed_ip": false,
"possibility_of_env_change": "low",
"metadata": {
"input_files": [],
"steps": "1. 在操作系统中双击打开 OVITO Pro 软件。\n2. 在软件界面右侧的命令面板顶部单击带有“扳手和螺丝刀”图标的“Utilities”标签页。\n3. 在 Utilities 面板顶部的下拉菜单控件上,单击以展开工具列表。\n4. 在展开的下拉列表中单击选中“Render On Remote Computer”选项。\n5. 在下方出现的设置面板中找到“Bundle export directory:”标签单击其右侧的“Choose...”按钮。\n6. 在弹出的文件浏览对话框中,浏览并单击选中一个用作导出的本地目标文件夹。\n7. 单击文件浏览对话框底部的“选择文件夹”(或“确认”)按钮,完成路径的设置并关闭对话框。\n8. 找到面板下方的“CPU cores per task:”输入框,单击将光标定位到该输入框内。\n9. 选中并清空输入框内的已有内容,通过键盘输入所需的 CPU 核心数量数字(如果需要默认使用所有可用核心,则清空后不输入任何内容)。",
"steps_original": "1. 打开 OVITO Pro 软件。\n2. 点击顶部菜单中的 Utilities 标签。\n3. 选择 Render On Remote Computer 工具。\n4. 在弹出的对话框中,点击 'Choose' 按钮为 Bundle Export Directory 设置一个本地导出目录。\n5. 在 CPU cores per task 选项框中输入渲染任务所需的 CPU 核心数量(可为空,默认使用所有核心)。"
}
}