Skip to content

Commit ef5ea86

Browse files
committed
squash! llama : add remove_space_prefix to llama_detokenize
Remove default value for remove_space_prefix in llama_detokenize.
1 parent 10d504a commit ef5ea86

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

include/llama.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1034,7 +1034,7 @@ extern "C" {
10341034
int32_t text_len_max,
10351035
bool remove_special,
10361036
bool unparse_special,
1037-
bool remove_space_prefix = true);
1037+
bool remove_space_prefix);
10381038

10391039
//
10401040
// Chat templates

0 commit comments

Comments
 (0)