Skip to content

Commit

Permalink
Deactivate some book test that breaks the CI. (huggingface#2233)
Browse files Browse the repository at this point in the history
* Deactivate some book test that breaks the CI.

* Clippy fix.
  • Loading branch information
LaurentMazare authored Jun 1, 2024
1 parent 7abc3b8 commit f7773d4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion candle-book/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -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};
Expand Down

0 comments on commit f7773d4

Please sign in to comment.