Aphrodite tokenizer

This commit is contained in:
Cohee
2024-02-02 01:09:03 +02:00
parent 4b845dd442
commit 10d78f9a25
2 changed files with 5 additions and 1 deletions

View File

@ -35,7 +35,7 @@ export const SENTENCEPIECE_TOKENIZERS = [
//tokenizers.NERD2,
];
export const TEXTGEN_TOKENIZERS = [OOBA, TABBY, KOBOLDCPP, LLAMACPP];
export const TEXTGEN_TOKENIZERS = [OOBA, TABBY, KOBOLDCPP, LLAMACPP, APHRODITE];
const TOKENIZER_URLS = {
[tokenizers.GPT2]: {