Skip to content

Commit

Permalink
fix: Fix Triton server model loading error (#584)
Browse files Browse the repository at this point in the history
  • Loading branch information
ratnopamc authored Jul 15, 2024
1 parent c75a6c5 commit be5e370
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions ai-ml/nvidia-triton-server/nvidia-triton-server.tf
Original file line number Diff line number Diff line change
Expand Up @@ -53,11 +53,11 @@ module "triton_server_vllm" {
limits:
cpu: 10
memory: 60Gi
nvidia.com/gpu: 1
nvidia.com/gpu: 4
requests:
cpu: 10
memory: 60Gi
nvidia.com/gpu: 1
nvidia.com/gpu: 4
nodeSelector:
NodeGroupType: g5-gpu-karpenter
type: karpenter
Expand Down

0 comments on commit be5e370

Please sign in to comment.