Skip to content

Commit

Permalink
New model server that should work on azure T4 hosts.
Browse files Browse the repository at this point in the history
  • Loading branch information
mitchellw committed Feb 15, 2024
1 parent 24f5541 commit 6a66323
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion apps/prod/model-server/deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ spec:
effect: "NoSchedule"
containers:
- name: model-server
image: composecluster.azurecr.io/compose-triton:release-8b0640c
image: composecluster.azurecr.io/compose-triton:release-78d86a0
imagePullPolicy: IfNotPresent
resources:
requests:
Expand Down
2 changes: 1 addition & 1 deletion apps/prod/premium-model-server/deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ spec:
effect: "NoSchedule"
containers:
- name: model-server
image: composecluster.azurecr.io/compose-triton:release-8b0640c
image: composecluster.azurecr.io/compose-triton:release-78d86a0
imagePullPolicy: IfNotPresent
resources:
requests:
Expand Down

0 comments on commit 6a66323

Please sign in to comment.