-
Notifications
You must be signed in to change notification settings - Fork 473
Closed
Description
in ggml_extend.hpp, the destructor function ~GGMLModule(),
~GGMLModule() noexcept(false){
LOG_DEBUG("BEGIN TO SUPER RELEASE .........");
free_params_buffer();
LOG_DEBUG("SUPER RELEASE FINISHED.........");
}
It always gets stuck here. because of this function: free_params_buffer();
there ara many things succeed GGMLModule(), such as LoraModel, AutoEncoderKL, UNetModel, FrozenCLIPEmbedderWithCustomWords
snowyu
Metadata
Metadata
Assignees
Labels
No labels