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

Reorganize #111

Merged
merged 3 commits into from
Mar 28, 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
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
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.
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.
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.
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.
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
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
```
10 changes: 0 additions & 10 deletions summarizer/quadlet/README.md

This file was deleted.