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