"docs/vscode:/vscode.git/clone" did not exist on "c3bf9bad11193ee684ed6083b6692d0b5bf2bac7"
Unverified Commit 8c00f9c1 authored by Woosuk Kwon's avatar Woosuk Kwon Committed by GitHub
Browse files

[Docs][TPU] Add installation tip for TPU (#5761)

parent 0cbc1d2b
...@@ -73,3 +73,21 @@ Next, build vLLM from source. This will only take a few seconds: ...@@ -73,3 +73,21 @@ Next, build vLLM from source. This will only take a few seconds:
.. code-block:: console .. code-block:: console
$ VLLM_TARGET_DEVICE="tpu" python setup.py develop $ VLLM_TARGET_DEVICE="tpu" python setup.py develop
.. tip::
If you encounter the following error:
.. code-block:: console
from torch._C import * # noqa: F403
ImportError: libopenblas.so.0: cannot open shared object file: No such file or directory
You can install OpenBLAS with the following command:
.. code-block:: console
$ sudo apt-get install libopenblas-base libopenmpi-dev libomp-dev
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment