#Pod could not be created for tests

7 messages · Page 1 of 1 (latest)

civic igloo
#

my repo always fail at test with this error:
Pod could not be created for tests. This is most likely because there were no instances available to create the pod with.
What could i do ?

steel pythonBOT
#

To help others find answers, you can mark your question as solved via Right click solution message -> Apps -> ✅ Mark Solution

brave bayBOT
chrome pulsar
civic igloo
#
{
  "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"
    ]
  }
}
chrome pulsar
#

yeah probably there is no gpus with that speciication

#

try cuda 12.4 12.5 also.