Skip to content

Commit f88c921

Browse files
Update dependency transformers to v4.48.0 [SECURITY]
Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent e018b5f commit f88c921

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

model-servers/vllm/0.6.4/Pipfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ sentencepiece = "~=0.2.0"
3232
tiktoken = "==0.6.0" # Required for DBRX tokenizer - Fixed by vllm 0.4.2
3333
torch = {version = "==2.3.0+cu121", index = "pytorch"}
3434
tokenizers = "~=0.19.1"
35-
transformers = "~=4.40.2"
35+
transformers = "~=4.48.0"
3636
triton = "==2.3.0"
3737
typing_extensions = "~=4.11.0"
3838
uvicorn = {extras = ["standard"], version = "~=0.29.0"}

model-servers/vllm/0.6.4/requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,7 @@ tiktoken>=0.6.0; python_version >= '3.8'
9090
tokenizers==0.20.3; python_version >= '3.7'
9191
torch==2.5.1; python_full_version >= '3.8.0'
9292
tqdm==4.66.4; python_version >= '3.7'
93-
transformers==4.45.2; python_full_version >= '3.8.0'
93+
transformers==4.48.0; python_full_version >= '3.8.0'
9494
triton==3.1.0; platform_system == 'Linux' and platform_machine == 'x86_64'
9595
typer==0.12.3; python_version >= '3.7'
9696
typing-extensions==4.12.2; python_version >= '3.8'

model-servers/vllm/0.6.6/Pipfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ sentencepiece = "~=0.2.0"
3232
tiktoken = "==0.6.0" # Required for DBRX tokenizer - Fixed by vllm 0.4.2
3333
torch = {version = "==2.3.0+cu121", index = "pytorch"}
3434
tokenizers = "~=0.19.1"
35-
transformers = "~=4.40.2"
35+
transformers = "~=4.48.0"
3636
triton = "==2.3.0"
3737
typing_extensions = "~=4.11.0"
3838
uvicorn = {extras = ["standard"], version = "~=0.29.0"}

model-servers/vllm/0.6.6/requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,7 @@ tiktoken>=0.6.0; python_version >= '3.8'
9090
tokenizers==0.20.3; python_version >= '3.7'
9191
torch==2.5.1; python_full_version >= '3.8.0'
9292
tqdm==4.66.4; python_version >= '3.7'
93-
transformers==4.45.2; python_full_version >= '3.8.0'
93+
transformers==4.48.0; python_full_version >= '3.8.0'
9494
triton==3.1.0; platform_system == 'Linux' and platform_machine == 'x86_64'
9595
typer==0.12.3; python_version >= '3.7'
9696
typing-extensions==4.12.2; python_version >= '3.8'

0 commit comments

Comments
 (0)