We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2d1ba53 commit 60e6ddbCopy full SHA for 60e6ddb
pyproject.toml
@@ -1,6 +1,6 @@
1
[tool.poetry]
2
name = "vec-inf"
3
-version = "0.3.4"
+version = "0.4.0"
4
description = "Efficient LLM inference on Slurm clusters using vLLM."
5
authors = ["Marshall Wang <marshall.wang@vectorinstitute.ai>"]
6
license = "MIT license"
@@ -11,7 +11,7 @@ python = "^3.10"
11
requests = "^2.31.0"
12
click = "^8.1.0"
13
rich = "^13.7.0"
14
-pandas = "^2.2.2"
+pandas = "^1.15.0"
15
numpy = "^1.24.0"
16
vllm = { version = "^0.6.0", optional = true }
17
vllm-nccl-cu12 = { version = ">=2.18,<2.19", optional = true }
0 commit comments