Skip to content

Commit 58f0509

Browse files
am17anNexesenex
authored andcommitted
Fix params bug in diffusion example (ggml-org#14993)
1 parent 8b86d0e commit 58f0509

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

common/common.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -220,7 +220,7 @@ struct common_params_diffusion {
220220
bool visual_mode = false;
221221

222222
float eps = 0; // epsilon for timesteps
223-
int32_t block_length = 32; // block length for generation
223+
int32_t block_length = 0; // block length for generation
224224

225225
int32_t algorithm = 4; // default algorithm: low-confidence
226226
float alg_temp = 0.0f; // algorithm temperature

0 commit comments

Comments
 (0)