We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f7e3eba commit cce11ccCopy full SHA for cce11cc
mtokenizer/index.html
@@ -183,7 +183,7 @@ <h1 style="color: orange">Tokenize!</h1>
183
return `rgba(${r}, ${g}, ${b}, ${alpha})`;
184
}
185
186
- let tokenizer = await loadTokenizer('./mistral-v7', false);
+ let tokenizer = await loadTokenizer('mistral-v7', false);
187
188
async function loadTokenizer(tokenizerPath, useAuthToken) {
189
try {
0 commit comments