Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
fengzch-das
nunchaku
Commits
d4119ff1
Commit
d4119ff1
authored
Jun 16, 2025
by
muyangli
Browse files
chore: add torch2.8 for the release build
parent
07f07563
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
.github/workflows/release-build.yaml
.github/workflows/release-build.yaml
+2
-2
No files found.
.github/workflows/release-build.yaml
View file @
d4119ff1
...
...
@@ -51,7 +51,7 @@ jobs:
strategy
:
matrix
:
python
:
[
"
3.10"
,
"
3.11"
,
"
3.12"
]
torch
:
[
"
2.5"
,
"
2.6"
,
"
2.7"
]
torch
:
[
"
2.5"
,
"
2.6"
,
"
2.7"
,
"
2.8"
]
steps
:
-
name
:
Checkout to the tag
uses
:
actions/checkout@v4
...
...
@@ -92,7 +92,7 @@ jobs:
strategy
:
matrix
:
python
:
[
"
3.10"
,
"
3.11"
,
"
3.12"
]
torch
:
[
"
2.5"
,
"
2.6"
,
"
2.7"
]
torch
:
[
"
2.5"
,
"
2.6"
,
"
2.7"
,
"
2.8"
]
steps
:
-
name
:
Checkout to the tag
uses
:
actions/checkout@v4
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment