mirror of
https://github.com/rasbt/LLMs-from-scratch.git
synced 2025-08-31 12:00:23 +00:00
Fix default argument in ex 7.2 (#506)
This commit is contained in:
parent
d387696f93
commit
ebfc50f076
@ -541,7 +541,7 @@ if __name__ == "__main__":
|
||||
parser.add_argument(
|
||||
"--exercise_solution",
|
||||
type=str,
|
||||
default="last_block",
|
||||
default="baseline",
|
||||
help=(
|
||||
f"Which experiment to run. Options: {options}."
|
||||
)
|
||||
|
Loading…
x
Reference in New Issue
Block a user