We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dbfe254 commit 61e85dbCopy full SHA for 61e85db
docs/source/getting_started/xpu-installation.rst
@@ -40,12 +40,13 @@ Quick start using Dockerfile
40
Build from source
41
-----------------
42
43
-- First, install required driver and intel OneAPI 2024.1.
+- First, install required driver and intel OneAPI 2024.1 or later.
44
45
- Second, install Python packages for vLLM XPU backend building:
46
47
.. code-block:: console
48
49
+ $ source /opt/intel/oneapi/setvars.sh
50
$ pip install --upgrade pip
51
$ pip install -v -r requirements-xpu.txt
52
0 commit comments