Cleanup
This commit is contained in:
parent
208d3d7cda
commit
407f76d9b8
1 changed files with 0 additions and 1 deletions
|
@ -89,7 +89,6 @@ int main(int argc, char **argv) {
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
for (uint32_t cp = 0x10000; cp < 0x0010ffff; ++cp) {
|
for (uint32_t cp = 0x10000; cp < 0x0010ffff; ++cp) {
|
||||||
// for (uint32_t cp = 0x10000; cp < 0x0080000; ++cp) {
|
|
||||||
try {
|
try {
|
||||||
std::string str = codepoint_to_utf8(cp);
|
std::string str = codepoint_to_utf8(cp);
|
||||||
std::vector<llama_token> tokens = llama_tokenize(ctx, str, false);
|
std::vector<llama_token> tokens = llama_tokenize(ctx, str, false);
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue