Skip to content
This repository was archived by the owner on May 26, 2025. It is now read-only.

Commit 334156a

Browse files
authored
Change default dtype to bf16 (#39)
Signed-off-by: kaixuanliu <kaixuan.liu@intel.com>
1 parent 6ebbec2 commit 334156a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

backends/src/dtype.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ impl Default for DType {
5252
feature = "ort"
5353
)))]
5454
{
55-
DType::Float16
55+
DType::BFloat16
5656
}
5757
}
5858
}

0 commit comments

Comments
 (0)