Skip to content

Commit

Permalink
Merge branch 'rvankoert:master' into master
Browse files Browse the repository at this point in the history
  • Loading branch information
rvankoert committed Dec 8, 2023
2 parents f06294d + 584addb commit 966b89c
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/main.py
Original file line number Diff line number Diff line change
Expand Up @@ -630,7 +630,8 @@ def get_config(args, model):
'model': model_layers,
'notes': ' ',
'uuid': str(uuid.uuid4()),
'url-code': 'https://github.com/knaw-huc/loghi'
'url-code': 'https://github.com/knaw-huc/loghi',
'model_name': args.model_name
}
return config

Expand Down

0 comments on commit 966b89c

Please sign in to comment.