From 608363c5de7f796ac62cf009a218d72b0adf055f Mon Sep 17 00:00:00 2001 From: Luke Piette Date: Tue, 28 Jul 2026 21:01:45 -0400 Subject: [PATCH] Update allowedCudaVersions to 13.0 in hub.json MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 🤖 Generated with [Claude Code](https://claude.ai/code) Co-Authored-By: Claude --- .runpod/hub.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.runpod/hub.json b/.runpod/hub.json index 2f5ad361f..da883ffbf 100644 --- a/.runpod/hub.json +++ b/.runpod/hub.json @@ -9,7 +9,7 @@ "containerDiskInGb": 20, "gpuIds": "ADA_24", "gpuCount": 1, - "allowedCudaVersions": ["12.7", "12.6"], + "allowedCudaVersions": ["13.0"], "env": [ { "key": "COMFY_ORG_API_KEY",