diff --git a/backends/src/dtype.rs b/backends/src/dtype.rs index 8cc02ff8..b303fd2b 100644 --- a/backends/src/dtype.rs +++ b/backends/src/dtype.rs @@ -52,7 +52,7 @@ impl Default for DType { feature = "ort" )))] { - DType::Float16 + DType::BFloat16 } } }