Skip to content

Commit

Permalink
reorganize folders
Browse files Browse the repository at this point in the history
  • Loading branch information
strangiato committed Nov 5, 2024
1 parent bc9345f commit c0bebed
Show file tree
Hide file tree
Showing 12 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build-images.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,15 +7,15 @@ on:
branches:
- main
paths:
- huggingface-modelcar-builder/**
- builder-images/huggingface-modelcar-builder/**

jobs:
build-huggingface-modelcar-builder-image:
uses: ./.github/workflows/workflow-build-image.yaml
with:
registry: quay.io/redhat-ai-services
image-name: huggingface-modelcar-builder
context: huggingface-modelcar-builder
context: builder-images/huggingface-modelcar-builder
push-latest: true
secrets:
registry-username: ${{ secrets.REGISTRY_USERNAME }}
Expand Down
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ quay.io/redhat-ai-services/modelcar-catalog:granite-3.0-2b-instruct
## Building Image

```
podman build granite-3.0-2b-instruct \
podman build modelcar-images/granite-3.0-2b-instruct \
-t quay.io/redhat-ai-services/modelcar-catalog:granite-3.0-2b-instruct \
--platform linux/amd64
```
File renamed without changes.
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ quay.io/redhat-ai-services/modelcar-catalog:granite-3.0-8b-instruct
## Building Image

```
podman build granite-3.0-8b-instruct \
podman build modelcar-images/granite-3.0-8b-instruct \
-t quay.io/redhat-ai-services/modelcar-catalog:granite-3.0-8b-instruct \
--platform linux/amd64
```
File renamed without changes.
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ 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 mistral-7b-instruct-v0.3 \
podman build modelcar-images/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
Expand Down

0 comments on commit c0bebed

Please sign in to comment.