Skip to content

Commit 50908f2

Browse files
g2mtggerganov
andauthored
Update common/speculative.cpp
Co-authored-by: Georgi Gerganov <[email protected]>
1 parent 6acc681 commit 50908f2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

common/speculative.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -157,7 +157,7 @@ static std::string replace_to_dft(
157157
struct common_speculative * spec,
158158
const std::string& input) {
159159
std::string result = input;
160-
for (const auto& pair : spec->tgt_dft_replacements) {
160+
for (const auto & pair : spec->tgt_dft_replacements) {
161161
size_t pos = result.find(pair.first);
162162
while (pos != std::string::npos) {
163163
result.replace(pos, pair.first.length(), pair.second);

0 commit comments

Comments
 (0)