项目文件夹

文件
2021-08-16 15:30:30 +08:00

26 行
488 B
JSON

{
"r5.16xlarge": {
"tests": [
"api.", "kernel.", "model_acc.", "model_speed."
],
"env": {
"DEVICE": "cpu"
}
},
"g4dn.2xlarge": {
"tests": [
"api.", "kernel.", "model_acc.", "model_speed."
],
"env": {
"DEVICE": "gpu"
}
},
"g4dn.12xlarge": {
"tests": [
"multigpu."
],
"env": {
"DEVICE": "gpu"
}
}
}