Closed
Conversation
…fault torch.compile=on combined with DataLoader spawn workers during LER validation causes a segfault (20 leaked semaphores, core dumped). Set PREDECODER_TORCH_COMPILE=0 for the Train all orientations step. Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
…vent segfault" This reverts commit 7f0f6c8.
Collaborator
Author
|
Superseded by #78. I rebased the CI fix onto current main so the branch contains only the two workflow commits. Repository rules block force-pushing to this branch, so I opened a clean replacement PR instead. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
ppa:deadsnakes/ppaactions/setup-python@v5insteadgit,git-lfs,gcc)multi-gpu-testsContext
PR #75 and the test-only PR #76 both failed before checkout/tests in
CI / GPU.The failing step was
Install system dependencies, whereadd-apt-repository -y ppa:deadsnakes/ppatimed out while contacting Launchpad:
TimeoutError: [Errno 110] Connection timed outBecause PR #76 only changes README text and reproduced the same setup failure, this looks
independent of PR #75's code changes.
After the setup fix,
multi-gpu-testsalso became reachable on the PR path and queued onthe 2-GPU runner. Its comment says it is main-only, so this PR adds the missing
github.ref == 'refs/heads/main'gate.Validation
.github/workflows/ci-gpu.ymland.github/workflows/long-running-tests.ymlwith PyYAMLgit diff --checkactionlintis not installed in the local environment.