Skip to content

Commit

Permalink
fix: Fix Triton server model loading error (awslabs#584)
Browse files Browse the repository at this point in the history
  • Loading branch information
ratnopamc authored and ovaleanu committed Aug 10, 2024
1 parent 6ed1b8b commit b59a37f
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 b59a37f

Please sign in to comment.