Skip to content

Commit

Permalink
formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
ElliotStein committed Nov 5, 2024
1 parent 6cc135d commit d526eb9
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion mergekit/architecture.py
Original file line number Diff line number Diff line change
Expand Up @@ -601,7 +601,6 @@ def _infer_architecture_info(merge_config):
parameter_names = param_names[0]
prefix_tracker = {}
else:

# Pair param_names with referenced models and sort by length
paired_list = list(zip(param_names, merge_config.referenced_models()))
paired_list.sort(key=lambda x: len(x[0]), reverse=True)
Expand Down

0 comments on commit d526eb9

Please sign in to comment.