LICENSE
MANIFEST.in
README.md
pyproject.toml
setup.py
ktransformers/__init__.py
ktransformers/local_chat.py
ktransformers/__pycache__/__init__.cpython-311.pyc
ktransformers/__pycache__/__init__.cpython-312.pyc
ktransformers/__pycache__/local_chat.cpython-311.pyc
ktransformers/__pycache__/local_chat.cpython-312.pyc
ktransformers/configs/config.yaml
ktransformers/configs/log_config.ini
ktransformers/ktransformers_ext/CMakeLists.txt
ktransformers/ktransformers_ext/ext_bindings.cpp
ktransformers/ktransformers_ext/bench/bench_attention.py
ktransformers/ktransformers_ext/bench/bench_attention_torch.py
ktransformers/ktransformers_ext/bench/bench_linear.py
ktransformers/ktransformers_ext/bench/bench_linear_torch.py
ktransformers/ktransformers_ext/bench/bench_mlp.py
ktransformers/ktransformers_ext/bench/bench_mlp_torch.py
ktransformers/ktransformers_ext/bench/bench_moe.py
ktransformers/ktransformers_ext/bench/bench_moe_torch.py
ktransformers/ktransformers_ext/cmake/FindSIMD.cmake
ktransformers/ktransformers_ext/cpu_backend/backend.cpp
ktransformers/ktransformers_ext/cpu_backend/backend.h
ktransformers/ktransformers_ext/cpu_backend/cpuinfer.h
ktransformers/ktransformers_ext/cpu_backend/task_queue.cpp
ktransformers/ktransformers_ext/cpu_backend/task_queue.h
ktransformers/ktransformers_ext/cuda/binding.cpp
ktransformers/ktransformers_ext/cuda/setup.py
ktransformers/ktransformers_ext/cuda/custom_gguf/binding.cpp
ktransformers/ktransformers_ext/cuda/custom_gguf/dequant.cu
ktransformers/ktransformers_ext/cuda/custom_gguf/ops.h
ktransformers/ktransformers_ext/cuda/gptq_marlin/gptq_marlin.cu
ktransformers/ktransformers_ext/cuda/gptq_marlin/gptq_marlin.cuh
ktransformers/ktransformers_ext/cuda/gptq_marlin/gptq_marlin_dtypes.cuh
ktransformers/ktransformers_ext/cuda/gptq_marlin/ops.h
ktransformers/ktransformers_ext/examples/test_attention.py
ktransformers/ktransformers_ext/examples/test_linear.py
ktransformers/ktransformers_ext/examples/test_mlp.py
ktransformers/ktransformers_ext/examples/test_moe.py
ktransformers/ktransformers_ext/operators/custom_marlin/quantize/utils/__init__.py
ktransformers/ktransformers_ext/operators/custom_marlin/quantize/utils/format_24.py
ktransformers/ktransformers_ext/operators/custom_marlin/quantize/utils/marlin_24_perms.py
ktransformers/ktransformers_ext/operators/custom_marlin/quantize/utils/marlin_perms.py
ktransformers/ktransformers_ext/operators/custom_marlin/quantize/utils/marlin_utils.py
ktransformers/ktransformers_ext/operators/custom_marlin/quantize/utils/quant_utils.py
ktransformers/ktransformers_ext/operators/custom_marlin/quantize/utils/__pycache__/__init__.cpython-311.pyc
ktransformers/ktransformers_ext/operators/custom_marlin/quantize/utils/__pycache__/__init__.cpython-312.pyc
ktransformers/ktransformers_ext/operators/custom_marlin/quantize/utils/__pycache__/format_24.cpython-311.pyc
ktransformers/ktransformers_ext/operators/custom_marlin/quantize/utils/__pycache__/format_24.cpython-312.pyc
ktransformers/ktransformers_ext/operators/custom_marlin/quantize/utils/__pycache__/marlin_24_perms.cpython-311.pyc
ktransformers/ktransformers_ext/operators/custom_marlin/quantize/utils/__pycache__/marlin_24_perms.cpython-312.pyc
ktransformers/ktransformers_ext/operators/custom_marlin/quantize/utils/__pycache__/marlin_perms.cpython-311.pyc
ktransformers/ktransformers_ext/operators/custom_marlin/quantize/utils/__pycache__/marlin_perms.cpython-312.pyc
ktransformers/ktransformers_ext/operators/custom_marlin/quantize/utils/__pycache__/marlin_utils.cpython-311.pyc
ktransformers/ktransformers_ext/operators/custom_marlin/quantize/utils/__pycache__/marlin_utils.cpython-312.pyc
ktransformers/ktransformers_ext/operators/custom_marlin/quantize/utils/__pycache__/quant_utils.cpython-311.pyc
ktransformers/ktransformers_ext/operators/custom_marlin/quantize/utils/__pycache__/quant_utils.cpython-312.pyc
ktransformers/ktransformers_ext/operators/kvcache/kvcache.h
ktransformers/ktransformers_ext/operators/kvcache/kvcache_attn.cpp
ktransformers/ktransformers_ext/operators/kvcache/kvcache_load_dump.cpp
ktransformers/ktransformers_ext/operators/kvcache/kvcache_read_write.cpp
ktransformers/ktransformers_ext/operators/kvcache/kvcache_utils.cpp
ktransformers/ktransformers_ext/operators/llamafile/conversion.h
ktransformers/ktransformers_ext/operators/llamafile/linear.cpp
ktransformers/ktransformers_ext/operators/llamafile/linear.h
ktransformers/ktransformers_ext/operators/llamafile/mlp.cpp
ktransformers/ktransformers_ext/operators/llamafile/mlp.h
ktransformers/ktransformers_ext/operators/llamafile/moe.cpp
ktransformers/ktransformers_ext/operators/llamafile/moe.h
ktransformers/ktransformers_ext/operators/llamafile/shared_mem_buffer.cpp
ktransformers/ktransformers_ext/operators/llamafile/shared_mem_buffer.h
ktransformers/models/__init__.py
ktransformers/models/configuration_deepseek.py
ktransformers/models/configuration_deepseek_v3.py
ktransformers/models/configuration_llama.py
ktransformers/models/custom_cache.py
ktransformers/models/modeling_deepseek.py
ktransformers/models/modeling_deepseek_v3.py
ktransformers/models/modeling_llama.py
ktransformers/models/modeling_mixtral.py
ktransformers/models/modeling_qwen2_moe.py
ktransformers/models/__pycache__/__init__.cpython-311.pyc
ktransformers/models/__pycache__/__init__.cpython-312.pyc
ktransformers/models/__pycache__/configuration_deepseek.cpython-311.pyc
ktransformers/models/__pycache__/configuration_deepseek.cpython-312.pyc
ktransformers/models/__pycache__/configuration_deepseek_v3.cpython-311.pyc
ktransformers/models/__pycache__/configuration_llama.cpython-311.pyc
ktransformers/models/__pycache__/configuration_llama.cpython-312.pyc
ktransformers/models/__pycache__/custom_cache.cpython-311.pyc
ktransformers/models/__pycache__/custom_cache.cpython-312.pyc
ktransformers/models/__pycache__/modeling_deepseek.cpython-311.pyc
ktransformers/models/__pycache__/modeling_deepseek.cpython-312.pyc
ktransformers/models/__pycache__/modeling_deepseek_v3.cpython-311.pyc
ktransformers/models/__pycache__/modeling_llama.cpython-311.pyc
ktransformers/models/__pycache__/modeling_llama.cpython-312.pyc
ktransformers/models/__pycache__/modeling_mixtral.cpython-311.pyc
ktransformers/models/__pycache__/modeling_mixtral.cpython-312.pyc
ktransformers/models/__pycache__/modeling_qwen2_moe.cpython-311.pyc
ktransformers/models/__pycache__/modeling_qwen2_moe.cpython-312.pyc
ktransformers/operators/RoPE.py
ktransformers/operators/__init__.py
ktransformers/operators/attention.py
ktransformers/operators/base_operator.py
ktransformers/operators/cpuinfer.py
ktransformers/operators/dynamic_attention.py
ktransformers/operators/experts.py
ktransformers/operators/flashinfer_wrapper.py
ktransformers/operators/gate.py
ktransformers/operators/linear.py
ktransformers/operators/models.py
ktransformers/operators/triton_attention.py
ktransformers/operators/__pycache__/RoPE.cpython-311.pyc
ktransformers/operators/__pycache__/RoPE.cpython-312.pyc
ktransformers/operators/__pycache__/__init__.cpython-311.pyc
ktransformers/operators/__pycache__/__init__.cpython-312.pyc
ktransformers/operators/__pycache__/attention.cpython-311.pyc
ktransformers/operators/__pycache__/attention.cpython-312.pyc
ktransformers/operators/__pycache__/base_operator.cpython-311.pyc
ktransformers/operators/__pycache__/base_operator.cpython-312.pyc
ktransformers/operators/__pycache__/cpuinfer.cpython-311.pyc
ktransformers/operators/__pycache__/cpuinfer.cpython-312.pyc
ktransformers/operators/__pycache__/dynamic_attention.cpython-311.pyc
ktransformers/operators/__pycache__/dynamic_attention.cpython-312.pyc
ktransformers/operators/__pycache__/experts.cpython-311.pyc
ktransformers/operators/__pycache__/experts.cpython-312.pyc
ktransformers/operators/__pycache__/gate.cpython-311.pyc
ktransformers/operators/__pycache__/linear.cpython-311.pyc
ktransformers/operators/__pycache__/linear.cpython-312.pyc
ktransformers/operators/__pycache__/models.cpython-311.pyc
ktransformers/operators/__pycache__/models.cpython-312.pyc
ktransformers/operators/__pycache__/triton_attention.cpython-311.pyc
ktransformers/optimize/optimize.py
ktransformers/optimize/__pycache__/optimize.cpython-311.pyc
ktransformers/optimize/__pycache__/optimize.cpython-312.pyc
ktransformers/optimize/optimize_rules/DeepSeek-V2-Chat-multi-gpu-4.yaml
ktransformers/optimize/optimize_rules/DeepSeek-V2-Chat-multi-gpu.yaml
ktransformers/optimize/optimize_rules/DeepSeek-V2-Chat.yaml
ktransformers/optimize/optimize_rules/DeepSeek-V2-Lite-Chat-multi-gpu.yaml
ktransformers/optimize/optimize_rules/DeepSeek-V2-Lite-Chat.yaml
ktransformers/optimize/optimize_rules/DeepSeek-V3-Chat-multi-gpu-4.yaml
ktransformers/optimize/optimize_rules/DeepSeek-V3-Chat-multi-gpu-8.yaml
ktransformers/optimize/optimize_rules/DeepSeek-V3-Chat-multi-gpu-marlin.yaml
ktransformers/optimize/optimize_rules/DeepSeek-V3-Chat-multi-gpu.yaml
ktransformers/optimize/optimize_rules/DeepSeek-V3-Chat.yaml
ktransformers/optimize/optimize_rules/Internlm2_5-7b-Chat-1m.yaml
ktransformers/optimize/optimize_rules/Mixtral.yaml
ktransformers/optimize/optimize_rules/Qwen2-57B-A14B-Instruct-multi-gpu.yaml
ktransformers/optimize/optimize_rules/Qwen2-57B-A14B-Instruct.yaml
ktransformers/server/__init__.py
ktransformers/server/args.py
ktransformers/server/exceptions.py
ktransformers/server/main.py
ktransformers/server/requirements.txt
ktransformers/server/__pycache__/__init__.cpython-311.pyc
ktransformers/server/__pycache__/__init__.cpython-312.pyc
ktransformers/server/__pycache__/exceptions.cpython-311.pyc
ktransformers/server/__pycache__/exceptions.cpython-312.pyc
ktransformers/server/__pycache__/main.cpython-312.pyc
ktransformers/server/api/__init__.py
ktransformers/server/api/__pycache__/__init__.cpython-311.pyc
ktransformers/server/api/__pycache__/__init__.cpython-312.pyc
ktransformers/server/api/ollama/__init__.py
ktransformers/server/api/ollama/completions.py
ktransformers/server/api/ollama/__pycache__/__init__.cpython-311.pyc
ktransformers/server/api/ollama/__pycache__/__init__.cpython-312.pyc
ktransformers/server/api/ollama/__pycache__/completions.cpython-311.pyc
ktransformers/server/api/ollama/__pycache__/completions.cpython-312.pyc
ktransformers/server/api/openai/__init__.py
ktransformers/server/api/openai/__pycache__/__init__.cpython-311.pyc
ktransformers/server/api/openai/__pycache__/__init__.cpython-312.pyc
ktransformers/server/api/openai/assistants/__init__.py
ktransformers/server/api/openai/assistants/assistants.py
ktransformers/server/api/openai/assistants/messages.py
ktransformers/server/api/openai/assistants/runs.py
ktransformers/server/api/openai/assistants/threads.py
ktransformers/server/api/openai/assistants/__pycache__/__init__.cpython-311.pyc
ktransformers/server/api/openai/assistants/__pycache__/__init__.cpython-312.pyc
ktransformers/server/api/openai/assistants/__pycache__/assistants.cpython-311.pyc
ktransformers/server/api/openai/assistants/__pycache__/assistants.cpython-312.pyc
ktransformers/server/api/openai/assistants/__pycache__/messages.cpython-311.pyc
ktransformers/server/api/openai/assistants/__pycache__/messages.cpython-312.pyc
ktransformers/server/api/openai/assistants/__pycache__/runs.cpython-311.pyc
ktransformers/server/api/openai/assistants/__pycache__/runs.cpython-312.pyc
ktransformers/server/api/openai/assistants/__pycache__/threads.cpython-311.pyc
ktransformers/server/api/openai/assistants/__pycache__/threads.cpython-312.pyc
ktransformers/server/api/openai/endpoints/__init__.py
ktransformers/server/api/openai/endpoints/chat.py
ktransformers/server/api/openai/endpoints/__pycache__/__init__.cpython-311.pyc
ktransformers/server/api/openai/endpoints/__pycache__/__init__.cpython-312.pyc
ktransformers/server/api/openai/endpoints/__pycache__/chat.cpython-311.pyc
ktransformers/server/api/openai/endpoints/__pycache__/chat.cpython-312.pyc
ktransformers/server/api/openai/legacy/__init__.py
ktransformers/server/api/openai/legacy/completions.py
ktransformers/server/api/openai/legacy/__pycache__/__init__.cpython-311.pyc
ktransformers/server/api/openai/legacy/__pycache__/__init__.cpython-312.pyc
ktransformers/server/api/openai/legacy/__pycache__/completions.cpython-311.pyc
ktransformers/server/api/openai/legacy/__pycache__/completions.cpython-312.pyc
ktransformers/server/api/web/__init__.py
ktransformers/server/api/web/system.py
ktransformers/server/api/web/__pycache__/__init__.cpython-311.pyc
ktransformers/server/api/web/__pycache__/__init__.cpython-312.pyc
ktransformers/server/api/web/__pycache__/system.cpython-311.pyc
ktransformers/server/api/web/__pycache__/system.cpython-312.pyc
ktransformers/server/backend/__init__.py
ktransformers/server/backend/args.py
ktransformers/server/backend/base.py
ktransformers/server/backend/context_manager.py
ktransformers/server/backend/__pycache__/__init__.cpython-311.pyc
ktransformers/server/backend/__pycache__/__init__.cpython-312.pyc
ktransformers/server/backend/__pycache__/args.cpython-311.pyc
ktransformers/server/backend/__pycache__/args.cpython-312.pyc
ktransformers/server/backend/__pycache__/base.cpython-311.pyc
ktransformers/server/backend/__pycache__/base.cpython-312.pyc
ktransformers/server/backend/__pycache__/context_manager.cpython-311.pyc
ktransformers/server/backend/__pycache__/context_manager.cpython-312.pyc
ktransformers/server/backend/interfaces/__init__.py
ktransformers/server/backend/interfaces/exllamav2.py
ktransformers/server/backend/interfaces/ktransformers.py
ktransformers/server/backend/interfaces/transformers.py
ktransformers/server/backend/interfaces/__pycache__/__init__.cpython-311.pyc
ktransformers/server/backend/interfaces/__pycache__/__init__.cpython-312.pyc
ktransformers/server/backend/interfaces/__pycache__/exllamav2.cpython-311.pyc
ktransformers/server/backend/interfaces/__pycache__/exllamav2.cpython-312.pyc
ktransformers/server/backend/interfaces/__pycache__/ktransformers.cpython-311.pyc
ktransformers/server/backend/interfaces/__pycache__/ktransformers.cpython-312.pyc
ktransformers/server/backend/interfaces/__pycache__/transformers.cpython-311.pyc
ktransformers/server/backend/interfaces/__pycache__/transformers.cpython-312.pyc
ktransformers/server/config/config.py
ktransformers/server/config/log.py
ktransformers/server/config/singleton.py
ktransformers/server/config/__pycache__/config.cpython-311.pyc
ktransformers/server/config/__pycache__/config.cpython-312.pyc
ktransformers/server/config/__pycache__/log.cpython-311.pyc
ktransformers/server/config/__pycache__/log.cpython-312.pyc
ktransformers/server/config/__pycache__/singleton.cpython-311.pyc
ktransformers/server/config/__pycache__/singleton.cpython-312.pyc
ktransformers/server/crud/__init__.py
ktransformers/server/crud/__pycache__/__init__.cpython-311.pyc
ktransformers/server/crud/__pycache__/__init__.cpython-312.pyc
ktransformers/server/crud/assistants/__init__.py
ktransformers/server/crud/assistants/assistants.py
ktransformers/server/crud/assistants/messages.py
ktransformers/server/crud/assistants/runs.py
ktransformers/server/crud/assistants/threads.py
ktransformers/server/crud/assistants/__pycache__/__init__.cpython-311.pyc
ktransformers/server/crud/assistants/__pycache__/__init__.cpython-312.pyc
ktransformers/server/crud/assistants/__pycache__/assistants.cpython-311.pyc
ktransformers/server/crud/assistants/__pycache__/assistants.cpython-312.pyc
ktransformers/server/crud/assistants/__pycache__/messages.cpython-311.pyc
ktransformers/server/crud/assistants/__pycache__/messages.cpython-312.pyc
ktransformers/server/crud/assistants/__pycache__/runs.cpython-311.pyc
ktransformers/server/crud/assistants/__pycache__/runs.cpython-312.pyc
ktransformers/server/crud/assistants/__pycache__/threads.cpython-311.pyc
ktransformers/server/crud/assistants/__pycache__/threads.cpython-312.pyc
ktransformers/server/models/__init__.py
ktransformers/server/models/__pycache__/__init__.cpython-311.pyc
ktransformers/server/models/__pycache__/__init__.cpython-312.pyc
ktransformers/server/models/assistants/__init__.py
ktransformers/server/models/assistants/assistants.py
ktransformers/server/models/assistants/messages.py
ktransformers/server/models/assistants/run_steps.py
ktransformers/server/models/assistants/runs.py
ktransformers/server/models/assistants/threads.py
ktransformers/server/models/assistants/__pycache__/__init__.cpython-311.pyc
ktransformers/server/models/assistants/__pycache__/__init__.cpython-312.pyc
ktransformers/server/models/assistants/__pycache__/assistants.cpython-311.pyc
ktransformers/server/models/assistants/__pycache__/assistants.cpython-312.pyc
ktransformers/server/models/assistants/__pycache__/messages.cpython-311.pyc
ktransformers/server/models/assistants/__pycache__/messages.cpython-312.pyc
ktransformers/server/models/assistants/__pycache__/runs.cpython-311.pyc
ktransformers/server/models/assistants/__pycache__/runs.cpython-312.pyc
ktransformers/server/models/assistants/__pycache__/threads.cpython-311.pyc
ktransformers/server/models/assistants/__pycache__/threads.cpython-312.pyc
ktransformers/server/schemas/__init__.py
ktransformers/server/schemas/base.py
ktransformers/server/schemas/conversation.py
ktransformers/server/schemas/__pycache__/__init__.cpython-311.pyc
ktransformers/server/schemas/__pycache__/__init__.cpython-312.pyc
ktransformers/server/schemas/__pycache__/base.cpython-311.pyc
ktransformers/server/schemas/__pycache__/base.cpython-312.pyc
ktransformers/server/schemas/__pycache__/conversation.cpython-311.pyc
ktransformers/server/schemas/__pycache__/conversation.cpython-312.pyc
ktransformers/server/schemas/assistants/__init__.py
ktransformers/server/schemas/assistants/assistants.py
ktransformers/server/schemas/assistants/messages.py
ktransformers/server/schemas/assistants/runs.py
ktransformers/server/schemas/assistants/streaming.py
ktransformers/server/schemas/assistants/threads.py
ktransformers/server/schemas/assistants/tool.py
ktransformers/server/schemas/assistants/__pycache__/__init__.cpython-311.pyc
ktransformers/server/schemas/assistants/__pycache__/__init__.cpython-312.pyc
ktransformers/server/schemas/assistants/__pycache__/assistants.cpython-311.pyc
ktransformers/server/schemas/assistants/__pycache__/assistants.cpython-312.pyc
ktransformers/server/schemas/assistants/__pycache__/messages.cpython-311.pyc
ktransformers/server/schemas/assistants/__pycache__/messages.cpython-312.pyc
ktransformers/server/schemas/assistants/__pycache__/runs.cpython-311.pyc
ktransformers/server/schemas/assistants/__pycache__/runs.cpython-312.pyc
ktransformers/server/schemas/assistants/__pycache__/streaming.cpython-311.pyc
ktransformers/server/schemas/assistants/__pycache__/streaming.cpython-312.pyc
ktransformers/server/schemas/assistants/__pycache__/threads.cpython-311.pyc
ktransformers/server/schemas/assistants/__pycache__/threads.cpython-312.pyc
ktransformers/server/schemas/assistants/__pycache__/tool.cpython-311.pyc
ktransformers/server/schemas/assistants/__pycache__/tool.cpython-312.pyc
ktransformers/server/schemas/endpoints/chat.py
ktransformers/server/schemas/endpoints/__pycache__/chat.cpython-311.pyc
ktransformers/server/schemas/endpoints/__pycache__/chat.cpython-312.pyc
ktransformers/server/schemas/legacy/__init__.py
ktransformers/server/schemas/legacy/completions.py
ktransformers/server/schemas/legacy/__pycache__/__init__.cpython-311.pyc
ktransformers/server/schemas/legacy/__pycache__/__init__.cpython-312.pyc
ktransformers/server/schemas/legacy/__pycache__/completions.cpython-311.pyc
ktransformers/server/schemas/legacy/__pycache__/completions.cpython-312.pyc
ktransformers/server/utils/__init__.py
ktransformers/server/utils/create_interface.py
ktransformers/server/utils/multi_timer.py
ktransformers/server/utils/sql_utils.py
ktransformers/server/utils/__pycache__/__init__.cpython-311.pyc
ktransformers/server/utils/__pycache__/__init__.cpython-312.pyc
ktransformers/server/utils/__pycache__/create_interface.cpython-311.pyc
ktransformers/server/utils/__pycache__/create_interface.cpython-312.pyc
ktransformers/server/utils/__pycache__/multi_timer.cpython-311.pyc
ktransformers/server/utils/__pycache__/multi_timer.cpython-312.pyc
ktransformers/server/utils/__pycache__/sql_utils.cpython-311.pyc
ktransformers/server/utils/__pycache__/sql_utils.cpython-312.pyc
ktransformers/tests/dequant_gpu.py
ktransformers/tests/dequant_gpu_t.py
ktransformers/tests/mmlu_pro_test.py
ktransformers/tests/mmlu_test.py
ktransformers/util/cuda_graph_runner.py
ktransformers/util/custom_gguf.py
ktransformers/util/modeling_rope_utils.py
ktransformers/util/textstream.py
ktransformers/util/utils.py
ktransformers/util/__pycache__/cuda_graph_runner.cpython-311.pyc
ktransformers/util/__pycache__/cuda_graph_runner.cpython-312.pyc
ktransformers/util/__pycache__/custom_gguf.cpython-311.pyc
ktransformers/util/__pycache__/custom_gguf.cpython-312.pyc
ktransformers/util/__pycache__/textstream.cpython-311.pyc
ktransformers/util/__pycache__/textstream.cpython-312.pyc
ktransformers/util/__pycache__/utils.cpython-311.pyc
ktransformers/util/__pycache__/utils.cpython-312.pyc
third_party/llama.cpp/.clang-tidy
third_party/llama.cpp/.dockerignore
third_party/llama.cpp/.ecrc
third_party/llama.cpp/.editorconfig
third_party/llama.cpp/.flake8
third_party/llama.cpp/.git
third_party/llama.cpp/.gitignore
third_party/llama.cpp/.gitmodules
third_party/llama.cpp/.pre-commit-config.yaml
third_party/llama.cpp/AUTHORS
third_party/llama.cpp/CMakeLists.txt
third_party/llama.cpp/CMakePresets.json
third_party/llama.cpp/CONTRIBUTING.md
third_party/llama.cpp/LICENSE
third_party/llama.cpp/Makefile
third_party/llama.cpp/Package.swift
third_party/llama.cpp/README-sycl.md
third_party/llama.cpp/README.md
third_party/llama.cpp/SECURITY.md
third_party/llama.cpp/codecov.yml
third_party/llama.cpp/convert-hf-to-gguf-update.py
third_party/llama.cpp/convert-hf-to-gguf.py
third_party/llama.cpp/convert-llama-ggml-to-gguf.py
third_party/llama.cpp/flake.lock
third_party/llama.cpp/flake.nix
third_party/llama.cpp/ggml-alloc.c
third_party/llama.cpp/ggml-alloc.h
third_party/llama.cpp/ggml-backend-impl.h
third_party/llama.cpp/ggml-backend.c
third_party/llama.cpp/ggml-backend.h
third_party/llama.cpp/ggml-blas.cpp
third_party/llama.cpp/ggml-blas.h
third_party/llama.cpp/ggml-common.h
third_party/llama.cpp/ggml-cuda.cu
third_party/llama.cpp/ggml-cuda.h
third_party/llama.cpp/ggml-impl.h
third_party/llama.cpp/ggml-kompute.cpp
third_party/llama.cpp/ggml-kompute.h
third_party/llama.cpp/ggml-metal.h
third_party/llama.cpp/ggml-metal.m
third_party/llama.cpp/ggml-metal.metal
third_party/llama.cpp/ggml-quants.c
third_party/llama.cpp/ggml-quants.h
third_party/llama.cpp/ggml-rpc.cpp
third_party/llama.cpp/ggml-rpc.h
third_party/llama.cpp/ggml-sycl.cpp
third_party/llama.cpp/ggml-sycl.h
third_party/llama.cpp/ggml-vulkan-shaders.hpp
third_party/llama.cpp/ggml-vulkan.cpp
third_party/llama.cpp/ggml-vulkan.h
third_party/llama.cpp/ggml.c
third_party/llama.cpp/ggml.h
third_party/llama.cpp/ggml_vk_generate_shaders.py
third_party/llama.cpp/llama.cpp
third_party/llama.cpp/llama.h
third_party/llama.cpp/mypy.ini
third_party/llama.cpp/pyrightconfig.json
third_party/llama.cpp/requirements.txt
third_party/llama.cpp/sgemm.cpp
third_party/llama.cpp/sgemm.h
third_party/llama.cpp/unicode-data.cpp
third_party/llama.cpp/unicode-data.h
third_party/llama.cpp/unicode.cpp
third_party/llama.cpp/unicode.h
third_party/llama.cpp/.devops/cloud-v-pipeline
third_party/llama.cpp/.devops/full-cuda.Dockerfile
third_party/llama.cpp/.devops/full-rocm.Dockerfile
third_party/llama.cpp/.devops/full.Dockerfile
third_party/llama.cpp/.devops/llama-cli-cuda.Dockerfile
third_party/llama.cpp/.devops/llama-cli-intel.Dockerfile
third_party/llama.cpp/.devops/llama-cli-rocm.Dockerfile
third_party/llama.cpp/.devops/llama-cli-vulkan.Dockerfile
third_party/llama.cpp/.devops/llama-cli.Dockerfile
third_party/llama.cpp/.devops/llama-cpp-clblast.srpm.spec
third_party/llama.cpp/.devops/llama-cpp-cuda.srpm.spec
third_party/llama.cpp/.devops/llama-cpp.srpm.spec
third_party/llama.cpp/.devops/llama-server-cuda.Dockerfile
third_party/llama.cpp/.devops/llama-server-intel.Dockerfile
third_party/llama.cpp/.devops/llama-server-rocm.Dockerfile
third_party/llama.cpp/.devops/llama-server-vulkan.Dockerfile
third_party/llama.cpp/.devops/llama-server.Dockerfile
third_party/llama.cpp/.devops/tools.sh
third_party/llama.cpp/.devops/nix/apps.nix
third_party/llama.cpp/.devops/nix/devshells.nix
third_party/llama.cpp/.devops/nix/docker.nix
third_party/llama.cpp/.devops/nix/jetson-support.nix
third_party/llama.cpp/.devops/nix/nixpkgs-instances.nix
third_party/llama.cpp/.devops/nix/package.nix
third_party/llama.cpp/.devops/nix/scope.nix
third_party/llama.cpp/.devops/nix/sif.nix
third_party/llama.cpp/.github/labeler.yml
third_party/llama.cpp/.github/pull_request_template.md
third_party/llama.cpp/.github/ISSUE_TEMPLATE/01-bug-low.yml
third_party/llama.cpp/.github/ISSUE_TEMPLATE/02-bug-medium.yml
third_party/llama.cpp/.github/ISSUE_TEMPLATE/03-bug-high.yml
third_party/llama.cpp/.github/ISSUE_TEMPLATE/04-bug-critical.yml
third_party/llama.cpp/.github/ISSUE_TEMPLATE/05-enhancement.yml
third_party/llama.cpp/.github/ISSUE_TEMPLATE/06-research.yml
third_party/llama.cpp/.github/ISSUE_TEMPLATE/07-refactor.yml
third_party/llama.cpp/.github/ISSUE_TEMPLATE/config.yml
third_party/llama.cpp/.github/workflows/bench.yml
third_party/llama.cpp/.github/workflows/build.yml
third_party/llama.cpp/.github/workflows/close-issue.yml
third_party/llama.cpp/.github/workflows/code-coverage.yml
third_party/llama.cpp/.github/workflows/docker.yml
third_party/llama.cpp/.github/workflows/editorconfig.yml
third_party/llama.cpp/.github/workflows/gguf-publish.yml
third_party/llama.cpp/.github/workflows/labeler.yml
third_party/llama.cpp/.github/workflows/nix-ci-aarch64.yml
third_party/llama.cpp/.github/workflows/nix-ci.yml
third_party/llama.cpp/.github/workflows/nix-flake-update.yml
third_party/llama.cpp/.github/workflows/nix-publish-flake.yml
third_party/llama.cpp/.github/workflows/python-check-requirements.yml
third_party/llama.cpp/.github/workflows/python-lint.yml
third_party/llama.cpp/.github/workflows/server.yml
third_party/llama.cpp/ci/README.md
third_party/llama.cpp/ci/run.sh
third_party/llama.cpp/cmake/FindSIMD.cmake
third_party/llama.cpp/cmake/arm64-windows-llvm.cmake
third_party/llama.cpp/cmake/arm64-windows-msvc.cmake
third_party/llama.cpp/cmake/llama.pc.in
third_party/llama.cpp/common/CMakeLists.txt
third_party/llama.cpp/common/base64.hpp
third_party/llama.cpp/common/build-info.cpp
third_party/llama.cpp/common/build-info.cpp.in
third_party/llama.cpp/common/common.cpp
third_party/llama.cpp/common/common.h
third_party/llama.cpp/common/console.cpp
third_party/llama.cpp/common/console.h
third_party/llama.cpp/common/grammar-parser.cpp
third_party/llama.cpp/common/grammar-parser.h
third_party/llama.cpp/common/json-schema-to-grammar.cpp
third_party/llama.cpp/common/json-schema-to-grammar.h
third_party/llama.cpp/common/json.hpp
third_party/llama.cpp/common/log.h
third_party/llama.cpp/common/ngram-cache.cpp
third_party/llama.cpp/common/ngram-cache.h
third_party/llama.cpp/common/sampling.cpp
third_party/llama.cpp/common/sampling.h
third_party/llama.cpp/common/stb_image.h
third_party/llama.cpp/common/train.cpp
third_party/llama.cpp/common/train.h
third_party/llama.cpp/docs/BLIS.md
third_party/llama.cpp/docs/HOWTO-add-model.md
third_party/llama.cpp/docs/debugging-tests.md
third_party/llama.cpp/docs/token_generation_performance_tips.md
third_party/llama.cpp/docs/llama-star/idea-arch.key
third_party/llama.cpp/docs/llama-star/idea-arch.pdf
third_party/llama.cpp/examples/CMakeLists.txt
third_party/llama.cpp/examples/Miku.sh
third_party/llama.cpp/examples/base-translate.sh
third_party/llama.cpp/examples/chat-13B.bat
third_party/llama.cpp/examples/chat-13B.sh
third_party/llama.cpp/examples/chat-persistent.sh
third_party/llama.cpp/examples/chat-vicuna.sh
third_party/llama.cpp/examples/chat.sh
third_party/llama.cpp/examples/convert-legacy-llama.py
third_party/llama.cpp/examples/json-schema-pydantic-example.py
third_party/llama.cpp/examples/json_schema_to_grammar.py
third_party/llama.cpp/examples/llama.vim
third_party/llama.cpp/examples/llm.vim
third_party/llama.cpp/examples/pydantic-models-to-grammar-examples.py
third_party/llama.cpp/examples/pydantic_models_to_grammar.py
third_party/llama.cpp/examples/reason-act.sh
third_party/llama.cpp/examples/regex-to-grammar.py
third_party/llama.cpp/examples/server-embd.py
third_party/llama.cpp/examples/server-llama2-13B.sh
third_party/llama.cpp/examples/ts-type-to-grammar.sh
third_party/llama.cpp/examples/baby-llama/CMakeLists.txt
third_party/llama.cpp/examples/baby-llama/baby-llama.cpp
third_party/llama.cpp/examples/batched/CMakeLists.txt
third_party/llama.cpp/examples/batched/README.md
third_party/llama.cpp/examples/batched/batched.cpp
third_party/llama.cpp/examples/batched-bench/CMakeLists.txt
third_party/llama.cpp/examples/batched-bench/README.md
third_party/llama.cpp/examples/batched-bench/batched-bench.cpp
third_party/llama.cpp/examples/batched.swift/.gitignore
third_party/llama.cpp/examples/batched.swift/Makefile
third_party/llama.cpp/examples/batched.swift/Package.swift
third_party/llama.cpp/examples/batched.swift/README.md
third_party/llama.cpp/examples/batched.swift/Sources/main.swift
third_party/llama.cpp/examples/benchmark/CMakeLists.txt
third_party/llama.cpp/examples/benchmark/benchmark-matmult.cpp
third_party/llama.cpp/examples/convert-llama2c-to-ggml/CMakeLists.txt
third_party/llama.cpp/examples/convert-llama2c-to-ggml/README.md
third_party/llama.cpp/examples/convert-llama2c-to-ggml/convert-llama2c-to-ggml.cpp
third_party/llama.cpp/examples/cvector-generator/CMakeLists.txt
third_party/llama.cpp/examples/cvector-generator/README.md
third_party/llama.cpp/examples/cvector-generator/completions.txt
third_party/llama.cpp/examples/cvector-generator/cvector-generator.cpp
third_party/llama.cpp/examples/cvector-generator/negative.txt
third_party/llama.cpp/examples/cvector-generator/pca.hpp
third_party/llama.cpp/examples/cvector-generator/positive.txt
third_party/llama.cpp/examples/embedding/CMakeLists.txt
third_party/llama.cpp/examples/embedding/README.md
third_party/llama.cpp/examples/embedding/embedding.cpp
third_party/llama.cpp/examples/eval-callback/CMakeLists.txt
third_party/llama.cpp/examples/eval-callback/README.md
third_party/llama.cpp/examples/eval-callback/eval-callback.cpp
third_party/llama.cpp/examples/export-lora/CMakeLists.txt
third_party/llama.cpp/examples/export-lora/README.md
third_party/llama.cpp/examples/export-lora/export-lora.cpp
third_party/llama.cpp/examples/finetune/CMakeLists.txt
third_party/llama.cpp/examples/finetune/README.md
third_party/llama.cpp/examples/finetune/convert-finetune-checkpoint-to-gguf.py
third_party/llama.cpp/examples/finetune/finetune.cpp
third_party/llama.cpp/examples/finetune/finetune.sh
third_party/llama.cpp/examples/gbnf-validator/CMakeLists.txt
third_party/llama.cpp/examples/gbnf-validator/gbnf-validator.cpp
third_party/llama.cpp/examples/gguf/CMakeLists.txt
third_party/llama.cpp/examples/gguf/gguf.cpp
third_party/llama.cpp/examples/gguf-split/CMakeLists.txt
third_party/llama.cpp/examples/gguf-split/README.md
third_party/llama.cpp/examples/gguf-split/gguf-split.cpp
third_party/llama.cpp/examples/gguf-split/tests.sh
third_party/llama.cpp/examples/gritlm/CMakeLists.txt
third_party/llama.cpp/examples/gritlm/README.md
third_party/llama.cpp/examples/gritlm/gritlm.cpp
third_party/llama.cpp/examples/imatrix/CMakeLists.txt
third_party/llama.cpp/examples/imatrix/README.md
third_party/llama.cpp/examples/imatrix/imatrix.cpp
third_party/llama.cpp/examples/infill/CMakeLists.txt
third_party/llama.cpp/examples/infill/README.md
third_party/llama.cpp/examples/infill/infill.cpp
third_party/llama.cpp/examples/jeopardy/README.md
third_party/llama.cpp/examples/jeopardy/graph.py
third_party/llama.cpp/examples/jeopardy/jeopardy.sh
third_party/llama.cpp/examples/jeopardy/qasheet.csv
third_party/llama.cpp/examples/jeopardy/questions.txt
third_party/llama.cpp/examples/llama-bench/CMakeLists.txt
third_party/llama.cpp/examples/llama-bench/README.md
third_party/llama.cpp/examples/llama-bench/llama-bench.cpp
third_party/llama.cpp/examples/llama.android/.gitignore
third_party/llama.cpp/examples/llama.android/README.md
third_party/llama.cpp/examples/llama.android/build.gradle.kts
third_party/llama.cpp/examples/llama.android/gradle.properties
third_party/llama.cpp/examples/llama.android/gradlew
third_party/llama.cpp/examples/llama.android/settings.gradle.kts
third_party/llama.cpp/examples/llama.android/app/.gitignore
third_party/llama.cpp/examples/llama.android/app/build.gradle.kts
third_party/llama.cpp/examples/llama.android/app/proguard-rules.pro
third_party/llama.cpp/examples/llama.android/app/src/main/AndroidManifest.xml
third_party/llama.cpp/examples/llama.android/app/src/main/java/com/example/llama/Downloadable.kt
third_party/llama.cpp/examples/llama.android/app/src/main/java/com/example/llama/MainActivity.kt
third_party/llama.cpp/examples/llama.android/app/src/main/java/com/example/llama/MainViewModel.kt
third_party/llama.cpp/examples/llama.android/app/src/main/java/com/example/llama/ui/theme/Color.kt
third_party/llama.cpp/examples/llama.android/app/src/main/java/com/example/llama/ui/theme/Theme.kt
third_party/llama.cpp/examples/llama.android/app/src/main/java/com/example/llama/ui/theme/Type.kt
third_party/llama.cpp/examples/llama.android/app/src/main/res/drawable/ic_launcher_background.xml
third_party/llama.cpp/examples/llama.android/app/src/main/res/drawable/ic_launcher_foreground.xml
third_party/llama.cpp/examples/llama.android/app/src/main/res/mipmap-anydpi/ic_launcher.xml
third_party/llama.cpp/examples/llama.android/app/src/main/res/mipmap-anydpi/ic_launcher_round.xml
third_party/llama.cpp/examples/llama.android/app/src/main/res/mipmap-hdpi/ic_launcher.webp
third_party/llama.cpp/examples/llama.android/app/src/main/res/mipmap-hdpi/ic_launcher_round.webp
third_party/llama.cpp/examples/llama.android/app/src/main/res/mipmap-mdpi/ic_launcher.webp
third_party/llama.cpp/examples/llama.android/app/src/main/res/mipmap-mdpi/ic_launcher_round.webp
third_party/llama.cpp/examples/llama.android/app/src/main/res/mipmap-xhdpi/ic_launcher.webp
third_party/llama.cpp/examples/llama.android/app/src/main/res/mipmap-xhdpi/ic_launcher_round.webp
third_party/llama.cpp/examples/llama.android/app/src/main/res/mipmap-xxhdpi/ic_launcher.webp
third_party/llama.cpp/examples/llama.android/app/src/main/res/mipmap-xxhdpi/ic_launcher_round.webp
third_party/llama.cpp/examples/llama.android/app/src/main/res/mipmap-xxxhdpi/ic_launcher.webp
third_party/llama.cpp/examples/llama.android/app/src/main/res/mipmap-xxxhdpi/ic_launcher_round.webp
third_party/llama.cpp/examples/llama.android/app/src/main/res/values/colors.xml
third_party/llama.cpp/examples/llama.android/app/src/main/res/values/strings.xml
third_party/llama.cpp/examples/llama.android/app/src/main/res/values/themes.xml
third_party/llama.cpp/examples/llama.android/app/src/main/res/xml/backup_rules.xml
third_party/llama.cpp/examples/llama.android/app/src/main/res/xml/data_extraction_rules.xml
third_party/llama.cpp/examples/llama.android/gradle/wrapper/gradle-wrapper.jar
third_party/llama.cpp/examples/llama.android/gradle/wrapper/gradle-wrapper.properties
third_party/llama.cpp/examples/llama.android/llama/.gitignore
third_party/llama.cpp/examples/llama.android/llama/CMakeLists.txt
third_party/llama.cpp/examples/llama.android/llama/build.gradle.kts
third_party/llama.cpp/examples/llama.android/llama/consumer-rules.pro
third_party/llama.cpp/examples/llama.android/llama/proguard-rules.pro
third_party/llama.cpp/examples/llama.android/llama/src/androidTest/java/android/llama/cpp/ExampleInstrumentedTest.kt
third_party/llama.cpp/examples/llama.android/llama/src/main/AndroidManifest.xml
third_party/llama.cpp/examples/llama.android/llama/src/main/cpp/CMakeLists.txt
third_party/llama.cpp/examples/llama.android/llama/src/main/cpp/llama-android.cpp
third_party/llama.cpp/examples/llama.android/llama/src/main/java/android/llama/cpp/LLamaAndroid.kt
third_party/llama.cpp/examples/llama.android/llama/src/test/java/android/llama/cpp/ExampleUnitTest.kt
third_party/llama.cpp/examples/llama.swiftui/.gitignore
third_party/llama.cpp/examples/llama.swiftui/README.md
third_party/llama.cpp/examples/llama.swiftui/llama.cpp.swift/LibLlama.swift
third_party/llama.cpp/examples/llama.swiftui/llama.swiftui/llama_swiftuiApp.swift
third_party/llama.cpp/examples/llama.swiftui/llama.swiftui.xcodeproj/project.pbxproj
third_party/llama.cpp/examples/llama.swiftui/llama.swiftui.xcodeproj/project.xcworkspace/contents.xcworkspacedata
third_party/llama.cpp/examples/llama.swiftui/llama.swiftui.xcodeproj/project.xcworkspace/xcshareddata/IDEWorkspaceChecks.plist
third_party/llama.cpp/examples/llama.swiftui/llama.swiftui/Assets.xcassets/Contents.json
third_party/llama.cpp/examples/llama.swiftui/llama.swiftui/Assets.xcassets/AppIcon.appiconset/Contents.json
third_party/llama.cpp/examples/llama.swiftui/llama.swiftui/Models/LlamaState.swift
third_party/llama.cpp/examples/llama.swiftui/llama.swiftui/Resources/models/.gitignore
third_party/llama.cpp/examples/llama.swiftui/llama.swiftui/UI/ContentView.swift
third_party/llama.cpp/examples/llama.swiftui/llama.swiftui/UI/DownloadButton.swift
third_party/llama.cpp/examples/llama.swiftui/llama.swiftui/UI/InputButton.swift
third_party/llama.cpp/examples/llama.swiftui/llama.swiftui/UI/LoadCustomButton.swift
third_party/llama.cpp/examples/llava/CMakeLists.txt
third_party/llama.cpp/examples/llava/MobileVLM-README.md
third_party/llama.cpp/examples/llava/README.md
third_party/llama.cpp/examples/llava/clip.cpp
third_party/llama.cpp/examples/llava/clip.h
third_party/llama.cpp/examples/llava/convert-image-encoder-to-gguf.py
third_party/llama.cpp/examples/llava/llava-cli.cpp
third_party/llama.cpp/examples/llava/llava-surgery-v2.py
third_party/llama.cpp/examples/llava/llava-surgery.py
third_party/llama.cpp/examples/llava/llava.cpp
third_party/llama.cpp/examples/llava/llava.h
third_party/llama.cpp/examples/llava/requirements.txt
third_party/llama.cpp/examples/llava/android/adb_run.sh
third_party/llama.cpp/examples/llava/android/build_64.sh
third_party/llama.cpp/examples/lookahead/CMakeLists.txt
third_party/llama.cpp/examples/lookahead/README.md
third_party/llama.cpp/examples/lookahead/lookahead.cpp
third_party/llama.cpp/examples/lookup/CMakeLists.txt
third_party/llama.cpp/examples/lookup/README.md
third_party/llama.cpp/examples/lookup/lookup-create.cpp
third_party/llama.cpp/examples/lookup/lookup-merge.cpp
third_party/llama.cpp/examples/lookup/lookup-stats.cpp
third_party/llama.cpp/examples/lookup/lookup.cpp
third_party/llama.cpp/examples/main/CMakeLists.txt
third_party/llama.cpp/examples/main/README.md
third_party/llama.cpp/examples/main/main.cpp
third_party/llama.cpp/examples/main-cmake-pkg/.gitignore
third_party/llama.cpp/examples/main-cmake-pkg/CMakeLists.txt
third_party/llama.cpp/examples/main-cmake-pkg/README.md
third_party/llama.cpp/examples/parallel/CMakeLists.txt
third_party/llama.cpp/examples/parallel/README.md
third_party/llama.cpp/examples/parallel/parallel.cpp
third_party/llama.cpp/examples/passkey/CMakeLists.txt
third_party/llama.cpp/examples/passkey/README.md
third_party/llama.cpp/examples/passkey/passkey.cpp
third_party/llama.cpp/examples/perplexity/CMakeLists.txt
third_party/llama.cpp/examples/perplexity/README.md
third_party/llama.cpp/examples/perplexity/perplexity.cpp
third_party/llama.cpp/examples/quantize/CMakeLists.txt
third_party/llama.cpp/examples/quantize/README.md
third_party/llama.cpp/examples/quantize/quantize.cpp
third_party/llama.cpp/examples/quantize/tests.sh
third_party/llama.cpp/examples/quantize-stats/CMakeLists.txt
third_party/llama.cpp/examples/quantize-stats/quantize-stats.cpp
third_party/llama.cpp/examples/retrieval/CMakeLists.txt
third_party/llama.cpp/examples/retrieval/README.md
third_party/llama.cpp/examples/retrieval/retrieval.cpp
third_party/llama.cpp/examples/rpc/CMakeLists.txt
third_party/llama.cpp/examples/rpc/README.md
third_party/llama.cpp/examples/rpc/rpc-server.cpp
third_party/llama.cpp/examples/save-load-state/CMakeLists.txt
third_party/llama.cpp/examples/save-load-state/save-load-state.cpp
third_party/llama.cpp/examples/server/CMakeLists.txt
third_party/llama.cpp/examples/server/README.md
third_party/llama.cpp/examples/server/chat-llama2.sh
third_party/llama.cpp/examples/server/chat.mjs
third_party/llama.cpp/examples/server/chat.sh
third_party/llama.cpp/examples/server/deps.sh
third_party/llama.cpp/examples/server/httplib.h
third_party/llama.cpp/examples/server/server.cpp
third_party/llama.cpp/examples/server/utils.hpp
third_party/llama.cpp/examples/server/bench/README.md
third_party/llama.cpp/examples/server/bench/bench.py
third_party/llama.cpp/examples/server/bench/prometheus.yml
third_party/llama.cpp/examples/server/bench/requirements.txt
third_party/llama.cpp/examples/server/bench/script.js
third_party/llama.cpp/examples/server/public/colorthemes.css
third_party/llama.cpp/examples/server/public/completion.js
third_party/llama.cpp/examples/server/public/favicon.ico
third_party/llama.cpp/examples/server/public/index-new.html
third_party/llama.cpp/examples/server/public/index.html
third_party/llama.cpp/examples/server/public/index.js
third_party/llama.cpp/examples/server/public/json-schema-to-grammar.mjs
third_party/llama.cpp/examples/server/public/prompt-formats.js
third_party/llama.cpp/examples/server/public/style.css
third_party/llama.cpp/examples/server/public/system-prompts.js
third_party/llama.cpp/examples/server/public/theme-beeninorder.css
third_party/llama.cpp/examples/server/public/theme-ketivah.css
third_party/llama.cpp/examples/server/public/theme-mangotango.css
third_party/llama.cpp/examples/server/public/theme-playground.css
third_party/llama.cpp/examples/server/public/theme-polarnight.css
third_party/llama.cpp/examples/server/public/theme-snowstorm.css
third_party/llama.cpp/examples/server/public_simplechat/datautils.mjs
third_party/llama.cpp/examples/server/public_simplechat/index.html
third_party/llama.cpp/examples/server/public_simplechat/readme.md
third_party/llama.cpp/examples/server/public_simplechat/simplechat.css
third_party/llama.cpp/examples/server/public_simplechat/simplechat.js
third_party/llama.cpp/examples/server/public_simplechat/ui.mjs
third_party/llama.cpp/examples/server/tests/README.md
third_party/llama.cpp/examples/server/tests/requirements.txt
third_party/llama.cpp/examples/server/tests/tests.sh
third_party/llama.cpp/examples/server/tests/features/embeddings.feature
third_party/llama.cpp/examples/server/tests/features/environment.py
third_party/llama.cpp/examples/server/tests/features/issues.feature
third_party/llama.cpp/examples/server/tests/features/parallel.feature
third_party/llama.cpp/examples/server/tests/features/passkey.feature
third_party/llama.cpp/examples/server/tests/features/results.feature
third_party/llama.cpp/examples/server/tests/features/security.feature
third_party/llama.cpp/examples/server/tests/features/server.feature
third_party/llama.cpp/examples/server/tests/features/slotsave.feature
third_party/llama.cpp/examples/server/tests/features/wrong_usages.feature
third_party/llama.cpp/examples/server/tests/features/steps/steps.py
third_party/llama.cpp/examples/server/themes/README.md
third_party/llama.cpp/examples/server/themes/buttons-top/README.md
third_party/llama.cpp/examples/server/themes/buttons-top/buttons_top.png
third_party/llama.cpp/examples/server/themes/buttons-top/favicon.ico
third_party/llama.cpp/examples/server/themes/buttons-top/index.html
third_party/llama.cpp/examples/server/themes/wild/README.md
third_party/llama.cpp/examples/server/themes/wild/favicon.ico
third_party/llama.cpp/examples/server/themes/wild/index.html
third_party/llama.cpp/examples/server/themes/wild/llama_cpp.png
third_party/llama.cpp/examples/server/themes/wild/llamapattern.png
third_party/llama.cpp/examples/server/themes/wild/wild.png
third_party/llama.cpp/examples/simple/CMakeLists.txt
third_party/llama.cpp/examples/simple/README.md
third_party/llama.cpp/examples/simple/simple.cpp
third_party/llama.cpp/examples/speculative/CMakeLists.txt
third_party/llama.cpp/examples/speculative/README.md
third_party/llama.cpp/examples/speculative/speculative.cpp
third_party/llama.cpp/examples/sycl/CMakeLists.txt
third_party/llama.cpp/examples/sycl/README.md
third_party/llama.cpp/examples/sycl/build.sh
third_party/llama.cpp/examples/sycl/ls-sycl-device.cpp
third_party/llama.cpp/examples/sycl/run-llama2.sh
third_party/llama.cpp/examples/sycl/win-build-sycl.bat
third_party/llama.cpp/examples/sycl/win-run-llama2.bat
third_party/llama.cpp/examples/tokenize/CMakeLists.txt
third_party/llama.cpp/examples/tokenize/tokenize.cpp
third_party/llama.cpp/examples/train-text-from-scratch/CMakeLists.txt
third_party/llama.cpp/examples/train-text-from-scratch/README.md
third_party/llama.cpp/examples/train-text-from-scratch/convert-train-checkpoint-to-gguf.py
third_party/llama.cpp/examples/train-text-from-scratch/train-text-from-scratch.cpp
third_party/llama.cpp/ggml-cuda/acc.cu
third_party/llama.cpp/ggml-cuda/acc.cuh
third_party/llama.cpp/ggml-cuda/arange.cu
third_party/llama.cpp/ggml-cuda/arange.cuh
third_party/llama.cpp/ggml-cuda/argsort.cu
third_party/llama.cpp/ggml-cuda/argsort.cuh
third_party/llama.cpp/ggml-cuda/binbcast.cu
third_party/llama.cpp/ggml-cuda/binbcast.cuh
third_party/llama.cpp/ggml-cuda/clamp.cu
third_party/llama.cpp/ggml-cuda/clamp.cuh
third_party/llama.cpp/ggml-cuda/common.cuh
third_party/llama.cpp/ggml-cuda/concat.cu
third_party/llama.cpp/ggml-cuda/concat.cuh
third_party/llama.cpp/ggml-cuda/convert.cu
third_party/llama.cpp/ggml-cuda/convert.cuh
third_party/llama.cpp/ggml-cuda/cpy.cu
third_party/llama.cpp/ggml-cuda/cpy.cuh
third_party/llama.cpp/ggml-cuda/dequantize.cuh
third_party/llama.cpp/ggml-cuda/diagmask.cu
third_party/llama.cpp/ggml-cuda/diagmask.cuh
third_party/llama.cpp/ggml-cuda/dmmv.cu
third_party/llama.cpp/ggml-cuda/dmmv.cuh
third_party/llama.cpp/ggml-cuda/fattn-common.cuh
third_party/llama.cpp/ggml-cuda/fattn-tile-f16.cu
third_party/llama.cpp/ggml-cuda/fattn-tile-f16.cuh
third_party/llama.cpp/ggml-cuda/fattn-tile-f32.cu
third_party/llama.cpp/ggml-cuda/fattn-tile-f32.cuh
third_party/llama.cpp/ggml-cuda/fattn-vec-f16.cuh
third_party/llama.cpp/ggml-cuda/fattn-vec-f32.cuh
third_party/llama.cpp/ggml-cuda/fattn-wmma-f16.cuh
third_party/llama.cpp/ggml-cuda/fattn.cu
third_party/llama.cpp/ggml-cuda/fattn.cuh
third_party/llama.cpp/ggml-cuda/getrows.cu
third_party/llama.cpp/ggml-cuda/getrows.cuh
third_party/llama.cpp/ggml-cuda/im2col.cu
third_party/llama.cpp/ggml-cuda/im2col.cuh
third_party/llama.cpp/ggml-cuda/mma.cuh
third_party/llama.cpp/ggml-cuda/mmq.cu
third_party/llama.cpp/ggml-cuda/mmq.cuh
third_party/llama.cpp/ggml-cuda/mmvq.cu
third_party/llama.cpp/ggml-cuda/mmvq.cuh
third_party/llama.cpp/ggml-cuda/norm.cu
third_party/llama.cpp/ggml-cuda/norm.cuh
third_party/llama.cpp/ggml-cuda/pad.cu
third_party/llama.cpp/ggml-cuda/pad.cuh
third_party/llama.cpp/ggml-cuda/pool2d.cu
third_party/llama.cpp/ggml-cuda/pool2d.cuh
third_party/llama.cpp/ggml-cuda/quantize.cu
third_party/llama.cpp/ggml-cuda/quantize.cuh
third_party/llama.cpp/ggml-cuda/rope.cu
third_party/llama.cpp/ggml-cuda/rope.cuh
third_party/llama.cpp/ggml-cuda/scale.cu
third_party/llama.cpp/ggml-cuda/scale.cuh
third_party/llama.cpp/ggml-cuda/softmax.cu
third_party/llama.cpp/ggml-cuda/softmax.cuh
third_party/llama.cpp/ggml-cuda/sumrows.cu
third_party/llama.cpp/ggml-cuda/sumrows.cuh
third_party/llama.cpp/ggml-cuda/tsembd.cu
third_party/llama.cpp/ggml-cuda/tsembd.cuh
third_party/llama.cpp/ggml-cuda/unary.cu
third_party/llama.cpp/ggml-cuda/unary.cuh
third_party/llama.cpp/ggml-cuda/upscale.cu
third_party/llama.cpp/ggml-cuda/upscale.cuh
third_party/llama.cpp/ggml-cuda/vecdotq.cuh
third_party/llama.cpp/ggml-cuda/template-instances/fattn-vec-f16-instance-hs128-f16-f16.cu
third_party/llama.cpp/ggml-cuda/template-instances/fattn-vec-f16-instance-hs128-f16-q4_0.cu
third_party/llama.cpp/ggml-cuda/template-instances/fattn-vec-f16-instance-hs128-f16-q4_1.cu
third_party/llama.cpp/ggml-cuda/template-instances/fattn-vec-f16-instance-hs128-f16-q5_0.cu
third_party/llama.cpp/ggml-cuda/template-instances/fattn-vec-f16-instance-hs128-f16-q5_1.cu
third_party/llama.cpp/ggml-cuda/template-instances/fattn-vec-f16-instance-hs128-f16-q8_0.cu
third_party/llama.cpp/ggml-cuda/template-instances/fattn-vec-f16-instance-hs128-q4_0-f16.cu
third_party/llama.cpp/ggml-cuda/template-instances/fattn-vec-f16-instance-hs128-q4_0-q4_0.cu
third_party/llama.cpp/ggml-cuda/template-instances/fattn-vec-f16-instance-hs128-q4_0-q4_1.cu
third_party/llama.cpp/ggml-cuda/template-instances/fattn-vec-f16-instance-hs128-q4_0-q5_0.cu
third_party/llama.cpp/ggml-cuda/template-instances/fattn-vec-f16-instance-hs128-q4_0-q5_1.cu
third_party/llama.cpp/ggml-cuda/template-instances/fattn-vec-f16-instance-hs128-q4_0-q8_0.cu
third_party/llama.cpp/ggml-cuda/template-instances/fattn-vec-f16-instance-hs128-q4_1-f16.cu
third_party/llama.cpp/ggml-cuda/template-instances/fattn-vec-f16-instance-hs128-q4_1-q4_0.cu
third_party/llama.cpp/ggml-cuda/template-instances/fattn-vec-f16-instance-hs128-q4_1-q4_1.cu
third_party/llama.cpp/ggml-cuda/template-instances/fattn-vec-f16-instance-hs128-q4_1-q5_0.cu
third_party/llama.cpp/ggml-cuda/template-instances/fattn-vec-f16-instance-hs128-q4_1-q5_1.cu
third_party/llama.cpp/ggml-cuda/template-instances/fattn-vec-f16-instance-hs128-q4_1-q8_0.cu
third_party/llama.cpp/ggml-cuda/template-instances/fattn-vec-f16-instance-hs128-q5_0-f16.cu
third_party/llama.cpp/ggml-cuda/template-instances/fattn-vec-f16-instance-hs128-q5_0-q4_0.cu
third_party/llama.cpp/ggml-cuda/template-instances/fattn-vec-f16-instance-hs128-q5_0-q4_1.cu
third_party/llama.cpp/ggml-cuda/template-instances/fattn-vec-f16-instance-hs128-q5_0-q5_0.cu
third_party/llama.cpp/ggml-cuda/template-instances/fattn-vec-f16-instance-hs128-q5_0-q5_1.cu
third_party/llama.cpp/ggml-cuda/template-instances/fattn-vec-f16-instance-hs128-q5_0-q8_0.cu
third_party/llama.cpp/ggml-cuda/template-instances/fattn-vec-f16-instance-hs128-q5_1-f16.cu
third_party/llama.cpp/ggml-cuda/template-instances/fattn-vec-f16-instance-hs128-q5_1-q4_0.cu
third_party/llama.cpp/ggml-cuda/template-instances/fattn-vec-f16-instance-hs128-q5_1-q4_1.cu
third_party/llama.cpp/ggml-cuda/template-instances/fattn-vec-f16-instance-hs128-q5_1-q5_0.cu
third_party/llama.cpp/ggml-cuda/template-instances/fattn-vec-f16-instance-hs128-q5_1-q5_1.cu
third_party/llama.cpp/ggml-cuda/template-instances/fattn-vec-f16-instance-hs128-q5_1-q8_0.cu
third_party/llama.cpp/ggml-cuda/template-instances/fattn-vec-f16-instance-hs128-q8_0-f16.cu
third_party/llama.cpp/ggml-cuda/template-instances/fattn-vec-f16-instance-hs128-q8_0-q4_0.cu
third_party/llama.cpp/ggml-cuda/template-instances/fattn-vec-f16-instance-hs128-q8_0-q4_1.cu
third_party/llama.cpp/ggml-cuda/template-instances/fattn-vec-f16-instance-hs128-q8_0-q5_0.cu
third_party/llama.cpp/ggml-cuda/template-instances/fattn-vec-f16-instance-hs128-q8_0-q5_1.cu
third_party/llama.cpp/ggml-cuda/template-instances/fattn-vec-f16-instance-hs128-q8_0-q8_0.cu
third_party/llama.cpp/ggml-cuda/template-instances/fattn-vec-f16-instance-hs256-f16-f16.cu
third_party/llama.cpp/ggml-cuda/template-instances/fattn-vec-f16-instance-hs64-f16-f16.cu
third_party/llama.cpp/ggml-cuda/template-instances/fattn-vec-f16-instance-hs64-f16-q4_0.cu
third_party/llama.cpp/ggml-cuda/template-instances/fattn-vec-f16-instance-hs64-f16-q4_1.cu
third_party/llama.cpp/ggml-cuda/template-instances/fattn-vec-f16-instance-hs64-f16-q5_0.cu
third_party/llama.cpp/ggml-cuda/template-instances/fattn-vec-f16-instance-hs64-f16-q5_1.cu
third_party/llama.cpp/ggml-cuda/template-instances/fattn-vec-f16-instance-hs64-f16-q8_0.cu
third_party/llama.cpp/ggml-cuda/template-instances/fattn-vec-f32-instance-hs128-f16-f16.cu
third_party/llama.cpp/ggml-cuda/template-instances/fattn-vec-f32-instance-hs128-f16-q4_0.cu
third_party/llama.cpp/ggml-cuda/template-instances/fattn-vec-f32-instance-hs128-f16-q4_1.cu
third_party/llama.cpp/ggml-cuda/template-instances/fattn-vec-f32-instance-hs128-f16-q5_0.cu
third_party/llama.cpp/ggml-cuda/template-instances/fattn-vec-f32-instance-hs128-f16-q5_1.cu
third_party/llama.cpp/ggml-cuda/template-instances/fattn-vec-f32-instance-hs128-f16-q8_0.cu
third_party/llama.cpp/ggml-cuda/template-instances/fattn-vec-f32-instance-hs128-q4_0-f16.cu
third_party/llama.cpp/ggml-cuda/template-instances/fattn-vec-f32-instance-hs128-q4_0-q4_0.cu
third_party/llama.cpp/ggml-cuda/template-instances/fattn-vec-f32-instance-hs128-q4_0-q4_1.cu
third_party/llama.cpp/ggml-cuda/template-instances/fattn-vec-f32-instance-hs128-q4_0-q5_0.cu
third_party/llama.cpp/ggml-cuda/template-instances/fattn-vec-f32-instance-hs128-q4_0-q5_1.cu
third_party/llama.cpp/ggml-cuda/template-instances/fattn-vec-f32-instance-hs128-q4_0-q8_0.cu
third_party/llama.cpp/ggml-cuda/template-instances/fattn-vec-f32-instance-hs128-q4_1-f16.cu
third_party/llama.cpp/ggml-cuda/template-instances/fattn-vec-f32-instance-hs128-q4_1-q4_0.cu
third_party/llama.cpp/ggml-cuda/template-instances/fattn-vec-f32-instance-hs128-q4_1-q4_1.cu
third_party/llama.cpp/ggml-cuda/template-instances/fattn-vec-f32-instance-hs128-q4_1-q5_0.cu
third_party/llama.cpp/ggml-cuda/template-instances/fattn-vec-f32-instance-hs128-q4_1-q5_1.cu
third_party/llama.cpp/ggml-cuda/template-instances/fattn-vec-f32-instance-hs128-q4_1-q8_0.cu
third_party/llama.cpp/ggml-cuda/template-instances/fattn-vec-f32-instance-hs128-q5_0-f16.cu
third_party/llama.cpp/ggml-cuda/template-instances/fattn-vec-f32-instance-hs128-q5_0-q4_0.cu
third_party/llama.cpp/ggml-cuda/template-instances/fattn-vec-f32-instance-hs128-q5_0-q4_1.cu
third_party/llama.cpp/ggml-cuda/template-instances/fattn-vec-f32-instance-hs128-q5_0-q5_0.cu
third_party/llama.cpp/ggml-cuda/template-instances/fattn-vec-f32-instance-hs128-q5_0-q5_1.cu
third_party/llama.cpp/ggml-cuda/template-instances/fattn-vec-f32-instance-hs128-q5_0-q8_0.cu
third_party/llama.cpp/ggml-cuda/template-instances/fattn-vec-f32-instance-hs128-q5_1-f16.cu
third_party/llama.cpp/ggml-cuda/template-instances/fattn-vec-f32-instance-hs128-q5_1-q4_0.cu
third_party/llama.cpp/ggml-cuda/template-instances/fattn-vec-f32-instance-hs128-q5_1-q4_1.cu
third_party/llama.cpp/ggml-cuda/template-instances/fattn-vec-f32-instance-hs128-q5_1-q5_0.cu
third_party/llama.cpp/ggml-cuda/template-instances/fattn-vec-f32-instance-hs128-q5_1-q5_1.cu
third_party/llama.cpp/ggml-cuda/template-instances/fattn-vec-f32-instance-hs128-q5_1-q8_0.cu
third_party/llama.cpp/ggml-cuda/template-instances/fattn-vec-f32-instance-hs128-q8_0-f16.cu
third_party/llama.cpp/ggml-cuda/template-instances/fattn-vec-f32-instance-hs128-q8_0-q4_0.cu
third_party/llama.cpp/ggml-cuda/template-instances/fattn-vec-f32-instance-hs128-q8_0-q4_1.cu
third_party/llama.cpp/ggml-cuda/template-instances/fattn-vec-f32-instance-hs128-q8_0-q5_0.cu
third_party/llama.cpp/ggml-cuda/template-instances/fattn-vec-f32-instance-hs128-q8_0-q5_1.cu
third_party/llama.cpp/ggml-cuda/template-instances/fattn-vec-f32-instance-hs128-q8_0-q8_0.cu
third_party/llama.cpp/ggml-cuda/template-instances/fattn-vec-f32-instance-hs256-f16-f16.cu
third_party/llama.cpp/ggml-cuda/template-instances/fattn-vec-f32-instance-hs64-f16-f16.cu
third_party/llama.cpp/ggml-cuda/template-instances/fattn-vec-f32-instance-hs64-f16-q4_0.cu
third_party/llama.cpp/ggml-cuda/template-instances/fattn-vec-f32-instance-hs64-f16-q4_1.cu
third_party/llama.cpp/ggml-cuda/template-instances/fattn-vec-f32-instance-hs64-f16-q5_0.cu
third_party/llama.cpp/ggml-cuda/template-instances/fattn-vec-f32-instance-hs64-f16-q5_1.cu
third_party/llama.cpp/ggml-cuda/template-instances/fattn-vec-f32-instance-hs64-f16-q8_0.cu
third_party/llama.cpp/ggml-cuda/template-instances/fattn-wmma-f16-instance-kqfloat-cpb16.cu
third_party/llama.cpp/ggml-cuda/template-instances/fattn-wmma-f16-instance-kqfloat-cpb32.cu
third_party/llama.cpp/ggml-cuda/template-instances/fattn-wmma-f16-instance-kqhalf-cpb16.cu
third_party/llama.cpp/ggml-cuda/template-instances/fattn-wmma-f16-instance-kqhalf-cpb32.cu
third_party/llama.cpp/ggml-cuda/template-instances/fattn-wmma-f16-instance-kqhalf-cpb8.cu
third_party/llama.cpp/ggml-cuda/template-instances/generate_cu_files.py
third_party/llama.cpp/ggml-cuda/template-instances/mmq-instance-q2_k.cu
third_party/llama.cpp/ggml-cuda/template-instances/mmq-instance-q3_k.cu
third_party/llama.cpp/ggml-cuda/template-instances/mmq-instance-q4_0.cu
third_party/llama.cpp/ggml-cuda/template-instances/mmq-instance-q4_1.cu
third_party/llama.cpp/ggml-cuda/template-instances/mmq-instance-q4_k.cu
third_party/llama.cpp/ggml-cuda/template-instances/mmq-instance-q5_0.cu
third_party/llama.cpp/ggml-cuda/template-instances/mmq-instance-q5_1.cu
third_party/llama.cpp/ggml-cuda/template-instances/mmq-instance-q5_k.cu
third_party/llama.cpp/ggml-cuda/template-instances/mmq-instance-q6_k.cu
third_party/llama.cpp/ggml-cuda/template-instances/mmq-instance-q8_0.cu
third_party/llama.cpp/ggml-sycl/backend.hpp
third_party/llama.cpp/ggml-sycl/common.cpp
third_party/llama.cpp/ggml-sycl/common.hpp
third_party/llama.cpp/ggml-sycl/presets.hpp
third_party/llama.cpp/ggml-sycl/dpct/helper.hpp
third_party/llama.cpp/gguf-py/LICENSE
third_party/llama.cpp/gguf-py/README.md
third_party/llama.cpp/gguf-py/pyproject.toml
third_party/llama.cpp/gguf-py/examples/reader.py
third_party/llama.cpp/gguf-py/examples/writer.py
third_party/llama.cpp/gguf-py/gguf/__init__.py
third_party/llama.cpp/gguf-py/gguf/constants.py
third_party/llama.cpp/gguf-py/gguf/gguf.py
third_party/llama.cpp/gguf-py/gguf/gguf_reader.py
third_party/llama.cpp/gguf-py/gguf/gguf_writer.py
third_party/llama.cpp/gguf-py/gguf/lazy.py
third_party/llama.cpp/gguf-py/gguf/py.typed
third_party/llama.cpp/gguf-py/gguf/quants.py
third_party/llama.cpp/gguf-py/gguf/tensor_mapping.py
third_party/llama.cpp/gguf-py/gguf/vocab.py
third_party/llama.cpp/gguf-py/scripts/__init__.py
third_party/llama.cpp/gguf-py/scripts/gguf-convert-endian.py
third_party/llama.cpp/gguf-py/scripts/gguf-dump.py
third_party/llama.cpp/gguf-py/scripts/gguf-new-metadata.py
third_party/llama.cpp/gguf-py/scripts/gguf-set-metadata.py
third_party/llama.cpp/gguf-py/tests/test_gguf.py
third_party/llama.cpp/grammars/README.md
third_party/llama.cpp/grammars/arithmetic.gbnf
third_party/llama.cpp/grammars/c.gbnf
third_party/llama.cpp/grammars/chess.gbnf
third_party/llama.cpp/grammars/japanese.gbnf
third_party/llama.cpp/grammars/json.gbnf
third_party/llama.cpp/grammars/json_arr.gbnf
third_party/llama.cpp/grammars/list.gbnf
third_party/llama.cpp/kompute-shaders/common.comp
third_party/llama.cpp/kompute-shaders/op_add.comp
third_party/llama.cpp/kompute-shaders/op_addrow.comp
third_party/llama.cpp/kompute-shaders/op_cpy_f16_f16.comp
third_party/llama.cpp/kompute-shaders/op_cpy_f16_f32.comp
third_party/llama.cpp/kompute-shaders/op_cpy_f32_f16.comp
third_party/llama.cpp/kompute-shaders/op_cpy_f32_f32.comp
third_party/llama.cpp/kompute-shaders/op_diagmask.comp
third_party/llama.cpp/kompute-shaders/op_gelu.comp
third_party/llama.cpp/kompute-shaders/op_getrows.comp
third_party/llama.cpp/kompute-shaders/op_getrows_f16.comp
third_party/llama.cpp/kompute-shaders/op_getrows_f32.comp
third_party/llama.cpp/kompute-shaders/op_getrows_q4_0.comp
third_party/llama.cpp/kompute-shaders/op_getrows_q4_1.comp
third_party/llama.cpp/kompute-shaders/op_getrows_q6_k.comp
third_party/llama.cpp/kompute-shaders/op_mul.comp
third_party/llama.cpp/kompute-shaders/op_mul_mat_f16.comp
third_party/llama.cpp/kompute-shaders/op_mul_mat_mat_f32.comp
third_party/llama.cpp/kompute-shaders/op_mul_mat_q4_0.comp
third_party/llama.cpp/kompute-shaders/op_mul_mat_q4_1.comp
third_party/llama.cpp/kompute-shaders/op_mul_mat_q6_k.comp
third_party/llama.cpp/kompute-shaders/op_mul_mat_q8_0.comp
third_party/llama.cpp/kompute-shaders/op_mul_mv_q_n.comp
third_party/llama.cpp/kompute-shaders/op_mul_mv_q_n_pre.comp
third_party/llama.cpp/kompute-shaders/op_norm.comp
third_party/llama.cpp/kompute-shaders/op_relu.comp
third_party/llama.cpp/kompute-shaders/op_rmsnorm.comp
third_party/llama.cpp/kompute-shaders/op_rope_f16.comp
third_party/llama.cpp/kompute-shaders/op_rope_f32.comp
third_party/llama.cpp/kompute-shaders/op_scale.comp
third_party/llama.cpp/kompute-shaders/op_scale_8.comp
third_party/llama.cpp/kompute-shaders/op_silu.comp
third_party/llama.cpp/kompute-shaders/op_softmax.comp
third_party/llama.cpp/kompute-shaders/rope_common.comp
third_party/llama.cpp/media/llama-leader.jpeg
third_party/llama.cpp/media/llama0-banner.png
third_party/llama.cpp/media/llama0-logo.png
third_party/llama.cpp/media/llama1-banner.png
third_party/llama.cpp/media/llama1-logo.png
third_party/llama.cpp/media/matmul.png
third_party/llama.cpp/media/matmul.svg
third_party/llama.cpp/pocs/CMakeLists.txt
third_party/llama.cpp/pocs/vdot/CMakeLists.txt
third_party/llama.cpp/pocs/vdot/q8dot.cpp
third_party/llama.cpp/pocs/vdot/vdot.cpp
third_party/llama.cpp/prompts/LLM-questions.txt
third_party/llama.cpp/prompts/alpaca.txt
third_party/llama.cpp/prompts/assistant.txt
third_party/llama.cpp/prompts/chat-with-baichuan.txt
third_party/llama.cpp/prompts/chat-with-bob.txt
third_party/llama.cpp/prompts/chat-with-qwen.txt
third_party/llama.cpp/prompts/chat-with-vicuna-v0.txt
third_party/llama.cpp/prompts/chat-with-vicuna-v1.txt
third_party/llama.cpp/prompts/chat.txt
third_party/llama.cpp/prompts/dan-modified.txt
third_party/llama.cpp/prompts/dan.txt
third_party/llama.cpp/prompts/mnemonics.txt
third_party/llama.cpp/prompts/parallel-questions.txt
third_party/llama.cpp/prompts/reason-act.txt
third_party/llama.cpp/requirements/requirements-convert-hf-to-gguf-update.txt
third_party/llama.cpp/requirements/requirements-convert-hf-to-gguf.txt
third_party/llama.cpp/requirements/requirements-convert-legacy-llama.txt
third_party/llama.cpp/requirements/requirements-convert-llama-ggml-to-gguf.txt
third_party/llama.cpp/scripts/LlamaConfig.cmake.in
third_party/llama.cpp/scripts/build-info.cmake
third_party/llama.cpp/scripts/build-info.sh
third_party/llama.cpp/scripts/check-requirements.sh
third_party/llama.cpp/scripts/ci-run.sh
third_party/llama.cpp/scripts/compare-commits.sh
third_party/llama.cpp/scripts/compare-llama-bench.py
third_party/llama.cpp/scripts/convert-gg.sh
third_party/llama.cpp/scripts/debug-test.sh
third_party/llama.cpp/scripts/gen-authors.sh
third_party/llama.cpp/scripts/gen-build-info-cpp.cmake
third_party/llama.cpp/scripts/gen-unicode-data.py
third_party/llama.cpp/scripts/get-flags.mk
third_party/llama.cpp/scripts/get-hellaswag.sh
third_party/llama.cpp/scripts/get-pg.sh
third_party/llama.cpp/scripts/get-wikitext-103.sh
third_party/llama.cpp/scripts/get-wikitext-2.sh
third_party/llama.cpp/scripts/get-winogrande.sh
third_party/llama.cpp/scripts/hf.sh
third_party/llama.cpp/scripts/install-oneapi.bat
third_party/llama.cpp/scripts/pod-llama.sh
third_party/llama.cpp/scripts/qnt-all.sh
third_party/llama.cpp/scripts/run-all-perf.sh
third_party/llama.cpp/scripts/run-all-ppl.sh
third_party/llama.cpp/scripts/run-with-preset.py
third_party/llama.cpp/scripts/server-llm.sh
third_party/llama.cpp/scripts/sync-ggml-am.sh
third_party/llama.cpp/scripts/sync-ggml.last
third_party/llama.cpp/scripts/sync-ggml.sh
third_party/llama.cpp/scripts/verify-checksum-models.py
third_party/llama.cpp/scripts/xxd.cmake
third_party/llama.cpp/spm-headers/ggml-alloc.h
third_party/llama.cpp/spm-headers/ggml-backend.h
third_party/llama.cpp/spm-headers/ggml.h
third_party/llama.cpp/spm-headers/llama.h
third_party/llama.cpp/tests/.gitignore
third_party/llama.cpp/tests/CMakeLists.txt
third_party/llama.cpp/tests/get-model.cpp
third_party/llama.cpp/tests/get-model.h
third_party/llama.cpp/tests/run-json-schema-to-grammar.mjs
third_party/llama.cpp/tests/test-autorelease.cpp
third_party/llama.cpp/tests/test-backend-ops.cpp
third_party/llama.cpp/tests/test-c.c
third_party/llama.cpp/tests/test-chat-template.cpp
third_party/llama.cpp/tests/test-double-float.cpp
third_party/llama.cpp/tests/test-grad0.cpp
third_party/llama.cpp/tests/test-grammar-integration.cpp
third_party/llama.cpp/tests/test-grammar-parser.cpp
third_party/llama.cpp/tests/test-json-schema-to-grammar.cpp
third_party/llama.cpp/tests/test-llama-grammar.cpp
third_party/llama.cpp/tests/test-model-load-cancel.cpp
third_party/llama.cpp/tests/test-opt.cpp
third_party/llama.cpp/tests/test-quantize-fns.cpp
third_party/llama.cpp/tests/test-quantize-perf.cpp
third_party/llama.cpp/tests/test-rope.cpp
third_party/llama.cpp/tests/test-sampling.cpp
third_party/llama.cpp/tests/test-tokenizer-0.cpp
third_party/llama.cpp/tests/test-tokenizer-0.py
third_party/llama.cpp/tests/test-tokenizer-0.sh
third_party/llama.cpp/tests/test-tokenizer-1-bpe.cpp
third_party/llama.cpp/tests/test-tokenizer-1-spm.cpp
third_party/llama.cpp/tests/test-tokenizer-random.py
third_party/llama.cpp/vulkan-shaders/add.comp
third_party/llama.cpp/vulkan-shaders/argsort.comp
third_party/llama.cpp/vulkan-shaders/clamp.comp
third_party/llama.cpp/vulkan-shaders/copy.comp
third_party/llama.cpp/vulkan-shaders/dequant_f32.comp
third_party/llama.cpp/vulkan-shaders/dequant_funcs.comp
third_party/llama.cpp/vulkan-shaders/dequant_head.comp
third_party/llama.cpp/vulkan-shaders/dequant_q2_k.comp
third_party/llama.cpp/vulkan-shaders/dequant_q3_k.comp
third_party/llama.cpp/vulkan-shaders/dequant_q4_0.comp
third_party/llama.cpp/vulkan-shaders/dequant_q4_1.comp
third_party/llama.cpp/vulkan-shaders/dequant_q4_k.comp
third_party/llama.cpp/vulkan-shaders/dequant_q5_0.comp
third_party/llama.cpp/vulkan-shaders/dequant_q5_1.comp
third_party/llama.cpp/vulkan-shaders/dequant_q5_k.comp
third_party/llama.cpp/vulkan-shaders/dequant_q6_k.comp
third_party/llama.cpp/vulkan-shaders/dequant_q8_0.comp
third_party/llama.cpp/vulkan-shaders/diag_mask_inf.comp
third_party/llama.cpp/vulkan-shaders/div.comp
third_party/llama.cpp/vulkan-shaders/gelu.comp
third_party/llama.cpp/vulkan-shaders/generic_binary_head.comp
third_party/llama.cpp/vulkan-shaders/generic_head.comp
third_party/llama.cpp/vulkan-shaders/generic_unary_head.comp
third_party/llama.cpp/vulkan-shaders/get_rows.comp
third_party/llama.cpp/vulkan-shaders/get_rows_quant.comp
third_party/llama.cpp/vulkan-shaders/mul.comp
third_party/llama.cpp/vulkan-shaders/mul_mat_split_k_reduce.comp
third_party/llama.cpp/vulkan-shaders/mul_mat_vec.comp
third_party/llama.cpp/vulkan-shaders/mul_mat_vec_base.comp
third_party/llama.cpp/vulkan-shaders/mul_mat_vec_nc.comp
third_party/llama.cpp/vulkan-shaders/mul_mat_vec_p021.comp
third_party/llama.cpp/vulkan-shaders/mul_mat_vec_q2_k.comp
third_party/llama.cpp/vulkan-shaders/mul_mat_vec_q3_k.comp
third_party/llama.cpp/vulkan-shaders/mul_mat_vec_q4_k.comp
third_party/llama.cpp/vulkan-shaders/mul_mat_vec_q5_k.comp
third_party/llama.cpp/vulkan-shaders/mul_mat_vec_q6_k.comp
third_party/llama.cpp/vulkan-shaders/mul_mm.comp
third_party/llama.cpp/vulkan-shaders/norm.comp
third_party/llama.cpp/vulkan-shaders/relu.comp
third_party/llama.cpp/vulkan-shaders/rms_norm.comp
third_party/llama.cpp/vulkan-shaders/rope_head.comp
third_party/llama.cpp/vulkan-shaders/rope_neox.comp
third_party/llama.cpp/vulkan-shaders/rope_norm.comp
third_party/llama.cpp/vulkan-shaders/scale.comp
third_party/llama.cpp/vulkan-shaders/silu.comp
third_party/llama.cpp/vulkan-shaders/soft_max.comp
third_party/llama.cpp/vulkan-shaders/square.comp
third_party/llama.cpp/vulkan-shaders/sum_rows.comp
third_party/llama.cpp/vulkan-shaders/types.comp
third_party/llamafile/README.md
third_party/llamafile/bench.h
third_party/llamafile/flags.cpp
third_party/llamafile/flags.h
third_party/llamafile/iqk_mul_mat.inc
third_party/llamafile/iqk_mul_mat_amd_avx2.cpp
third_party/llamafile/iqk_mul_mat_amd_zen4.cpp
third_party/llamafile/iqk_mul_mat_arm82.cpp
third_party/llamafile/macros.h
third_party/llamafile/micros.h
third_party/llamafile/numba.h
third_party/llamafile/sgemm.cpp
third_party/llamafile/sgemm.h
third_party/llamafile/tinyblas_cpu.h
third_party/llamafile/tinyblas_cpu_mixmul.inc
third_party/llamafile/tinyblas_cpu_mixmul_amd_avx.cpp
third_party/llamafile/tinyblas_cpu_mixmul_amd_avx2.cpp
third_party/llamafile/tinyblas_cpu_mixmul_amd_avx512f.cpp
third_party/llamafile/tinyblas_cpu_mixmul_amd_avxvnni.cpp
third_party/llamafile/tinyblas_cpu_mixmul_amd_fma.cpp
third_party/llamafile/tinyblas_cpu_mixmul_amd_zen4.cpp
third_party/llamafile/tinyblas_cpu_mixmul_arm80.cpp
third_party/llamafile/tinyblas_cpu_mixmul_arm82.cpp
third_party/llamafile/tinyblas_cpu_sgemm.inc
third_party/llamafile/tinyblas_cpu_sgemm_amd_avx.cpp
third_party/llamafile/tinyblas_cpu_sgemm_amd_avx2.cpp
third_party/llamafile/tinyblas_cpu_sgemm_amd_avx512f.cpp
third_party/llamafile/tinyblas_cpu_sgemm_amd_avxvnni.cpp
third_party/llamafile/tinyblas_cpu_sgemm_amd_fma.cpp
third_party/llamafile/tinyblas_cpu_sgemm_amd_zen4.cpp
third_party/llamafile/tinyblas_cpu_sgemm_arm80.cpp
third_party/llamafile/tinyblas_cpu_sgemm_arm82.cpp
third_party/llamafile/tinyblas_cpu_unsupported.cpp
third_party/pybind11/.appveyor.yml
third_party/pybind11/.clang-format
third_party/pybind11/.clang-tidy
third_party/pybind11/.cmake-format.yaml
third_party/pybind11/.codespell-ignore-lines
third_party/pybind11/.git
third_party/pybind11/.gitattributes
third_party/pybind11/.gitignore
third_party/pybind11/.pre-commit-config.yaml
third_party/pybind11/.readthedocs.yml
third_party/pybind11/CMakeLists.txt
third_party/pybind11/LICENSE
third_party/pybind11/MANIFEST.in
third_party/pybind11/README.rst
third_party/pybind11/SECURITY.md
third_party/pybind11/noxfile.py
third_party/pybind11/pyproject.toml
third_party/pybind11/setup.cfg
third_party/pybind11/setup.py
third_party/pybind11/.github/CODEOWNERS
third_party/pybind11/.github/CONTRIBUTING.md
third_party/pybind11/.github/dependabot.yml
third_party/pybind11/.github/labeler.yml
third_party/pybind11/.github/labeler_merged.yml
third_party/pybind11/.github/pull_request_template.md
third_party/pybind11/.github/ISSUE_TEMPLATE/bug-report.yml
third_party/pybind11/.github/ISSUE_TEMPLATE/config.yml
third_party/pybind11/.github/matchers/pylint.json
third_party/pybind11/.github/workflows/ci.yml
third_party/pybind11/.github/workflows/configure.yml
third_party/pybind11/.github/workflows/format.yml
third_party/pybind11/.github/workflows/labeler.yml
third_party/pybind11/.github/workflows/pip.yml
third_party/pybind11/.github/workflows/upstream.yml
third_party/pybind11/docs/Doxyfile
third_party/pybind11/docs/Makefile
third_party/pybind11/docs/basics.rst
third_party/pybind11/docs/benchmark.py
third_party/pybind11/docs/benchmark.rst
third_party/pybind11/docs/changelog.rst
third_party/pybind11/docs/classes.rst
third_party/pybind11/docs/compiling.rst
third_party/pybind11/docs/conf.py
third_party/pybind11/docs/faq.rst
third_party/pybind11/docs/index.rst
third_party/pybind11/docs/installing.rst
third_party/pybind11/docs/limitations.rst
third_party/pybind11/docs/pybind11-logo.png
third_party/pybind11/docs/pybind11_vs_boost_python1.png
third_party/pybind11/docs/pybind11_vs_boost_python1.svg
third_party/pybind11/docs/pybind11_vs_boost_python2.png
third_party/pybind11/docs/pybind11_vs_boost_python2.svg
third_party/pybind11/docs/reference.rst
third_party/pybind11/docs/release.rst
third_party/pybind11/docs/requirements.in
third_party/pybind11/docs/requirements.txt
third_party/pybind11/docs/upgrade.rst
third_party/pybind11/docs/_static/css/custom.css
third_party/pybind11/docs/advanced/classes.rst
third_party/pybind11/docs/advanced/embedding.rst
third_party/pybind11/docs/advanced/exceptions.rst
third_party/pybind11/docs/advanced/functions.rst
third_party/pybind11/docs/advanced/misc.rst
third_party/pybind11/docs/advanced/smart_ptrs.rst
third_party/pybind11/docs/advanced/cast/chrono.rst
third_party/pybind11/docs/advanced/cast/custom.rst
third_party/pybind11/docs/advanced/cast/eigen.rst
third_party/pybind11/docs/advanced/cast/functional.rst
third_party/pybind11/docs/advanced/cast/index.rst
third_party/pybind11/docs/advanced/cast/overview.rst
third_party/pybind11/docs/advanced/cast/stl.rst
third_party/pybind11/docs/advanced/cast/strings.rst
third_party/pybind11/docs/advanced/pycpp/index.rst
third_party/pybind11/docs/advanced/pycpp/numpy.rst
third_party/pybind11/docs/advanced/pycpp/object.rst
third_party/pybind11/docs/advanced/pycpp/utilities.rst
third_party/pybind11/docs/cmake/index.rst
third_party/pybind11/include/pybind11/attr.h
third_party/pybind11/include/pybind11/buffer_info.h
third_party/pybind11/include/pybind11/cast.h
third_party/pybind11/include/pybind11/chrono.h
third_party/pybind11/include/pybind11/common.h
third_party/pybind11/include/pybind11/complex.h
third_party/pybind11/include/pybind11/eigen.h
third_party/pybind11/include/pybind11/embed.h
third_party/pybind11/include/pybind11/eval.h
third_party/pybind11/include/pybind11/functional.h
third_party/pybind11/include/pybind11/gil.h
third_party/pybind11/include/pybind11/gil_safe_call_once.h
third_party/pybind11/include/pybind11/iostream.h
third_party/pybind11/include/pybind11/numpy.h
third_party/pybind11/include/pybind11/operators.h
third_party/pybind11/include/pybind11/options.h
third_party/pybind11/include/pybind11/pybind11.h
third_party/pybind11/include/pybind11/pytypes.h
third_party/pybind11/include/pybind11/stl.h
third_party/pybind11/include/pybind11/stl_bind.h
third_party/pybind11/include/pybind11/type_caster_pyobject_ptr.h
third_party/pybind11/include/pybind11/typing.h
third_party/pybind11/include/pybind11/detail/class.h
third_party/pybind11/include/pybind11/detail/common.h
third_party/pybind11/include/pybind11/detail/descr.h
third_party/pybind11/include/pybind11/detail/init.h
third_party/pybind11/include/pybind11/detail/internals.h
third_party/pybind11/include/pybind11/detail/type_caster_base.h
third_party/pybind11/include/pybind11/detail/typeid.h
third_party/pybind11/include/pybind11/eigen/common.h
third_party/pybind11/include/pybind11/eigen/matrix.h
third_party/pybind11/include/pybind11/eigen/tensor.h
third_party/pybind11/include/pybind11/stl/filesystem.h
third_party/pybind11/pybind11/__init__.py
third_party/pybind11/pybind11/__main__.py
third_party/pybind11/pybind11/_version.py
third_party/pybind11/pybind11/commands.py
third_party/pybind11/pybind11/py.typed
third_party/pybind11/pybind11/setup_helpers.py
third_party/pybind11/tests/CMakeLists.txt
third_party/pybind11/tests/conftest.py
third_party/pybind11/tests/constructor_stats.h
third_party/pybind11/tests/cross_module_gil_utils.cpp
third_party/pybind11/tests/cross_module_interleaved_error_already_set.cpp
third_party/pybind11/tests/eigen_tensor_avoid_stl_array.cpp
third_party/pybind11/tests/env.py
third_party/pybind11/tests/local_bindings.h
third_party/pybind11/tests/object.h
third_party/pybind11/tests/pybind11_cross_module_tests.cpp
third_party/pybind11/tests/pybind11_tests.cpp
third_party/pybind11/tests/pybind11_tests.h
third_party/pybind11/tests/pytest.ini
third_party/pybind11/tests/requirements.txt
third_party/pybind11/tests/test_async.cpp
third_party/pybind11/tests/test_async.py
third_party/pybind11/tests/test_buffers.cpp
third_party/pybind11/tests/test_buffers.py
third_party/pybind11/tests/test_builtin_casters.cpp
third_party/pybind11/tests/test_builtin_casters.py
third_party/pybind11/tests/test_call_policies.cpp
third_party/pybind11/tests/test_call_policies.py
third_party/pybind11/tests/test_callbacks.cpp
third_party/pybind11/tests/test_callbacks.py
third_party/pybind11/tests/test_chrono.cpp
third_party/pybind11/tests/test_chrono.py
third_party/pybind11/tests/test_class.cpp
third_party/pybind11/tests/test_class.py
third_party/pybind11/tests/test_const_name.cpp
third_party/pybind11/tests/test_const_name.py
third_party/pybind11/tests/test_constants_and_functions.cpp
third_party/pybind11/tests/test_constants_and_functions.py
third_party/pybind11/tests/test_copy_move.cpp
third_party/pybind11/tests/test_copy_move.py
third_party/pybind11/tests/test_custom_type_casters.cpp
third_party/pybind11/tests/test_custom_type_casters.py
third_party/pybind11/tests/test_custom_type_setup.cpp
third_party/pybind11/tests/test_custom_type_setup.py
third_party/pybind11/tests/test_docstring_options.cpp
third_party/pybind11/tests/test_docstring_options.py
third_party/pybind11/tests/test_eigen_matrix.cpp
third_party/pybind11/tests/test_eigen_matrix.py
third_party/pybind11/tests/test_eigen_tensor.cpp
third_party/pybind11/tests/test_eigen_tensor.inl
third_party/pybind11/tests/test_eigen_tensor.py
third_party/pybind11/tests/test_enum.cpp
third_party/pybind11/tests/test_enum.py
third_party/pybind11/tests/test_eval.cpp
third_party/pybind11/tests/test_eval.py
third_party/pybind11/tests/test_eval_call.py
third_party/pybind11/tests/test_exceptions.cpp
third_party/pybind11/tests/test_exceptions.h
third_party/pybind11/tests/test_exceptions.py
third_party/pybind11/tests/test_factory_constructors.cpp
third_party/pybind11/tests/test_factory_constructors.py
third_party/pybind11/tests/test_gil_scoped.cpp
third_party/pybind11/tests/test_gil_scoped.py
third_party/pybind11/tests/test_iostream.cpp
third_party/pybind11/tests/test_iostream.py
third_party/pybind11/tests/test_kwargs_and_defaults.cpp
third_party/pybind11/tests/test_kwargs_and_defaults.py
third_party/pybind11/tests/test_local_bindings.cpp
third_party/pybind11/tests/test_local_bindings.py
third_party/pybind11/tests/test_methods_and_attributes.cpp
third_party/pybind11/tests/test_methods_and_attributes.py
third_party/pybind11/tests/test_modules.cpp
third_party/pybind11/tests/test_modules.py
third_party/pybind11/tests/test_multiple_inheritance.cpp
third_party/pybind11/tests/test_multiple_inheritance.py
third_party/pybind11/tests/test_numpy_array.cpp
third_party/pybind11/tests/test_numpy_array.py
third_party/pybind11/tests/test_numpy_dtypes.cpp
third_party/pybind11/tests/test_numpy_dtypes.py
third_party/pybind11/tests/test_numpy_vectorize.cpp
third_party/pybind11/tests/test_numpy_vectorize.py
third_party/pybind11/tests/test_opaque_types.cpp
third_party/pybind11/tests/test_opaque_types.py
third_party/pybind11/tests/test_operator_overloading.cpp
third_party/pybind11/tests/test_operator_overloading.py
third_party/pybind11/tests/test_pickling.cpp
third_party/pybind11/tests/test_pickling.py
third_party/pybind11/tests/test_python_multiple_inheritance.cpp
third_party/pybind11/tests/test_python_multiple_inheritance.py
third_party/pybind11/tests/test_pytypes.cpp
third_party/pybind11/tests/test_pytypes.py
third_party/pybind11/tests/test_sequences_and_iterators.cpp
third_party/pybind11/tests/test_sequences_and_iterators.py
third_party/pybind11/tests/test_smart_ptr.cpp
third_party/pybind11/tests/test_smart_ptr.py
third_party/pybind11/tests/test_stl.cpp
third_party/pybind11/tests/test_stl.py
third_party/pybind11/tests/test_stl_binders.cpp
third_party/pybind11/tests/test_stl_binders.py
third_party/pybind11/tests/test_tagbased_polymorphic.cpp
third_party/pybind11/tests/test_tagbased_polymorphic.py
third_party/pybind11/tests/test_thread.cpp
third_party/pybind11/tests/test_thread.py
third_party/pybind11/tests/test_type_caster_pyobject_ptr.cpp
third_party/pybind11/tests/test_type_caster_pyobject_ptr.py
third_party/pybind11/tests/test_union.cpp
third_party/pybind11/tests/test_union.py
third_party/pybind11/tests/test_unnamed_namespace_a.cpp
third_party/pybind11/tests/test_unnamed_namespace_a.py
third_party/pybind11/tests/test_unnamed_namespace_b.cpp
third_party/pybind11/tests/test_unnamed_namespace_b.py
third_party/pybind11/tests/test_vector_unique_ptr_member.cpp
third_party/pybind11/tests/test_vector_unique_ptr_member.py
third_party/pybind11/tests/test_virtual_functions.cpp
third_party/pybind11/tests/test_virtual_functions.py
third_party/pybind11/tests/valgrind-numpy-scipy.supp
third_party/pybind11/tests/valgrind-python.supp
third_party/pybind11/tests/extra_python_package/pytest.ini
third_party/pybind11/tests/extra_python_package/test_files.py
third_party/pybind11/tests/extra_setuptools/pytest.ini
third_party/pybind11/tests/extra_setuptools/test_setuphelper.py
third_party/pybind11/tests/test_cmake_build/CMakeLists.txt
third_party/pybind11/tests/test_cmake_build/embed.cpp
third_party/pybind11/tests/test_cmake_build/main.cpp
third_party/pybind11/tests/test_cmake_build/test.py
third_party/pybind11/tests/test_cmake_build/installed_embed/CMakeLists.txt
third_party/pybind11/tests/test_cmake_build/installed_function/CMakeLists.txt
third_party/pybind11/tests/test_cmake_build/installed_target/CMakeLists.txt
third_party/pybind11/tests/test_cmake_build/subdirectory_embed/CMakeLists.txt
third_party/pybind11/tests/test_cmake_build/subdirectory_function/CMakeLists.txt
third_party/pybind11/tests/test_cmake_build/subdirectory_target/CMakeLists.txt
third_party/pybind11/tests/test_embed/CMakeLists.txt
third_party/pybind11/tests/test_embed/catch.cpp
third_party/pybind11/tests/test_embed/external_module.cpp
third_party/pybind11/tests/test_embed/test_interpreter.cpp
third_party/pybind11/tests/test_embed/test_interpreter.py
third_party/pybind11/tests/test_embed/test_trampoline.py
third_party/pybind11/tools/FindCatch.cmake
third_party/pybind11/tools/FindEigen3.cmake
third_party/pybind11/tools/FindPythonLibsNew.cmake
third_party/pybind11/tools/JoinPaths.cmake
third_party/pybind11/tools/check-style.sh
third_party/pybind11/tools/cmake_uninstall.cmake.in
third_party/pybind11/tools/codespell_ignore_lines_from_errors.py
third_party/pybind11/tools/libsize.py
third_party/pybind11/tools/make_changelog.py
third_party/pybind11/tools/pybind11.pc.in
third_party/pybind11/tools/pybind11Common.cmake
third_party/pybind11/tools/pybind11Config.cmake.in
third_party/pybind11/tools/pybind11GuessPythonExtSuffix.cmake
third_party/pybind11/tools/pybind11NewTools.cmake
third_party/pybind11/tools/pybind11Tools.cmake
third_party/pybind11/tools/pyproject.toml
third_party/pybind11/tools/setup_global.py.in
third_party/pybind11/tools/setup_main.py.in
third_party/pybind11/tools/test-pybind11GuessPythonExtSuffix.cmake