You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
if (getenv("GGML_METAL_TENSOR_DISABLE") != NULL) {
480
483
dev->props.has_tensor = false;
481
484
}
482
485
486
+
// TODO: tmp until figure out how to handle https://github.com/ggml-org/llama.cpp/pull/16634#issuecomment-3441726885
487
+
if (dev->props.has_tensor && dev->props.has_bfloat) {
488
+
GGML_LOG_WARN("%s: disabling bfloat support as a workaround for tensor API incompatibility\n", __func__);
0 commit comments