Skip to content

Commit

Permalink
Merge pull request #347 from vbedida79/patch-191224-3
Browse files Browse the repository at this point in the history
tests_gaudi: Update vllm deployment
  • Loading branch information
uMartinXu authored Dec 19, 2024
2 parents 367fee0 + 4d6edd7 commit 51d0fa9
Showing 1 changed file with 15 additions and 1 deletion.
16 changes: 15 additions & 1 deletion tests/gaudi/l2/vllm_deployment.yaml
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
# Copyright (c) 2024 Intel Corporation
# SPDX-License-Identifier: Apache-2.0
---
kind: PersistentVolumeClaim
apiVersion: v1
Expand Down Expand Up @@ -63,4 +65,16 @@ spec:
- name: shm
emptyDir:
medium: Memory
sizeLimit: "2Gi"
sizeLimit: "2Gi"
livenessProbe:
httpGet:
path: /health
port: 8000
initialDelaySeconds: 60
periodSeconds: 10
readinessProbe:
httpGet:
path: /health
port: 8000
initialDelaySeconds: 60
periodSeconds: 5

0 comments on commit 51d0fa9

Please sign in to comment.