File tree Expand file tree Collapse file tree 2 files changed +3
-4
lines changed Expand file tree Collapse file tree 2 files changed +3
-4
lines changed Original file line number Diff line number Diff 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
119119switch ($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" {
Original file line number Diff line number Diff line change 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 }}
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 :
You can’t perform that action at this time.
0 commit comments