Unverified Commit 61e85dba authored by Robert Cohn's avatar Robert Cohn Committed by GitHub
Browse files

[Doc] xpu backend requires running setvars.sh (#6393)

parent dbfe254e
...@@ -40,12 +40,13 @@ Quick start using Dockerfile ...@@ -40,12 +40,13 @@ Quick start using Dockerfile
Build from source 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: - Second, install Python packages for vLLM XPU backend building:
.. code-block:: console .. code-block:: console
$ source /opt/intel/oneapi/setvars.sh
$ pip install --upgrade pip $ pip install --upgrade pip
$ pip install -v -r requirements-xpu.txt $ pip install -v -r requirements-xpu.txt
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment