Skip to content

Commit b597b29

Browse files
committed
cont : disable for q4_1
ggml-ci
1 parent 3cb9fbd commit b597b29

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

ggml/src/ggml-metal/ggml-metal.metal

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -138,6 +138,7 @@ void quantize_q4_0(device const float * src, device block_q4_0 & dst) {
138138
}
139139

140140
void quantize_q4_1(device const float * src, device block_q4_1 & dst) {
141+
#pragma METAL fp math_mode(safe)
141142
float min = FLT_MAX;
142143
float max = -FLT_MAX;
143144

0 commit comments

Comments
 (0)