Skip to content

Commit

Permalink
Merge pull request #265 from peterjunpark/docs/6.2.0
Browse files Browse the repository at this point in the history
Merge develop into docs/6.2.0
  • Loading branch information
peterjunpark authored Aug 12, 2024
2 parents 080b61d + 1dc4dfb commit 151b48b
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions docs/install/rocm-offline-installer.rst
Original file line number Diff line number Diff line change
Expand Up @@ -682,13 +682,13 @@ To build the Offline Installer Creator:

.. code-block:: shell
git clone git@github.com:ROCm/rocm-install-on-linux.git
git clone https://github.com/ROCm/rocm-install-on-linux
#. Build the configuration

.. code-block:: shell
cd src/offline-install
cd rocm-install-on-linux/src/offline-installer
mkdir build
cd build
cmake ..
Expand Down
6 changes: 3 additions & 3 deletions docs/reference/docker-image-support-matrix.rst
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ The following Docker image tags and associated inventories are validated for ROC
Inventory
* `ROCm 6.2 <https://repo.radeon.com/rocm/apt/6.2/>`_
* `Python 3.9 <https://www.python.org/downloads/release/python-3918/>`_
* `PyTorch 2.2.1 <https://github.com/ROCm/pytorch/tree/release/2.2.1>`_
* `PyTorch 2.2.1 <https://github.com/ROCm/pytorch/tree/release/2.2>`_
* `Apex 1.2.0 <https://github.com/ROCm/apex/tree/release/1.2.0>`_
* `torchvision 0.17.1 <https://github.com/pytorch/vision/tree/v0.17.1>`_
* `TensorBoard 2.13.0 <https://github.com/tensorflow/tensorboard/tree/2.13>`_
Expand All @@ -65,7 +65,7 @@ The following Docker image tags and associated inventories are validated for ROC
Inventory
* `ROCm 6.2 <https://repo.radeon.com/rocm/apt/6.2/>`_
* `Python 3.9 <https://www.python.org/downloads/release/python-3918/>`_
* `PyTorch 1.13.1 <https://github.com/ROCm/pytorch/tree/release/1.13.1>`_
* `PyTorch 1.13.1 <https://github.com/ROCm/pytorch/tree/release/1.13>`_
* `Apex 1.0.0 <https://github.com/ROCm/apex/tree/release/1.0.0>`_
* `torchvision 0.14.0 <https://github.com/pytorch/vision/tree/v0.14.0>`_
* `TensorBoard 2.17.0 <https://github.com/tensorflow/tensorboard/tree/2.17>`_
Expand Down Expand Up @@ -139,7 +139,7 @@ The following Docker image tags and associated inventories are validated for ROC
Inventory
* `ROCm 6.2 <https://repo.radeon.com/rocm/apt/6.2/>`_
* `Python 3.9 <https://www.python.org/downloads/release/python-3918/>`_
* `PyTorch 1.13.1 <https://github.com/ROCm/pytorch/tree/release/1.13.1>`_
* `PyTorch 1.13.1 <https://github.com/ROCm/pytorch/tree/release/1.13>`_
* `Apex 1.0.0 <https://github.com/ROCm/apex/tree/1.0.0>`_
* `torchvision 0.14.0 <https://github.com/pytorch/vision/tree/release/0.14.0>`_
* `TensorBoard 2.17.0 <https://github.com/tensorflow/tensorboard/tree/2.17.0>`_
Expand Down

0 comments on commit 151b48b

Please sign in to comment.