TdAI / llama.cpp /tests /peg-parser /simple-tokenize.h
tda45's picture
Upload folder using huggingface_hub (part 7)
8efb28e verified
Raw
History Blame Contribute Delete
114 Bytes
#pragma once
#include <string>
#include <vector>
std::vector<std::string> simple_tokenize(const std::string &);