Skip to content

Commit

Permalink
update model name
Browse files Browse the repository at this point in the history
  • Loading branch information
strangiato committed Nov 4, 2024
1 parent 2cfec2e commit 32e58d0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion granite-3.0-2b-instruct/Containerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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 && \
Expand Down

0 comments on commit 32e58d0

Please sign in to comment.