Unverified Commit 29935aed by Chi Zhang Committed by GitHub

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

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