Aurvion / llama.cpp /tests /peg-parser /simple-tokenize.h
OmnipotentFool's picture
Add files using upload-large-folder tool
6b9d0d8 verified
Raw
History Blame Contribute Delete
120 Bytes
#pragma once
#include <string>
#include <vector>
std::vector<std::string> simple_tokenize(const std::string &);