Skip to content

Commit

Permalink
fix: restore backend as an array for compatibility
Browse files Browse the repository at this point in the history
Signed-off-by: axel7083 <42176370+axel7083@users.noreply.github.com>
  • Loading branch information
axel7083 committed Aug 14, 2024
1 parent 2d16c13 commit 2afdf57
Show file tree
Hide file tree
Showing 8 changed files with 16 additions and 8 deletions.
3 changes: 2 additions & 1 deletion CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,8 @@ application:
contextdir: ../../../model_servers/llamacpp_python
containerfile: ./base/Containerfile
model-service: true
backend: llama-cpp
backend:
- llama-cpp
arch:
- arm64
- amd64
Expand Down
3 changes: 2 additions & 1 deletion recipes/audio/audio_to_text/ai-lab.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,8 @@ application:
contextdir: ../../../model_servers/whispercpp
containerfile: ./base/Containerfile
model-service: true
backend: whisper-cpp
backend:
- whisper-cpp
arch:
- arm64
- amd64
Expand Down
3 changes: 2 additions & 1 deletion recipes/computer_vision/object_detection/ai-lab.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,8 @@ application:
contextdir: ../../../model_servers/object_detection_python
containerfile: ./base/Containerfile
model-service: true
backend: pytorch
backend:
- pytorch
arch:
- arm64
- amd64
Expand Down
3 changes: 2 additions & 1 deletion recipes/multimodal/image_understanding/ai-lab.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,8 @@ application:
contextdir: ../../../model_servers/llamacpp_python
containerfile: ./base/Containerfile
model-service: true
backend: llama-cpp
backend:
- llama-cpp
arch:
- arm64
- amd64
Expand Down
3 changes: 2 additions & 1 deletion recipes/natural_language_processing/chatbot/ai-lab.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,8 @@ application:
contextdir: ../../../model_servers/llamacpp_python
containerfile: ./base/Containerfile
model-service: true
backend: llama-cpp
backend:
- llama-cpp
arch:
- arm64
- amd64
Expand Down
3 changes: 2 additions & 1 deletion recipes/natural_language_processing/codegen/ai-lab.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,8 @@ application:
contextdir: ../../../model_servers/llamacpp_python
containerfile: ./base/Containerfile
model-service: true
backend: llama-cpp
backend:
- llama-cpp
arch:
- arm64
- amd64
Expand Down
3 changes: 2 additions & 1 deletion recipes/natural_language_processing/rag/ai-lab.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,8 @@ application:
contextdir: ../../../model_servers/llamacpp_python
containerfile: ./base/Containerfile
model-service: true
backend: llama-cpp
backend:
- llama-cpp
arch:
- arm64
- amd64
Expand Down
3 changes: 2 additions & 1 deletion recipes/natural_language_processing/summarizer/ai-lab.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,8 @@ application:
contextdir: ../../../model_servers/llamacpp_python
containerfile: ./base/Containerfile
model-service: true
backend: llama-cpp
backend:
- llama-cpp
arch:
- arm64
- amd64
Expand Down

0 comments on commit 2afdf57

Please sign in to comment.