Skip to content

Commit e746965

Browse files
Update nightly package workflow.
1 parent 45a2842 commit e746965

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/windows_release_nightly_pytorch.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ on:
1919
description: 'python patch version'
2020
required: true
2121
type: string
22-
default: "3"
22+
default: "4"
2323
# push:
2424
# branches:
2525
# - master
@@ -49,7 +49,7 @@ jobs:
4949
echo 'import site' >> ./python3${{ inputs.python_minor }}._pth
5050
curl https://bootstrap.pypa.io/get-pip.py -o get-pip.py
5151
./python.exe get-pip.py
52-
python -m pip wheel torch torchvision torchaudio mpmath==1.3.0 numpy==1.26.4 --pre --extra-index-url https://download.pytorch.org/whl/nightly/cu${{ inputs.cu }} -r ../ComfyUI/requirements.txt pygit2 -w ../temp_wheel_dir
52+
python -m pip wheel torch torchvision torchaudio --pre --extra-index-url https://download.pytorch.org/whl/nightly/cu${{ inputs.cu }} -r ../ComfyUI/requirements.txt pygit2 -w ../temp_wheel_dir
5353
ls ../temp_wheel_dir
5454
./python.exe -s -m pip install --pre ../temp_wheel_dir/*
5555
sed -i '1i../ComfyUI' ./python3${{ inputs.python_minor }}._pth

0 commit comments

Comments
 (0)