From ba37de94d43ba2f2e640b0dce4993f5600c9a525 Mon Sep 17 00:00:00 2001 From: Nicolas Patry Date: Thu, 27 Jul 2023 12:45:25 +0200 Subject: [PATCH] Making sure the CI actually works --- candle-book/src/guide/hello_world.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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,