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"