Skip to content

Commit cce11cc

Browse files
Update index.html
1 parent f7e3eba commit cce11cc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

mtokenizer/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -183,7 +183,7 @@ <h1 style="color: orange">Tokenize!</h1>
183183
return `rgba(${r}, ${g}, ${b}, ${alpha})`;
184184
}
185185

186-
let tokenizer = await loadTokenizer('./mistral-v7', false);
186+
let tokenizer = await loadTokenizer('mistral-v7', false);
187187

188188
async function loadTokenizer(tokenizerPath, useAuthToken) {
189189
try {

0 commit comments

Comments
 (0)