Skip to content

Commit

Permalink
Bump vllm from 0.3.2 to 0.7.0
Browse files Browse the repository at this point in the history
Bumps [vllm](https://github.com/vllm-project/vllm) from 0.3.2 to 0.7.0.
- [Release notes](https://github.com/vllm-project/vllm/releases)
- [Commits](vllm-project/vllm@v0.3.2...v0.7.0)

---
updated-dependencies:
- dependency-name: vllm
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Jan 27, 2025
1 parent 39294c6 commit 90fb803
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ optimum = ["optimum[openvino]"]
promptsource = ["promptsource>=0.2.3"]
sentencepiece = ["sentencepiece>=0.1.98", "protobuf>=4.22.1"]
testing = ["pytest", "pytest-cov", "pytest-xdist"]
vllm = ["vllm==0.3.2"]
vllm = ["vllm==0.7.0"]
zeno = ["pandas", "zeno-client"]
wandb = ["wandb>=0.16.3", "pandas", "numpy"]
all = [
Expand Down
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -11,5 +11,5 @@ mamba-ssm>=1.2.0
causal-conv1d>=1.2.0
litellm>=1.33.1
anthropic>=0.21.3
vllm==0.4.2
vllm==0.7.0
pytest==8.2.1

0 comments on commit 90fb803

Please sign in to comment.