From d7c7a3471217d919bdaf1922500e26b6c186155c Mon Sep 17 00:00:00 2001 From: idostyle Date: Sun, 9 Mar 2025 05:23:23 +0100 Subject: [PATCH] fix: ModelLoader::load_tensors duplicated check (#623) Introduced in 2b6ec97fe244d03c40aa8d70131d40bb086099b0 --- model.cpp | 3 --- 1 file changed, 3 deletions(-) diff --git a/model.cpp b/model.cpp index f3c5ae5..24da39f 100644 --- a/model.cpp +++ b/model.cpp @@ -1929,9 +1929,6 @@ bool ModelLoader::load_tensors(std::map& tenso if (pair.first.find("cond_stage_model.transformer.text_model.encoder.layers.23") != std::string::npos) { continue; } - if (pair.first.find("alphas_cumprod") != std::string::npos) { - continue; - } if (pair.first.find("alphas_cumprod") != std::string::npos) { continue;