Skip to content

Commit

Permalink
Update build command
Browse files Browse the repository at this point in the history
  • Loading branch information
strangiato committed Nov 4, 2024
1 parent 435c5be commit 2582e60
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 4 deletions.
6 changes: 3 additions & 3 deletions granite-3.0-2b-instruct/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
```
5 changes: 4 additions & 1 deletion mistral-7b-instruct-v0.3/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 2582e60

Please sign in to comment.