mirror of
https://github.com/rasbt/LLMs-from-scratch.git
synced 2026-04-10 12:33:42 +00:00
pep8
This commit is contained in:
@@ -81,7 +81,7 @@ if __name__ == "__main__":
|
||||
"--json_file",
|
||||
type=str,
|
||||
help=("Path to the dataset JSON file")
|
||||
)
|
||||
)
|
||||
args = parser.parse_args()
|
||||
if not args.json_file:
|
||||
json_data = example_data
|
||||
|
||||
Reference in New Issue
Block a user