Skip to content

Commit e87abb9

Browse files
committed
fix(typo): laod -> load
1 parent 2a0d1e3 commit e87abb9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/training/qwen3/finetune_qwen3.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727
# =============================================================================
2828
# Data Loading and Preprocessing Function
2929
# =============================================================================
30-
# NOTE: this section can be adapted to laod any dataset you want.
30+
# NOTE: this section can be adapted to load any dataset you want.
3131
dataset_id = "tengomucho/simple_recipes"
3232
recipes = load_dataset(dataset_id, split="train")
3333

0 commit comments

Comments
 (0)