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
OpenDAS
diffusers
Commits
6ce01bd6
Unverified
Commit
6ce01bd6
authored
Oct 06, 2023
by
Dhruv Nair
Committed by
GitHub
Oct 06, 2023
Browse files
Bump tolerance on shape test (#5289)
bump tolerance on shape test
parent
0922210c
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
tests/pipelines/shap_e/test_shap_e_img2img.py
tests/pipelines/shap_e/test_shap_e_img2img.py
+1
-1
No files found.
tests/pipelines/shap_e/test_shap_e_img2img.py
View file @
6ce01bd6
...
...
@@ -250,7 +250,7 @@ class ShapEImg2ImgPipelineFastTests(PipelineTesterMixin, unittest.TestCase):
super
().
test_float16_inference
(
expected_max_diff
=
1e-1
)
def
test_save_load_local
(
self
):
super
().
test_save_load_local
(
expected_max_difference
=
1
e-3
)
super
().
test_save_load_local
(
expected_max_difference
=
5
e-3
)
@
unittest
.
skip
(
"Key error is raised with accelerate"
)
def
test_sequential_cpu_offload_forward_pass
(
self
):
...
...
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