Skip to content

Commit

Permalink
Merge pull request #91 from mkserge/fix_tab_issue
Browse files Browse the repository at this point in the history
Fix a mis-aligned else that causes a crash
  • Loading branch information
patrickvonplaten authored Sep 2, 2024
2 parents 0b0eaac + ea55dec commit 41c793f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion utils/validate_data.py
Original file line number Diff line number Diff line change
Expand Up @@ -110,7 +110,7 @@ def get_train_stats(
model_id = "mistral-large-latest"
elif params_config["dim"] == 5120:
model_id = "open-mistral-nemo"
else:
else:
raise ValueError("Provided model folder seems incorrect.")
else:
model_id = train_args.model_id_or_path
Expand Down

0 comments on commit 41c793f

Please sign in to comment.