Skip to content

Commit

Permalink
fix missing windows cpu only prebuilt
Browse files Browse the repository at this point in the history
  • Loading branch information
FindDefinition committed Dec 9, 2024
1 parent 515a495 commit c5e40f9
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
strategy:
matrix:
python-version: ['3.9', '3.10', '3.11', '3.12', '3.13']
cuda-version: ['11.4', '11.8', '12.1', '12.4', '12.6']
cuda-version: ['11.4', '11.8', '12.1', '12.4', '12.6', '']
steps:
- uses: actions/checkout@master
- name: Install CUDA
Expand Down
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,7 @@
# Changelog
## [0.7.6] - 2024-12-09
- fix missing windows cpu prebuilt

## [0.7.5] - 2024-12-08
- fix linux compile problem

Expand Down
2 changes: 1 addition & 1 deletion version.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0.7.5
0.7.6

0 comments on commit c5e40f9

Please sign in to comment.