Skip to content

Commit

Permalink
Address comments
Browse files Browse the repository at this point in the history
  • Loading branch information
joecummings authored Apr 17, 2024
1 parent 5ed3c4b commit 3b7ce63
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/source/tutorials/e2e_flow.rst
Original file line number Diff line number Diff line change
Expand Up @@ -526,7 +526,7 @@ Uploading your model to the Hugging Face Hub
--------------------------------------------

Your new model is working great and you want to share it with the world. The easiest way to do this
is utilizing the ``huggingface-cli`` command, which is integrated with torchtune. Simply point the CLI
is utilizing the ``huggingface-cli`` command, which works seamlessly with torchtune. Simply point the CLI
to your finetuned model directory like so:

.. code-block:: bash
Expand All @@ -542,7 +542,7 @@ be created automatically:
.. note::

Before uploading, make sure you are authenticated with Hugging Face by running ``huggingface-cli login``.
Before uploading, make sure you are `authenticated with Hugging Face <huggingface.co/docs/huggingface_hub/quick-start#authentication>`_ by running ``huggingface-cli login``.

For more details on the ``huggingface-cli upload`` feature check out the `Hugging Face docs <https://huggingface.co/docs/huggingface_hub/en/guides/cli#huggingface-cli-upload>`_.

Expand Down

0 comments on commit 3b7ce63

Please sign in to comment.