llama.cpp / tests /peg-parser /simple-tokenize.h
dlxj
todo: 基于 CUDA 13.0 编译
2517be1
#pragma once
#include <string>
#include <vector>
std::vector<std::string> simple_tokenize(const std::string &);