llama-stack-mirror/docs/source
Ashwin Bharambe 199f859eec
feat(vllm): periodically refresh models (#2823)
Just like #2805 but for vLLM.

We also make VLLM_URL env variable optional (not required) -- if not
specified, the provider silently sits idle and yells eventually if
someone tries to call a completion on it. This is done so as to allow
this provider to be present in the `starter` distribution.

## Test Plan

Set up vLLM, copy the starter template and set `{ refresh_models: true,
refresh_models_interval: 10 }` for the vllm provider and then run:

```
ENABLE_VLLM=vllm VLLM_URL=http://localhost:8000/v1 \
  uv run llama stack run --image-type venv /tmp/starter.yaml
```

Verify that `llama-stack-client models list` brings up the model
correctly from vLLM.
2025-07-18 15:53:09 -07:00
..
advanced_apis docs: Reorganize documentation on the webpage (#2651) 2025-07-15 14:19:35 -07:00
building_applications docs: Reorganize documentation on the webpage (#2651) 2025-07-15 14:19:35 -07:00
concepts docs: add missing bold title to match others (#2782) 2025-07-16 18:05:48 +02:00
contributing docs: revamp testing documentation (#2155) 2025-05-13 11:28:29 -07:00
deploying chore: update k8s template (#2786) 2025-07-16 15:07:26 -07:00
distributions docs: add virtualenv instructions for running starter distro (#2780) 2025-07-18 09:07:43 -07:00
getting_started docs: fix steps in the Quick Start Guide (#2800) 2025-07-18 09:08:46 -07:00
providers feat(vllm): periodically refresh models (#2823) 2025-07-18 15:53:09 -07:00
references docs: update outdated llama stack client documentation (#2758) 2025-07-15 11:49:59 -07:00
conf.py docs: Reorganize documentation on the webpage (#2651) 2025-07-15 14:19:35 -07:00
index.md docs: Reorganize documentation on the webpage (#2651) 2025-07-15 14:19:35 -07:00