-
Notifications
You must be signed in to change notification settings - Fork 13
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
9 changed files
with
51 additions
and
9 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,40 @@ | ||
name: "Build & Upload pt25-cu121 Package" | ||
|
||
on: | ||
workflow_dispatch: | ||
|
||
jobs: | ||
build_upload: | ||
permissions: | ||
contents: "write" | ||
packages: "write" | ||
pull-requests: "read" | ||
runs-on: windows-latest | ||
steps: | ||
- uses: actions/checkout@v4 | ||
|
||
- name: Stage 1 Gathering Dependencies | ||
shell: bash | ||
working-directory: pt25-cu121 | ||
run: bash stage1.sh | ||
|
||
- name: Stage 2 Assembling Repositories | ||
shell: bash | ||
working-directory: pt25-cu121 | ||
run: bash stage2.sh | ||
|
||
- name: Stage 3 Compressing Package | ||
shell: bash | ||
working-directory: pt25-cu121 | ||
run: bash stage3.sh | ||
|
||
- name: Upload archive to release | ||
uses: xresloader/upload-to-github-release@v1 | ||
env: | ||
# You don't need to configure this token. It'll be auto-set when GitHub Actions start. | ||
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} | ||
with: | ||
file: "pt25-cu121/Comfy3D_WinPortable.7z*" | ||
# Always draft before release. | ||
draft: true | ||
overwrite: true |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -28,7 +28,7 @@ scipy | |
sentencepiece | ||
soundfile | ||
spandrel | ||
spconv-cu124 | ||
spconv-cu121 | ||
timm | ||
tokenizers | ||
torchmetrics | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1,3 @@ | ||
https://huggingface.co/lldacing/flash-attention-windows-wheel/resolve/main/flash_attn-2.7.0.post2%2Bcu124torch2.5.1cxx11abiFALSE-cp312-cp312-win_amd64.whl | ||
# not found binary for flash-attention-windows cu121 pt251 | ||
|
||
#https://huggingface.co/lldacing/flash-attention-windows-wheel/resolve/main/flash_attn-2.7.0.post2%2Bcu124torch2.5.1cxx11abiFALSE-cp312-cp312-win_amd64.whl |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
# https://pip.pypa.io/en/stable/reference/requirements-file-format/ | ||
# https://github.com/rusty1s/pytorch_scatter?tab=readme-ov-file#binaries | ||
--find-links https://data.pyg.org/whl/torch-2.5.1%2Bcu124.html | ||
--find-links https://data.pyg.org/whl/torch-2.5.1%2Bcu121.html | ||
torch-scatter |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,2 @@ | ||
--find-links https://nvidia-kaolin.s3.us-east-2.amazonaws.com/torch-2.5.1_cu124.html | ||
--find-links https://nvidia-kaolin.s3.us-east-2.amazonaws.com/torch-2.5.1_cu121.html | ||
kaolin |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters