Skip to content

[CI][tests] Fix LTX-2.5 Diffuson Decoder Tiling CI CPU Timeout - #14462

Open
dg845 wants to merge 2 commits into
mainfrom
ltx-25-fix-ci-diff-decode-tile-test
Open

[CI][tests] Fix LTX-2.5 Diffuson Decoder Tiling CI CPU Timeout#14462
dg845 wants to merge 2 commits into
mainfrom
ltx-25-fix-ci-diff-decode-tile-test

Conversation

@dg845

@dg845 dg845 commented Aug 13, 2026

Copy link
Copy Markdown
Collaborator

What does this PR do?

The LTX-2.5 diffusion decoder TestLTX2VideoDiffusionDecoderModelTiling.test_tiles_covering_the_video_match_untiled_exactly test currently times out on the CI on CPU (https://github.com/huggingface/diffusers/actions/runs/31653477123/job/94302891463?pr=14399):

 FAILED tests/models/autoencoders/test_models_ltx2_diffusion_decoder.py::TestLTX2VideoDiffusionDecoderModelTiling::test_tiles_covering_the_video_match_untiled_exactly - Failed: Timeout (>60.0s) from pytest-timeout.

This PR adds a requires_accelerator decorator so that the test will be skipped on CPU to mitigate the timeout.

Before submitting

  • Did you use an AI agent (Claude Code, Codex, Cursor, etc.) to help with this PR? If so:
    • Did you read the Coding with AI agents guide?
    • Did you run the self-review skill on the diff?
    • Did you share the final self-review notes in the PR description or a comment?
  • Did you read the contributor guideline?
  • Did you read our philosophy doc? (important for complex PRs)
  • Was this discussed/approved via a GitHub issue or the forum? Please add a link to it if that's the case.
  • Did you make sure to update the documentation with your changes? Here are the
    documentation guidelines, and
    here are tips on formatting docstrings.
  • Did you write any new necessary tests?
  • Are you the author (or part of the team) of the model/pipeline (only applicable for model/pipeline related PRs)?

Who can review?

Anyone in the community is free to review the PR once the tests have passed. Feel free to tag
members/contributors who may be interested in your PR.

@sayakpaul
@linoytsaban

…tch_untiled_exactly to prevent CI timeout on CPU
@github-actions github-actions Bot added size/S PR with diff < 50 LOC tests and removed size/S PR with diff < 50 LOC labels Aug 13, 2026
@github-actions github-actions Bot added the size/S PR with diff < 50 LOC label Aug 13, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

size/S PR with diff < 50 LOC tests

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants