mirror of
https://git.datalinker.icu/vllm-project/vllm.git
synced 2025-12-19 06:45:01 +08:00
[Doc] xpu backend requires running setvars.sh (#6393)
This commit is contained in:
parent
dbfe254eda
commit
61e85dbad8
@ -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
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user