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 d82a0fa commit bac8162Copy full SHA for bac8162
images/runtime/training/cuda/Pipfile
@@ -13,7 +13,7 @@ torch = "==2.4.1"
13
sentencepiece = "<0.3,>=0.1.99"
14
tokenizers = "<1.0,>=0.13.3"
15
tqdm = "<5.0,>=4.66.2"
16
-trl = ">=0.15.1"
+trl = ">=0.15.2"
17
protobuf = "<6.0.0,>=5.28.0"
18
simpleeval = "<1.0,>=0.9.13"
19
safetensors = "*"
@@ -27,6 +27,7 @@ pydantic = ">=2.7.0"
27
deepspeed = ">=0.14.3"
28
aiofiles = ">=23.2.1"
29
async-timeout = "==4.0.3"
30
+tensorboard = "2.19.0"
31
32
[dev-packages]
33
0 commit comments