Skip to content
This repository has been archived by the owner on Aug 30, 2024. It is now read-only.

Commit

Permalink
[pre-commit.ci] auto fixes from pre-commit.com hooks
Browse files Browse the repository at this point in the history
for more information, see https://pre-commit.ci
  • Loading branch information
pre-commit-ci[bot] committed Mar 6, 2024
1 parent dc07b67 commit c18ea8a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion neural_speed/convert/convert_bloom.py
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ def main(args_in: Optional[List[str]] = None) -> None:
config = AutoConfig.from_pretrained(dir_model, trust_remote_code=True)
hparams = config.to_dict()
print("Loading model: ", dir_model)

print("Model loaded: ", dir_model)

fout = open(fname_out, "wb")
Expand Down

0 comments on commit c18ea8a

Please sign in to comment.