Skip to content
Closed
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 @@ -305,7 +305,7 @@ struct common_params_speculative_draft {
float p_split = 0.1f; // speculative decoding split probability
float p_min = 0.0f; // minimum speculative decoding probability (greedy)

bool backend_sampling = true; // offload draft sampling to the backend (default: on)
bool backend_sampling = false; // offload draft sampling to the backend (default: off; enabling has substantial per-sequence compute-buffer cost in MTP draft path that can OOM with --parallel N>1)

common_params_model mparams;

Expand Down