mirror of
https://github.com/rasbt/LLMs-from-scratch.git
synced 2026-04-10 12:33:42 +00:00
style checks
This commit is contained in:
@@ -254,7 +254,7 @@ if __name__ == "__main__":
|
||||
help=(
|
||||
"Whether to use 'pretrained' or 'random' weights."
|
||||
)
|
||||
)
|
||||
)
|
||||
parser.add_argument(
|
||||
"--trainable_layers",
|
||||
type=str,
|
||||
@@ -290,7 +290,6 @@ if __name__ == "__main__":
|
||||
else:
|
||||
raise ValueError("Invalid --trainable_token argument")
|
||||
|
||||
|
||||
###############################
|
||||
# Load model
|
||||
###############################
|
||||
|
||||
Reference in New Issue
Block a user