版本:v1.11.0 示例配置: { "nodeconfig": [ { "name": "node2", "devicememoryscaling": 5.0, "devicecorescaling": 10.0, "devicesplitcount": 10, "filterdevice": { "index": ["0", "1", "3"] } } ] } 结果: 期望过滤的卡设置: "filterdevice": { "index": ["0", "1", "3"] } 未生效。
版本:v1.11.0
示例配置:
{
"nodeconfig": [
{
"name": "node2",
"devicememoryscaling": 5.0,
"devicecorescaling": 10.0,
"devicesplitcount": 10,
"filterdevice": {
"index": ["0", "1", "3"]
}
}
]
}
结果:
期望过滤的卡设置: "filterdevice": {
"index": ["0", "1", "3"]
} 未生效。