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
c8134a6f
Commit
c8134a6f
authored
Jun 06, 2025
by
muyangli
Browse files
[Auto Merge] chore: fix the workflow of linux building
parents
ca4d4b46
7214300d
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
2 deletions
+2
-2
.github/workflows/nightly-build.yaml
.github/workflows/nightly-build.yaml
+1
-1
.github/workflows/release-build.yaml
.github/workflows/release-build.yaml
+1
-1
No files found.
.github/workflows/nightly-build.yaml
View file @
c8134a6f
...
@@ -95,7 +95,7 @@ jobs:
...
@@ -95,7 +95,7 @@ jobs:
cuda_version="12.4"
cuda_version="12.4"
fi
fi
if [[ "${{ matrix.torch }}" == "2.8" ]]; then
if [[ "${{ matrix.torch }}" == "2.8" ]]; then
bash scripts/build_linux_wheel_torch2.8.sh ${{ matrix.python }} ${{ matrix.torch }}
$cuda_version
bash scripts/build_linux_wheel_torch2.8.sh ${{ matrix.python }} ${{ matrix.torch }}
12.8
else
else
bash scripts/build_linux_wheel.sh ${{ matrix.python }} ${{ matrix.torch }} $cuda_version
bash scripts/build_linux_wheel.sh ${{ matrix.python }} ${{ matrix.torch }} $cuda_version
fi
fi
...
...
.github/workflows/release-build.yaml
View file @
c8134a6f
...
@@ -69,7 +69,7 @@ jobs:
...
@@ -69,7 +69,7 @@ jobs:
cuda_version="12.4"
cuda_version="12.4"
fi
fi
if [[ "${{ matrix.torch }}" == "2.8" ]]; then
if [[ "${{ matrix.torch }}" == "2.8" ]]; then
bash scripts/build_linux_wheel_torch2.8.sh ${{ matrix.python }} ${{ matrix.torch }}
$cuda_version
bash scripts/build_linux_wheel_torch2.8.sh ${{ matrix.python }} ${{ matrix.torch }}
12.8
else
else
bash scripts/build_linux_wheel.sh ${{ matrix.python }} ${{ matrix.torch }} $cuda_version
bash scripts/build_linux_wheel.sh ${{ matrix.python }} ${{ matrix.torch }} $cuda_version
fi
fi
...
...
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