Skip to content

Commit

Permalink
Note to upgrade JAI for use of vllm
Browse files Browse the repository at this point in the history
  • Loading branch information
srdas committed Feb 6, 2025
1 parent f072c66 commit 8f25544
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions docs/source/users/vllm.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,11 @@

`vLLM` is a fast and easy-to-use library for LLM inference and serving. The [vLLM website](https://docs.vllm.ai/en/latest/) explains installation and usage.

:::{note}
To use `vLLM` via `OpenRouter` as described below you will need to upgrade to `jupyter-ai >= 2.29.1`.
:::


Depending on your hardware set up you will install `vLLM` using these [instructions](https://docs.vllm.ai/en/latest/getting_started/installation/index.html). It is best to install it in a dedicated python environment.

Once it is installed you may start serving any model with the command:
Expand Down

0 comments on commit 8f25544

Please sign in to comment.