mirror of
https://github.com/huggingface/candle.git
synced 2025-06-19 03:54:56 +00:00
Fix the debug implementation. (#648)
This commit is contained in:
@ -43,7 +43,7 @@ impl Tensor {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
write!(f, "; {} ,{}]", self.dtype().as_str(), device_str)
|
write!(f, "; {}{}]", self.dtype().as_str(), device_str)
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user