Skip to content

Commit b96f9af

Browse files
authored
chore: clean useless beam search param (#7985)
Signed-off-by: thxCode <[email protected]>
1 parent 1193778 commit b96f9af

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

common/common.h

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,6 @@ struct gpt_params {
7373
int32_t n_gpu_layers_draft = -1; // number of layers to store in VRAM for the draft model (-1 - use default)
7474
int32_t main_gpu = 0; // the GPU that is used for scratch and small tensors
7575
float tensor_split[128] = {0}; // how split tensors should be distributed across GPUs
76-
int32_t n_beams = 0; // if non-zero then use beam search of given width.
7776
int32_t grp_attn_n = 1; // group-attention factor
7877
int32_t grp_attn_w = 512; // group-attention width
7978
int32_t n_print = -1; // print token count every n tokens (-1 = disabled)

0 commit comments

Comments
 (0)