-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathMANIFEST.in
More file actions
21 lines (21 loc) · 759 Bytes
/
Copy pathMANIFEST.in
File metadata and controls
21 lines (21 loc) · 759 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
include CMakeLists.txt
include README.md
include LICENSE
recursive-include src *.cpp *.h
recursive-include embeddings_cpp *.py *.pyi *.json
recursive-include ggml CMakeLists.txt *.cmake *.h *.hpp *.c *.cpp *.m *.mm *.metal
recursive-include hf_tokenizers CMakeLists.txt Cargo.toml Cargo.lock LICENSE README.md *.h *.hh *.cc *.cpp *.rs
recursive-include hf_tokenizers/include *
recursive-include hf_tokenizers/src *
recursive-include hf_tokenizers/rust *
recursive-include pybind11 CMakeLists.txt *.cmake *.h *.in *.py
recursive-include pybind11/include *
recursive-include pybind11/tools *
prune build
prune build-*
prune models
prune .venv
prune node_modules
prune packages/web/node_modules
prune hf_tokenizers/web/build
prune hf_tokenizers/web/node_modules