mirror of
https://github.com/rasbt/LLMs-from-scratch.git
synced 2025-09-01 20:38:11 +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(
|
parser.add_argument(
|
||||||
"--exercise_solution",
|
"--exercise_solution",
|
||||||
type=str,
|
type=str,
|
||||||
default="last_block",
|
default="baseline",
|
||||||
help=(
|
help=(
|
||||||
f"Which experiment to run. Options: {options}."
|
f"Which experiment to run. Options: {options}."
|
||||||
)
|
)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user