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
65e3a557
Commit
65e3a557
authored
Jun 05, 2025
by
muyangli
Browse files
chore: fix the wheel building
parent
45afb58b
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
0 additions
and
2 deletions
+0
-2
.github/workflows/nightly-build.yaml
.github/workflows/nightly-build.yaml
+0
-1
.github/workflows/release-build.yaml
.github/workflows/release-build.yaml
+0
-1
No files found.
.github/workflows/nightly-build.yaml
View file @
65e3a557
...
...
@@ -94,7 +94,6 @@ jobs:
else
cuda_version="12.4"
fi
bash scripts/build_linux_wheel.sh ${{ matrix.python }} ${{ matrix.torch }} $cuda_version
if [[ "${{ matrix.torch }}" == "2.8" ]]; then
bash scripts/build_linux_wheel_torch2.8.sh ${{ matrix.python }} ${{ matrix.torch }} $cuda_version
else
...
...
.github/workflows/release-build.yaml
View file @
65e3a557
...
...
@@ -68,7 +68,6 @@ jobs:
else
cuda_version="12.4"
fi
bash scripts/build_linux_wheel.sh ${{ matrix.python }} ${{ matrix.torch }} $cuda_version
if [[ "${{ matrix.torch }}" == "2.8" ]]; then
bash scripts/build_linux_wheel_torch2.8.sh ${{ matrix.python }} ${{ matrix.torch }} $cuda_version
else
...
...
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