Skip to content

Commit

Permalink
Change default dtype to bf16 (#39)
Browse files Browse the repository at this point in the history
Signed-off-by: kaixuanliu <[email protected]>
  • Loading branch information
kaixuanliu authored Dec 19, 2024
1 parent 6ebbec2 commit 334156a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion backends/src/dtype.rs
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ impl Default for DType {
feature = "ort"
)))]
{
DType::Float16
DType::BFloat16
}
}
}

0 comments on commit 334156a

Please sign in to comment.