Skip to content

Commit 33d6faa

Browse files
committed
use stable version of pytorch and reenable directml
1 parent c54502d commit 33d6faa

File tree

5 files changed

+6
-7
lines changed

5 files changed

+6
-7
lines changed

.github/workflows/build.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
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'
@@ -75,7 +75,7 @@ jobs:
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

requirements.cpu.txt

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,2 @@
1-
--extra-index-url https://download.pytorch.org/whl/nightly/cpu
21
-r requirements.txt
32
torch

requirements.cuda.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
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
44
torch

requirements.rocm.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
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
33
torch

requirements.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
torchvision
22
torchsde
33
einops
4-
safetensors
4+
safetensors>=0.4.2
55
pyyaml
66
Pillow
77
scipy
88
tqdm
99
psutil
10-
transformers
10+
transformers>=4.28.1
1111
segment_anything
1212
yapf
1313
addict

0 commit comments

Comments
 (0)