From 675aa382d814580b22651a30acb1a585d7c25963 Mon Sep 17 00:00:00 2001 From: Gustavo de Rosa Date: Mon, 29 Apr 2024 16:16:33 +0000 Subject: [PATCH] fix(config): Removes auto_map since it is not used anymore. --- config.json | 4 ---- 1 file changed, 4 deletions(-) diff --git a/config.json b/config.json index 131f921..769ba57 100644 --- a/config.json +++ b/config.json @@ -3,10 +3,6 @@ "architectures": [ "PhiForCausalLM" ], - "auto_map": { - "AutoConfig": "configuration_phi.PhiConfig", - "AutoModelForCausalLM": "modeling_phi.PhiForCausalLM" - }, "attention_dropout": 0.0, "bos_token_id": null, "embd_pdrop": 0.0,