Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion helm-charts/application-gitops/requirements.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
PyGithub==2.4.0
PyGithub==2.8.1
2 changes: 1 addition & 1 deletion model-servers/llamacpp_python/0.3.8/src/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
llama-cpp-python[server]==0.3.8
llama-cpp-python[server]==0.3.16
transformers==4.41.2
pip==24.0
40 changes: 20 additions & 20 deletions model-servers/vllm/0.11.0/Pipfile
Original file line number Diff line number Diff line change
Expand Up @@ -9,37 +9,37 @@ verify_ssl = false
name = "pytorch"

[packages]
cmake = "~=3.29.3"
cmake = "~=3.31.10"
einops= "~=0.8.0"
fastapi = "~=0.115.0"
filelock = "~=3.14.0"
fastapi = "~=0.124.0"
filelock = "~=3.20.0"
lm-format-enforcer = "==0.11.3"
ninja = "~=1.11.1.1"
ninja = "~=1.13.0.0"
numpy = "~=1.26.4"
nvidia-ml-py = "~=12.560.30"
openai = "~=1.99.1"
outlines = "~=0.1.11"
nvidia-ml-py = "~=12.575.51"
openai = "~=1.109.1"
outlines = "~=0.2.3"
pip = "~=24.0"
prometheus_client = "~=0.20.0"
prometheus-fastapi-instrumentator = "~=7.0.0"
prometheus_client = "~=0.23.1"
prometheus-fastapi-instrumentator = "~=7.1.0"
psutil = "~=5.9.8"
py-cpuinfo = "~=9.0.0"
pydantic = "~=2.11.7"
pynvml = "==11.5.0"
pydantic = "~=2.12.5"
pynvml = "==11.5.3"
ray = "~=2.48.0"
requests = "~=2.31.0"
sentencepiece = "~=0.2.0"
tiktoken = "~=0.6.0"
torch = {version = "==2.8.0+cu126", index = "pytorch"} # Required by vllm 0.11.0 - CUDA 12.1 no longer supported
tokenizers = "~=0.21.1"
transformers = "~=4.55.2"
triton = "==3.2.0"
typing_extensions = "~=4.12.2"
uvicorn = {extras = ["standard"], version = "~=0.29.0"}
tiktoken = "~=0.12.0"
torch = {version = "==2.9.1+cu126", index = "pytorch"} # Required by vllm 0.11.0 - CUDA 12.1 no longer supported
tokenizers = "~=0.22.1"
transformers = "~=4.57.3"
triton = "==3.5.1"
typing_extensions = "~=4.15.0"
uvicorn = {extras = ["standard"], version = "~=0.38.0"}
vllm = "==0.11.0"
vllm-nccl-cu12 = "==2.18.1.0.4.0"
wheel = "~=0.43.0"
xformers = "==0.0.32.post1" # Required by vllm 0.11.0 with PyTorch 2.8.0
wheel = "~=0.45.1"
xformers = "==0.0.33.post2" # Required by vllm 0.11.0 with PyTorch 2.8.0

[dev-packages]

