Skip to content

Commit

Permalink
Fix make check-format.
Browse files Browse the repository at this point in the history
  • Loading branch information
joelburget committed Sep 9, 2024
1 parent 74204c3 commit ca14d4f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions transformer_lens/pretrained/weight_conversions/olmoe.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@

from transformer_lens.HookedTransformerConfig import HookedTransformerConfig


def convert_olmoe_weights(olmoe, cfg: HookedTransformerConfig):
state_dict = {}

Expand Down

0 comments on commit ca14d4f

Please sign in to comment.