mirror of
https://github.com/huggingface/candle.git
synced 2025-06-19 19:58:35 +00:00
Revert the bf16 gemm metal changes for now. (#2386)
This commit is contained in:
@ -173,8 +173,8 @@ impl Device {
|
||||
|
||||
pub fn supports_bf16(&self) -> bool {
|
||||
match self {
|
||||
Self::Cuda(_) | Self::Metal(_) => true,
|
||||
Self::Cpu => false,
|
||||
Self::Cuda(_) => true,
|
||||
Self::Metal(_) | Self::Cpu => false,
|
||||
}
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user