Skip to content

Commit a3aaeb4

Browse files
author
Joe Cummings
committed
Last link
1 parent c0345a5 commit a3aaeb4

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

docs/source/tutorials/e2e_flow.rst

+2
Original file line numberDiff line numberDiff line change
@@ -359,6 +359,8 @@ For Llama models, you can run generation directly in torchao on the quantized mo
359359
discussed in `this readme <https://github.com/pytorch/ao/tree/main/torchao/_models/llama>`_. This way you can compare your own results
360360
to those in the previously-linked table.
361361

362+
.. _use_model_in_wild:
363+
362364
Use your model in the wild
363365
--------------------------
364366

docs/source/tutorials/multinode.rst

+1-1
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@ And the output of `squeue <https://slurm.schedmd.com/squeue.html>`_ should show
8383
JOBID PARTITION NAME USER ST TIME NODES NODELIST(REASON)
8484
1 train torchtun slurm R 0:03 2 slurm-worker-[1-2]
8585
86-
Once training has completed, we can follow the instructions [here] in order to upload our beautiful new model to the Hugging Face Hub!
86+
Once training has completed, we can follow the :ref:`instructions here<use_model_in_wild>` in order to upload our beautiful new model to the Hugging Face Hub!
8787

8888
Future development
8989
------------------

0 commit comments

Comments
 (0)