Skip to content

Commit e1db162

Browse files
committed
fix: typo
1 parent 3fce657 commit e1db162

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/utils/tokenizerUtils.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ export function resolveBeginningTokenToPrepend(vocabularyType: LlamaVocabularyTy
1313
return tokens.cls;
1414

1515
if (tokens.shouldPrependBosToken)
16-
return tokens.eos;
16+
return tokens.bos;
1717

1818
return null;
1919
}

0 commit comments

Comments
 (0)