Remove some unusued bits. (#1067)

This commit is contained in:
Laurent Mazare
2023-10-09 20:49:57 +02:00
committed by GitHub
parent 4d04ac83c7
commit b34d7f0248
5 changed files with 2 additions and 18 deletions

View File

@ -3,7 +3,6 @@ use candle_nn::VarBuilder;
use candle_wasm_example_sam as sam;
use wasm_bindgen::prelude::*;
#[allow(unused)]
struct Embeddings {
original_width: u32,
original_height: u32,