Skip to content

Commit 8615734

Browse files
committed
chore: bump the version to 1.2.1
1 parent a8eb7fe commit 8615734

2 files changed

Lines changed: 5 additions & 11 deletions

File tree

.github/workflows/nightly-build.yaml

Lines changed: 4 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -76,11 +76,8 @@ jobs:
7676
if: needs.tag.outputs.need_build == 'true' && github.repository == 'nunchaku-ai/nunchaku'
7777
strategy:
7878
matrix:
79-
# python: ["3.10", "3.11", "3.12", "3.13"]
80-
# torch: ["2.8", "2.9", "2.10", "pre"]
81-
# cuda: ["12.8", "13.0"]
82-
python: ["3.10"]
83-
torch: ["2.8"]
79+
python: ["3.10", "3.11", "3.12", "3.13"]
80+
torch: ["2.8", "2.9", "2.10", "pre"]
8481
cuda: ["12.8", "13.0"]
8582
exclude:
8683
- torch: "2.8"
@@ -120,11 +117,8 @@ jobs:
120117
if: needs.tag.outputs.need_build == 'true' && github.repository == 'nunchaku-ai/nunchaku'
121118
strategy:
122119
matrix:
123-
# python: ["3.10", "3.11", "3.12", "3.13"]
124-
# torch: ["2.8", "2.9", "2.10", "pre"]
125-
# cuda: ["12.8", "13.0"]
126-
python: ["3.10"]
127-
torch: ["2.8"]
120+
python: ["3.10", "3.11", "3.12", "3.13"]
121+
torch: ["2.8", "2.9", "2.10", "pre"]
128122
cuda: ["12.8", "13.0"]
129123
exclude:
130124
- torch: "2.8"

nunchaku/__version__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
__version__ = "1.2.1dev"
1+
__version__ = "1.2.1"

0 commit comments

Comments
 (0)