Skip to content

Commit

Permalink
Merge pull request #760 from axel7083/fix/update-backend-field
Browse files Browse the repository at this point in the history
fix: backend property value
  • Loading branch information
rhatdan authored Aug 16, 2024
2 parents b90b59d + 2afdf57 commit 925607f
Show file tree
Hide file tree
Showing 8 changed files with 9 additions and 9 deletions.
2 changes: 1 addition & 1 deletion CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ application:
containerfile: ./base/Containerfile
model-service: true
backend:
- llama
- llama-cpp
arch:
- arm64
- amd64
Expand Down
2 changes: 1 addition & 1 deletion recipes/audio/audio_to_text/ai-lab.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ application:
containerfile: ./base/Containerfile
model-service: true
backend:
- llama
- whisper-cpp
arch:
- arm64
- amd64
Expand Down
4 changes: 2 additions & 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,8 @@ application:
contextdir: ../../../model_servers/object_detection_python
containerfile: ./base/Containerfile
model-service: true
backend:
- torch
backend:
- pytorch
arch:
- arm64
- amd64
Expand Down
2 changes: 1 addition & 1 deletion recipes/multimodal/image_understanding/ai-lab.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ application:
containerfile: ./base/Containerfile
model-service: true
backend:
- llama
- llama-cpp
arch:
- arm64
- amd64
Expand Down
2 changes: 1 addition & 1 deletion recipes/natural_language_processing/chatbot/ai-lab.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ application:
containerfile: ./base/Containerfile
model-service: true
backend:
- llama
- llama-cpp
arch:
- arm64
- amd64
Expand Down
2 changes: 1 addition & 1 deletion recipes/natural_language_processing/codegen/ai-lab.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ application:
containerfile: ./base/Containerfile
model-service: true
backend:
- llama
- llama-cpp
arch:
- arm64
- amd64
Expand Down
2 changes: 1 addition & 1 deletion recipes/natural_language_processing/rag/ai-lab.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ application:
containerfile: ./base/Containerfile
model-service: true
backend:
- llama
- llama-cpp
arch:
- arm64
- amd64
Expand Down
2 changes: 1 addition & 1 deletion recipes/natural_language_processing/summarizer/ai-lab.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ application:
containerfile: ./base/Containerfile
model-service: true
backend:
- llama
- llama-cpp
arch:
- arm64
- amd64
Expand Down

0 comments on commit 925607f

Please sign in to comment.