2023-05-08 07:30:43 +08:00
psutil
sentencepiece # Required for LLaMA tokenizer.
2024-06-17 07:07:01 +08:00
numpy < 2.0.0
2024-03-29 13:16:12 +08:00
requests
2024-06-19 22:37:33 +08:00
tqdm
2024-03-29 13:16:12 +08:00
py-cpuinfo
2024-07-25 04:22:16 +08:00
transformers >= 4.43.2 # Required for Chameleon and Llama 3.1 hotfox.
2024-04-19 05:36:39 +08:00
tokenizers >= 0.19.1 # Required for Llama 3.
2024-08-16 01:03:01 +08:00
protobuf # Required by LlamaTokenizer.
2024-09-14 00:02:26 +08:00
fastapi < 0.113.0; python_version < '3.9'
fastapi >= 0.114.1; python_version >= '3.9'
2024-05-16 07:13:36 +08:00
aiohttp
2024-09-05 08:35:36 +08:00
openai >= 1.40.0 # Ensure modern openai package (ensure types module present)
2023-09-28 08:41:36 +08:00
uvicorn[standard]
2024-09-13 11:21:42 +08:00
pydantic >= 2.9 # Required for fastapi >= 0.113.0
2024-06-03 13:56:41 +08:00
pillow # Required for image processing
2024-02-28 13:38:26 +08:00
prometheus_client >= 0.18.0
2024-04-29 06:59:33 +08:00
prometheus-fastapi-instrumentator >= 7.0.0
2024-05-18 02:58:52 +08:00
tiktoken >= 0.6.0 # Required for DBRX tokenizer
2024-08-11 20:11:50 +08:00
lm-format-enforcer == 0.10.6
2024-07-11 12:37:11 +08:00
outlines >= 0.0.43, < 0.1 # Requires torch >= 2.1.0
2024-08-09 10:39:41 +08:00
typing_extensions >= 4.10
2024-04-15 12:50:08 +08:00
filelock >= 3.10.4 # filelock starts to support `mode` argument from 3.10.4
2024-09-05 04:18:13 +08:00
partial-json-parser # used for parsing partial JSON outputs
2024-07-10 09:49:11 +08:00
pyzmq
2024-08-19 08:57:20 +08:00
msgspec
2024-09-16 06:51:44 +08:00
gguf == 0.10.0
2024-08-14 07:24:17 +08:00
importlib_metadata
2024-09-12 05:41:55 +08:00
mistral_common >= 1.4.0
2024-09-02 05:46:57 +08:00
pyyaml
2024-09-08 04:03:16 +08:00
six>=1.16.0; python_version > '3.11' # transitive dependency of pandas that needs to be the latest version for python 3.12
2024-09-17 08:01:45 +08:00
setuptools>=74.1.1; python_version > '3.11' # Setuptools is used by triton, we need to ensure a modern version is installed for 3.12+ so that it does not try to import distutils, which was removed in 3.12
2024-09-12 00:31:19 +08:00
einops # Required for Qwen2-VL.