Skip to content

Commit 8c00f9c

Browse files
authored
[Docs][TPU] Add installation tip for TPU (#5761)
1 parent 0cbc1d2 commit 8c00f9c

File tree

1 file changed

+18
-0
lines changed

1 file changed

+18
-0
lines changed

docs/source/getting_started/tpu-installation.rst

Lines changed: 18 additions & 0 deletions
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)