From 32e58d06689d48685e4557453fcc69a013f5df0a Mon Sep 17 00:00:00 2001 From: Trevor Royer Date: Mon, 4 Nov 2024 08:54:18 -0700 Subject: [PATCH] update model name --- granite-3.0-2b-instruct/Containerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/granite-3.0-2b-instruct/Containerfile b/granite-3.0-2b-instruct/Containerfile index f9cd4d3..60e322c 100644 --- a/granite-3.0-2b-instruct/Containerfile +++ b/granite-3.0-2b-instruct/Containerfile @@ -5,7 +5,7 @@ FROM registry.access.redhat.com/ubi9/ubi-minimal:9.4 as base ARG HF_TOKEN # The model repo to download -ENV MODEL_REPO="mistralai/Mistral-7B-Instruct-v0.3" +ENV MODEL_REPO="ibm-granite/granite-3.0-2b-instruct" # Install necessary Python dependencies RUN microdnf -y install git git-lfs python3-pip && \