Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Doc]: Update tensorizer docs to include vllm[tensorizer] #7889

Merged
merged 5 commits into from
Oct 22, 2024
Merged
Changes from 3 commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 4 additions & 1 deletion docs/source/serving/tensorizer.rst
Original file line number Diff line number Diff line change
Expand Up @@ -9,4 +9,7 @@ shorter Pod startup times and CPU memory usage. Tensor encryption is also suppor

For more information on CoreWeave's Tensorizer, please refer to
`CoreWeave's Tensorizer documentation <https://github.com/coreweave/tensorizer>`_. For more information on serializing a vLLM model, as well a general usage guide to using Tensorizer with vLLM, see
the `vLLM example script <https://docs.vllm.ai/en/stable/getting_started/examples/tensorize_vllm_model.html>`_.
the `vLLM example script <https://docs.vllm.ai/en/stable/getting_started/examples/tensorize_vllm_model.html>`_.

.. note::
sethkimmel3 marked this conversation as resolved.
Show resolved Hide resolved
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I think an indent is needed


[2024-10-09T16:26:18Z] Warning, treated as error:
--
  | [2024-10-09T16:26:18Z] /vllm-workspace/test_docs/docs/source/serving/tensorizer.rst:14:Content block expected for the "note" directive; none found.
  | [2024-10-09T16:26:19Z] make: *** [Makefile:20: html] Error 2


Note that to use this feature you will need to install `tensorizer` by running `pip install vllm[tensorizer]`.
Loading