Skip to content

Commit

Permalink
ran format
Browse files Browse the repository at this point in the history
  • Loading branch information
bryce13950 committed Dec 31, 2024
1 parent 925d93f commit 9636787
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion transformer_lens/loading_from_pretrained.py
Original file line number Diff line number Diff line change
Expand Up @@ -757,7 +757,7 @@ def convert_hf_model_config(model_name: str, **kwargs):
)
architecture = hf_config.architectures[0]

print ("model name", official_model_name)
print("model name", official_model_name)
if official_model_name.startswith(
("llama-7b", "meta-llama/Llama-2-7b")
): # same architecture for LLaMA and Llama-2
Expand Down

0 comments on commit 9636787

Please sign in to comment.