Skip to content

Commit

Permalink
commit change
Browse files Browse the repository at this point in the history
  • Loading branch information
Chuck Tang committed Nov 20, 2024
1 parent dc2d27e commit 935594f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/inference/convert_composer_mpt_to_ft.py
Original file line number Diff line number Diff line change
Expand Up @@ -132,7 +132,7 @@ def write_ft_checkpoint_from_composer_checkpoint(
# Extract the HF tokenizer
print('#' * 30)
print('Extracting HF Tokenizer...')
hf_tokenizer = get_hf_tokenizer_from_composer_state_dict(
hf_tokenizer = get_hf_tokenizer_from_composer_state_dict( # pyright: ignore
composer_state_dict,
trust_remote_code,
)
Expand Down

0 comments on commit 935594f

Please sign in to comment.