mirror of
https://github.com/huggingface/candle.git
synced 2025-06-21 04:10:46 +00:00
Begin adding mfa support
This commit is contained in:
@ -795,7 +795,6 @@ impl BackendStorage for MetalStorage {
|
||||
rhs_l: &Layout,
|
||||
) -> Result<Self> {
|
||||
// Create descriptors
|
||||
|
||||
let (type_id, size) = match self.dtype {
|
||||
DType::F32 => (
|
||||
metal::mps::MPS_FLOATBIT_ENCODING | 32,
|
||||
|
Reference in New Issue
Block a user