Skip to content

Commit

Permalink
Merge pull request containers#101 from MichaelClifford/reorganize
Browse files Browse the repository at this point in the history
Replace playground with model_servers
  • Loading branch information
sallyom authored Mar 28, 2024
2 parents 865533c + 9598ecb commit 0055a48
Show file tree
Hide file tree
Showing 16 changed files with 11 additions and 22 deletions.
4 changes: 2 additions & 2 deletions chatbot/ai-lab.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@ application:
description: This is a Streamlit chat demo application.
containers:
- name: llamacpp-server
contextdir: ../playground
containerfile: Containerfile
contextdir: ../model_servers/llamacpp_python
containerfile: ./base/Containerfile
model-service: true
backend:
- llama
Expand Down
4 changes: 2 additions & 2 deletions code-generation/ai-lab.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@ application:
description: This is a code-generation demo application.
containers:
- name: llamacpp-server
contextdir: ../playground
containerfile: Containerfile
contextdir: ../model_servers/llamacpp_python
containerfile: ./base/Containerfile
model-service: true
backend:
- llama
Expand Down
4 changes: 2 additions & 2 deletions image_understanding/ai-lab.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@ application:
description: This demo uses a Multimodal model to analyze the content of images.
containers:
- name: llamacpp-server
contextdir: ../playground
containerfile: Containerfile
contextdir: ../model_servers/llamacpp_python
containerfile: ./base/Containerfile
model-service: true
backend:
- llama
Expand Down
2 changes: 0 additions & 2 deletions model_servers/llamacpp/src/run.sh

This file was deleted.

File renamed without changes.
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,4 @@ COPY src .
RUN pip install --upgrade pip
RUN pip install --no-cache-dir --upgrade -r /locallm/requirements.txt
EXPOSE 8001
ENTRYPOINT [ "sh", "run.sh" ]
ENTRYPOINT [ "sh", "run.sh" ]
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
8 changes: 0 additions & 8 deletions playground/Containerfile

This file was deleted.

1 change: 0 additions & 1 deletion playground/requirements.txt

This file was deleted.

4 changes: 2 additions & 2 deletions rag/ai-lab.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@ application:
description: This is a RAG demo application.
containers:
- name: llamacpp-server
contextdir: ../playground
containerfile: Containerfile
contextdir: ../model_servers/llamacpp_python
containerfile: ./base/Containerfile
model-service: true
backend:
- llama
Expand Down
4 changes: 2 additions & 2 deletions summarizer-langchain/ai-lab.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@ application:
description: This is a Streamlit demo application for summarizing text.
containers:
- name: llamacpp-server
contextdir: ../playground
containerfile: Containerfile
contextdir: ../model_servers/llamacpp_python
containerfile: ./base/Containerfile
model-service: true
backend:
- llama
Expand Down

0 comments on commit 0055a48

Please sign in to comment.