Skip to content

Commit

Permalink
add image understanding
Browse files Browse the repository at this point in the history
Signed-off-by: Michael Clifford <[email protected]>
  • Loading branch information
MichaelClifford committed Mar 28, 2024
1 parent 0918d5c commit 3223e3b
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion chatbot/ai-lab.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ application:
containers:
- name: llamacpp-server
contextdir: ../model_servers/llamacpp_python
containerfile: ./model_servers/llamacpp_python/base/Containerfile
containerfile: ../model_servers/llamacpp_python/base/Containerfile
model-service: true
backend:
- llama
Expand Down
2 changes: 1 addition & 1 deletion code-generation/ai-lab.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ application:
containers:
- name: llamacpp-server
contextdir: ../model_servers/llamacpp_python
containerfile: ./model_servers/llamacpp_python/base/Containerfile
containerfile: ../model_servers/llamacpp_python/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: ../model_servers/llamacpp_python/base/Containerfile
model-service: true
backend:
- llama
Expand Down
2 changes: 1 addition & 1 deletion rag/ai-lab.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ application:
containers:
- name: llamacpp-server
contextdir: ../model_servers/llamacpp_python
containerfile: ./model_servers/llamacpp_python/base/Containerfile
containerfile: ../model_servers/llamacpp_python/base/Containerfile
model-service: true
backend:
- llama
Expand Down

0 comments on commit 3223e3b

Please sign in to comment.