Skip to content

Commit 37b2768

Browse files
Update python
Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 933eee9 commit 37b2768

File tree

8 files changed

+249
-249
lines changed

8 files changed

+249
-249
lines changed
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
PyGithub==2.4.0
1+
PyGithub==2.6.1
Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
1-
llama-cpp-python[server]==0.3.8
1+
llama-cpp-python[server]==0.3.9
22
transformers==4.41.2
3-
pip==24.0
3+
pip==24.3.1

model-servers/vllm/0.6.4/Pipfile

Lines changed: 18 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -9,38 +9,38 @@ verify_ssl = false
99
name = "pytorch"
1010

1111
[packages]
12-
cmake = "~=3.29.3"
12+
cmake = "~=3.31.6"
1313
einops= "~=0.8.0"
14-
fastapi = "~=0.111.0"
15-
filelock = "~=3.14.0"
16-
lm-format-enforcer = "==0.9.8" # Fixed by vllm 0.4.2
14+
fastapi = "~=0.115.12"
15+
filelock = "~=3.18.0"
16+
lm-format-enforcer = "==0.10.11" # Fixed by vllm 0.4.2
1717
ninja = "~=1.11.1.1"
1818
numpy = "~=1.26.4"
19-
nvidia-ml-py = "~=12.550.52"
20-
openai = "~=1.28.1"
21-
outlines = "==0.0.34" # Requires torch >= 2.1.0 - Fixed by vllm 0.4.2
19+
nvidia-ml-py = "~=12.575.51"
20+
openai = "~=1.83.0"
21+
outlines = "==0.2.3" # Requires torch >= 2.1.0 - Fixed by vllm 0.4.2
2222
pip = "~=24.0"
23-
prometheus_client = "~=0.20.0"
24-
prometheus-fastapi-instrumentator = "~=7.0.0"
23+
prometheus_client = "~=0.22.1"
24+
prometheus-fastapi-instrumentator = "~=7.1.0"
2525
psutil = "~=5.9.8"
2626
py-cpuinfo = "~=9.0.0"
27-
pydantic = "~=2.7.1"
28-
pynvml = "==11.5.0"
27+
pydantic = "~=2.11.5"
28+
pynvml = "==11.5.3"
2929
ray = "~=2.21.0"
3030
requests = "~=2.31.0"
3131
sentencepiece = "~=0.2.0"
32-
tiktoken = "==0.6.0" # Required for DBRX tokenizer - Fixed by vllm 0.4.2
32+
tiktoken = "==0.9.0" # Required for DBRX tokenizer - Fixed by vllm 0.4.2
3333
torch = {version = "==2.3.0+cu121", index = "pytorch"}
34-
tokenizers = "~=0.19.1"
34+
tokenizers = "~=0.21.1"
3535
transformers = "~=4.40.2"
36-
triton = "==2.3.0"
37-
typing_extensions = "~=4.11.0"
38-
uvicorn = {extras = ["standard"], version = "~=0.29.0"}
36+
triton = "==2.3.1"
37+
typing_extensions = "~=4.14.0"
38+
uvicorn = {extras = ["standard"], version = "~=0.34.3"}
3939
vllm = "==v0.6.4"
4040
vllm-flash-attn = "==2.6.2"
4141
vllm-nccl-cu12 = "==2.18.1.0.4.0"
42-
wheel = "~=0.43.0"
43-
xformers = "==0.0.26.post1" # Requires torch 2.3.0 - Fixed by vllm 0.4.2
42+
wheel = "~=0.45.1"
43+
xformers = "==0.0.30" # Requires torch 2.3.0 - Fixed by vllm 0.4.2
4444

4545
[dev-packages]
4646

