m (marking ready for wrangler) |
(adding release notes tracker) |
||
(5 intermediate revisions by 2 users not shown) | |||
Line 1: | Line 1: | ||
= PyTorch 2.4 = | = PyTorch 2.4 = | ||
== Summary == | == Summary == | ||
Line 21: | Line 19: | ||
== Current status == | == Current status == | ||
[[Category: | [[Category:ChangeAcceptedF41]] | ||
<!-- When your change proposal page is completed and ready for review and announcement --> | <!-- When your change proposal page is completed and ready for review and announcement --> | ||
<!-- remove Category:ChangePageIncomplete and change it to Category:ChangeReadyForWrangler --> | <!-- remove Category:ChangePageIncomplete and change it to Category:ChangeReadyForWrangler --> | ||
Line 39: | Line 37: | ||
ON_QA -> change is fully code complete | ON_QA -> change is fully code complete | ||
--> | --> | ||
* [Announced] | * [https://lists.fedoraproject.org/archives/list/devel-announce@lists.fedoraproject.org/thread/5LTWELNZN376VYFTGLDFANG5LRNSNPP5/ Announced] | ||
* [ | * [https://discussion.fedoraproject.org/t/f41-change-proposal-pytorch-2-4-self-contained/126069 Discussion thread] | ||
* FESCo issue: | * FESCo issue: [https://pagure.io/fesco/issue/3257 #3257] | ||
* Tracker bug: | * Tracker bug: [https://bugzilla.redhat.com/show_bug.cgi?id=2304171 #2304171] | ||
* Release notes tracker: | * Release notes tracker: [https://gitlab.com/fedora/docs/fedora-linux-documentation/release-notes/-/issues/115 #115] | ||
== Detailed Description == | == Detailed Description == | ||
Line 144: | Line 142: | ||
- Green has been scientifically proven to be the most relaxing color. The move to a default background color of green with green text will result in Fedora users being the most relaxed users of any operating system. | - Green has been scientifically proven to be the most relaxing color. The move to a default background color of green with green text will result in Fedora users being the most relaxed users of any operating system. | ||
--> | --> | ||
Users will be able to continue to use PyTorch installed from the Fedora repos - the upgrades to llvm require a newer ROCm and that newer ROCm is only supported by the latest PyTorch release. | Users will be able to continue to use PyTorch installed from the Fedora repos - the upgrades to llvm require a newer ROCm and that newer ROCm is only supported by the latest PyTorch release. | ||
Other than being able to continue to use PyTorch from the Fedora repos, the user-noticeable changes will be minimal. | Other than being able to continue to use PyTorch from the Fedora repos, the user-noticeable changes will be minimal. | ||
== Dependencies == | == Dependencies == |
Latest revision as of 15:30, 14 October 2024
PyTorch 2.4
Summary
PyTorch is a popular python library for deep learning using GPUs and CPUs. It is frequently associated with various AI implementations and other neural network based projects. This change will update PyTorch to the latest upstream version (2.4).
Owner
- Name: Tom Rix
- Email: trix@redhat.com
Current status
- Targeted release: Fedora Linux 41
- Last updated: 2024-10-14
- Announced
- Discussion thread
- FESCo issue: #3257
- Tracker bug: #2304171
- Release notes tracker: #115
Detailed Description
Update the base Fedora PyTorch from 2.2 to the latest upstream 2.4. The big change for 2.4 is the integration with the ROCm stack to provide open accelerated AI on AMD GPU's.
Feedback
Benefit to Fedora
Fedora AI is keeping pace with the fast moving AI by updating PyTorch to match what is available *right now* in the upsteam with features needed to do real AI development for open source.
Scope
- Proposal owners: Update base to 2.4 when upstream releases.
- Other developers:
- Release engineering: N/A (not needed for this Change)
- Policies and guidelines: N/A (not needed for this Change)
- Trademark approval: N/A (not needed for this Change)
- Alignment with the Fedora Strategy: "Innovation & Leadership in Technology: We integrate programming language stack ecosystems" by including the latest release of PyTorch, Fedora will have the latest release of a popular software stack in AI/ML.
Upgrade/compatibility impact
There should be no backwards incompatible changes with the 2.4 release.
Early Testing (Optional)
Do you require 'QA Blueprint' support? N
How To Test
Testing can be done with CPU only but that may lead to very long test times. Testing with ROCm compatible hardware is recommended.
Running through some of the PyTorch Examples is a good way for basic testing of PyTorch. Running through the tests contained in other torch-related packages (e.g python-torchvision) could also be helpful.
User Experience
Users will be able to continue to use PyTorch installed from the Fedora repos - the upgrades to llvm require a newer ROCm and that newer ROCm is only supported by the latest PyTorch release.
Other than being able to continue to use PyTorch from the Fedora repos, the user-noticeable changes will be minimal.
Dependencies
There are no RPMs affected by this change that are not included in the change.
Contingency Plan
Fedora currently ships with the latest public 2.3 release with all of the accelerated features.
- Contingency mechanism: (What to do? Who will do it?) N/A (not a System Wide Change)
- Contingency deadline: N/A (not a System Wide Change)
- Blocks release? No, not a System Wide Change.
Documentation
N/A (not a System Wide Change)