[Docs] Add information about using shared memory in docker (#1845)

This commit is contained in:
Simon Mo
2023-11-29 18:33:56 -08:00
committed by GitHub
parent a9e4574261
commit 0f621c2c7d
2 changed files with 10 additions and 2 deletions

View File

@@ -18,7 +18,7 @@ This document provides a high-level guide on integrating a `HuggingFace Transfor
0. Fork the vLLM repository
--------------------------------
Start by forking our `GitHub <https://github.com/vllm-project/vllm/>`_ repository and then :ref:`build it from source <build_from_source>`.
Start by forking our `GitHub`_ repository and then :ref:`build it from source <build_from_source>`.
This gives you the ability to modify the codebase and test your model.