Skip to content

Commit e1d4f36

Browse files
Update test release package workflow with python 3.13 cu129. (Comfy-Org#9306)
1 parent 1e3ae1e commit e1d4f36

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

.github/workflows/windows_release_package.yml

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,19 +7,19 @@ on:
77
description: 'cuda version'
88
required: true
99
type: string
10-
default: "128"
10+
default: "129"
1111

1212
python_minor:
1313
description: 'python minor version'
1414
required: true
1515
type: string
16-
default: "12"
16+
default: "13"
1717

1818
python_patch:
1919
description: 'python patch version'
2020
required: true
2121
type: string
22-
default: "10"
22+
default: "6"
2323
# push:
2424
# branches:
2525
# - master
@@ -64,6 +64,8 @@ jobs:
6464
./python.exe get-pip.py
6565
./python.exe -s -m pip install ../cu${{ inputs.cu }}_python_deps/*
6666
sed -i '1i../ComfyUI' ./python3${{ inputs.python_minor }}._pth
67+
68+
rm ./Lib/site-packages/torch/lib/dnnl.lib #I don't think this is actually used and I need the space
6769
cd ..
6870
6971
git clone --depth 1 https://github.com/comfyanonymous/taesd

0 commit comments

Comments
 (0)