mirror of
https://github.com/huggingface/candle.git
synced 2025-06-18 11:37:11 +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