-
Notifications
You must be signed in to change notification settings - Fork 26.3k
Open
Labels
module: bc-breakingRelated to a BC-breaking changeRelated to a BC-breaking changemodule: python frontendFor issues relating to PyTorch's Python frontendFor issues relating to PyTorch's Python frontendtopic: bc breakingtopic categorytopic categorytriagedThis issue has been looked at a team member, and triaged and prioritized into an appropriate moduleThis issue has been looked at a team member, and triaged and prioritized into an appropriate module
Description
PyTorch classifies features/components/modules into one of three stability categories: prototype, beta and stable. See https://pytorch.org/blog/pytorch-feature-classification-changes/ for details. While stable features are subject to our BC-breaking policy, prototype and beta features are not. Programs may accidentally rely on unstable features, however, even when they don't want to update frequently. Providing a mode that prevents reliance on unstable prototype and beta features would help enforce our recommended practice.
stas00 and oke-aditya
Metadata
Metadata
Assignees
Labels
module: bc-breakingRelated to a BC-breaking changeRelated to a BC-breaking changemodule: python frontendFor issues relating to PyTorch's Python frontendFor issues relating to PyTorch's Python frontendtopic: bc breakingtopic categorytopic categorytriagedThis issue has been looked at a team member, and triaged and prioritized into an appropriate moduleThis issue has been looked at a team member, and triaged and prioritized into an appropriate module