Skip to content

Commit

Permalink
Documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
frostedoyster committed Nov 14, 2024
1 parent 8cf49c4 commit 918efa1
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions docs/src/getting-started/checkpoints.rst
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,9 @@ a file path.
mtt export experimental.soap_bpnn https://my.url.com/model.ckpt --output model.pt
(Downloading private models is also supported, only through HuggingFace and using the
``--huggingface_api_token`` flag.)

Keep in mind that a checkpoint (``.ckpt``) is only a temporary file, which can have
several dependencies and may become unusable if the corresponding architecture is
updated. In constrast, exported models (``.pt``) act as standalone files. For long-term
Expand Down

0 comments on commit 918efa1

Please sign in to comment.