Unverified Commit af74a93d authored by Hailey Schoelkopf's avatar Hailey Schoelkopf Committed by GitHub
Browse files

pin vllm at < 0.2.6 (#1212)

parent e4970d81
...@@ -67,7 +67,7 @@ promptsource = [ ...@@ -67,7 +67,7 @@ promptsource = [
] ]
sentencepiece = ["sentencepiece>=0.1.98", "protobuf>=4.22.1"] sentencepiece = ["sentencepiece>=0.1.98", "protobuf>=4.22.1"]
testing = ["pytest", "pytest-cov", "pytest-xdist"] testing = ["pytest", "pytest-cov", "pytest-xdist"]
vllm = ["vllm"] vllm = ["vllm<=0.2.5"]
zeno = ["pandas", "zeno-client"] zeno = ["pandas", "zeno-client"]
all = [ all = [
"lm_eval[anthropic]", "lm_eval[anthropic]",
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment