From d067fc6d284307d5ccda7926c5518a3d09cb41d8 Mon Sep 17 00:00:00 2001 From: Concedo <39025047+LostRuins@users.noreply.github.com> Date: Mon, 13 Jul 2026 20:40:48 +0800 Subject: [PATCH] fixed kcpp sdcpp file location --- .../src/model_io}/kcpp_sdcpp_quantized_safetensors.hpp | 0 otherarch/sdcpp/src/model_io/safetensors_io.cpp | 2 +- otherarch/sdcpp/src/model_loader.cpp | 2 +- 3 files changed, 2 insertions(+), 2 deletions(-) rename otherarch/{ => sdcpp/src/model_io}/kcpp_sdcpp_quantized_safetensors.hpp (100%) diff --git a/otherarch/kcpp_sdcpp_quantized_safetensors.hpp b/otherarch/sdcpp/src/model_io/kcpp_sdcpp_quantized_safetensors.hpp similarity index 100% rename from otherarch/kcpp_sdcpp_quantized_safetensors.hpp rename to otherarch/sdcpp/src/model_io/kcpp_sdcpp_quantized_safetensors.hpp diff --git a/otherarch/sdcpp/src/model_io/safetensors_io.cpp b/otherarch/sdcpp/src/model_io/safetensors_io.cpp index f28bc6268..9c3c2869b 100644 --- a/otherarch/sdcpp/src/model_io/safetensors_io.cpp +++ b/otherarch/sdcpp/src/model_io/safetensors_io.cpp @@ -11,7 +11,7 @@ #include "binary_io.h" #include "core/util.h" #include "json.hpp" -#include "kcpp_sdcpp_quantized_safetensors.hpp" +#include "model_io/kcpp_sdcpp_quantized_safetensors.hpp" static constexpr size_t ST_HEADER_SIZE_LEN = 8; diff --git a/otherarch/sdcpp/src/model_loader.cpp b/otherarch/sdcpp/src/model_loader.cpp index e1739acbd..ac490d21c 100644 --- a/otherarch/sdcpp/src/model_loader.cpp +++ b/otherarch/sdcpp/src/model_loader.cpp @@ -16,7 +16,7 @@ #include "core/util.h" #include "model_io/gguf_io.h" -#include "kcpp_sdcpp_quantized_safetensors.hpp" +#include "model_io/kcpp_sdcpp_quantized_safetensors.hpp" #include "model_io/safetensors_io.h" #include "model_io/torch_legacy_io.h" #include "model_io/torch_zip_io.h"