Skip to content

Commit

Permalink
convert : print "ignore_merges" field
Browse files Browse the repository at this point in the history
  • Loading branch information
ggerganov committed May 10, 2024
1 parent 25c6e82 commit 8c66024
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions convert-hf-to-gguf-update.py
Original file line number Diff line number Diff line change
Expand Up @@ -161,6 +161,8 @@ def download_file_with_auth(url, token, save_path):
logger.info("normalizer: " + json.dumps(normalizer, indent=4))
pre_tokenizer = cfg["pre_tokenizer"]
logger.info("pre_tokenizer: " + json.dumps(pre_tokenizer, indent=4))
if "ignore_merges" in cfg["model"]:
logger.info("ignore_merges: " + json.dumps(cfg["model"]["ignore_merges"], indent=4))

logger.info("")

Expand Down

0 comments on commit 8c66024

Please sign in to comment.