Skip to content

Commit 61e85db

Browse files
authored
[Doc] xpu backend requires running setvars.sh (#6393)
1 parent dbfe254 commit 61e85db

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

docs/source/getting_started/xpu-installation.rst

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,12 +40,13 @@ Quick start using Dockerfile
4040
Build from source
4141
-----------------
4242

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

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

4747
.. code-block:: console
4848
49+
$ source /opt/intel/oneapi/setvars.sh
4950
$ pip install --upgrade pip
5051
$ pip install -v -r requirements-xpu.txt
5152

0 commit comments

Comments
 (0)