Skip to content

Commit

Permalink
replace playground with model_servers
Browse files Browse the repository at this point in the history
Signed-off-by: Michael Clifford <mcliffor@redhat.com>
  • Loading branch information
MichaelClifford committed Mar 27, 2024
1 parent d68116b commit 2b32449
Show file tree
Hide file tree
Showing 15 changed files with 9 additions and 20 deletions.
4 changes: 2 additions & 2 deletions chatbot-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 chat demo application.
containers:
- name: llamacpp-server
contextdir: ../playground
containerfile: Containerfile
contextdir: ../model_servers/llamacpp_python
containerfile: ./model_servers/llamacpp_python/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: ./model_servers/llamacpp_python/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-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 RAG demo application.
containers:
- name: llamacpp-server
contextdir: ../playground
containerfile: Containerfile
contextdir: ../model_servers/llamacpp_python
containerfile: ./model_servers/llamacpp_python/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: ./model_servers/llamacpp_python/base/Containerfile
model-service: true
backend:
- llama
Expand Down

0 comments on commit 2b32449

Please sign in to comment.