Skip to content

Commit 7c622bb

Browse files
WoosukKwonAlvant
authored andcommitted
[Docs][TPU] Add installation tip for TPU (vllm-project#5761)
Signed-off-by: Alvant <alvasian@yandex.ru>
1 parent 69bcc76 commit 7c622bb

File tree

1 file changed

+18
-0
lines changed

1 file changed

+18
-0
lines changed

docs/source/getting_started/tpu-installation.rst

+18
Original file line numberDiff line numberDiff line change
@@ -73,3 +73,21 @@ Next, build vLLM from source. This will only take a few seconds:
7373
.. code-block:: console
7474
7575
$ VLLM_TARGET_DEVICE="tpu" python setup.py develop
76+
77+
78+
.. tip::
79+
80+
If you encounter the following error:
81+
82+
.. code-block:: console
83+
84+
from torch._C import * # noqa: F403
85+
ImportError: libopenblas.so.0: cannot open shared object file: No such file or directory
86+
87+
88+
You can install OpenBLAS with the following command:
89+
90+
.. code-block:: console
91+
92+
$ sudo apt-get install libopenblas-base libopenmpi-dev libomp-dev
93+

0 commit comments

Comments
 (0)