mirror of
https://github.com/rasbt/LLMs-from-scratch.git
synced 2025-08-30 03:20:51 +00:00
style checks
This commit is contained in:
parent
d311bae25a
commit
51f4980a42
@ -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
|
||||
###############################
|
||||
|
Loading…
x
Reference in New Issue
Block a user