Lines changed: 68 additions & 68 deletions
Original file line numberDiff line numberDiff line change
@@ -1,107 +1,107 @@
11
-i https://pypi.org/simple
22
--extra-index-url https://download.pytorch.org/whl/cu121/
3-
aiosignal==1.3.1; python_version >= '3.7'
4-
annotated-types==0.6.0; python_version >= '3.8'
5-
anyio==4.3.0; python_version >= '3.8'
3+
aiosignal==1.3.2; python_version >= '3.7'
4+
annotated-types==0.7.0; python_version >= '3.8'
5+
anyio==4.9.0; python_version >= '3.8'
66
attrs==23.2.0; python_version >= '3.7'
77
certifi==2024.2.2; python_version >= '3.6'
8-
charset-normalizer==3.3.2; python_full_version >= '3.7.0'
9-
click==8.1.7; python_version >= '3.7'
10-
cloudpickle==3.0.0; python_version >= '3.8'
11-
cmake==3.29.3; python_version >= '3.7'
8+
charset-normalizer==3.4.2; python_full_version >= '3.7.0'
9+
click==8.2.1; python_version >= '3.7'
10+
cloudpickle==3.1.1; python_version >= '3.8'
11+
cmake==3.31.6; python_version >= '3.7'
1212
diskcache==5.6.3; python_version >= '3'
1313
distro==1.9.0; python_version >= '3.6'
14-
dnspython==2.6.1; python_version >= '3.8'
15-
einops==0.8.0; python_version >= '3.8'
16-
email-validator==2.1.1; python_version >= '3.8'
17-
fastapi==0.111.0; python_version >= '3.8'
18-
fastapi-cli==0.0.3; python_version >= '3.8'
19-
filelock==3.14.0; python_version >= '3.8'
20-
frozenlist==1.4.1; python_version >= '3.8'
21-
fsspec==2024.3.1; python_version >= '3.8'
14+
dnspython==2.7.0; python_version >= '3.8'
15+
einops==0.8.1; python_version >= '3.8'
16+
email-validator==2.2.0; python_version >= '3.8'
17+
fastapi==0.115.12; python_version >= '3.8'
18+
fastapi-cli==0.0.7; python_version >= '3.8'
19+
filelock==3.18.0; python_version >= '3.8'
20+
frozenlist==1.6.0; python_version >= '3.8'
21+
fsspec==2024.12.0; python_version >= '3.8'
2222
h11==0.14.0; python_version >= '3.7'
23-
httpcore==1.0.5; python_version >= '3.8'
24-
httptools==0.6.1
25-
httpx==0.27.0; python_version >= '3.8'
26-
huggingface-hub==0.26.3; python_full_version >= '3.8.0'
27-
idna==3.7; python_version >= '3.5'
23+
httpcore==1.0.9; python_version >= '3.8'
24+
httptools==0.6.4
25+
httpx==0.28.1; python_version >= '3.8'
26+
huggingface-hub==0.32.3; python_full_version >= '3.8.0'
27+
idna==3.10; python_version >= '3.5'
2828
interegular==0.3.3; python_version >= '3.7'
2929
jinja2==3.1.4; python_version >= '3.7'
30-
joblib==1.4.2; python_version >= '3.8'
31-
jsonschema==4.22.0; python_version >= '3.8'
30+
joblib==1.5.1; python_version >= '3.8'
31+
jsonschema==4.24.0; python_version >= '3.8'
3232
jsonschema-specifications==2023.12.1; python_version >= '3.8'
33-
lark==1.1.9; python_version >= '3.6'
34-
llvmlite==0.42.0; python_version >= '3.9'
35-
lm-format-enforcer==0.10.6; python_version >= '3.8' and python_version < '4.0'
33+
lark==1.2.2; python_version >= '3.6'
34+
llvmlite==0.44.0; python_version >= '3.9'
35+
lm-format-enforcer==0.10.11; python_version >= '3.8' and python_version < '4.0'
3636
markdown-it-py==3.0.0; python_version >= '3.8'
3737
markupsafe==2.1.5; python_version >= '3.7'
3838
mdurl==0.1.2; python_version >= '3.7'
3939
mpmath==1.3.0
40-
msgpack==1.0.8; python_version >= '3.8'
40+
msgpack==1.1.0; python_version >= '3.8'
4141
nest-asyncio==1.6.0; python_version >= '3.5'
42-
networkx==3.3; python_version >= '3.10'
43-
ninja==1.11.1.1
44-
numba==0.59.1; python_version >= '3.9'
42+
networkx==3.5; python_version >= '3.10'
43+
ninja==1.11.1.4
44+
numba==0.61.2; python_version >= '3.9'
4545
numpy==1.26.4; python_version >= '3.9'
4646
nvidia-cublas-cu12; platform_system == 'Linux' and platform_machine == 'x86_64'
4747
nvidia-cuda-cupti-cu12; platform_system == 'Linux' and platform_machine == 'x86_64'
4848
nvidia-cuda-nvrtc-cu12; platform_system == 'Linux' and platform_machine == 'x86_64'
4949
nvidia-cuda-runtime-cu12; platform_system == 'Linux' and platform_machine == 'x86_64'
50-
nvidia-cudnn-cu12==9.1.0.70; platform_system == 'Linux' and platform_machine == 'x86_64'
50+
nvidia-cudnn-cu12==9.10.1.4; platform_system == 'Linux' and platform_machine == 'x86_64'
5151
nvidia-cufft-cu12; platform_system == 'Linux' and platform_machine == 'x86_64'
52-
nvidia-curand-cu12==10.3.2.106; platform_system == 'Linux' and platform_machine == 'x86_64'
53-
nvidia-cusolver-cu12==11.4.5.107; platform_system == 'Linux' and platform_machine == 'x86_64'
54-
nvidia-cusparse-cu12==12.1.0.106; platform_system == 'Linux' and platform_machine == 'x86_64'
55-
nvidia-ml-py==12.560.30
52+
nvidia-curand-cu12==10.3.10.19; platform_system == 'Linux' and platform_machine == 'x86_64'
53+
nvidia-cusolver-cu12==11.7.4.40; platform_system == 'Linux' and platform_machine == 'x86_64'
54+
nvidia-cusparse-cu12==12.5.9.5; platform_system == 'Linux' and platform_machine == 'x86_64'
55+
nvidia-ml-py==12.575.51
5656
nvidia-nccl-cu12; platform_system == 'Linux' and platform_machine == 'x86_64'
57-
nvidia-nvjitlink-cu12==12.4.127; python_version >= '3'
58-
nvidia-nvtx-cu12==12.1.105; platform_system == 'Linux' and platform_machine == 'x86_64'
59-
openai==1.56.0; python_full_version >= '3.8'
60-
orjson==3.10.3; python_version >= '3.8'
61-
outlines==0.0.46; python_version >= '3.8'
62-
packaging==24.0; python_version >= '3.7'
63-
pip==24.0; python_version >= '3.7'
64-
prometheus-client==0.20.0; python_version >= '3.8'
65-
prometheus-fastapi-instrumentator==7.0.0; python_full_version >= '3.8.1' and python_full_version < '4.0.0'
66-
protobuf==5.26.1; python_version >= '3.8'
57+
nvidia-nvjitlink-cu12==12.9.41; python_version >= '3'
58+
nvidia-nvtx-cu12==12.9.19; platform_system == 'Linux' and platform_machine == 'x86_64'
59+
openai==1.83.0; python_full_version >= '3.8'
60+
orjson==3.10.18; python_version >= '3.8'
61+
outlines==0.2.3; python_version >= '3.8'
62+
packaging==24.2; python_version >= '3.7'
63+
pip==24.3.1; python_version >= '3.7'
64+
prometheus-client==0.22.1; python_version >= '3.8'
65+
prometheus-fastapi-instrumentator==7.1.0; python_full_version >= '3.8.1' and python_full_version < '4.0.0'
66+
protobuf==5.29.5; python_version >= '3.8'
6767
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'
6868
py-cpuinfo==9.0.0
69-
pydantic==2.10.0; python_version >= '3.8'
70-
pydantic-core==2.27.0; python_version >= '3.8'
71-
pygments==2.18.0; python_version >= '3.8'
72-
pynvml==11.5.0; python_version >= '3.6'
73-
python-dotenv==1.0.1
69+
pydantic==2.11.5; python_version >= '3.8'
70+
pydantic-core==2.34.1; python_version >= '3.8'
71+
pygments==2.19.1; python_version >= '3.8'
72+
pynvml==11.5.3; python_version >= '3.6'
73+
python-dotenv==1.1.0
7474
python-multipart==0.0.9; python_version >= '3.8'
75-
pyyaml==6.0.1; python_version >= '3.6'
75+
pyyaml==6.0.2; python_version >= '3.6'
7676
ray==2.21.0; python_version >= '3.8'
77-
referencing==0.35.1; python_version >= '3.8'
78-
regex==2024.5.10; python_version >= '3.8'
77+
referencing==0.36.2; python_version >= '3.8'
78+
regex==2024.11.6; python_version >= '3.8'
7979
requests==2.31.0; python_version >= '3.7'
80-
rich==13.7.1; python_full_version >= '3.7.0'
81-
rpds-py==0.18.1; python_version >= '3.8'
82-
safetensors==0.4.3; python_version >= '3.7'
83-
scipy==1.13.0; python_version >= '3.9'
80+
rich==13.9.4; python_full_version >= '3.7.0'
81+
rpds-py==0.25.1; python_version >= '3.8'
82+
safetensors==0.5.3; python_version >= '3.7'
83+
scipy==1.15.3; python_version >= '3.9'
8484
sentencepiece==0.2.0
8585
shellingham==1.5.4; python_version >= '3.7'
8686
sniffio==1.3.1; python_version >= '3.7'
8787
starlette==0.37.2; python_version >= '3.8'
88-
sympy==1.13.1; python_version >= '3.9'
88+
sympy==1.14.0; python_version >= '3.9'
8989
tiktoken>=0.6.0; python_version >= '3.8'
90-
tokenizers==0.20.3; python_version >= '3.7'
90+
tokenizers==0.21.1; python_version >= '3.7'
9191
torch==2.5.1; python_full_version >= '3.8.0'
92-
tqdm==4.66.4; python_version >= '3.7'
92+
tqdm==4.67.1; python_version >= '3.7'
9393
transformers==4.45.2; python_full_version >= '3.8.0'
94-
triton==3.1.0; platform_system == 'Linux' and platform_machine == 'x86_64'
95-
typer==0.12.3; python_version >= '3.7'
96-
typing-extensions==4.12.2; python_version >= '3.8'
97-
ujson==5.9.0; python_version >= '3.8'
94+
triton==3.3.1; platform_system == 'Linux' and platform_machine == 'x86_64'
95+
typer==0.16.0; python_version >= '3.7'
96+
typing-extensions==4.14.0; python_version >= '3.8'
97+
ujson==5.10.0; python_version >= '3.8'
9898
urllib3==2.2.1; python_version >= '3.8'
99-
uvicorn[standard]==0.29.0; python_version >= '3.8'
100-
uvloop==0.19.0
99+
uvicorn[standard]==0.34.3; python_version >= '3.8'
100+
uvloop==0.21.0
101101
vllm==0.6.4; python_version >= '3.9'
102102

