Skip to content

Commit

Permalink
Remove unused format parameter
Browse files Browse the repository at this point in the history
  • Loading branch information
cg123 committed Dec 30, 2023
1 parent 3bdae11 commit 664057a
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion mergekit/card.py
Original file line number Diff line number Diff line change
Expand Up @@ -175,7 +175,6 @@ def generate_card(config: MergeConfiguration, name: Optional[str] = None) -> str
return CARD_TEMPLATE.format(
metadata=yaml.dump({"base_model": hf_bases, "tags": tags}),
model_list="\n".join(model_bullets),
config=yaml.dump(config.model_dump(exclude_defaults=True, mode="json")),
base_text=base_text,
merge_method=method_md(config.merge_method),
name=name,
Expand Down

0 comments on commit 664057a

Please sign in to comment.