mirror of
https://github.com/ml-explore/mlx-examples.git
synced 2025-08-31 11:54:37 +08:00
Update convert.py
This commit is contained in:
parent
c687a4e02e
commit
cbf5237086
@ -152,4 +152,4 @@ if __name__ == "__main__":
|
||||
tokenizer.save_pretrained(mlx_path)
|
||||
with open(mlx_path / "config.json", "w") as f:
|
||||
config["model_type"] = "deepseek_coder"
|
||||
json.dump(config, f, indent=4)%
|
||||
json.dump(config, f, indent=4)
|
||||
|
Loading…
Reference in New Issue
Block a user