Skip to content

Commit

Permalink
follow up of rename
Browse files Browse the repository at this point in the history
  • Loading branch information
YanWenKun committed Dec 19, 2024
1 parent 886e2d9 commit 963c154
Show file tree
Hide file tree
Showing 6 changed files with 13 additions and 16 deletions.
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: "Build & Upload pt25-cu121 Package"
name: "Build & Upload pt24-cu121-trellis Package"

on:
workflow_dispatch:
Expand All @@ -15,17 +15,17 @@ jobs:

- name: Stage 1 Gathering Dependencies
shell: bash
working-directory: pt25-cu121
working-directory: pt24-cu121-trellis
run: bash stage1.sh

- name: Stage 2 Assembling Repositories
shell: bash
working-directory: pt25-cu121
working-directory: pt24-cu121-trellis
run: bash stage2.sh

- name: Stage 3 Compressing Package
shell: bash
working-directory: pt25-cu121
working-directory: pt24-cu121-trellis
run: bash stage3.sh

- name: Upload archive to release
Expand All @@ -34,7 +34,7 @@ jobs:
# 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*"
file: "pt24-cu121-trellis/Comfy3D_WinPortable.7z*"
# Always draft before release.
draft: true
overwrite: true
8 changes: 4 additions & 4 deletions pt24-cu121-trellis/requirements3.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
--index-url https://download.pytorch.org/whl/cu121
--extra-index-url https://pypi.org/simple
xformers==0.0.28.post3
torch==2.5.1
torchvision==0.20.1
torchaudio==2.5.1
xformers==0.0.27.post2
torch==2.4.0
torchvision==0.19.0
torchaudio==2.4.0
4 changes: 1 addition & 3 deletions pt24-cu121-trellis/requirements8.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1 @@
# 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
# Used to install flash-attn, now leave empty
2 changes: 1 addition & 1 deletion pt24-cu121-trellis/requirements9.txt
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%2Bcu121.html
--find-links https://data.pyg.org/whl/torch-2.4.0%2Bcu121.html
torch-scatter
2 changes: 1 addition & 1 deletion pt24-cu121-trellis/requirementsA.txt
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_cu121.html
--find-links https://nvidia-kaolin.s3.us-east-2.amazonaws.com/torch-2.4.0_cu121.html
kaolin
3 changes: 1 addition & 2 deletions pt24-cu121-trellis/stage1.sh
Original file line number Diff line number Diff line change
Expand Up @@ -59,8 +59,7 @@ $pip_exe install -r "$workdir"/requirements4.txt
$pip_exe install -r "$workdir"/requirements5.txt
$pip_exe install -r "$workdir"/requirements6.txt

rm "$workdir"/Comfy3D_Pre_Builds/_Build_Wheels/_Wheels_win_py312_torch2.5.0_cu121/torch_scatter-2.1.2-cp312-cp312-win_amd64.whl
$pip_exe install "$workdir"/Comfy3D_Pre_Builds/_Build_Wheels/_Wheels_win_py312_torch2.5.0_cu121/*.whl
$pip_exe install "$workdir"/Comfy3D_Pre_Builds/_Build_Wheels/_Wheels_win_py312_torch2.4.0_cu121/*.whl

$pip_exe install -r "$workdir"/requirements8.txt
$pip_exe install -r "$workdir"/requirements9.txt
Expand Down

0 comments on commit 963c154

Please sign in to comment.