Skip to content

Commit 98f1991

Browse files
Update examples/main/main.cpp
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent ae5dd86 commit 98f1991

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

examples/main/main.cpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -146,6 +146,7 @@ int main(int argc, char ** argv) {
146146
llama_tokenize(ctx, " ", &space, 1, 0);
147147

148148
while (steering_add_tokens.size() < steering_sub_tokens.size()) { steering_add_tokens.push_back(space);
149+
}
149150
}
150151
while (steering_sub_tokens.size() < steering_add_tokens.size()) { steering_sub_tokens.push_back(space);
151152
}

0 commit comments

Comments
 (0)