From 27827dc92de7062e1e2900accf96185cb6412164 Mon Sep 17 00:00:00 2001 From: Arjun Suresh Date: Tue, 7 Jan 2025 16:03:27 +0000 Subject: [PATCH] Update README.md --- language/llama3.1-405b/README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/language/llama3.1-405b/README.md b/language/llama3.1-405b/README.md index a9729a329..ea358bb98 100644 --- a/language/llama3.1-405b/README.md +++ b/language/llama3.1-405b/README.md @@ -114,10 +114,10 @@ git clone https://huggingface.co/meta-llama/Llama-3.1-405B-Instruct ${CHECKPOINT cd ${CHECKPOINT_PATH} && git checkout be673f326cab4cd22ccfef76109faf68e41aa5f1 ``` -### Download model through CM (Collective Minds) +### Download model through CM (Collective Mind) ``` -cm run script --tags=get,ml-model,llama3 --outdirname= --hf_token= -j +cm run script --tags=get,ml-model,llama3 --outdirname=${CHECKPOINT_PATH} --hf_token= -j ``` **Note:**