Skip to content

Commit

Permalink
Fix the debug implementation. (huggingface#648)
Browse files Browse the repository at this point in the history
  • Loading branch information
LaurentMazare authored Aug 28, 2023
1 parent 037b41c commit fd3131a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion candle-core/src/display.rs
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ impl Tensor {
}
}
}
write!(f, "; {} ,{}]", self.dtype().as_str(), device_str)
write!(f, "; {}{}]", self.dtype().as_str(), device_str)
}
}

Expand Down

0 comments on commit fd3131a

Please sign in to comment.