Skip to content

Commit a331fce

Browse files
fix: Update CUDA version to 12.4.1 for Windows build compatibility
This should resolve the 'Version not available: 12.6.0' error that was preventing Windows binary builds. 12.4.1 is more widely available in GitHub Actions. Will enable Windows prebuilt binaries in future releases.
1 parent 54aed14 commit a331fce

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,7 @@ jobs:
9898
if: contains(matrix.features, 'gpu') || contains(matrix.features, 'llama-cuda')
9999
uses: Jimver/[email protected]
100100
with:
101-
cuda: '12.6.0'
101+
cuda: '12.4.1'
102102

103103
- name: Install system dependencies (Linux)
104104
if: runner.os == 'Linux'

0 commit comments

Comments
 (0)