summaryrefslogtreecommitdiff
path: root/candle-book
diff options
context:
space:
mode:
Diffstat (limited to 'candle-book')
-rw-r--r--candle-book/src/guide/hello_world.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/candle-book/src/guide/hello_world.md b/candle-book/src/guide/hello_world.md
index a29edff6..393576ad 100644
--- a/candle-book/src/guide/hello_world.md
+++ b/candle-book/src/guide/hello_world.md
@@ -6,7 +6,7 @@ Open `src/main.rs` and fill in with these contents:
```rust
# extern crate candle;
-use candle::{DType, Device, Result, Tensor, xx};
+use candle::{DType, Device, Result, Tensor};
struct Model {
first: Tensor,