Skip to content

Commit 1678652

Browse files
ngxsonggerganov
andauthored
Update tools/mtmd/mtmd-cli.cpp
Co-authored-by: Georgi Gerganov <[email protected]>
1 parent 6aaefb7 commit 1678652

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tools/mtmd/mtmd-cli.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ struct mtmd_cli_context {
7070
llama_model * model;
7171
llama_context * lctx;
7272
const llama_vocab * vocab;
73-
common_sampler * smpl = nullptr;
73+
common_sampler * smpl;
7474
llama_batch batch;
7575
int n_batch;
7676

0 commit comments

Comments
 (0)