We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0b6a61c commit 9e86b85Copy full SHA for 9e86b85
helm/templates/deployment-vllm-multi.yaml
@@ -87,7 +87,16 @@ spec:
87
add:
88
- SYS_PTRACE
89
command:
90
- {{- if or (eq $modelSpec.tag "2025-05-27-v1") (eq $modelSpec.tag "2025-05-17-v1") (and (eq $modelSpec.tag "latest") (eq $modelSpec.repository "lmcache/vllm-openai")) }}
+ {{- if or
91
+ (eq $modelSpec.tag "2025-05-27-v1")
92
+ (eq $modelSpec.tag "2025-05-17-v1")
93
+ (eq $modelSpec.tag "latest-nightly")
94
+ (hasPrefix "nightly-" $modelSpec.tag)
95
+ (and
96
+ (eq $modelSpec.tag "latest")
97
+ (eq $modelSpec.repository "lmcache/vllm-openai")
98
+ )
99
+ }}
100
- "/opt/venv/bin/vllm"
101
{{- else }}
102
- "vllm"
0 commit comments