From 918efa1c4b663633d3bedea6bf24f278869e24e6 Mon Sep 17 00:00:00 2001 From: frostedoyster Date: Thu, 14 Nov 2024 11:30:54 +0100 Subject: [PATCH] Documentation --- docs/src/getting-started/checkpoints.rst | 3 +++ 1 file changed, 3 insertions(+) diff --git a/docs/src/getting-started/checkpoints.rst b/docs/src/getting-started/checkpoints.rst index 05cd5f3e8..fafb7ed36 100644 --- a/docs/src/getting-started/checkpoints.rst +++ b/docs/src/getting-started/checkpoints.rst @@ -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