File tree Expand file tree Collapse file tree 4 files changed +4
-4
lines changed Expand file tree Collapse file tree 4 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -32,7 +32,7 @@ sentencepiece = "~=0.2.0"
32
32
tiktoken = " ==0.6.0" # Required for DBRX tokenizer - Fixed by vllm 0.4.2
33
33
torch = {version = " ==2.3.0+cu121" , index = " pytorch" }
34
34
tokenizers = " ~=0.19.1"
35
- transformers = " ~=4.40.2 "
35
+ transformers = " ~=4.48.0 "
36
36
triton = " ==2.3.0"
37
37
typing_extensions = " ~=4.11.0"
38
38
uvicorn = {extras = [" standard" ], version = " ~=0.29.0" }
Original file line number Diff line number Diff line change @@ -90,7 +90,7 @@ tiktoken>=0.6.0; python_version >= '3.8'
90
90
tokenizers == 0.20.3 ; python_version >= '3.7'
91
91
torch == 2.5.1 ; python_full_version >= '3.8.0'
92
92
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'
94
94
triton == 3.1.0 ; platform_system == 'Linux' and platform_machine == 'x86_64'
95
95
typer == 0.12.3 ; python_version >= '3.7'
96
96
typing-extensions == 4.12.2 ; python_version >= '3.8'
Original file line number Diff line number Diff line change @@ -32,7 +32,7 @@ sentencepiece = "~=0.2.0"
32
32
tiktoken = " ==0.6.0" # Required for DBRX tokenizer - Fixed by vllm 0.4.2
33
33
torch = {version = " ==2.3.0+cu121" , index = " pytorch" }
34
34
tokenizers = " ~=0.19.1"
35
- transformers = " ~=4.40.2 "
35
+ transformers = " ~=4.48.0 "
36
36
triton = " ==2.3.0"
37
37
typing_extensions = " ~=4.11.0"
38
38
uvicorn = {extras = [" standard" ], version = " ~=0.29.0" }
Original file line number Diff line number Diff line change @@ -90,7 +90,7 @@ tiktoken>=0.6.0; python_version >= '3.8'
90
90
tokenizers == 0.20.3 ; python_version >= '3.7'
91
91
torch == 2.5.1 ; python_full_version >= '3.8.0'
92
92
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'
94
94
triton == 3.1.0 ; platform_system == 'Linux' and platform_machine == 'x86_64'
95
95
typer == 0.12.3 ; python_version >= '3.7'
96
96
typing-extensions == 4.12.2 ; python_version >= '3.8'
You can’t perform that action at this time.
0 commit comments