Skip to content

Commit

Permalink
Bump vllm from 0.3.2 to 0.5.5
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.5.5.
- [Release notes](https://github.com/vllm-project/vllm/releases)
- [Commits](vllm-project/vllm@v0.3.2...v0.5.5)

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

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Sep 17, 2024
1 parent c5c2ecc commit 370d1a4
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.5.5"]
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.5.5
pytest==8.2.1

0 comments on commit 370d1a4

Please sign in to comment.