- 新增 avogadro/imagej/jade/origin/ovito/pymol/vesta 等科研软件任务 JSON - 修改 vllm_eval.py,修改图片文件名称为第x步 - desktop_env.py 添加额外数据参数 config 和 metadata
57 lines
1.3 KiB
JSON
57 lines
1.3 KiB
JSON
{
|
|
"id": "VESTA_Manual_task1",
|
|
"snapshot": "vesta",
|
|
"instruction": "在 VESTA 中启动软件并加载结构文件 example_structure.cif。",
|
|
"source": "custom",
|
|
"config": [
|
|
{
|
|
"type": "upload_file",
|
|
"parameters": {
|
|
"files": [
|
|
{
|
|
"local_path": "evaluation_examples/data/vesta/example_structure.cif",
|
|
"path": "C:\\Users\\user\\Desktop\\example_structure.cif"
|
|
}
|
|
]
|
|
}
|
|
},
|
|
{
|
|
"type": "launch",
|
|
"parameters": {
|
|
"command": [
|
|
"C:\\VESTA-win64\\VESTA.exe"
|
|
]
|
|
}
|
|
},
|
|
{
|
|
"type": "sleep",
|
|
"parameters": {
|
|
"seconds": 5
|
|
}
|
|
}
|
|
],
|
|
"trajectory": "trajectories/",
|
|
"related_apps": [
|
|
"vesta"
|
|
],
|
|
"evaluator": {
|
|
"postconfig": [
|
|
{
|
|
"type": "sleep",
|
|
"parameters": {
|
|
"seconds": 3
|
|
}
|
|
}
|
|
],
|
|
"func": "vllm_eval"
|
|
},
|
|
"proxy": false,
|
|
"fixed_ip": false,
|
|
"possibility_of_env_change": "low",
|
|
"metadata": {
|
|
"input_files": [
|
|
"example_structure.cif"
|
|
],
|
|
"steps": "1. 启动 VESTA 软件。\n2. 点击 File → Open。\n3. 在文件浏览窗口中选择 example_structure.cif 文件。\n4. 点击 Open 按钮加载文件。\n5. 确认结构已显示在视图窗口中。"
|
|
}
|
|
} |