We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fdadb6f commit 47e3834Copy full SHA for 47e3834
mkdocs.yaml
@@ -61,6 +61,7 @@ plugins:
61
- search
62
- autorefs
63
- awesome-nav
64
+ - glightbox
65
# For API reference generation
66
- api-autonav:
67
modules: ["vllm"]
requirements/docs.txt
@@ -4,6 +4,7 @@ mkdocs-material
4
mkdocstrings-python
5
mkdocs-gen-files
6
mkdocs-awesome-nav
7
+mkdocs-glightbox
8
python-markdown-math
9
regex
10
ruff
@@ -22,3 +23,4 @@ pydantic
22
23
torch
24
transformers
25
zmq
26
+gguf
0 commit comments