From dfd4fdaf0a2bd69058c1ea2f50602f3c136c664b Mon Sep 17 00:00:00 2001 From: Saad Date: Fri, 29 Nov 2024 15:33:16 +0000 Subject: [PATCH] Download models from RH registry Signed-off-by: Saad --- standalone/instructlab-rhoai.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/standalone/instructlab-rhoai.md b/standalone/instructlab-rhoai.md index 4e6b27c9..b615048d 100644 --- a/standalone/instructlab-rhoai.md +++ b/standalone/instructlab-rhoai.md @@ -43,9 +43,10 @@ Before running the training and evaluation steps we must complete the following: ``` * Download ilab model repository in s3-data model direct + ``` - $ ilab model download --repository ibm-granite/granite-7b-base - $ cp -r /ibm-granite/granite-7b-base/* s3-data/model + $ ilab model download --repository docker://registry.redhat.io/rhelai1/granite-7b-starter --release 1.2-1728663941 + $ cp -r /granite-7b-starter/* s3-data/model ``` * Clone taxonomy repository (this could be any taxonomy repo and any branches in the given repo)