chore(deps): lock torch 2.12.1 - #111
Merged
Merged
Conversation
Clears the low-severity torch.lstm_cell Dependabot advisory (patched in 2.10.0 per updated advisory data, not 2.13 as previously recorded) and puts the default CI lane on an inductor with the pytorch/pytorch#172301 fusion-legality fix. Stays inside the supported 2.8-2.12 matrix, which CI continues to test in full. The torch.jit.script advisory remains open, patched only in 2.13.
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.
Bumps the locked default-lane torch from 2.9.1 to 2.12.1 (triton 3.5.1 -> 3.7.1); pyproject constraints are unchanged and the CI torch matrix still tests 2.8-2.12 in full.
Why:
torch.lstm_cellmemory-corruption Dependabot advisory, which is patched in 2.10.0 — the earlier changelog note that both torch advisories required 2.13 no longer matches the updated advisory data. Thetorch.jit.scriptadvisory remains open (patched only in 2.13, outside the supported matrix).try_loop_splitassertion worked around in Remove the graph breaks that make torch.compile a net loss #109.The 2.12 matrix job has been green on every recent run, so this lane is already exercised per-commit.