Browse Source

Update the nightly workflow.

pull/3415/merge
comfyanonymous 6 months ago
parent
commit
794a357f7a
  1. 4
      .github/workflows/windows_release_nightly_pytorch.yml

4
.github/workflows/windows_release_nightly_pytorch.yml

@ -7,7 +7,7 @@ on:
description: 'cuda version'
required: true
type: string
default: "121"
default: "124"
python_minor:
description: 'python minor version'
@ -19,7 +19,7 @@ on:
description: 'python patch version'
required: true
type: string
default: "2"
default: "3"
# push:
# branches:
# - master

Loading…
Cancel
Save