From 922973409a8479517ee41a2837b2cff30104de39 Mon Sep 17 00:00:00 2001 From: reidliu Date: Tue, 4 Mar 2025 09:49:11 +0800 Subject: [PATCH] docs: update verify-download in doc Signed-off-by: reidliu --- docs/source/references/llama_cli_reference/index.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/docs/source/references/llama_cli_reference/index.md b/docs/source/references/llama_cli_reference/index.md index 8a38fc3ae..777af4ccb 100644 --- a/docs/source/references/llama_cli_reference/index.md +++ b/docs/source/references/llama_cli_reference/index.md @@ -137,6 +137,11 @@ llama download --source meta --model-id Prompt-Guard-86M --meta-url META_URL llama download --source meta --model-id Llama-Guard-3-1B --meta-url META_URL ``` +You can verify the downloaded model using the following command: +```bash +llama model verify-download --model-id Llama-Guard-3-1B +``` + ### Downloading from [Hugging Face](https://huggingface.co/meta-llama) Essentially, the same commands above work, just replace `--source meta` with `--source huggingface`.