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

This commit is contained in:
Robert Cohn 2024-07-14 20:10:11 -04:00 committed by GitHub
parent dbfe254eda
commit 61e85dbad8
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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