Skip to content

Commit fd439d4

Browse files
committed
Mention split build
1 parent cf07416 commit fd439d4

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

RFC-0038-cpython-support.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,7 @@ The key requirements driving this proposal are:
2828
PyTorch supports all CPython versions that are fully released and have not reached end of life: https://devguide.python.org/versions/
2929

3030
Note: This is an update from the current policy at https://github.com/pytorch/pytorch/blob/main/RELEASE.md#python which is following NumPy’s approach. In practice, we are not following the rules stated in that .md and following the rule stated just above here. We are updating the rule (instead of enforcing the NEP above) as the cost of supporting more versions is minimal.
31+
Also split build to have a single (large) c++ package shared by all CPython version is way underway (https://github.com/pytorch/pytorch/pull/129011) and will reduce the binary size use on PyPi even though we support a large number of versions.
3132

3233
### What is tested in CI/CD
3334

0 commit comments

Comments
 (0)