From ef382358ec9e382308935a992d908de099b64c23 Mon Sep 17 00:00:00 2001 From: Gustavo de Rosa Date: Mon, 29 Apr 2024 16:25:56 +0000 Subject: [PATCH] fix(config): Removes auto_map since it will not be used anymore. --- config.json | 4 ---- 1 file changed, 4 deletions(-) diff --git a/config.json b/config.json index a550a31..011968c 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": 50256, "embd_pdrop": 0.0,