Skip to content

Can not release memory #141

@wuxianjun666

Description

@wuxianjun666

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions