We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ddbb4af commit 5a38db8Copy full SHA for 5a38db8
imatrix.hpp
@@ -76,7 +76,7 @@ bool IMatrixCollector::collect_imatrix(struct ggml_tensor* t, bool ask, void* us
76
return false;
77
// why are small batches ignored (<16 tokens)?
78
// if (src1->ne[1] < 16 || src1->type != GGML_TYPE_F32) return false;
79
- if (!(wname.substr(0, 6) == "model." || wname.substr(0, 17) == "cond_stage_model."))
+ if (!(wname.substr(0, 6) == "model." || wname.substr(0, 17) == "cond_stage_model." || wname.substr(0,14) == "text_encoders."))
80
81
return true;
82
}
0 commit comments