[3.14, jit] skip jit tests on 3.14+, add jit deprecation warnings to user-facing API#167669
Closed
williamwen42 wants to merge 2 commits intogh/williamwen42/346/basefrom
Closed
[3.14, jit] skip jit tests on 3.14+, add jit deprecation warnings to user-facing API#167669williamwen42 wants to merge 2 commits intogh/williamwen42/346/basefrom
williamwen42 wants to merge 2 commits intogh/williamwen42/346/basefrom
Conversation
…user-facing API [ghstack-poisoned]
This was referenced Nov 12, 2025
🔗 Helpful Links🧪 See artifacts and rendered test results at hud.pytorch.org/pr/167669
Note: Links to docs will display an error until the docs builds have been completed. ✅ No FailuresAs of commit a94305c with merge base 8919f69 ( This comment was automatically generated by Dr. CI and updates every 15 minutes. |
This was referenced Nov 12, 2025
[export, 3.14] handle patching methods with functools.partial correctly in non-strict export
#167396
Closed
malfet
approved these changes
Nov 12, 2025
|
|
||
| def script_method(fn): | ||
| if sys.version_info >= (3, 14): | ||
| warnings.warn( |
| torch.jit.save(m, 'scriptmodule.pt', _extra_files=extra_files) | ||
| """ | ||
| if sys.version_info >= (3, 14): | ||
| warnings.warn( |
Member
Author
|
Raising an error would require a lot more changes since |
atalman
approved these changes
Nov 12, 2025
…arnings to user-facing API" cc EikanWang jgong5 wenzhe-nrv sanchitintel gujinghui PenghuiCheng XiaobingSuper jianyuh mingfeima ashokei jingxu10 min-jean-cho yanbing-j Guobing-Chen Xia-Weiwen snadampal [ghstack-poisoned]
Collaborator
|
Starting merge as part of PR stack under #167700 |
pytorchmergebot
pushed a commit
that referenced
this pull request
Nov 14, 2025
Khanaksahu
pushed a commit
to Khanaksahu/pytorch
that referenced
this pull request
Nov 17, 2025
…user-facing API ghstack-source-id: 438281d Pull Request resolved: pytorch/pytorch#167669
Silv3S
pushed a commit
to Silv3S/pytorch
that referenced
this pull request
Nov 18, 2025
…user-facing API (pytorch#167669) Pull Request resolved: pytorch#167669 Approved by: https://github.com/malfet, https://github.com/atalman ghstack dependencies: pytorch#167382, pytorch#167383, pytorch#167384, pytorch#167387, pytorch#167396
Silv3S
pushed a commit
to Silv3S/pytorch
that referenced
this pull request
Nov 18, 2025
Failing test was `pytest test/export/test_export.py -k test_python_asserts_with_sym_int` Pull Request resolved: pytorch#167700 Approved by: https://github.com/bobrenjc93 ghstack dependencies: pytorch#167382, pytorch#167383, pytorch#167384, pytorch#167387, pytorch#167396, pytorch#167669
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.
Stack from ghstack (oldest at bottom):
cc @EikanWang @jgong5 @wenzhe-nrv @sanchitintel @gujinghui @PenghuiCheng @XiaobingSuper @jianyuh @mingfeima @ashokei @jingxu10 @min-jean-cho @yanbing-j @Guobing-Chen @Xia-Weiwen @snadampal