mirror of
https://github.com/ggerganov/llama.cpp.git
synced 2025-01-13 04:00:16 +00:00
speculative : reuse the n_parallel CLI param
This commit is contained in:
parent
4de5a2d473
commit
32a67cbd16
@ -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…
Reference in New Issue
Block a user