Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

image updates #82

Merged
merged 2 commits into from
Mar 18, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion chatbot-langchain/quadlet/chatbot.image
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,6 @@
WantedBy=chatbot.service

[Image]
Image=quay.io/redhat-et/locallm-models:mistral-7b-instruct-v0.1.Q4_K_S.gguf
Image=quay.io/redhat-et/locallm-mistral-7b-gguf:latest
Image=quay.io/redhat-et/locallm-model-service:latest
Image=quay.io/redhat-et/locallm-chatbot:latest
2 changes: 1 addition & 1 deletion chatbot-langchain/quadlet/chatbot.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ metadata:
spec:
initContainers:
- name: model-file
image: quay.io/redhat-et/locallm-models:mistral-7b-instruct-v0.1.Q4_K_S.gguf
image: quay.io/redhat-et/locallm-mistral-7b-gguf:latest
command: ['/usr/bin/install', "/model/mistral-7b-instruct-v0.1.Q4_K_S.gguf", "/shared/"]
volumeMounts:
- name: model-file
Expand Down
2 changes: 1 addition & 1 deletion code-generation/quadlet/codegen.image
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,6 @@
WantedBy=codegen.service

[Image]
Image=quay.io/redhat-et/locallm-models:codellama-7b-instruct.Q4_K_M.gguf
Image=quay.io/redhat-et/locallm-codellama-7b-gguf:latest
Image=quay.io/redhat-et/locallm-model-service:latest
Image=quay.io/redhat-et/locallm-codegen:latest
2 changes: 1 addition & 1 deletion code-generation/quadlet/codegen.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ metadata:
spec:
initContainers:
- name: model-file
image: quay.io/redhat-et/locallm-models:codellama-7b-instruct.Q4_K_M.gguf
image: quay.io/redhat-et/locallm-codellama-7b-gguf:latest
command: ['/usr/bin/install', "/model/codellama-7b-instruct.Q4_K_M.gguf", "/shared/"]
volumeMounts:
- name: model-file
Expand Down
12 changes: 7 additions & 5 deletions locallm-images.md
Original file line number Diff line number Diff line change
@@ -1,17 +1,19 @@
## Images currently built from GH Actions in this repository
## Images (x86_64, aarch64) currently built from GH Actions in this repository

- quay.io/redhat-et/locallm-model-service:latest
- quay.io/redhat-et/locallm-text-summarizer:latest
- quay.io/redhat-et/locallm-chatbot:latest
- quay.io/redhat-et/locallm-rag:latest
- quay.io/redhat-et/locallm-codegen:latest
- quay.io/redhat-et/locallm-chromadb:latest
- quay.io/redhat-et/locallm-object-detection-client:latest
- quay.io/redhat-et/locallm-object-detection-server:latest

## Model Images currently in `quay.io/redhat-et/locallm-models`
## Model Images (x86_64, aarch64) currently in `quay.io/redhat-et/locallm-*`

- quay.io/redhat-et/locallm-models:llama-2-7b-chat.Q5_K_S.gguf
- quay.io/redhat-et/locallm-llama-2-7b:latest
- [model download link](https://huggingface.co/TheBloke/Llama-2-7B-Chat-GGUF/resolve/main/llama-2-7b-chat.Q5_K_S.gguf)
- quay.io/redhat-et/locallm-models:mistral-7b-instruct-v0.1.Q4_K_S.gguf
- quay.io/redhat-et/locallm-mistral-7b-gguf:latest
- [model download link](https://huggingface.co/TheBloke/Mistral-7B-Instruct-v0.1-GGUF/resolve/main/mistral-7b-instruct-v0.1.Q4_K_S.gguf)
- quay.io/redhat-et/locallm-models:codellama-7b-instruct.Q4_K_M.gguf
- quay.io/redhat-et/locallm-codellama-7b-gguf:latest
- [model download link](https://huggingface.co/TheBloke/CodeLlama-7B-Instruct-GGUF/resolve/main/codellama-7b-instruct.Q4_K_M.gguf)
4 changes: 2 additions & 2 deletions object_detection/ai-studio.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ application:
- amd64
ports:
- 8000
image: quay.io/redhat-et/object-detection-server
image: quay.io/redhat-et/locallm-object-detection-server:latest
- name: object-detection-client
contextdir: ./client
containerfile: Containerfile
Expand All @@ -24,4 +24,4 @@ application:
- amd64
ports:
- 8501
image: quay.io/redhat-et/object-detection-client
image: quay.io/redhat-et/locallm-object-detection-client:latest
2 changes: 1 addition & 1 deletion summarizer-langchain/quadlet/summarizer.image
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,6 @@
WantedBy=summarizer.service

[Image]
Image=quay.io/redhat-et/locallm-models:mistral-7b-instruct-v0.1.Q4_K_S.gguf
Image=quay.io/redhat-et/locallm-mistral-7b-gguf:latest
Image=quay.io/redhat-et/locallm-model-service:latest
Image=quay.io/redhat-et/locallm-text-summarizer:latest
2 changes: 1 addition & 1 deletion summarizer-langchain/quadlet/summarizer.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ metadata:
spec:
initContainers:
- name: model-file
image: quay.io/redhat-et/locallm-models:mistral-7b-instruct-v0.1.Q4_K_S.gguf
image: quay.io/redhat-et/locallm-mistral-7b-gguf:latest
command: ['/usr/bin/install', "/model/mistral-7b-instruct-v0.1.Q4_K_S.gguf", "/shared/"]
volumeMounts:
- name: model-file
Expand Down