Skip to content

Commit

Permalink
fix: backend property value
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 0ba38e0 commit 2d16c13
Show file tree
Hide file tree
Showing 8 changed files with 8 additions and 16 deletions.
3 changes: 1 addition & 2 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -43,8 +43,7 @@ application:
contextdir: ../../../model_servers/llamacpp_python
containerfile: ./base/Containerfile
model-service: true
backend:
- llama
backend: llama-cpp
arch:
- arm64
- amd64
Expand Down
3 changes: 1 addition & 2 deletions recipes/audio/audio_to_text/ai-lab.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,7 @@ application:
contextdir: ../../../model_servers/whispercpp
containerfile: ./base/Containerfile
model-service: true
backend:
- llama
backend: whisper-cpp
arch:
- arm64
- amd64
Expand Down
3 changes: 1 addition & 2 deletions recipes/computer_vision/object_detection/ai-lab.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,7 @@ application:
contextdir: ../../../model_servers/object_detection_python
containerfile: ./base/Containerfile
model-service: true
backend:
- torch
backend: pytorch
arch:
- arm64
- amd64
Expand Down
3 changes: 1 addition & 2 deletions recipes/multimodal/image_understanding/ai-lab.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,7 @@ application:
contextdir: ../../../model_servers/llamacpp_python
containerfile: ./base/Containerfile
model-service: true
backend:
- llama
backend: llama-cpp
arch:
- arm64
- amd64
Expand Down
3 changes: 1 addition & 2 deletions recipes/natural_language_processing/chatbot/ai-lab.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,7 @@ application:
contextdir: ../../../model_servers/llamacpp_python
containerfile: ./base/Containerfile
model-service: true
backend:
- llama
backend: llama-cpp
arch:
- arm64
- amd64
Expand Down
3 changes: 1 addition & 2 deletions recipes/natural_language_processing/codegen/ai-lab.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,7 @@ application:
contextdir: ../../../model_servers/llamacpp_python
containerfile: ./base/Containerfile
model-service: true
backend:
- llama
backend: llama-cpp
arch:
- arm64
- amd64
Expand Down
3 changes: 1 addition & 2 deletions recipes/natural_language_processing/rag/ai-lab.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,7 @@ application:
contextdir: ../../../model_servers/llamacpp_python
containerfile: ./base/Containerfile
model-service: true
backend:
- llama
backend: llama-cpp
arch:
- arm64
- amd64
Expand Down
3 changes: 1 addition & 2 deletions recipes/natural_language_processing/summarizer/ai-lab.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,7 @@ application:
contextdir: ../../../model_servers/llamacpp_python
containerfile: ./base/Containerfile
model-service: true
backend:
- llama
backend: llama-cpp
arch:
- arm64
- amd64
Expand Down

0 comments on commit 2d16c13

Please # to comment.