diff --git a/llms/deepseek-coder/convert.py b/llms/deepseek-coder/convert.py index f37dbe38..9ffa52c3 100644 --- a/llms/deepseek-coder/convert.py +++ b/llms/deepseek-coder/convert.py @@ -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)