-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.pubignore
More file actions
112 lines (110 loc) · 3.76 KB
/
Copy path.pubignore
File metadata and controls
112 lines (110 loc) · 3.76 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
# Local generated state.
.dart_tool/
build/
**/.dart_tool/
**/build/
**/.gradle/
**/.cxx/
**/DerivedData/
**/Pods/
**/.symlinks/
**/xcuserdata/
**/xcshareddata/swiftpm/
**/Flutter/Generated.xcconfig
**/Flutter/flutter_export_environment.sh
**/.idea/
*.iml
**/local.properties
.flutter-plugins
.flutter-plugins-dependencies
AGENTS.md
bin/
# The published package includes enough source from the checked-out llama.cpp
# submodule to reproduce the native build. Upstream apps, unrelated tools,
# docs, benchmark data, and conversion utilities are not used by fllamer's
# CMake target.
third_party/llama.cpp/.clang-format
third_party/llama.cpp/.clang-tidy
third_party/llama.cpp/.devops/
third_party/llama.cpp/.dockerignore
third_party/llama.cpp/.ecrc
third_party/llama.cpp/.editorconfig
third_party/llama.cpp/.flake8
third_party/llama.cpp/.gemini/
third_party/llama.cpp/.git
third_party/llama.cpp/.github/
third_party/llama.cpp/.gitignore
third_party/llama.cpp/.gitmodules
third_party/llama.cpp/.pi/
third_party/llama.cpp/.pre-commit-config.yaml
third_party/llama.cpp/.pubignore
third_party/llama.cpp/AGENTS.md
third_party/llama.cpp/CLAUDE.md
third_party/llama.cpp/CMakePresets.json
third_party/llama.cpp/CODEOWNERS
third_party/llama.cpp/Makefile
third_party/llama.cpp/app/
third_party/llama.cpp/benches/
third_party/llama.cpp/ci/
third_party/llama.cpp/conversion/
third_party/llama.cpp/docs/
third_party/llama.cpp/examples/
third_party/llama.cpp/gguf-py/
third_party/llama.cpp/grammars/
third_party/llama.cpp/media/
third_party/llama.cpp/models/
third_party/llama.cpp/pocs/
third_party/llama.cpp/requirements/
third_party/llama.cpp/scripts/
third_party/llama.cpp/tests/
third_party/llama.cpp/tools/*
!third_party/llama.cpp/tools/mtmd/
!third_party/llama.cpp/tools/mtmd/**
third_party/llama.cpp/tools/mtmd/README*
third_party/llama.cpp/tools/mtmd/legacy-models/
third_party/llama.cpp/tools/mtmd/requirements.txt
third_party/llama.cpp/tools/mtmd/test-*
third_party/llama.cpp/tools/mtmd/tests/
third_party/llama.cpp/tools/mtmd/tests.sh
third_party/llama.cpp/tools/mtmd/deprecation-warning.cpp
third_party/llama.cpp/tools/mtmd/mtmd-cli.cpp
third_party/llama.cpp/tools/mtmd/debug/*
!third_party/llama.cpp/tools/mtmd/debug/mtmd-debug.h
third_party/llama.cpp/vendor/*
!third_party/llama.cpp/vendor/cpp-httplib/
!third_party/llama.cpp/vendor/cpp-httplib/**
!third_party/llama.cpp/vendor/miniaudio/
third_party/llama.cpp/vendor/miniaudio/*
!third_party/llama.cpp/vendor/miniaudio/miniaudio.h
!third_party/llama.cpp/vendor/nlohmann/
!third_party/llama.cpp/vendor/nlohmann/**
!third_party/llama.cpp/vendor/stb/
third_party/llama.cpp/vendor/stb/*
!third_party/llama.cpp/vendor/stb/stb_image.h
# Disabled native backends are not part of the current CPU-baseline package
# build. Keep the published source payload aligned with the bridge CMake flags.
third_party/llama.cpp/ggml/src/ggml-blas/
third_party/llama.cpp/ggml/src/ggml-cann/
third_party/llama.cpp/ggml/src/ggml-cuda/
third_party/llama.cpp/ggml/src/ggml-hexagon/
third_party/llama.cpp/ggml/src/ggml-hip/
third_party/llama.cpp/ggml/src/ggml-musa/
third_party/llama.cpp/ggml/src/ggml-opencl/
third_party/llama.cpp/ggml/src/ggml-openvino/
third_party/llama.cpp/ggml/src/ggml-rpc/
third_party/llama.cpp/ggml/src/ggml-sycl/
third_party/llama.cpp/ggml/src/ggml-virtgpu/
third_party/llama.cpp/ggml/src/ggml-webgpu/
third_party/llama.cpp/ggml/src/ggml-zdnn/
third_party/llama.cpp/ggml/src/ggml-zendnn/
third_party/llama.cpp/ggml/src/ggml-cpu/kleidiai/
third_party/llama.cpp/ggml/src/ggml-cpu/llamafile/
third_party/llama.cpp/build-xcframework.sh
third_party/llama.cpp/cmake/download-models.cmake
third_party/llama.cpp/*.py
third_party/llama.cpp/*.md
third_party/llama.cpp/*.nix
third_party/llama.cpp/*.toml
third_party/llama.cpp/requirements.txt
third_party/llama.cpp/mypy.ini
third_party/llama.cpp/pyrightconfig.json