Skip to content

Commit

Permalink
Another clippy fix.
Browse files Browse the repository at this point in the history
  • Loading branch information
LaurentMazare committed May 3, 2024
1 parent f4a4eef commit 7e3a4bf
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion examples/stable-diffusion/main.rs
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,6 @@
//
// cargo run --release --example tensor-tools cp ./data/vae.npz ./data/vae.ot
// cargo run --release --example tensor-tools cp ./data/unet.npz ./data/unet.ot
///
// TODO: fix tensor_tools so that it works properly there.
// TODO: Split this file, probably in a way similar to huggingface/diffusers.
use std::collections::{HashMap, HashSet};
Expand Down

0 comments on commit 7e3a4bf

Please sign in to comment.