Skip to content

Commit

Permalink
Merge pull request containers#111 from MichaelClifford/reorganize
Browse files Browse the repository at this point in the history
Reorganize
  • Loading branch information
rhatdan authored Mar 28, 2024
2 parents 944ce4b + 3739e41 commit f45b92d
Show file tree
Hide file tree
Showing 56 changed files with 17 additions and 17 deletions.
File renamed without changes.
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ application:
description: This is a Streamlit transcription application.
containers:
- name: whispercpp-server
contextdir: ../model_servers/whispercpp
contextdir: ../../../model_servers/whispercpp
containerfile: Containerfile
model-service: true
backend:
Expand Down
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
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 @@ -4,7 +4,7 @@ application:
description: This demo uses a Multimodal model to analyze the content of images.
containers:
- name: llamacpp-server
contextdir: ../model_servers/llamacpp_python
contextdir: ../../../model_servers/llamacpp_python
containerfile: ./base/Containerfile
model-service: true
backend:
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 @@ -5,7 +5,7 @@ application:
description: This is a Streamlit chat demo application.
containers:
- name: llamacpp-server
contextdir: ../model_servers/llamacpp_python
contextdir: ../../../model_servers/llamacpp_python
containerfile: ./base/Containerfile
model-service: true
backend:
Expand Down
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
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 @@ -5,7 +5,7 @@ application:
description: This is a code-generation demo application.
containers:
- name: llamacpp-server
contextdir: ../model_servers/llamacpp_python
contextdir: ../../../model_servers/llamacpp_python
containerfile: ./base/Containerfile
model-service: true
backend:
Expand Down
File renamed without changes.
File renamed without changes.
File renamed without changes.
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 @@ -5,7 +5,7 @@ application:
description: This is a RAG demo application.
containers:
- name: llamacpp-server
contextdir: ../model_servers/llamacpp_python
contextdir: ../../../model_servers/llamacpp_python
containerfile: ./base/Containerfile
model-service: true
backend:
Expand All @@ -17,7 +17,7 @@ application:
- 8001
image: quay.io/redhat-et/locallm-model-service:latest
- name: chromadb-server
contextdir: ../vector_dbs/chromadb
contextdir: ../../../vector_dbs/chromadb
containerfile: Containerfile
vectordb: true
arch:
Expand Down
File renamed without changes.
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 @@ -5,7 +5,7 @@ application:
description: This is a Streamlit demo application for summarizing text.
containers:
- name: llamacpp-server
contextdir: ../model_servers/llamacpp_python
contextdir: ../../../model_servers/llamacpp_python
containerfile: ./base/Containerfile
model-service: true
backend:
Expand Down
File renamed without changes.
File renamed without changes.
10 changes: 10 additions & 0 deletions recipes/natural_language_processing/summarizer/quadlet/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
### Run summarizer-langchain as a systemd service

```bash
cp summarizer.yaml /etc/containers/systemd/summarizer.yaml
cp summarizer.kube.example /etc/containers/summarizer.kube
cp summarizer.image /etc/containers/summarizer.image
/usr/libexec/podman/quadlet --dryrun (optional)
systemctl daemon-reload
systemctl start summarizer
```
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
10 changes: 0 additions & 10 deletions summarizer/quadlet/README.md

This file was deleted.

0 comments on commit f45b92d

Please sign in to comment.