Skip to content

Commit

Permalink
Fix default argument in ex 7.2 (#506)
Browse files Browse the repository at this point in the history
  • Loading branch information
rasbt authored Jan 25, 2025
1 parent fd8d77a commit 9daa7e7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ch07/01_main-chapter-code/exercise_experiments.py
Original file line number Diff line number Diff line change
Expand Up @@ -541,7 +541,7 @@ def main(mask_instructions=False, alpaca52k=False, phi3_prompt=False, lora=False
parser.add_argument(
"--exercise_solution",
type=str,
default="last_block",
default="baseline",
help=(
f"Which experiment to run. Options: {options}."
)
Expand Down

0 comments on commit 9daa7e7

Please sign in to comment.