Skip to content

Commit

Permalink
forgot to add source url support
Browse files Browse the repository at this point in the history
  • Loading branch information
mofosyne committed Jan 10, 2024
1 parent 111d234 commit 8f44129
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions convert.py
Original file line number Diff line number Diff line change
Expand Up @@ -409,6 +409,8 @@ def load(metadata_path: Path) -> "Metadata":
metadata.url = data.get("general.url")
metadata.description = data.get("general.description")
metadata.license = data.get("general.license")
metadata.source_url = data.get("general.source_url")
metadata.source_hf_repo = data.get("general.source_hf_repo")

return metadata

Expand Down

0 comments on commit 8f44129

Please sign in to comment.