Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion common/common.h
Original file line number Diff line number Diff line change
Expand Up @@ -224,7 +224,7 @@ struct common_params_diffusion {
bool visual_mode = false;

float eps = 0; // epsilon for timesteps
int32_t block_length = 32; // block length for generation
int32_t block_length = 0; // block length for generation

int32_t algorithm = 4; // default algorithm: low-confidence
float alg_temp = 0.0f; // algorithm temperature
Expand Down
Loading