requirements.txt 1.16 KB
Newer Older
Neelay Shah's avatar
Neelay Shah committed
1
# SPDX-FileCopyrightText: Copyright (c) 2024-2025 NVIDIA CORPORATION & AFFILIATES. All rights reserved.
2
3
# SPDX-License-Identifier: Apache-2.0

4
5
# For Multimodal EPD (required for device_map="auto" in vision model loading)
accelerate
6
aiconfigurator @ git+https://github.com/ai-dynamo/aiconfigurator.git@5554d2eb8206738c66048bf2d72183e9bcd85759
7
aiofiles
8
aiperf @ git+https://github.com/ai-dynamo/aiperf.git@4d3fa29403c8f75da22a14f1f7b3aeb27db9288f
9
av==15.0.0
10
fastapi==0.120.1
11
ftfy
12
genai-perf==0.0.15
13
14
grpcio-tools==1.66.0
httpx
15
kr8s
16
kubernetes==32.0.1
17
kubernetes_asyncio
18
matplotlib
Blazej's avatar
Blazej committed
19
msgspec
20
mypy
21
nvidia-ml-py==13.580.65
22
23
opentelemetry-api
opentelemetry-sdk
24
pip
25
pmdarima
26
pre-commit
27
prometheus-api-client
28
prometheus_client
29
prophet
30
protobuf==5.29.5
31
pydantic>=2.10.6
32
pyright
33
PyYAML
34
scikit-learn
35
scipy<1.14.0  # Pin scipy version for pmdarima compatibility
36
sentencepiece
37
38
tensorboard==2.19.0
tensorboardX==2.6.2.2
39
40
41
42
43
44
# Transformers version constraint for container builds
# - vLLM 0.11.0: >=4.55.2, vLLM 0.11.2: >=4.56.0,<5
# - TensorRT-LLM 1.2.0rc2/rc3: ==4.56.0
# - SGLang 0.5.4.post3: ==4.57.1
# Using >=4.56.0 to satisfy all frameworks
transformers>=4.56.0,<=4.57.1
45
types-aiofiles
46
types-PyYAML
47
uvicorn