mirror of
https://github.com/ml-explore/mlx-examples.git
synced 2025-09-05 08:14:34 +08:00
Update convert.py
This commit is contained in:
@@ -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)
|
||||
|
Reference in New Issue
Block a user