Remove debug assert
This commit is contained in:
parent
105261d2ba
commit
502812b2b1
|
|
@ -865,8 +865,6 @@ static void llama_model_quantize_impl(const std::string & fname_inp, const std::
|
||||||
is_clip_model |= name.rfind("mm.", 0) == 0; // check the "mm." prefix
|
is_clip_model |= name.rfind("mm.", 0) == 0; // check the "mm." prefix
|
||||||
}
|
}
|
||||||
|
|
||||||
GGML_ASSERT(qs.n_ffn_down_exp != 0);
|
|
||||||
|
|
||||||
qs.n_ffn_down = qs.n_ffn_gate = qs.n_ffn_up = (int)model.hparams.n_layer;
|
qs.n_ffn_down = qs.n_ffn_gate = qs.n_ffn_up = (int)model.hparams.n_layer;
|
||||||
|
|
||||||
// sanity checks for models that have attention layers
|
// sanity checks for models that have attention layers
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue