Skip to content

Commit

Permalink
xpu backend requires running setvars.sh
Browse files Browse the repository at this point in the history
Also appears to work fine with 2024.2
  • Loading branch information
rscohn2 authored Jul 12, 2024
1 parent 21b2dce commit d9eb283
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 d9eb283

Please sign in to comment.