From 2582e60f30d0cbfbd8879790f8a78aaa6a8d9a71 Mon Sep 17 00:00:00 2001 From: Trevor Royer Date: Mon, 4 Nov 2024 12:41:05 -0700 Subject: [PATCH] Update build command --- granite-3.0-2b-instruct/README.md | 6 +++--- mistral-7b-instruct-v0.3/README.md | 5 ++++- 2 files changed, 7 insertions(+), 4 deletions(-) diff --git a/granite-3.0-2b-instruct/README.md b/granite-3.0-2b-instruct/README.md index c71204a..b85cfa2 100644 --- a/granite-3.0-2b-instruct/README.md +++ b/granite-3.0-2b-instruct/README.md @@ -4,8 +4,8 @@ https://huggingface.co/ibm-granite/granite-3.0-2b-instruct ## Building Image -Once your token has been created, be sure to accept the terms and conditions for this model on the model home page. - ``` -podman build -t redhat-ai-services/modelcar-catalog:granite-3.0-2b-instruct . --build-arg HF_TOKEN="hf_..." +podman build granite-3.0-2b-instruct \ + -t quay.io/redhat-ai-services/modelcar-catalog:granite-3.0-2b-instruct \ + --platform linux/amd64 ``` diff --git a/mistral-7b-instruct-v0.3/README.md b/mistral-7b-instruct-v0.3/README.md index a84fc96..ba3e005 100644 --- a/mistral-7b-instruct-v0.3/README.md +++ b/mistral-7b-instruct-v0.3/README.md @@ -9,7 +9,10 @@ This model requires a user-token to authenticate with HuggingFace before pulling Once your token has been created, be sure to accept the terms and conditions for this model on the model home page. ``` -podman build -t redhat-ai-services/modelcar-catalog:mistral-7b-instruct-v0.3 . --build-arg HF_TOKEN="hf_..." +podman build mistral-7b-instruct-v0.3 \ + -t quay.io/redhat-ai-services/modelcar-catalog:mistral-7b-instruct-v0.3 \ + --build-arg HF_TOKEN="hf_..." \ + --platform linux/amd64 ``` ### Known Issues