Skip to content

Commit

Permalink
change default dtype to BFloat16
Browse files Browse the repository at this point in the history
Signed-off-by: Liu, Kaixuan <[email protected]>
  • Loading branch information
kaixuanliu committed Dec 16, 2024
1 parent cec3186 commit 4a6bdc1
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 4a6bdc1

Please sign in to comment.