From e1db83899b07578211cc6fdb928af72290d98b72 Mon Sep 17 00:00:00 2001 From: Qu Wenwen Date: Wed, 18 Oct 2023 14:08:48 +0800 Subject: [PATCH] restore moe config file --- configs/7B_MoE4_sft.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configs/7B_MoE4_sft.py b/configs/7B_MoE4_sft.py index ed157e6..92a93d0 100644 --- a/configs/7B_MoE4_sft.py +++ b/configs/7B_MoE4_sft.py @@ -176,4 +176,4 @@ monitor = dict( ), ) -model_type = "INTERNLM_MoE" +model_type = "INTERNLM_MoE" \ No newline at end of file