Skip to content

Commit bcc6797

Browse files
committed
Add Tutorial on E2E integration into VLLM and minimal Subclass
stack-info: PR: #2346, branch: drisspg/stack/75
1 parent 83663b8 commit bcc6797

File tree

4 files changed

+405
-1
lines changed

4 files changed

+405
-1
lines changed

docs/requirements.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,4 +4,5 @@ sphinx_design
44
sphinx_copybutton
55
sphinx-tabs
66
matplotlib
7+
myst-parser
78
-e git+https://github.com/pytorch/pytorch_sphinx_theme.git#egg=pytorch_sphinx_theme

docs/source/conf.py

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,6 +50,7 @@
5050
"sphinx_design",
5151
"sphinx_gallery.gen_gallery",
5252
"sphinx_copybutton",
53+
"myst_parser",
5354
]
5455

5556
sphinx_gallery_conf = {
@@ -96,7 +97,10 @@
9697
# The suffix(es) of source filenames.
9798
# You can specify multiple suffix as a list of string:
9899
#
99-
source_suffix = [".rst"]
100+
source_suffix = {
101+
".rst": "restructuredtext",
102+
".md": "markdown",
103+
}
100104

101105
# The master toctree document.
102106
master_doc = "index"

docs/source/index.rst

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -41,3 +41,4 @@ for an overall introduction to the library and recent highlight and updates.
4141
subclass_basic
4242
subclass_advanced
4343
pretraining
44+
torchao_vllm_integration

0 commit comments

Comments
 (0)