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 3dc083d commit b4b6c37Copy full SHA for b4b6c37
pyproject.toml
@@ -42,7 +42,7 @@ dependencies = [
42
"pybind11",
43
"pylatexenc",
44
"ray>=2.10",
45
- "tensordict<0.6",
+ "tensordict<0.8",
46
"transformers",
47
"vllm<=0.6.3",
48
'wandb',
requirements.txt
@@ -13,7 +13,7 @@ pyarrow>=15.0.0
13
pybind11
14
pylatexenc
15
ray
16
-tensordict<0.6
+tensordict<0.8
17
transformers
18
vllm<=0.6.3
19
wandb
0 commit comments