summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'README.md')
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index a1415535..6b95a587 100644
--- a/README.md
+++ b/README.md
@@ -31,7 +31,7 @@ fn main() -> Result<(), Box<dyn std::error::Error>> {
}
```
-`cargo run` should display a tensor of shape `Tensor[[2, 4], f32]`
+`cargo run` should display a tensor of shape `Tensor[[2, 4], f32]`.
Having installed `candle` with Cuda support, simply define the `device` to be on GPU: