Skip to content

Commit

Permalink
fix typos
Browse files Browse the repository at this point in the history
  • Loading branch information
Tuan Tran committed Dec 10, 2023
1 parent b5a7b10 commit ba54bfe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion doc/reference/asset.rst
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ fairseq2.asset
``fairseq2.asset`` provides API to load the different model using the "model cards" from different "stores".

A model card is a .YAML file that contains information about a model and instructs a
:pc:class:`fairseq2.models.utils.generic_loaders.ModelLoader` on how to load the model into the memory.
:py:class:`fairseq2.models.utils.generic_loaders.ModelLoader` on how to load the model into the memory.
A store is a place where all the model cards are stored. By default, fairseq2 will look up the following stores:

* System asset store: Cards that are shared by all users. By default, the system store is `/etc/fairseq2/assets`,
Expand Down

0 comments on commit ba54bfe

Please sign in to comment.