Skip to content

Commit 06113f0

Browse files
Edit comment to clarify issue
Co-authored-by: Johannes Gäßler <[email protected]>
1 parent 7097567 commit 06113f0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/llama-graph.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -804,7 +804,7 @@ ggml_tensor * llm_graph_context::build_ffn(
804804
if (down) {
805805
cur = build_lora_mm(down, cur);
806806
if (arch == LLM_ARCH_GLM4) {
807-
// GLM4 seems to have precision issues in F16
807+
// GLM4 seems to have numerical issues with half-precision accumulators
808808
ggml_mul_mat_set_prec(cur, GGML_PREC_F32);
809809
}
810810
}

0 commit comments

Comments
 (0)