Skip to content

Commit 9268f64

Browse files
committed
.
1 parent 30d92ed commit 9268f64

File tree

2 files changed

+3
-4
lines changed

2 files changed

+3
-4
lines changed

.github/build_windows_packages.ps1

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -117,9 +117,9 @@ Write-Host "[INFO] Installing PyTorch..."
117117
& ".\runtime\python.exe" -m pip install --upgrade pip --no-warn-script-location
118118

119119
switch ($cuda) {
120-
"cu124" {
120+
"cu126" {
121121
& ".\runtime\python.exe" -m pip install psutil ninja packaging wheel "setuptools>=42" --no-warn-script-location
122-
& ".\runtime\python.exe" -m pip install torch torchaudio --index-url https://download.pytorch.org/whl/cu124 --no-warn-script-location
122+
& ".\runtime\python.exe" -m pip install torch torchaudio --index-url https://download.pytorch.org/whl/cu126 --no-warn-script-location
123123
& ".\runtime\python.exe" -m pip install flash-attn -i https://xxxxrt666.github.io/PIP-Index/ --no-build-isolation
124124
}
125125
"cu128" {

.github/workflows/build_windows_packages.yaml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
runs-on: windows-latest
1818
strategy:
1919
matrix:
20-
torch_cuda: [cu124, cu128]
20+
torch_cuda: [cu126, cu128]
2121
env:
2222
TORCH_CUDA: ${{ matrix.torch_cuda }}
2323
MODELSCOPE_USERNAME: ${{ secrets.MODELSCOPE_USERNAME }}
@@ -32,7 +32,6 @@ jobs:
3232
uses: actions/checkout@v4
3333

3434
- name: Install Windows CUDA 12.9
35-
if: ${{ runner.os == 'Windows' && matrix.torch_cuda == '12.8' }}
3635
uses: Jimver/cuda-toolkit
3736
id: cuda-toolkit-win-129
3837
with:

0 commit comments

Comments
 (0)