stable-diffusion.cpp icon indicating copy to clipboard operation
stable-diffusion.cpp copied to clipboard

In lora.hpp miss ggml_free(ctx0);

Open wuxianjun666 opened this issue 2 years ago • 0 comments

In lora.hpp, this code : struct ggml_context* ctx0 = ggml_init(params); init a ctx0, but I not found ggml_free(ctx0);
I do not know ggml_free(ctx0) is necessary.

wuxianjun666 avatar Jan 29 '24 01:01 wuxianjun666