103103
vllm-nccl-cu12==2.18.1.0.4.0
104-
watchfiles==0.21.0
104+
watchfiles==0.24.0
105105
websockets==12.0
106-
wheel==0.43.0; python_version >= '3.8'
107-
xformers==0.0.28.post3; python_version >= '3.9'
106+
wheel==0.45.1; python_version >= '3.8'
107+
xformers==0.0.30; python_version >= '3.9'

model-servers/vllm/0.6.6/Pipfile

Lines changed: 18 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -9,38 +9,38 @@ verify_ssl = false
99
name = "pytorch"
1010

1111
[packages]
12-
cmake = "~=3.29.3"
12+
cmake = "~=3.31.6"
1313
einops= "~=0.8.0"
14-
fastapi = "~=0.111.0"
15-
filelock = "~=3.14.0"
16-
lm-format-enforcer = "==0.9.8" # Fixed by vllm 0.4.2
14+
fastapi = "~=0.115.12"
15+
filelock = "~=3.18.0"
16+
lm-format-enforcer = "==0.10.11" # Fixed by vllm 0.4.2
1717
ninja = "~=1.11.1.1"
1818
numpy = "~=1.26.4"
19-
nvidia-ml-py = "~=12.550.52"
20-
openai = "~=1.28.1"
21-
outlines = "==0.0.34" # Requires torch >= 2.1.0 - Fixed by vllm 0.4.2
19+
nvidia-ml-py = "~=12.575.51"
20+
openai = "~=1.83.0"
21+
outlines = "==0.2.3" # Requires torch >= 2.1.0 - Fixed by vllm 0.4.2
2222
pip = "~=24.0"
23-
prometheus_client = "~=0.20.0"
24-
prometheus-fastapi-instrumentator = "~=7.0.0"
23+
prometheus_client = "~=0.22.1"
24+
prometheus-fastapi-instrumentator = "~=7.1.0"
2525
psutil = "~=5.9.8"
2626
py-cpuinfo = "~=9.0.0"
27-
pydantic = "~=2.7.1"
28-
pynvml = "==11.5.0"
27+
pydantic = "~=2.11.5"
28+
pynvml = "==11.5.3"
2929
ray = "~=2.21.0"
3030
requests = "~=2.31.0"
3131
sentencepiece = "~=0.2.0"
32-
tiktoken = "==0.6.0" # Required for DBRX tokenizer - Fixed by vllm 0.4.2
32+
tiktoken = "==0.9.0" # Required for DBRX tokenizer - Fixed by vllm 0.4.2
3333
torch = {version = "==2.3.0+cu121", index = "pytorch"}
34-
tokenizers = "~=0.19.1"
34+
tokenizers = "~=0.21.1"
3535
transformers = "~=4.40.2"
36-
triton = "==2.3.0"
37-
typing_extensions = "~=4.11.0"
38-
uvicorn = {extras = ["standard"], version = "~=0.29.0"}
36+
triton = "==2.3.1"
37+
typing_extensions = "~=4.14.0"
38+
uvicorn = {extras = ["standard"], version = "~=0.34.3"}
3939
vllm = "==v0.6.6"
4040
vllm-flash-attn = "==2.6.2"
4141
vllm-nccl-cu12 = "==2.18.1.0.4.0"
42-
wheel = "~=0.43.0"
43-
xformers = "==0.0.26.post1" # Requires torch 2.3.0 - Fixed by vllm 0.4.2
42+
wheel = "~=0.45.1"
43+
xformers = "==0.0.30" # Requires torch 2.3.0 - Fixed by vllm 0.4.2
4444

4545
[dev-packages]
4646

0 commit comments

Comments
 (0)