docs.txt 702 Bytes
Newer Older
1
sphinx==6.2.1
2
sphinx-argparse==0.4.0
3
4
sphinx-book-theme==1.0.1
sphinx-copybutton==0.5.2
5
sphinx-design==0.6.1
6
sphinx-togglebutton==0.3.2
7
myst-parser==3.0.1
8
msgspec
9
cloudpickle
10
11

# packages to install to build the documentation
12
cachetools
13
pydantic >= 2.8
14
15
16
17
-f https://download.pytorch.org/whl/cpu
torch
py-cpuinfo
transformers
Patrick von Platen's avatar
Patrick von Platen committed
18
mistral_common >= 1.5.4
19
20
aiohttp
starlette
21
openai # Required by docs/source/serving/openai_compatible_server.md's vllm.entrypoints.openai.cli_args
22
fastapi # Required by docs/source/serving/openai_compatible_server.md's vllm.entrypoints.openai.cli_args
23
24
partial-json-parser # Required by docs/source/serving/openai_compatible_server.md's vllm.entrypoints.openai.cli_args
requests
25
zmq