avoid build failure

This commit is contained in:
leejet 2025-08-29 23:33:08 +08:00
parent b05b2b29a3
commit 08f4b18ed3

View File

@ -529,6 +529,7 @@ struct VAE : public GGMLRunner {
struct ggml_tensor** output,
struct ggml_context* output_ctx) = 0;
virtual void get_param_tensors(std::map<std::string, struct ggml_tensor*>& tensors, const std::string prefix) = 0;
virtual void enable_conv2d_direct() {};
};
struct AutoEncoderKL : public VAE {