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
1620b603
Commit
1620b603
authored
Apr 12, 2025
by
muyangli
Browse files
uses model cpu offload instead of per-layer offload to speedup test ci
parent
b705afb9
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
15 additions
and
6 deletions
+15
-6
.github/workflows/pr_test_linux.yaml
.github/workflows/pr_test_linux.yaml
+15
-6
No files found.
.github/workflows/pr_test_linux.yaml
View file @
1620b603
name
:
pr_test_linux
name
:
pr_test_linux
on
:
on
:
workflow_dispatch
:
push
:
branches
:
[
main
]
paths
:
-
"
nunchaku/**"
-
"
src/**"
-
"
tests/**"
pull_request
:
pull_request
:
branches
:
[
main
]
branches
:
[
main
]
issue_comment
:
paths
:
types
:
[
created
]
-
"
nunchaku/**"
-
"
src/**"
-
"
tests/**"
workflow_dispatch
:
concurrency
:
concurrency
:
group
:
pr_test
group
:
${{ github.repository }}-${{ github.workflow }}-${{ github.event.pull_request.number || github.ref }}
cancel-in-progress
:
fals
e
cancel-in-progress
:
tru
e
jobs
:
jobs
:
check-comment
:
check-comment
:
...
...
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