Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
norm
vllm
Commits
7d7e3b78
Unverified
Commit
7d7e3b78
authored
Sep 21, 2023
by
Woosuk Kwon
Committed by
GitHub
Sep 21, 2023
Browse files
Use `--ipc=host` in docker run for distributed inference (#1125)
parent
f98b745a
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
1 deletion
+2
-1
docs/source/getting_started/installation.rst
docs/source/getting_started/installation.rst
+2
-1
No files found.
docs/source/getting_started/installation.rst
View file @
7d7e3b78
...
@@ -46,4 +46,5 @@ You can also build and install vLLM from source:
...
@@ -46,4 +46,5 @@ You can also build and install vLLM from source:
.. code-block:: console
.. code-block:: console
$ # Pull the Docker image with CUDA 11.8.
$ # Pull the Docker image with CUDA 11.8.
$ docker run --gpus all -it --rm --shm-size=8g nvcr.io/nvidia/pytorch:22.12-py3
$ # Use `--ipc=host` to make sure the shared memory is large enough.
$ docker run --gpus all -it --rm --ipc=host nvcr.io/nvidia/pytorch:22.12-py3
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment