Unverified Commit 29935aed by Chi Zhang Committed by GitHub

[misc] fix: fix ray requirement (#163)

parent f9784cdf
......@@ -37,7 +37,7 @@ dependencies = [
"hydra-core",
"numpy",
"pybind11",
"ray",
"ray>=2.38",
"tensordict",
"transformers<4.48",
"vllm<=0.6.3",
......
......@@ -8,7 +8,7 @@ numpy
pandas
peft
pybind11
ray
ray>=2.38
tensordict<0.6
transformers<4.48
vllm<=0.6.3
......
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