Skip to content

Commit a65d23c

Browse files
authored
Add core dependency on stable torchdata (#2408)
1 parent e6cba25 commit a65d23c

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

pyproject.toml

+2-1
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,8 @@ authors = [
1010
]
1111
keywords = ["pytorch", "post-training", "rlhf", "finetuning", "llm"]
1212
dependencies = [
13+
# Stable torchdata (no nightly support)
14+
"torchdata",
1315

1416
# Hugging Face integrations
1517
"datasets",
@@ -33,7 +35,6 @@ dependencies = [
3335

3436
# Multimodal
3537
"Pillow>=9.4.0",
36-
3738
]
3839
dynamic = ["version"]
3940

0 commit comments

Comments
 (0)