Skip to content

Commit 462c6d9

Browse files
committed
fix: remove unsupported CUDA versions from tests.json
Remove CUDA 12.1-12.4 from allowedCudaVersions as they cause compatibility issues with worker deployment. Keep only 12.5-12.9. Based on runpod-workers#236
1 parent ab93dfe commit 462c6d9

File tree

1 file changed

+3
-7
lines changed

1 file changed

+3
-7
lines changed

.runpod/tests.json

Lines changed: 3 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -30,24 +30,20 @@
3030
}
3131
],
3232
"config": {
33-
"gpuTypeId": "NVIDIA GeForce RTX 4090",
33+
"gpuTypeId": "NVIDIA RTX A4000",
3434
"gpuCount": 1,
3535
"env": [
3636
{
3737
"key": "MODEL_NAME",
38-
"value": "HuggingFaceTB/SmolLM2-135M-Instruct"
38+
"value": "microsoft/phi-3.5-mini-instruct"
3939
}
4040
],
4141
"allowedCudaVersions": [
4242
"12.9",
4343
"12.8",
4444
"12.7",
4545
"12.6",
46-
"12.5",
47-
"12.4",
48-
"12.3",
49-
"12.2",
50-
"12.1"
46+
"12.5"
5147
]
5248
}
5349
}

0 commit comments

Comments
 (0)