Skip to content

Commit ee51669

Browse files
authored
re-apply ffn_exps regex changes
1 parent 925e4f8 commit ee51669

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

common/common.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -738,7 +738,7 @@ const char * const LLM_KV_SPLIT_TENSORS_COUNT = "split.tensors.count";
738738
// MoE utils
739739
//
740740

741-
const char * const LLM_FFN_EXPS_REGEX = "\\.ffn_(up|down|gate)_exps";
741+
const char * const LLM_FFN_EXPS_REGEX = "\\.ffn_(up|down|gate)_(ch|)exps";
742742

743743
static std::string llm_ffn_exps_block_regex(int idx) {
744744
return string_format("blk\\.%d%s", idx, LLM_FFN_EXPS_REGEX);

0 commit comments

Comments
 (0)