Open
Description
Should MLC_ENABLE_SENTENCEPIECE_TOKENIZER
be on by default in CMakeLists.txt
? I had to turn it on in order to successfully run ./build_and_run.sh
to build the example target. Otherwise, I get a assert failure at src/sentencepiece_tokenizer.cc
:
#else
std::unique_ptr<Tokenizer> Tokenizer::FromBlobSentencePiece(const std::string& model_blob) {
assert(false);
throw;
}
#endif // MLC_ENABLE_SENTENCEPIECE_TOKENIZER
Metadata
Metadata
Assignees
Labels
No labels