Expand Down
126 changes: 63 additions & 63 deletions model-servers/vllm/0.11.0/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,107 +1,107 @@
-i https://pypi.org/simple
--extra-index-url https://download.pytorch.org/whl/cu126/
aiosignal==1.3.1; python_version >= '3.7'
annotated-types==0.6.0; python_version >= '3.8'
anyio==4.3.0; python_version >= '3.8'
aiosignal==1.4.0; python_version >= '3.7'
annotated-types==0.7.0; python_version >= '3.8'
anyio==4.12.0; python_version >= '3.8'
attrs==23.2.0; python_version >= '3.7'
certifi==2024.2.2; python_version >= '3.6'
charset-normalizer==3.3.2; python_full_version >= '3.7.0'
click==8.1.7; python_version >= '3.7'
cloudpickle==3.0.0; python_version >= '3.8'
cmake==3.29.3; python_version >= '3.7'
charset-normalizer==3.4.4; python_full_version >= '3.7.0'
click==8.3.1; python_version >= '3.7'
cloudpickle==3.1.2; python_version >= '3.8'
cmake==3.31.10; python_version >= '3.7'
diskcache==5.6.3; python_version >= '3'
distro==1.9.0; python_version >= '3.6'
dnspython==2.6.1; python_version >= '3.8'
einops==0.8.0; python_version >= '3.8'
email-validator==2.1.1; python_version >= '3.8'
fastapi==0.115.0; python_version >= '3.8'
fastapi-cli==0.0.5; python_version >= '3.8'
filelock==3.16.1; python_version >= '3.8'
frozenlist==1.4.1; python_version >= '3.8'
fsspec==2024.3.1; python_version >= '3.8'
dnspython==2.8.0; python_version >= '3.8'
einops==0.8.1; python_version >= '3.8'
email-validator==2.3.0; python_version >= '3.8'
fastapi==0.124.0; python_version >= '3.8'
fastapi-cli==0.0.16; python_version >= '3.8'
filelock==3.20.0; python_version >= '3.8'
frozenlist==1.8.0; python_version >= '3.8'
fsspec==2024.12.0; python_version >= '3.8'
h11==0.14.0; python_version >= '3.7'
httpcore==1.0.5; python_version >= '3.8'
httptools==0.6.1
httpx==0.27.0; python_version >= '3.8'
httpcore==1.0.9; python_version >= '3.8'
httptools==0.7.1
httpx==0.28.1; python_version >= '3.8'
huggingface-hub>=0.30.0; python_full_version >= '3.8.0'
idna==3.7; python_version >= '3.5'
idna==3.11; python_version >= '3.5'
interegular==0.3.3; python_version >= '3.7'
jinja2==3.1.4; python_version >= '3.7'
joblib==1.4.2; python_version >= '3.8'
jsonschema==4.22.0; python_version >= '3.8'
joblib==1.5.2; python_version >= '3.8'
jsonschema==4.25.1; python_version >= '3.8'
jsonschema-specifications==2023.12.1; python_version >= '3.8'
lark==1.2.2; python_version >= '3.8'
llvmlite==0.44.0; python_version >= '3.10'
lark==1.3.1; python_version >= '3.8'
llvmlite==0.45.1; python_version >= '3.10'
lm-format-enforcer==0.11.3; python_version >= '3.8' and python_version < '4.0'
markdown-it-py==3.0.0; python_version >= '3.8'
markupsafe==2.1.5; python_version >= '3.7'
mdurl==0.1.2; python_version >= '3.7'
mpmath==1.3.0
msgpack==1.0.8; python_version >= '3.8'
msgpack==1.1.2; python_version >= '3.8'
nest-asyncio==1.6.0; python_version >= '3.5'
networkx==3.3; python_version >= '3.10'
ninja==1.11.1.1
numba==0.61.2; python_version >= '3.10'
networkx==3.6; python_version >= '3.10'
ninja==1.13.0
numba==0.62.1; python_version >= '3.10'
numpy==1.26.4; python_version >= '3.9'
nvidia-cublas-cu12; platform_system == 'Linux' and platform_machine == 'x86_64'
nvidia-cuda-cupti-cu12; platform_system == 'Linux' and platform_machine == 'x86_64'
nvidia-cuda-nvrtc-cu12; platform_system == 'Linux' and platform_machine == 'x86_64'
nvidia-cuda-runtime-cu12; platform_system == 'Linux' and platform_machine == 'x86_64'
nvidia-cudnn-cu12==9.10.2.21; platform_system == 'Linux' and platform_machine == 'x86_64'
nvidia-cudnn-cu12==9.17.0.29; platform_system == 'Linux' and platform_machine == 'x86_64'
nvidia-cufft-cu12; platform_system == 'Linux' and platform_machine == 'x86_64'
nvidia-curand-cu12; platform_system == 'Linux' and platform_machine == 'x86_64'
nvidia-cusolver-cu12; platform_system == 'Linux' and platform_machine == 'x86_64'
nvidia-cusparse-cu12; platform_system == 'Linux' and platform_machine == 'x86_64'
nvidia-ml-py==12.560.30
nvidia-ml-py==12.575.51
nvidia-nccl-cu12; platform_system == 'Linux' and platform_machine == 'x86_64'
nvidia-nvjitlink-cu12==12.8.93; python_version >= '3'
nvidia-nvjitlink-cu12==12.9.86; python_version >= '3'
nvidia-nvtx-cu12; platform_system == 'Linux' and platform_machine == 'x86_64'
openai==1.99.1; python_full_version >= '3.8'
orjson==3.10.3; python_version >= '3.8'
outlines==1.2.5; python_version >= '3.9'
outlines-core==0.2.11; python_version >= '3.9'
packaging==24.0; python_version >= '3.7'
openai==1.109.1; python_full_version >= '3.8'
orjson==3.11.5; python_version >= '3.8'
outlines==1.2.9; python_version >= '3.9'
outlines-core==0.2.13; python_version >= '3.9'
packaging==24.2; python_version >= '3.7'
pip==24.0; python_version >= '3.7'
prometheus-client==0.20.0; python_version >= '3.8'
prometheus-fastapi-instrumentator==7.0.0; python_full_version >= '3.8.1' and python_full_version < '4.0.0'
prometheus-client==0.23.1; python_version >= '3.8'
prometheus-fastapi-instrumentator==7.1.0; python_full_version >= '3.8.1' and python_full_version < '4.0.0'
protobuf==4.25.6; python_version >= '3.8'
psutil==5.9.8; python_version >= '2.7' and python_version not in '3.0, 3.1, 3.2, 3.3, 3.4, 3.5'
py-cpuinfo==9.0.0
pydantic==2.11.7; python_version >= '3.8'
pydantic-core==2.33.2; python_version >= '3.8'
pygments==2.18.0; python_version >= '3.8'
pynvml==11.5.0; python_version >= '3.6'
python-dotenv==1.0.1
pydantic==2.12.5; python_version >= '3.8'
pydantic-core==2.41.5; python_version >= '3.8'
pygments==2.19.2; python_version >= '3.8'
pynvml==11.5.3; python_version >= '3.6'
python-dotenv==1.2.1
python-multipart==0.0.9; python_version >= '3.8'
pyyaml==6.0.1; python_version >= '3.6'
pyyaml==6.0.3; python_version >= '3.6'
ray==2.48.0; python_version >= '3.9'
referencing==0.35.1; python_version >= '3.8'
regex==2024.5.10; python_version >= '3.8'
referencing==0.37.0; python_version >= '3.8'
regex==2024.11.6; python_version >= '3.8'
requests==2.31.0; python_version >= '3.7'
rich==13.7.1; python_full_version >= '3.7.0'
rpds-py==0.18.1; python_version >= '3.8'
safetensors==0.4.3; python_version >= '3.7'
scipy==1.13.0; python_version >= '3.9'
sentencepiece==0.2.0
rich==13.9.4; python_full_version >= '3.7.0'
rpds-py==0.30.0; python_version >= '3.8'
safetensors==0.7.0; python_version >= '3.7'
scipy==1.16.3; python_version >= '3.9'
sentencepiece==0.2.1
shellingham==1.5.4; python_version >= '3.7'
sniffio==1.3.1; python_version >= '3.7'
starlette==0.37.2; python_version >= '3.8'
sympy==1.13.3; python_version >= '3.9'
sympy==1.14.0; python_version >= '3.9'
tiktoken>=0.6.0; python_version >= '3.8'
tokenizers==0.21.1; python_version >= '3.7'
torch==2.8.0; python_full_version >= '3.9.0'
tqdm==4.66.4; python_version >= '3.7'
tokenizers==0.22.1; python_version >= '3.7'
torch==2.9.1; python_full_version >= '3.9.0'
tqdm==4.67.1; python_version >= '3.7'
transformers>=4.55.2; python_full_version >= '3.9.0'
triton==3.4.0; platform_system == 'Linux' and platform_machine == 'x86_64'
typer==0.12.3; python_version >= '3.7'
typing-extensions==4.12.2; python_version >= '3.8'
ujson==5.9.0; python_version >= '3.8'
triton==3.5.1; platform_system == 'Linux' and platform_machine == 'x86_64'
typer==0.20.0; python_version >= '3.7'
typing-extensions==4.15.0; python_version >= '3.8'
ujson==5.11.0; python_version >= '3.8'
urllib3==2.2.1; python_version >= '3.8'
uvicorn[standard]==0.29.0; python_version >= '3.8'
uvloop==0.19.0
uvicorn[standard]==0.38.0; python_version >= '3.8'
uvloop==0.22.1
vllm==0.11.0; python_version >= '3.9' and python_full_version < '3.13'
vllm-nccl-cu12==2.18.1.0.4.0
watchfiles==0.21.0
watchfiles==0.24.0
websockets==12.0
wheel==0.43.0; python_version >= '3.8'
xformers==0.0.32.post1; python_version >= '3.9'
wheel==0.45.1; python_version >= '3.8'
xformers==0.0.33.post2; python_version >= '3.9'
38 changes: 19 additions & 19 deletions model-servers/vllm/0.6.4/Pipfile
Original file line number Diff line number Diff line change
Expand Up @@ -9,38 +9,38 @@ verify_ssl = false
name = "pytorch"

