From dc2eb75b8520ab0c838e07224312a95098cccf6a Mon Sep 17 00:00:00 2001 From: comfyanonymous Date: Thu, 5 Sep 2024 19:21:52 -0400 Subject: [PATCH] Update stable release workflow to latest pytorch with cuda 12.4. --- .github/workflows/stable-release.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/stable-release.yml b/.github/workflows/stable-release.yml index 658816af..e5444d36 100644 --- a/.github/workflows/stable-release.yml +++ b/.github/workflows/stable-release.yml @@ -12,7 +12,7 @@ on: description: 'CUDA version' required: true type: string - default: "121" + default: "124" python_minor: description: 'Python minor version' required: true