Skip to content

Commit acae4b4

Browse files
committed
Add comment on license
1 parent c72ad49 commit acae4b4

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

lerobot/common/datasets/utils.py

+3
Original file line numberDiff line numberDiff line change
@@ -450,6 +450,9 @@ def create_lerobot_dataset_card(
450450
citation: str | None = None,
451451
arxiv: str | None = None,
452452
) -> DatasetCard:
453+
"""
454+
If specified, license must be one of https://huggingface.co/docs/hub/repositories-licenses.
455+
"""
453456
card = DatasetCard(DATASET_CARD_TEMPLATE)
454457
card.data.configs = [
455458
{

0 commit comments

Comments
 (0)