Skip to content

Add Tutorial on E2E integration into VLLM and minimal Subclass #2346

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

Merged
merged 1 commit into from
Jun 12, 2025
Merged
Show file tree
Hide file tree
Changes from all 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
2 changes: 2 additions & 0 deletions docs/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,6 @@ sphinx_design
sphinx_copybutton
sphinx-tabs
matplotlib
myst-parser
sphinxcontrib-mermaid==1.0.0
-e git+https://github.com/pytorch/pytorch_sphinx_theme.git#egg=pytorch_sphinx_theme
7 changes: 6 additions & 1 deletion docs/source/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,8 @@
"sphinx_design",
"sphinx_gallery.gen_gallery",
"sphinx_copybutton",
"myst_parser",
"sphinxcontrib.mermaid",
]

sphinx_gallery_conf = {
Expand Down Expand Up @@ -96,7 +98,10 @@
# The suffix(es) of source filenames.
# You can specify multiple suffix as a list of string:
#
source_suffix = [".rst"]
source_suffix = {
".rst": "restructuredtext",
".md": "markdown",
}

# The master toctree document.
master_doc = "index"
Expand Down
1 change: 1 addition & 0 deletions docs/source/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -41,3 +41,4 @@ for an overall introduction to the library and recent highlight and updates.
subclass_basic
subclass_advanced
pretraining
torchao_vllm_integration
Loading
Loading