From 5bc5716b85b1ae22794698d8381df50d6afcf0bc Mon Sep 17 00:00:00 2001 From: Nicolas Patry Date: Thu, 27 Jul 2023 14:48:32 +0200 Subject: [PATCH] Revert "Making sure the CI actually works" This reverts commit 699346b603cec1f279d94e9aa3210c193ba973f8. --- 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 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,