From 4d92a5403cb819a61b1ec7221d095e0876f86702 Mon Sep 17 00:00:00 2001 From: jordgedu <1327301382@qq.com> Date: Mon, 25 Dec 2023 11:25:17 +0800 Subject: [PATCH] =?UTF-8?q?fix=20the=20abnormal=20=E2=80=98CAPACITY=5FFACT?= =?UTF-8?q?OR=E2=80=99=20value?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- exp/moe/moe_46m_8gpu.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/exp/moe/moe_46m_8gpu.sh b/exp/moe/moe_46m_8gpu.sh index 69637724..20d0580f 100644 --- a/exp/moe/moe_46m_8gpu.sh +++ b/exp/moe/moe_46m_8gpu.sh @@ -16,7 +16,7 @@ if [ -n "${3}" ]; then NUM_EXPERTS=$3; fi -CAPACITY_FACTOR=16384 +CAPACITY_FACTOR=1 if [ -n "${4}" ]; then CAPACITY_FACTOR=$4; fi