Skip to content

Commit

Permalink
update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
strangiato committed Dec 20, 2024
1 parent 17bcc94 commit 067fd48
Showing 1 changed file with 26 additions and 0 deletions.
26 changes: 26 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@

[![GitHub](https://img.shields.io/badge/GitHub-repo-blue.svg)](https://github.com/redhat-ai-services/modelcar-catalog) [![Quay.io](https://img.shields.io/badge/Quay.io-image-blue.svg)](https://quay.io/repository/redhat-ai-services/modelcar-catalog)

The modelcar-catalog repo is designed to provide patterns for building ModelCar images for commonly used LLMs. Be sure to check out the [modelcar-catalog registry](https://quay.io/repository/redhat-ai-services/modelcar-catalog) to find many of these images pre-built and ready to use.

## huggingface-modelcar-builder

The `huggingface-modelcar-builder` is a helper container designed to make it easier to pull models from huggingface to build a modelcar container.
Expand All @@ -20,8 +22,32 @@ https://huggingface.co/ibm-granite/granite-3.0-8b-instruct

quay.io/redhat-ai-services/modelcar-catalog:granite-3.0-8b-instruct

### granite-3.0-2b-instruct

https://huggingface.co/ibm-granite/granite-3.1-2b-instruct

quay.io/redhat-ai-services/modelcar-catalog:granite-3.1-2b-instruct

### granite-3.0-8b-instruct

https://huggingface.co/ibm-granite/granite-3.1-8b-instruct

quay.io/redhat-ai-services/modelcar-catalog:granite-3.1-8b-instruct

### llama-3.2-1b-instruct

https://huggingface.co/ibm-granite/llama-3.2-1b-instruct

quay.io/redhat-ai-services/modelcar-catalog:llama-3.2-1b-instruct

### mistral-7b-instruct-v0.3

https://huggingface.co/mistralai/Mistral-7B-Instruct-v0.3

quay.io/redhat-ai-services/modelcar-catalog:mistral-7b-instruct-v0.3

### sparse-llama-3.1-8b-2of4

https://huggingface.co/ibm-granite/sparse-llama-3.1-8b-2of4

quay.io/redhat-ai-services/modelcar-catalog:sparse-llama-3.1-8b-2of4

0 comments on commit 067fd48

Please sign in to comment.