Skip to content

Commit 560b503

Browse files
committed
add suggestions from coderabbit
Signed-off-by: michaelfeil <63565275+michaelfeil@users.noreply.github.com>
1 parent 00ee933 commit 560b503

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

modelopt/torch/utils/dataset_utils.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -119,7 +119,7 @@ def _third_party_get_dataset_samples(
119119
for text: no tokenization is done and plain text is still returned.
120120
"""
121121
warn(
122-
f"Loading third-party datset {dataset_name} with the split `train`, as the dataset is not registered in {get_supported_datasets()}."
122+
f"Loading third-party dataset {dataset_name} with the split `train`, as the dataset is not registered in {get_supported_datasets()}."
123123
)
124124
from datasets import load_dataset
125125

0 commit comments

Comments
 (0)