mirror of
https://github.com/ROCm/ROCm.git
synced 2026-01-09 14:48:06 -05:00
Fix PyTorch training benchmark doc template (#5357)
* fix template * update wordlist
This commit is contained in:
@@ -622,6 +622,7 @@ coalescable
|
|||||||
codename
|
codename
|
||||||
collater
|
collater
|
||||||
comgr
|
comgr
|
||||||
|
compat
|
||||||
completers
|
completers
|
||||||
composable
|
composable
|
||||||
concretization
|
concretization
|
||||||
@@ -783,6 +784,7 @@ lossy
|
|||||||
macOS
|
macOS
|
||||||
matchers
|
matchers
|
||||||
maxtext
|
maxtext
|
||||||
|
megablocks
|
||||||
megatron
|
megatron
|
||||||
microarchitecture
|
microarchitecture
|
||||||
migraphx
|
migraphx
|
||||||
@@ -941,6 +943,7 @@ softmax
|
|||||||
spack
|
spack
|
||||||
spmm
|
spmm
|
||||||
src
|
src
|
||||||
|
stanford
|
||||||
stochastically
|
stochastically
|
||||||
strided
|
strided
|
||||||
subcommand
|
subcommand
|
||||||
|
|||||||
@@ -164,20 +164,20 @@ Run training
|
|||||||
{% for model_group in model_groups %}
|
{% for model_group in model_groups %}
|
||||||
{% for model in model_group.models %}
|
{% for model in model_group.models %}
|
||||||
|
|
||||||
The following run command is tailored to {{ model.model }}.
|
|
||||||
See :ref:`amd-pytorch-training-model-support` to switch to another available model.
|
|
||||||
|
|
||||||
1. Clone the ROCm Model Automation and Dashboarding (`<https://github.com/ROCm/MAD>`__) repository to a local
|
|
||||||
directory and install the required packages on the host machine.
|
|
||||||
|
|
||||||
.. code-block:: shell
|
|
||||||
|
|
||||||
git clone https://github.com/ROCm/MAD
|
|
||||||
cd MAD
|
|
||||||
pip install -r requirements.txt
|
|
||||||
|
|
||||||
.. container:: model-doc {{ model.mad_tag }}
|
.. container:: model-doc {{ model.mad_tag }}
|
||||||
|
|
||||||
|
The following run command is tailored to {{ model.model }}.
|
||||||
|
See :ref:`amd-pytorch-training-model-support` to switch to another available model.
|
||||||
|
|
||||||
|
1. Clone the ROCm Model Automation and Dashboarding (`<https://github.com/ROCm/MAD>`__) repository to a local
|
||||||
|
directory and install the required packages on the host machine.
|
||||||
|
|
||||||
|
.. code-block:: shell
|
||||||
|
|
||||||
|
git clone https://github.com/ROCm/MAD
|
||||||
|
cd MAD
|
||||||
|
pip install -r requirements.txt
|
||||||
|
|
||||||
2. For example, use this command to run the performance benchmark test on the {{ model.model }} model
|
2. For example, use this command to run the performance benchmark test on the {{ model.model }} model
|
||||||
using one node with the {{ model.precision }} data type on the host machine.
|
using one node with the {{ model.precision }} data type on the host machine.
|
||||||
|
|
||||||
@@ -202,8 +202,10 @@ Run training
|
|||||||
{% for model_group in model_groups %}
|
{% for model_group in model_groups %}
|
||||||
{% for model in model_group.models %}
|
{% for model in model_group.models %}
|
||||||
|
|
||||||
The following commands are tailored to {{ model.model }}.
|
.. container:: model-doc {{ model.mad_tag }}
|
||||||
See :ref:`amd-pytorch-training-model-support` to switch to another available model.
|
|
||||||
|
The following commands are tailored to {{ model.model }}.
|
||||||
|
See :ref:`amd-pytorch-training-model-support` to switch to another available model.
|
||||||
|
|
||||||
{% endfor %}
|
{% endfor %}
|
||||||
{% endfor %}
|
{% endfor %}
|
||||||
|
|||||||
Reference in New Issue
Block a user