File tree Expand file tree Collapse file tree 5 files changed +6
-7
lines changed Expand file tree Collapse file tree 5 files changed +6
-7
lines changed Original file line number Diff line number Diff line change 1616 pip_args : ' '
1717 - arch : ' x64'
1818 type : ' cpu'
19- pip_args : ' --pre '
19+ pip_args : ' --extra-index-url https://download.pytorch.org/whl/cpu '
2020 - arch : ' x64'
2121 type : ' rocm'
2222 pip_args : ' --pre'
7575 # pip_args: '--pre'
7676 - arch : ' x64'
7777 type : ' cpu'
78- pip_args : ' --pre '
78+ pip_args : ' '
7979 runs-on : windows-latest
8080 env :
8181 artifact_name : win32-${{ matrix.build.arch }}-${{ matrix.build.type }}.tar.zst
Original file line number Diff line number Diff line change 1- --extra-index-url https://download.pytorch.org/whl/nightly/cpu
21-r requirements.txt
32torch
Original file line number Diff line number Diff line change 1- --extra-index-url https://download.pytorch.org/whl/cu121
1+ --extra-index-url https://download.pytorch.org/whl/cu124
22--extra-index-url https://aiinfra.pkgs.visualstudio.com/PublicPackages/_packaging/onnxruntime-cuda-12/pypi/
33-r requirements.txt
44torch
Original file line number Diff line number Diff line change 1- --extra-index-url https://download.pytorch.org/whl/nightly/ rocm6.0
1+ --extra-index-url https://download.pytorch.org/whl/rocm6.1
22-r requirements.txt
33torch
Original file line number Diff line number Diff line change 11torchvision
22torchsde
33einops
4- safetensors
4+ safetensors >= 0.4.2
55pyyaml
66Pillow
77scipy
88tqdm
99psutil
10- transformers
10+ transformers >= 4.28.1
1111segment_anything
1212yapf
1313addict
You can’t perform that action at this time.
0 commit comments