Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[tests] fix AssertionError: Torch not compiled with CUDA enabled #10356

Merged
merged 2 commits into from
Dec 24, 2024

Conversation

faaany
Copy link
Contributor

@faaany faaany commented Dec 23, 2024

What does this PR do?

The following test cases return AssertionError: Torch not compiled with CUDA enabled on XPU. This PR fixes this issue.

pytest -rA tests/single_file/test_stable_diffusion_xl_adapter_single_file.py::StableDiffusionXLAdapterPipelineSingleFileSlowTests::test_single_file_format_inference_is_same_as_pretrained
pytest -rA tests/single_file/test_stable_diffusion_xl_controlnet_single_file.py::StableDiffusionXLControlNetPipelineSingleFileSlowTests::test_single_file_format_inference_is_same_as_pretrained
pytest -rA tests/single_file/test_stable_diffusion_xl_img2img_single_file.py::StableDiffusionXLImg2ImgPipelineSingleFileSlowTests::test_single_file_format_inference_is_same_as_pretrained
pytest -rA tests/single_file/test_stable_diffusion_xl_img2img_single_file.py::StableDiffusionXLImg2ImgRefinerPipelineSingleFileSlowTests::test_single_file_format_inference_is_same_as_pretrained
pytest -rA tests/single_file/test_stable_diffusion_xl_single_file.py::StableDiffusionXLPipelineSingleFileSlowTests::test_single_file_format_inference_is_same_as_pretrained

Copy link
Collaborator

@hlky hlky left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thank you @faaany

@hlky hlky merged commit 023b0e0 into huggingface:main Dec 24, 2024
8 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants