Skip to content

Commit

Permalink
update trtllm resources (#1156)
Browse files Browse the repository at this point in the history
  • Loading branch information
kenthua authored Feb 23, 2024
1 parent f743171 commit 07fef45
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions ai-ml/llm-serving-gemma/trtllm/deploy-triton-server.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -59,12 +59,12 @@ spec:
imagePullPolicy: IfNotPresent
resources:
requests:
ephemeral-storage: "100G"
memory: "100G"
ephemeral-storage: "40Gi"
memory: "40Gi"
nvidia.com/gpu: 1
limits:
ephemeral-storage: "100G"
memory: "100G"
ephemeral-storage: "40Gi"
memory: "40Gi"
nvidia.com/gpu: 1
command:
- /scripts/entrypoint.sh
Expand Down

0 comments on commit 07fef45

Please sign in to comment.