#Pod could not be created for tests
7 messages · Page 1 of 1 (latest)
maybe try again later? which gpu is it? rtx 4090 5090? or move into another region
{
"tests": [
{
"name": "just_run",
"timeout": 20000,
"input": {
"inputs": [
{
"file_type": "pdf",
"file_data": "",
}
]
}
}
],
"config": {
"gpuTypeId": "RTX PRO 6000 Server",
"gpuCount": 1,
"env": [
{
"key": "CUDA_VISIBLE_DEVICES",
"value": "0"
},
{
"key": "MAX_CONCURRENCY",
"value": "5"
},
{
"key": "GPU_MEMORY_UTILIZATION",
"value": "0.85"
},
],
"allowedCudaVersions": [
"12.8",
"12.7",
"12.6"
]
}
}