Skip to content

Commit fa8ef4b

Browse files
chore(deps): update vllm requirement from <=0.6.3 to <=0.7.3
Updates the requirements on [vllm](https://github.com/vllm-project/vllm) to permit the latest version. - [Release notes](https://github.com/vllm-project/vllm/releases) - [Commits](vllm-project/vllm@v0.1.0...v0.7.3) --- updated-dependencies: - dependency-name: vllm dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent f916143 commit fa8ef4b

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ dependencies = [
4444
"ray>=2.10",
4545
"tensordict<0.6",
4646
"transformers",
47-
"vllm<=0.6.3",
47+
"vllm<=0.7.3",
4848
'wandb',
4949
]
5050

requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,5 +15,5 @@ pylatexenc
1515
ray[data,train,tune,serve]
1616
tensordict<0.6
1717
transformers
18-
vllm<=0.6.3
18+
vllm<=0.7.3
1919
wandb

0 commit comments

Comments
 (0)