Skip to content

Commit 628d3c3

Browse files
committed
Update dependency versions, bump package version
1 parent 15cb80a commit 628d3c3

File tree

2 files changed

+1945
-1729
lines changed

2 files changed

+1945
-1729
lines changed

pyproject.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "vec-inf"
3-
version = "0.6.1"
3+
version = "0.7.0"
44
description = "Efficient LLM inference on Slurm clusters using vLLM."
55
readme = "README.md"
66
authors = [{name = "Marshall Wang", email = "[email protected]"}]
@@ -40,8 +40,8 @@ docs = [
4040
[project.optional-dependencies]
4141
dev = [
4242
"xgrammar>=0.1.11",
43-
"torch>=2.5.1",
44-
"vllm>=0.7.3",
43+
"torch>=2.7.0",
44+
"vllm>=0.9.2",
4545
"vllm-nccl-cu12>=2.18,<2.19",
4646
"ray>=2.40.0",
4747
"cupy-cuda12x==12.1.0"

0 commit comments

Comments
 (0)