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
44ec8a1b
"benchmark/vscode:/vscode.git/clone" did not exist on "e8e18dcdcca0e6d4eacccd074bea9da2ad6a3e18"
Commit
44ec8a1b
authored
May 02, 2025
by
Muyang Li
Browse files
[Auto Merge] test: use CPU offload to save GPU memory in multi-batch test (#344)
parents
336d56ef
25383861
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
tests/flux/test_multiple_batch.py
tests/flux/test_multiple_batch.py
+1
-1
No files found.
tests/flux/test_multiple_batch.py
View file @
44ec8a1b
...
@@ -11,7 +11,7 @@ from .utils import run_test
...
@@ -11,7 +11,7 @@ from .utils import run_test
"height,width,attention_impl,cpu_offload,expected_lpips,batch_size"
,
"height,width,attention_impl,cpu_offload,expected_lpips,batch_size"
,
[
[
(
1024
,
1024
,
"nunchaku-fp16"
,
False
,
0.140
if
get_precision
()
==
"int4"
else
0.135
,
2
),
(
1024
,
1024
,
"nunchaku-fp16"
,
False
,
0.140
if
get_precision
()
==
"int4"
else
0.135
,
2
),
(
1920
,
1080
,
"flashattn2"
,
Fals
e
,
0.160
if
get_precision
()
==
"int4"
else
0.123
,
4
),
(
1920
,
1080
,
"flashattn2"
,
Tru
e
,
0.160
if
get_precision
()
==
"int4"
else
0.123
,
4
),
],
],
)
)
def
test_flux_schnell
(
def
test_flux_schnell
(
...
...
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