We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9d8ead3 commit 6584df3Copy full SHA for 6584df3
assets/training/finetune_acft_hf_nlp/environments/acpt-rft/context/requirements.txt
@@ -20,7 +20,8 @@ pyarrow==21.0.0
20
pybind11==3.0.0
21
pylatexenc==2.10
22
qwen-vl-utils==0.0.10
23
-ray[default]==2.53.0
+#Replace the below install with version >2.53.0 once available from pypi. Now it solved aiohttp and log4j realted vulnerabilities
24
+ray[default] @ https://github.com/yeshsurya/ray/releases/download/2.53.dev/ray-3.0.0.dev0-cp310-cp310-linux_x86_64.whl
25
tensorboard==2.20.0
26
tensordict==0.9.1
27
torchdata==0.11.0
0 commit comments