Skip to content

Commit

Permalink
removing ref to weight conversion
Browse files Browse the repository at this point in the history
  • Loading branch information
SalmanMohammadi authored Aug 2, 2024
1 parent c2cc694 commit a5593f2
Showing 1 changed file with 0 additions and 16 deletions.
16 changes: 0 additions & 16 deletions docs/source/api_ref_models.rst
Original file line number Diff line number Diff line change
Expand Up @@ -240,19 +240,3 @@ Vision components to support multimodality using `CLIP encoder <https://arxiv.or


.. _convert_weights_label:

convert_weights
---------------

Weight conversion utilities between different checkpoint formats. In addition to mapping weights between
checkpoint formats, we use :func:`tune_to_hf <convert_weights.tune_to_hf>` and :func:`hf_to_tune <convert_weights.hf_to_tune>`
to ensure model parameters read from HF ``config.json`` files are identical to torchtune's model implementations.

.. autosummary::
:toctree: generated/
:nosignatures:

convert_weights.tune_to_hf
convert_weights.hf_to_tune
convert_weights.tune_to_meta
convert_weights.meta_to_tune

0 comments on commit a5593f2

Please sign in to comment.