Skip to content

Commit b43fa49

Browse files
committed
Add missing backtick
1 parent 9342ba3 commit b43fa49

File tree

1 file changed

+1
-1
lines changed
  • backends/candle/src/models

1 file changed

+1
-1
lines changed

backends/candle/src/models/mod.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -92,6 +92,6 @@ pub(crate) trait Model {
9292
}
9393

9494
fn predict(&self, _batch: Batch) -> Result<Tensor> {
95-
candle::bail!("`predict is not implemented for this model");
95+
candle::bail!("`predict` is not implemented for this model");
9696
}
9797
}

0 commit comments

Comments
 (0)