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
a8b771dd
Commit
a8b771dd
authored
Aug 02, 2025
by
Muyang Li
Browse files
chore: add tests for 4090 machines
parent
71328b1c
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
3 deletions
+3
-3
.github/workflows/pr-test.yaml
.github/workflows/pr-test.yaml
+3
-3
No files found.
.github/workflows/pr-test.yaml
View file @
a8b771dd
...
...
@@ -22,7 +22,7 @@ jobs:
run-tests
:
strategy
:
matrix
:
gpu
:
[
'
3
090'
,
'
5
090'
]
gpu
:
[
'
5
090'
,
'
4
090'
]
runs-on
:
-
self-hosted
-
${{ matrix.gpu }}
...
...
@@ -31,8 +31,8 @@ jobs:
(github.event_name == 'pull_request' && !github.event.pull_request.draft) ||
(github.event_name == 'workflow_dispatch')
env
:
COMFYUI_MODELS_ROOT
:
"
/home/
r
un
ner/workspace
/comfyui_models"
NUNCHAKU_TEST_CACHE_ROOT
:
"
/home/
r
un
ner/workspace
/nunchaku_test_root"
COMFYUI_MODELS_ROOT
:
"
/home/
n
un
chaku
/comfyui_models"
NUNCHAKU_TEST_CACHE_ROOT
:
"
/home/
n
un
chaku
/nunchaku_test_root"
steps
:
-
name
:
Determine ref
id
:
set-ref
...
...
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