mirror of
https://github.com/leejet/stable-diffusion.cpp.git
synced 2025-12-12 13:28:37 +00:00
chore: report number of Qwen layers as info (#901)
This commit is contained in:
parent
0723ee51c9
commit
64a7698347
@ -534,7 +534,7 @@ namespace Qwen {
|
||||
continue;
|
||||
}
|
||||
}
|
||||
LOG_ERROR("qwen_image_params.num_layers: %ld", qwen_image_params.num_layers);
|
||||
LOG_INFO("qwen_image_params.num_layers: %ld", qwen_image_params.num_layers);
|
||||
qwen_image = QwenImageModel(qwen_image_params);
|
||||
qwen_image.init(params_ctx, tensor_types, prefix);
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user