[packages]
cmake = "~=3.29.3"
cmake = "~=3.31.10"
einops= "~=0.8.0"
fastapi = "~=0.111.0"
filelock = "~=3.14.0"
lm-format-enforcer = "==0.9.8" # Fixed by vllm 0.4.2
ninja = "~=1.11.1.1"
fastapi = "~=0.124.0"
filelock = "~=3.20.0"
lm-format-enforcer = "==0.11.3" # Fixed by vllm 0.4.2
ninja = "~=1.13.0.0"
numpy = "~=1.26.4"
nvidia-ml-py = "~=12.550.52"
openai = "~=1.28.1"
outlines = "==0.0.34" # Requires torch >= 2.1.0 - Fixed by vllm 0.4.2
nvidia-ml-py = "~=12.575.51"
openai = "~=1.109.1"
outlines = "==0.2.3" # Requires torch >= 2.1.0 - Fixed by vllm 0.4.2
pip = "~=24.0"
prometheus_client = "~=0.20.0"
prometheus-fastapi-instrumentator = "~=7.0.0"
prometheus_client = "~=0.23.1"
prometheus-fastapi-instrumentator = "~=7.1.0"
psutil = "~=5.9.8"
py-cpuinfo = "~=9.0.0"
pydantic = "~=2.7.1"
pynvml = "==11.5.0"
pydantic = "~=2.12.5"
pynvml = "==11.5.3"
ray = "~=2.21.0"
requests = "~=2.31.0"
sentencepiece = "~=0.2.0"
tiktoken = "==0.6.0" # Required for DBRX tokenizer - Fixed by vllm 0.4.2
tiktoken = "==0.12.0" # Required for DBRX tokenizer - Fixed by vllm 0.4.2
torch = {version = "==2.3.0+cu121", index = "pytorch"}
tokenizers = "~=0.19.1"
tokenizers = "~=0.22.1"
transformers = "~=4.40.2"
triton = "==2.3.0"
typing_extensions = "~=4.11.0"
uvicorn = {extras = ["standard"], version = "~=0.29.0"}
triton = "==2.3.1"
typing_extensions = "~=4.15.0"
uvicorn = {extras = ["standard"], version = "~=0.38.0"}
vllm = "==v0.6.4"
vllm-flash-attn = "==2.6.2"
vllm-nccl-cu12 = "==2.18.1.0.4.0"
wheel = "~=0.43.0"
xformers = "==0.0.26.post1" # Requires torch 2.3.0 - Fixed by vllm 0.4.2
wheel = "~=0.45.1"
xformers = "==0.0.33.post2" # Requires torch 2.3.0 - Fixed by vllm 0.4.2

[dev-packages]

Expand Down
Loading
Loading