docs.txt 775 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
commonmark # Required by sphinx-argparse when using :markdownhelp:
11
12

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