diff --git a/examples/finetune/finetune.cpp b/examples/finetune/finetune.cpp index 7054bb3a7..176056bae 100644 --- a/examples/finetune/finetune.cpp +++ b/examples/finetune/finetune.cpp @@ -1,18 +1,18 @@ +#include // for exit, srand +#include // for replace #include // for errno #include // for sqrtf #include // for uint32_t, int64_t, uint8_t, int32_t, SIZE_MAX #include // for printf, fprintf, snprintf, NULL, stderr, fclose -#include // for exit, srand -#include "ggml.h" // for ggml_tensor, ggml_get_name, ggml_new_tensor_2d -#include "ggml-alloc.h" // for ggml_allocr_alloc, ggml_allocr_free, ggml_al... -#include "llama.h" // for llama_get_model_tensor, llama_free, llama_fr... -#include "common.h" // for die_fmt, die -#include "train.h" // for assert_shape_2d, train_params_common, copy_t... -#include // for vector #include // for strlen, memcmp, strerror #include // for time -#include // for replace #include // for basic_string, operator==, char_traits, string +#include // for vector +#include "common.h" // for die_fmt, die +#include "ggml-alloc.h" // for ggml_allocr_alloc, ggml_allocr_free, ggml_al... +#include "ggml.h" // for ggml_tensor, ggml_get_name, ggml_new_tensor_2d +#include "llama.h" // for llama_get_model_tensor, llama_free, llama_fr... +#include "train.h" // for assert_shape_2d, train_params_common, copy_t... #if defined(_MSC_VER) #pragma warning(disable: 4244 4267) // possible loss of data