mirror of
https://git.datalinker.icu/vllm-project/vllm.git
synced 2025-12-09 20:04:27 +08:00
28 lines
801 B
Plaintext
28 lines
801 B
Plaintext
psutil
|
|
sentencepiece # Required for LLaMA tokenizer.
|
|
numpy < 2.0.0
|
|
requests
|
|
tqdm
|
|
py-cpuinfo
|
|
transformers >= 4.43.2 # Required for Chameleon and Llama 3.1 hotfox.
|
|
tokenizers >= 0.19.1 # Required for Llama 3.
|
|
protobuf # Required by LlamaTokenizer.
|
|
fastapi
|
|
aiohttp
|
|
openai
|
|
uvicorn[standard]
|
|
pydantic >= 2.0 # Required for OpenAI server.
|
|
pillow # Required for image processing
|
|
prometheus_client >= 0.18.0
|
|
prometheus-fastapi-instrumentator >= 7.0.0
|
|
tiktoken >= 0.6.0 # Required for DBRX tokenizer
|
|
lm-format-enforcer == 0.10.6
|
|
outlines >= 0.0.43, < 0.1 # Requires torch >= 2.1.0
|
|
typing_extensions >= 4.10
|
|
filelock >= 3.10.4 # filelock starts to support `mode` argument from 3.10.4
|
|
pyzmq
|
|
librosa # Required for audio processing
|
|
soundfile # Required for audio processing
|
|
gguf == 0.9.1
|
|
importlib_metadata
|