Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -382,7 +382,8 @@ behind a model gallery, multi-model serving, the full OpenAI API surface, auth,
## Use it as a library (C API)

Link `libvllm` and include [`include/vllm.h`](include/vllm.h): a flat, exception-free,
llama.cpp-style C ABI (`VLLM_ABI_VERSION 21`, 46 exported functions) suitable for `dlopen` / FFI.
llama.cpp-style C ABI (currently `VLLM_ABI_VERSION 23`) suitable for `dlopen` / FFI. Check the
header for the version that your build provides.

```c
vllm_model_params mp = vllm_model_params_default();
Expand Down
Loading