Skip to content

Commit

Permalink
Fix spelling mistake
Browse files Browse the repository at this point in the history
Signed-off-by: Mustafa Eyceoz <meyceoz@redhat.com>
  • Loading branch information
Maxusmusti committed Oct 14, 2024
1 parent dba7b29 commit 8e3f553
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/instructlab/training/utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ def check_valid_train_args(train_args: TrainingArgs):
)
else:
raise FileNotFoundError(
"Model Path cannot be found, please verify existense and permissions"
"Model Path cannot be found, please verify existence and permissions"
)

if train_args.use_dolomite:
Expand Down

0 comments on commit 8e3f553

Please sign in to comment.