fix: fix some typos (#361)

This commit is contained in:
Daniele
2024-08-27 16:15:37 +00:00
committed by GitHub
parent 6c88ad3fd6
commit 0362cc4874
3 changed files with 4 additions and 4 deletions

View File

@@ -265,7 +265,7 @@ public:
LOG_INFO("Weight type: %s", ggml_type_name(model_wtype));
LOG_INFO("Conditioner weight type: %s", ggml_type_name(conditioner_wtype));
LOG_INFO("Diffsuion model weight type: %s", ggml_type_name(diffusion_model_wtype));
LOG_INFO("Diffusion model weight type: %s", ggml_type_name(diffusion_model_wtype));
LOG_INFO("VAE weight type: %s", ggml_type_name(vae_wtype));
LOG_DEBUG("ggml tensor size = %d bytes", (int)sizeof(ggml_tensor));