Skip to content

Commit

Permalink
[Doc] xpu backend requires running setvars.sh (vllm-project#6393)
Browse files Browse the repository at this point in the history
  • Loading branch information
rscohn2 authored and dtrifiro committed Jul 17, 2024
1 parent 1cbca2b commit 0f81d85
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion docs/source/getting_started/xpu-installation.rst
Original file line number Diff line number Diff line change
Expand Up @@ -40,12 +40,13 @@ Quick start using Dockerfile
Build from source
-----------------

- First, install required driver and intel OneAPI 2024.1.
- First, install required driver and intel OneAPI 2024.1 or later.

- Second, install Python packages for vLLM XPU backend building:

.. code-block:: console
$ source /opt/intel/oneapi/setvars.sh
$ pip install --upgrade pip
$ pip install -v -r requirements-xpu.txt
Expand Down

0 comments on commit 0f81d85

Please sign in to comment.