Hugging Face
Models
Datasets
Spaces
Buckets
new
Docs
Enterprise
Pricing
Website
Tasks
HuggingChat
Collections
Languages
Organizations
Community
Blog
Posts
Daily Papers
Learn
Discord
Forum
GitHub
Solutions
Team & Enterprise
Hugging Face PRO
Enterprise Support
Inference Providers
Inference Endpoints
Storage Buckets
Log In
Sign Up
Datasets:
echodict
/
llama.cpp
like
0
Modalities:
Text
Formats:
text
Size:
< 1K
Libraries:
Datasets
Croissant
Dataset card
Data Studio
Files
Files and versions
xet
Community
1
main
llama.cpp
/
tests
/
peg-parser
/
simple-tokenize.h
dlxj
todo: 基于 CUDA 13.0 编译
2517be1
2 months ago
raw
Copy download link
history
blame
contribute
delete
114 Bytes
#
pragma
once
#
include
<string>
#
include
<vector>
std
::
vector
<
std
::
string
>
simple_tokenize
(
const
std
::
string
&)
;