speculative : reuse the n_parallel CLI param
This commit is contained in:
parent
4de5a2d473
commit
32a67cbd16
1 changed files with 1 additions and 1 deletions
|
@ -38,7 +38,7 @@ int main(int argc, char ** argv) {
|
|||
}
|
||||
|
||||
// max number of parallel drafting sequences (i.e. tree branches)
|
||||
int n_seq_dft = 8;
|
||||
const int n_seq_dft = params.n_parallel;
|
||||
|
||||
#ifndef LOG_DISABLE_LOGS
|
||||
log_set_target(log_filename_generator("speculative", "log"));
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue