We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1e2cb67 commit 6ec4e64Copy full SHA for 6ec4e64
.github/workflows/build-wheels-cuda-win.yml
@@ -62,10 +62,11 @@ jobs:
62
63
# from kingbri1/flash-attention build-wheels.yml
64
- name: Install CUDA ${{ matrix.cuda }}
65
- uses: Jimver/cuda-toolkit@v0.2.23
+ uses: N-Storm/cuda-toolkit@v0.2.28
66
id: cuda-toolkit
67
with:
68
cuda: "${{ matrix.cuda }}"
69
+ use-github-cache: false
70
71
# from astral-sh/setup-uv
72
- name: Install the latest version of uv and set the python version
0 commit comments