diff --git a/candle-book/src/guide/hello_world.md b/candle-book/src/guide/hello_world.md index 393576ad..a29edff6 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}; +use candle::{DType, Device, Result, Tensor, xx}; struct Model { first: Tensor,