26 lines
488 B
JSON
26 lines
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"
|
|
}
|
|
}
|
|
} |