mirror of
https://github.com/meta-llama/llama-stack.git
synced 2025-07-16 01:53:10 +00:00
play around with util
This commit is contained in:
parent
a36b0c5fe3
commit
d93f6c9e5b
2 changed files with 3 additions and 3 deletions
|
@ -27,7 +27,7 @@ spec:
|
|||
containers:
|
||||
- name: llama-stack
|
||||
image: llamastack/distribution-remote-vllm:latest
|
||||
imagePullPolicy: IfNotPresent
|
||||
imagePullPolicy: Always # since we have specified latest instead of a version
|
||||
env:
|
||||
- name: VLLM_URL
|
||||
value: http://vllm-server.default.svc.cluster.local:8000/v1
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue