From 0602362154ba1b45d0032a6e7880548f0b5c2b98 Mon Sep 17 00:00:00 2001 From: Tuan Tran Date: Sun, 10 Dec 2023 01:27:25 -0800 Subject: [PATCH] fix sphix typos --- doc/reference/asset.rst | 2 ++ 1 file changed, 2 insertions(+) diff --git a/doc/reference/asset.rst b/doc/reference/asset.rst index 42f564662..2ac8dc608 100644 --- a/doc/reference/asset.rst +++ b/doc/reference/asset.rst @@ -12,8 +12,10 @@ A store is a place where all the model cards are stored. By default, fairseq2 wi * System asset store: Cards that are shared by all users. By default, the system store is `/etc/fairseq2/assets`, but this can be changed via the environment variable `FAIRSEQ2_ASSET_DIR` + * User asset store: Cards that are only available to the user. By default, the user store is `~/.config/fairseq2/assets`, but this can be changed via the environment variable `FAIRSEQ2_USER_ASSET_DIR` + * (Internal only) Meta asset store: For Meta employees' convenience, we set up a central store that contains model cards with e.g intermediate checkpoints, extra internal information etc. This store is registered automatically when one logs into the Fair cluster. If you wish not to use this central store, set the environment variable