forked from ROCm/ROCm
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request ROCm#3176 from peterjunpark/docs/6.1.1
docs/6.1.1: Reorg 'Deep learning' and 'Tuning guides' docs (ROCm#3153)
- Loading branch information
Showing
6 changed files
with
83 additions
and
35 deletions.
There are no files selected for viewing
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file was deleted.
Oops, something went wrong.
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,69 @@ | ||
.. meta:: | ||
:description: How to install deep learning frameworks for ROCm | ||
:keywords: deep learning, frameworks, ROCm, install, PyTorch, TensorFlow, JAX, MAGMA, DeepSpeed, ML, AI | ||
|
||
******************************************** | ||
Installing deep learning frameworks for ROCm | ||
******************************************** | ||
|
||
ROCm provides a comprehensive ecosystem for deep learning development, including | ||
:ref:`libraries <artificial-intelligence-apis>` for optimized deep learning operations and ROCm-aware versions of popular | ||
deep learning frameworks and libraries such as PyTorch, TensorFlow, JAX, and MAGMA. ROCm works closely with these | ||
frameworks to ensure that framework-specific optimizations take advantage of AMD accelerator and GPU architectures. | ||
|
||
The following guides cover installation processes for ROCm-aware deep learning frameworks. | ||
|
||
.. grid:: | ||
|
||
.. grid-item:: | ||
:columns: 3 | ||
|
||
:doc:`PyTorch for ROCm <rocm-install-on-linux:how-to/3rd-party/pytorch-install>` | ||
|
||
.. grid-item:: | ||
:columns: 3 | ||
|
||
:doc:`TensorFlow for ROCm <rocm-install-on-linux:how-to/3rd-party/tensorflow-install>` | ||
|
||
.. grid-item:: | ||
:columns: 3 | ||
|
||
.. grid-item:: | ||
:columns: 3 | ||
|
||
.. grid-item:: | ||
:columns: 3 | ||
|
||
:doc:`JAX for ROCm <rocm-install-on-linux:how-to/3rd-party/jax-install>` | ||
|
||
.. grid-item:: | ||
:columns: 3 | ||
|
||
:doc:`MAGMA for ROCm <rocm-install-on-linux:how-to/3rd-party/magma-install>` | ||
|
||
.. grid-item:: | ||
:columns: 3 | ||
|
||
.. grid-item:: | ||
:columns: 3 | ||
|
||
The following chart steps through typical installation workflows for installing deep learning frameworks for ROCm. | ||
|
||
.. image:: ../data/how-to/framework_install_2024_05_23.png | ||
:alt: Flowchart for installing ROCm-aware machine learning frameworks | ||
:align: center | ||
|
||
Find information on version compatibility and framework release notes in :doc:`Third-party support matrix | ||
<rocm-install-on-linux:reference/3rd-party-support-matrix>`. | ||
|
||
.. Learn how to take advantage of your ROCm-aware deep learning environment using the following tutorials. | ||
.. | ||
.. * :doc:`How to use ROCm for AI <how-to/rocm-for-ai/index>` | ||
.. | ||
.. * :doc:`How to fine-tune LLMs with ROCm <how-to/fine-tuning-llms/index>` | ||
.. | ||
.. note:: | ||
|
||
For guidance on installing ROCm itself, refer to :doc:`ROCm installation for Linux <rocm-install-on-linux:index>`. | ||
|
This file contains 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
This file contains 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
This file contains 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