Skip to content

Commit

Permalink
Apply isort and black reformatting
Browse files Browse the repository at this point in the history
Signed-off-by: chrjxj <[email protected]>
  • Loading branch information
chrjxj committed Oct 30, 2024
1 parent 4c9169f commit 972cfb8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/checkpoint_converters/convert_qwen2_hf_to_nemo.py
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@ def load_config(args, qwen_config):
'trust_remote_code': True,
}
nemo_config.tokenizer = tokenizer_dict

nemo_config.override_vocab_size = qwen_config['vocab_size']

base = 128
Expand Down

0 comments on commit 972cfb8

Please sign in to comment.