diff --git a/candle-book/src/lib.rs b/candle-book/src/lib.rs index faffd7537b..eeb2c7ba52 100644 --- a/candle-book/src/lib.rs +++ b/candle-book/src/lib.rs @@ -106,8 +106,8 @@ let tp_tensor = Tensor::from_raw_buffer(&raw, dtype, &tp_shape, &Device::Cpu).un } } + #[allow(unused)] #[rustfmt::skip] - #[test] fn book_training_1() -> Result<()>{ // ANCHOR: book_training_1 use hf_hub::{api::sync::Api, Repo, RepoType};