From 7e3a4bff482c2d79ff2ab48c24e1cc5218a95116 Mon Sep 17 00:00:00 2001 From: laurent Date: Fri, 3 May 2024 11:43:32 +0200 Subject: [PATCH] Another clippy fix. --- examples/stable-diffusion/main.rs | 1 - 1 file changed, 1 deletion(-) diff --git a/examples/stable-diffusion/main.rs b/examples/stable-diffusion/main.rs index 109a0113..f0454139 100644 --- a/examples/stable-diffusion/main.rs +++ b/examples/stable-diffusion/main.rs @@ -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};