CHANGELOG.md
LICENSE
MANIFEST.in
README.md
setup.py
llama_cpp/__init__.py
llama_cpp/convert_model.py
llama_cpp/deploy_windows.py
llama_cpp/install_conversion_libs.py
llama_cpp/binaries/llama-b8784-bin-win-cpu-x64.zip
llama_cpp_pydist.egg-info/PKG-INFO
llama_cpp_pydist.egg-info/SOURCES.txt
llama_cpp_pydist.egg-info/dependency_links.txt
llama_cpp_pydist.egg-info/top_level.txt
scripts/__init__.py
scripts/generate_changelog.py
scripts/changelog/__init__.py
scripts/changelog/categorizer.py
scripts/changelog/generator.py
scripts/changelog/github_client.py
scripts/changelog/parser.py
vendor_llama_cpp_pydist/__init__.py
vendor_llama_cpp_pydist/llama.cpp/.clang-format
vendor_llama_cpp_pydist/llama.cpp/.clang-tidy
vendor_llama_cpp_pydist/llama.cpp/.dockerignore
vendor_llama_cpp_pydist/llama.cpp/.ecrc
vendor_llama_cpp_pydist/llama.cpp/.editorconfig
vendor_llama_cpp_pydist/llama.cpp/.flake8
vendor_llama_cpp_pydist/llama.cpp/.git
vendor_llama_cpp_pydist/llama.cpp/.gitattributes
vendor_llama_cpp_pydist/llama.cpp/.gitignore
vendor_llama_cpp_pydist/llama.cpp/.gitmodules
vendor_llama_cpp_pydist/llama.cpp/.pre-commit-config.yaml
vendor_llama_cpp_pydist/llama.cpp/AGENTS.md
vendor_llama_cpp_pydist/llama.cpp/AUTHORS
vendor_llama_cpp_pydist/llama.cpp/CLAUDE.md
vendor_llama_cpp_pydist/llama.cpp/CMakeLists.txt
vendor_llama_cpp_pydist/llama.cpp/CMakePresets.json
vendor_llama_cpp_pydist/llama.cpp/CODEOWNERS
vendor_llama_cpp_pydist/llama.cpp/CONTRIBUTING.md
vendor_llama_cpp_pydist/llama.cpp/LICENSE
vendor_llama_cpp_pydist/llama.cpp/Makefile
vendor_llama_cpp_pydist/llama.cpp/README.md
vendor_llama_cpp_pydist/llama.cpp/SECURITY.md
vendor_llama_cpp_pydist/llama.cpp/build-xcframework.sh
vendor_llama_cpp_pydist/llama.cpp/convert_hf_to_gguf.py
vendor_llama_cpp_pydist/llama.cpp/convert_hf_to_gguf_update.py
vendor_llama_cpp_pydist/llama.cpp/convert_llama_ggml_to_gguf.py
vendor_llama_cpp_pydist/llama.cpp/convert_lora_to_gguf.py
vendor_llama_cpp_pydist/llama.cpp/flake.lock
vendor_llama_cpp_pydist/llama.cpp/flake.nix
vendor_llama_cpp_pydist/llama.cpp/mypy.ini
vendor_llama_cpp_pydist/llama.cpp/poetry.lock
vendor_llama_cpp_pydist/llama.cpp/pyproject.toml
vendor_llama_cpp_pydist/llama.cpp/pyrightconfig.json
vendor_llama_cpp_pydist/llama.cpp/requirements.txt
vendor_llama_cpp_pydist/llama.cpp/ty.toml
vendor_llama_cpp_pydist/llama.cpp/.devops/cann.Dockerfile
vendor_llama_cpp_pydist/llama.cpp/.devops/cpu.Dockerfile
vendor_llama_cpp_pydist/llama.cpp/.devops/cuda.Dockerfile
vendor_llama_cpp_pydist/llama.cpp/.devops/intel.Dockerfile
vendor_llama_cpp_pydist/llama.cpp/.devops/llama-cli-cann.Dockerfile
vendor_llama_cpp_pydist/llama.cpp/.devops/llama-cpp-cuda.srpm.spec
vendor_llama_cpp_pydist/llama.cpp/.devops/llama-cpp.srpm.spec
vendor_llama_cpp_pydist/llama.cpp/.devops/musa.Dockerfile
vendor_llama_cpp_pydist/llama.cpp/.devops/openvino.Dockerfile
vendor_llama_cpp_pydist/llama.cpp/.devops/rocm.Dockerfile
vendor_llama_cpp_pydist/llama.cpp/.devops/s390x.Dockerfile
vendor_llama_cpp_pydist/llama.cpp/.devops/tools.sh
vendor_llama_cpp_pydist/llama.cpp/.devops/vulkan.Dockerfile
vendor_llama_cpp_pydist/llama.cpp/.devops/nix/apps.nix
vendor_llama_cpp_pydist/llama.cpp/.devops/nix/devshells.nix
vendor_llama_cpp_pydist/llama.cpp/.devops/nix/docker.nix
vendor_llama_cpp_pydist/llama.cpp/.devops/nix/jetson-support.nix
vendor_llama_cpp_pydist/llama.cpp/.devops/nix/nixpkgs-instances.nix
vendor_llama_cpp_pydist/llama.cpp/.devops/nix/package-gguf-py.nix
vendor_llama_cpp_pydist/llama.cpp/.devops/nix/package.nix
vendor_llama_cpp_pydist/llama.cpp/.devops/nix/python-scripts.nix
vendor_llama_cpp_pydist/llama.cpp/.devops/nix/scope.nix
vendor_llama_cpp_pydist/llama.cpp/.devops/nix/sif.nix
vendor_llama_cpp_pydist/llama.cpp/.gemini/settings.json
vendor_llama_cpp_pydist/llama.cpp/.github/labeler.yml
vendor_llama_cpp_pydist/llama.cpp/.github/pull_request_template.md
vendor_llama_cpp_pydist/llama.cpp/.github/ISSUE_TEMPLATE/010-bug-compilation.yml
vendor_llama_cpp_pydist/llama.cpp/.github/ISSUE_TEMPLATE/011-bug-results.yml
vendor_llama_cpp_pydist/llama.cpp/.github/ISSUE_TEMPLATE/019-bug-misc.yml
vendor_llama_cpp_pydist/llama.cpp/.github/ISSUE_TEMPLATE/020-enhancement.yml
vendor_llama_cpp_pydist/llama.cpp/.github/ISSUE_TEMPLATE/030-research.yml
vendor_llama_cpp_pydist/llama.cpp/.github/ISSUE_TEMPLATE/040-refactor.yml
vendor_llama_cpp_pydist/llama.cpp/.github/ISSUE_TEMPLATE/config.yml
vendor_llama_cpp_pydist/llama.cpp/.github/actions/get-tag-name/action.yml
vendor_llama_cpp_pydist/llama.cpp/.github/actions/install-exe/action.yml
vendor_llama_cpp_pydist/llama.cpp/.github/actions/linux-setup-openvino/action.yml
vendor_llama_cpp_pydist/llama.cpp/.github/actions/linux-setup-spacemit/action.yml
vendor_llama_cpp_pydist/llama.cpp/.github/actions/linux-setup-vulkan/action.yml
vendor_llama_cpp_pydist/llama.cpp/.github/actions/unarchive-tar/action.yml
vendor_llama_cpp_pydist/llama.cpp/.github/actions/windows-setup-cuda/action.yml
vendor_llama_cpp_pydist/llama.cpp/.github/actions/windows-setup-rocm/action.yml
vendor_llama_cpp_pydist/llama.cpp/.github/workflows/ai-issues.yml
vendor_llama_cpp_pydist/llama.cpp/.github/workflows/bench.yml.disabled
vendor_llama_cpp_pydist/llama.cpp/.github/workflows/build-3rd-party.yml
vendor_llama_cpp_pydist/llama.cpp/.github/workflows/build-android.yml
vendor_llama_cpp_pydist/llama.cpp/.github/workflows/build-apple.yml
vendor_llama_cpp_pydist/llama.cpp/.github/workflows/build-cache.yml
vendor_llama_cpp_pydist/llama.cpp/.github/workflows/build-cann.yml
vendor_llama_cpp_pydist/llama.cpp/.github/workflows/build-cmake-pkg.yml
vendor_llama_cpp_pydist/llama.cpp/.github/workflows/build-cross.yml
vendor_llama_cpp_pydist/llama.cpp/.github/workflows/build-msys.yml
vendor_llama_cpp_pydist/llama.cpp/.github/workflows/build-riscv.yml
vendor_llama_cpp_pydist/llama.cpp/.github/workflows/build-sanitize.yml
vendor_llama_cpp_pydist/llama.cpp/.github/workflows/build-self-hosted.yml
vendor_llama_cpp_pydist/llama.cpp/.github/workflows/build-vulkan.yml
vendor_llama_cpp_pydist/llama.cpp/.github/workflows/build.yml
vendor_llama_cpp_pydist/llama.cpp/.github/workflows/check-vendor.yml
vendor_llama_cpp_pydist/llama.cpp/.github/workflows/close-issue.yml
vendor_llama_cpp_pydist/llama.cpp/.github/workflows/copilot-setup-steps.yml
vendor_llama_cpp_pydist/llama.cpp/.github/workflows/docker.yml
vendor_llama_cpp_pydist/llama.cpp/.github/workflows/editorconfig.yml
vendor_llama_cpp_pydist/llama.cpp/.github/workflows/gguf-publish.yml
vendor_llama_cpp_pydist/llama.cpp/.github/workflows/hip-quality-check.yml
vendor_llama_cpp_pydist/llama.cpp/.github/workflows/labeler.yml
vendor_llama_cpp_pydist/llama.cpp/.github/workflows/pre-tokenizer-hashes.yml
vendor_llama_cpp_pydist/llama.cpp/.github/workflows/python-check-requirements.yml
vendor_llama_cpp_pydist/llama.cpp/.github/workflows/python-lint.yml
vendor_llama_cpp_pydist/llama.cpp/.github/workflows/python-type-check.yml
vendor_llama_cpp_pydist/llama.cpp/.github/workflows/release.yml
vendor_llama_cpp_pydist/llama.cpp/.github/workflows/server-sanitize.yml
vendor_llama_cpp_pydist/llama.cpp/.github/workflows/server-self-hosted.yml
vendor_llama_cpp_pydist/llama.cpp/.github/workflows/server-webui.yml
vendor_llama_cpp_pydist/llama.cpp/.github/workflows/server.yml
vendor_llama_cpp_pydist/llama.cpp/.github/workflows/update-ops-docs.yml
vendor_llama_cpp_pydist/llama.cpp/.github/workflows/winget.yml
vendor_llama_cpp_pydist/llama.cpp/benches/dgx-spark/aime25_openai__gpt-oss-120b-high_temp1.0_20251109_094547.html
vendor_llama_cpp_pydist/llama.cpp/benches/dgx-spark/aime25_openai__gpt-oss-120b-high_temp1.0_20251109_094547.json
vendor_llama_cpp_pydist/llama.cpp/benches/dgx-spark/aime25_openai__gpt-oss-120b-high_temp1.0_20251109_094547_allresults.json
vendor_llama_cpp_pydist/llama.cpp/benches/dgx-spark/dgx-spark.md
vendor_llama_cpp_pydist/llama.cpp/benches/dgx-spark/run-aime-120b-t8-x8-high.log
vendor_llama_cpp_pydist/llama.cpp/benches/mac-m2-ultra/mac-m2-ultra.md
vendor_llama_cpp_pydist/llama.cpp/benches/nemotron/nemotron-dgx-spark.md
vendor_llama_cpp_pydist/llama.cpp/ci/README-MUSA.md
vendor_llama_cpp_pydist/llama.cpp/ci/README.md
vendor_llama_cpp_pydist/llama.cpp/ci/run.sh
vendor_llama_cpp_pydist/llama.cpp/cmake/arm64-apple-clang.cmake
vendor_llama_cpp_pydist/llama.cpp/cmake/arm64-linux-clang.cmake
vendor_llama_cpp_pydist/llama.cpp/cmake/arm64-windows-llvm.cmake
vendor_llama_cpp_pydist/llama.cpp/cmake/build-info.cmake
vendor_llama_cpp_pydist/llama.cpp/cmake/common.cmake
vendor_llama_cpp_pydist/llama.cpp/cmake/download-models.cmake
vendor_llama_cpp_pydist/llama.cpp/cmake/git-vars.cmake
vendor_llama_cpp_pydist/llama.cpp/cmake/license.cmake
vendor_llama_cpp_pydist/llama.cpp/cmake/llama-config.cmake.in
vendor_llama_cpp_pydist/llama.cpp/cmake/llama.pc.in
vendor_llama_cpp_pydist/llama.cpp/cmake/riscv64-spacemit-linux-gnu-gcc.cmake
vendor_llama_cpp_pydist/llama.cpp/cmake/x64-windows-llvm.cmake
vendor_llama_cpp_pydist/llama.cpp/common/CMakeLists.txt
vendor_llama_cpp_pydist/llama.cpp/common/arg.cpp
vendor_llama_cpp_pydist/llama.cpp/common/arg.h
vendor_llama_cpp_pydist/llama.cpp/common/base64.hpp
vendor_llama_cpp_pydist/llama.cpp/common/build-info.cpp.in
vendor_llama_cpp_pydist/llama.cpp/common/chat-auto-parser-generator.cpp
vendor_llama_cpp_pydist/llama.cpp/common/chat-auto-parser-helpers.cpp
vendor_llama_cpp_pydist/llama.cpp/common/chat-auto-parser-helpers.h
vendor_llama_cpp_pydist/llama.cpp/common/chat-auto-parser.h
vendor_llama_cpp_pydist/llama.cpp/common/chat-diff-analyzer.cpp
vendor_llama_cpp_pydist/llama.cpp/common/chat-peg-parser.cpp
vendor_llama_cpp_pydist/llama.cpp/common/chat-peg-parser.h
vendor_llama_cpp_pydist/llama.cpp/common/chat.cpp
vendor_llama_cpp_pydist/llama.cpp/common/chat.h
vendor_llama_cpp_pydist/llama.cpp/common/common.cpp
vendor_llama_cpp_pydist/llama.cpp/common/common.h
vendor_llama_cpp_pydist/llama.cpp/common/console.cpp
vendor_llama_cpp_pydist/llama.cpp/common/console.h
vendor_llama_cpp_pydist/llama.cpp/common/debug.cpp
vendor_llama_cpp_pydist/llama.cpp/common/debug.h
vendor_llama_cpp_pydist/llama.cpp/common/download.cpp
vendor_llama_cpp_pydist/llama.cpp/common/download.h
vendor_llama_cpp_pydist/llama.cpp/common/hf-cache.cpp
vendor_llama_cpp_pydist/llama.cpp/common/hf-cache.h
vendor_llama_cpp_pydist/llama.cpp/common/http.h
vendor_llama_cpp_pydist/llama.cpp/common/json-partial.cpp
vendor_llama_cpp_pydist/llama.cpp/common/json-partial.h
vendor_llama_cpp_pydist/llama.cpp/common/json-schema-to-grammar.cpp
vendor_llama_cpp_pydist/llama.cpp/common/json-schema-to-grammar.h
vendor_llama_cpp_pydist/llama.cpp/common/llguidance.cpp
vendor_llama_cpp_pydist/llama.cpp/common/log.cpp
vendor_llama_cpp_pydist/llama.cpp/common/log.h
vendor_llama_cpp_pydist/llama.cpp/common/ngram-cache.cpp
vendor_llama_cpp_pydist/llama.cpp/common/ngram-cache.h
vendor_llama_cpp_pydist/llama.cpp/common/ngram-map.cpp
vendor_llama_cpp_pydist/llama.cpp/common/ngram-map.h
vendor_llama_cpp_pydist/llama.cpp/common/ngram-mod.cpp
vendor_llama_cpp_pydist/llama.cpp/common/ngram-mod.h
vendor_llama_cpp_pydist/llama.cpp/common/peg-parser.cpp
vendor_llama_cpp_pydist/llama.cpp/common/peg-parser.h
vendor_llama_cpp_pydist/llama.cpp/common/preset.cpp
vendor_llama_cpp_pydist/llama.cpp/common/preset.h
vendor_llama_cpp_pydist/llama.cpp/common/reasoning-budget.cpp
vendor_llama_cpp_pydist/llama.cpp/common/reasoning-budget.h
vendor_llama_cpp_pydist/llama.cpp/common/regex-partial.cpp
vendor_llama_cpp_pydist/llama.cpp/common/regex-partial.h
vendor_llama_cpp_pydist/llama.cpp/common/sampling.cpp
vendor_llama_cpp_pydist/llama.cpp/common/sampling.h
vendor_llama_cpp_pydist/llama.cpp/common/speculative.cpp
vendor_llama_cpp_pydist/llama.cpp/common/speculative.h
vendor_llama_cpp_pydist/llama.cpp/common/unicode.cpp
vendor_llama_cpp_pydist/llama.cpp/common/unicode.h
vendor_llama_cpp_pydist/llama.cpp/common/jinja/README.md
vendor_llama_cpp_pydist/llama.cpp/common/jinja/caps.cpp
vendor_llama_cpp_pydist/llama.cpp/common/jinja/caps.h
vendor_llama_cpp_pydist/llama.cpp/common/jinja/lexer.cpp
vendor_llama_cpp_pydist/llama.cpp/common/jinja/lexer.h
vendor_llama_cpp_pydist/llama.cpp/common/jinja/parser.cpp
vendor_llama_cpp_pydist/llama.cpp/common/jinja/parser.h
vendor_llama_cpp_pydist/llama.cpp/common/jinja/runtime.cpp
vendor_llama_cpp_pydist/llama.cpp/common/jinja/runtime.h
vendor_llama_cpp_pydist/llama.cpp/common/jinja/string.cpp
vendor_llama_cpp_pydist/llama.cpp/common/jinja/string.h
vendor_llama_cpp_pydist/llama.cpp/common/jinja/utils.h
vendor_llama_cpp_pydist/llama.cpp/common/jinja/value.cpp
vendor_llama_cpp_pydist/llama.cpp/common/jinja/value.h
vendor_llama_cpp_pydist/llama.cpp/docs/android.md
vendor_llama_cpp_pydist/llama.cpp/docs/autoparser.md
vendor_llama_cpp_pydist/llama.cpp/docs/build-riscv64-spacemit.md
vendor_llama_cpp_pydist/llama.cpp/docs/build-s390x.md
vendor_llama_cpp_pydist/llama.cpp/docs/build.md
vendor_llama_cpp_pydist/llama.cpp/docs/docker.md
vendor_llama_cpp_pydist/llama.cpp/docs/function-calling.md
vendor_llama_cpp_pydist/llama.cpp/docs/install.md
vendor_llama_cpp_pydist/llama.cpp/docs/llguidance.md
vendor_llama_cpp_pydist/llama.cpp/docs/multimodal.md
vendor_llama_cpp_pydist/llama.cpp/docs/ops.md
vendor_llama_cpp_pydist/llama.cpp/docs/preset.md
vendor_llama_cpp_pydist/llama.cpp/docs/speculative.md
vendor_llama_cpp_pydist/llama.cpp/docs/android/imported-into-android-studio.jpg
vendor_llama_cpp_pydist/llama.cpp/docs/backend/BLIS.md
vendor_llama_cpp_pydist/llama.cpp/docs/backend/CANN.md
vendor_llama_cpp_pydist/llama.cpp/docs/backend/CUDA-FEDORA.md
vendor_llama_cpp_pydist/llama.cpp/docs/backend/OPENCL.md
vendor_llama_cpp_pydist/llama.cpp/docs/backend/OPENVINO.md
vendor_llama_cpp_pydist/llama.cpp/docs/backend/SYCL.md
vendor_llama_cpp_pydist/llama.cpp/docs/backend/VirtGPU.md
vendor_llama_cpp_pydist/llama.cpp/docs/backend/ZenDNN.md
vendor_llama_cpp_pydist/llama.cpp/docs/backend/zDNN.md
vendor_llama_cpp_pydist/llama.cpp/docs/backend/VirtGPU/configuration.md
vendor_llama_cpp_pydist/llama.cpp/docs/backend/VirtGPU/development.md
vendor_llama_cpp_pydist/llama.cpp/docs/backend/snapdragon/CMakeUserPresets.json
vendor_llama_cpp_pydist/llama.cpp/docs/backend/snapdragon/README.md
vendor_llama_cpp_pydist/llama.cpp/docs/backend/snapdragon/developer.md
vendor_llama_cpp_pydist/llama.cpp/docs/backend/snapdragon/linux.md
vendor_llama_cpp_pydist/llama.cpp/docs/backend/snapdragon/windows.md
vendor_llama_cpp_pydist/llama.cpp/docs/development/HOWTO-add-model.md
vendor_llama_cpp_pydist/llama.cpp/docs/development/debugging-tests.md
vendor_llama_cpp_pydist/llama.cpp/docs/development/parsing.md
vendor_llama_cpp_pydist/llama.cpp/docs/development/token_generation_performance_tips.md
vendor_llama_cpp_pydist/llama.cpp/docs/development/llama-star/idea-arch.key
vendor_llama_cpp_pydist/llama.cpp/docs/development/llama-star/idea-arch.pdf
vendor_llama_cpp_pydist/llama.cpp/docs/multimodal/MobileVLM.md
vendor_llama_cpp_pydist/llama.cpp/docs/multimodal/gemma3.md
vendor_llama_cpp_pydist/llama.cpp/docs/multimodal/glmedge.md
vendor_llama_cpp_pydist/llama.cpp/docs/multimodal/granitevision.md
vendor_llama_cpp_pydist/llama.cpp/docs/multimodal/llava.md
vendor_llama_cpp_pydist/llama.cpp/docs/multimodal/minicpmo2.6.md
vendor_llama_cpp_pydist/llama.cpp/docs/multimodal/minicpmo4.0.md
vendor_llama_cpp_pydist/llama.cpp/docs/multimodal/minicpmv2.5.md
vendor_llama_cpp_pydist/llama.cpp/docs/multimodal/minicpmv2.6.md
vendor_llama_cpp_pydist/llama.cpp/docs/multimodal/minicpmv4.0.md
vendor_llama_cpp_pydist/llama.cpp/docs/multimodal/minicpmv4.5.md
vendor_llama_cpp_pydist/llama.cpp/docs/ops/BLAS.csv
vendor_llama_cpp_pydist/llama.cpp/docs/ops/CANN.csv
vendor_llama_cpp_pydist/llama.cpp/docs/ops/CPU.csv
vendor_llama_cpp_pydist/llama.cpp/docs/ops/CUDA.csv
vendor_llama_cpp_pydist/llama.cpp/docs/ops/Metal.csv
vendor_llama_cpp_pydist/llama.cpp/docs/ops/OpenCL.csv
vendor_llama_cpp_pydist/llama.cpp/docs/ops/SYCL.csv
vendor_llama_cpp_pydist/llama.cpp/docs/ops/Vulkan.csv
vendor_llama_cpp_pydist/llama.cpp/docs/ops/WebGPU.csv
vendor_llama_cpp_pydist/llama.cpp/docs/ops/ZenDNN.csv
vendor_llama_cpp_pydist/llama.cpp/docs/ops/zDNN.csv
vendor_llama_cpp_pydist/llama.cpp/ggml/.gitignore
vendor_llama_cpp_pydist/llama.cpp/ggml/CMakeLists.txt
vendor_llama_cpp_pydist/llama.cpp/ggml/cmake/FindNCCL.cmake
vendor_llama_cpp_pydist/llama.cpp/ggml/cmake/GitVars.cmake
vendor_llama_cpp_pydist/llama.cpp/ggml/cmake/common.cmake
vendor_llama_cpp_pydist/llama.cpp/ggml/cmake/ggml-config.cmake.in
vendor_llama_cpp_pydist/llama.cpp/ggml/include/ggml-alloc.h
vendor_llama_cpp_pydist/llama.cpp/ggml/include/ggml-backend.h
vendor_llama_cpp_pydist/llama.cpp/ggml/include/ggml-blas.h
vendor_llama_cpp_pydist/llama.cpp/ggml/include/ggml-cann.h
vendor_llama_cpp_pydist/llama.cpp/ggml/include/ggml-cpp.h
vendor_llama_cpp_pydist/llama.cpp/ggml/include/ggml-cpu.h
vendor_llama_cpp_pydist/llama.cpp/ggml/include/ggml-cuda.h
vendor_llama_cpp_pydist/llama.cpp/ggml/include/ggml-hexagon.h
vendor_llama_cpp_pydist/llama.cpp/ggml/include/ggml-metal.h
vendor_llama_cpp_pydist/llama.cpp/ggml/include/ggml-opencl.h
vendor_llama_cpp_pydist/llama.cpp/ggml/include/ggml-openvino.h
vendor_llama_cpp_pydist/llama.cpp/ggml/include/ggml-opt.h
vendor_llama_cpp_pydist/llama.cpp/ggml/include/ggml-rpc.h
vendor_llama_cpp_pydist/llama.cpp/ggml/include/ggml-sycl.h
vendor_llama_cpp_pydist/llama.cpp/ggml/include/ggml-virtgpu.h
vendor_llama_cpp_pydist/llama.cpp/ggml/include/ggml-vulkan.h
vendor_llama_cpp_pydist/llama.cpp/ggml/include/ggml-webgpu.h
vendor_llama_cpp_pydist/llama.cpp/ggml/include/ggml-zdnn.h
vendor_llama_cpp_pydist/llama.cpp/ggml/include/ggml-zendnn.h
vendor_llama_cpp_pydist/llama.cpp/ggml/include/ggml.h
vendor_llama_cpp_pydist/llama.cpp/ggml/include/gguf.h
vendor_llama_cpp_pydist/llama.cpp/ggml/src/CMakeLists.txt
vendor_llama_cpp_pydist/llama.cpp/ggml/src/ggml-alloc.c
vendor_llama_cpp_pydist/llama.cpp/ggml/src/ggml-backend-dl.cpp
vendor_llama_cpp_pydist/llama.cpp/ggml/src/ggml-backend-dl.h
vendor_llama_cpp_pydist/llama.cpp/ggml/src/ggml-backend-impl.h
vendor_llama_cpp_pydist/llama.cpp/ggml/src/ggml-backend-meta.cpp
vendor_llama_cpp_pydist/llama.cpp/ggml/src/ggml-backend-reg.cpp
vendor_llama_cpp_pydist/llama.cpp/ggml/src/ggml-backend.cpp
vendor_llama_cpp_pydist/llama.cpp/ggml/src/ggml-common.h
vendor_llama_cpp_pydist/llama.cpp/ggml/src/ggml-ext.h
vendor_llama_cpp_pydist/llama.cpp/ggml/src/ggml-impl.h
vendor_llama_cpp_pydist/llama.cpp/ggml/src/ggml-opt.cpp
vendor_llama_cpp_pydist/llama.cpp/ggml/src/ggml-quants.c
vendor_llama_cpp_pydist/llama.cpp/ggml/src/ggml-quants.h
vendor_llama_cpp_pydist/llama.cpp/ggml/src/ggml-threading.cpp
vendor_llama_cpp_pydist/llama.cpp/ggml/src/ggml-threading.h
vendor_llama_cpp_pydist/llama.cpp/ggml/src/ggml.c
vendor_llama_cpp_pydist/llama.cpp/ggml/src/ggml.cpp
vendor_llama_cpp_pydist/llama.cpp/ggml/src/gguf.cpp
vendor_llama_cpp_pydist/llama.cpp/ggml/src/ggml-blas/CMakeLists.txt
vendor_llama_cpp_pydist/llama.cpp/ggml/src/ggml-blas/ggml-blas.cpp
vendor_llama_cpp_pydist/llama.cpp/ggml/src/ggml-cann/CMakeLists.txt
vendor_llama_cpp_pydist/llama.cpp/ggml/src/ggml-cann/acl_tensor.cpp
vendor_llama_cpp_pydist/llama.cpp/ggml/src/ggml-cann/acl_tensor.h
vendor_llama_cpp_pydist/llama.cpp/ggml/src/ggml-cann/aclnn_ops.cpp
vendor_llama_cpp_pydist/llama.cpp/ggml/src/ggml-cann/aclnn_ops.h
vendor_llama_cpp_pydist/llama.cpp/ggml/src/ggml-cann/common.h
vendor_llama_cpp_pydist/llama.cpp/ggml/src/ggml-cann/ggml-cann.cpp
vendor_llama_cpp_pydist/llama.cpp/ggml/src/ggml-cpu/CMakeLists.txt
vendor_llama_cpp_pydist/llama.cpp/ggml/src/ggml-cpu/arch-fallback.h
vendor_llama_cpp_pydist/llama.cpp/ggml/src/ggml-cpu/binary-ops.cpp
vendor_llama_cpp_pydist/llama.cpp/ggml/src/ggml-cpu/binary-ops.h
vendor_llama_cpp_pydist/llama.cpp/ggml/src/ggml-cpu/common.h
vendor_llama_cpp_pydist/llama.cpp/ggml/src/ggml-cpu/ggml-cpu-impl.h
vendor_llama_cpp_pydist/llama.cpp/ggml/src/ggml-cpu/ggml-cpu.c
vendor_llama_cpp_pydist/llama.cpp/ggml/src/ggml-cpu/ggml-cpu.cpp
vendor_llama_cpp_pydist/llama.cpp/ggml/src/ggml-cpu/hbm.cpp
vendor_llama_cpp_pydist/llama.cpp/ggml/src/ggml-cpu/hbm.h
vendor_llama_cpp_pydist/llama.cpp/ggml/src/ggml-cpu/ops.cpp
vendor_llama_cpp_pydist/llama.cpp/ggml/src/ggml-cpu/ops.h
vendor_llama_cpp_pydist/llama.cpp/ggml/src/ggml-cpu/quants.c
vendor_llama_cpp_pydist/llama.cpp/ggml/src/ggml-cpu/quants.h
vendor_llama_cpp_pydist/llama.cpp/ggml/src/ggml-cpu/repack.cpp
vendor_llama_cpp_pydist/llama.cpp/ggml/src/ggml-cpu/repack.h
vendor_llama_cpp_pydist/llama.cpp/ggml/src/ggml-cpu/simd-gemm.h
vendor_llama_cpp_pydist/llama.cpp/ggml/src/ggml-cpu/simd-mappings.h
vendor_llama_cpp_pydist/llama.cpp/ggml/src/ggml-cpu/traits.cpp
vendor_llama_cpp_pydist/llama.cpp/ggml/src/ggml-cpu/traits.h
vendor_llama_cpp_pydist/llama.cpp/ggml/src/ggml-cpu/unary-ops.cpp
vendor_llama_cpp_pydist/llama.cpp/ggml/src/ggml-cpu/unary-ops.h
vendor_llama_cpp_pydist/llama.cpp/ggml/src/ggml-cpu/vec.cpp
vendor_llama_cpp_pydist/llama.cpp/ggml/src/ggml-cpu/vec.h
vendor_llama_cpp_pydist/llama.cpp/ggml/src/ggml-cpu/amx/amx.cpp
vendor_llama_cpp_pydist/llama.cpp/ggml/src/ggml-cpu/amx/amx.h
vendor_llama_cpp_pydist/llama.cpp/ggml/src/ggml-cpu/amx/common.h
vendor_llama_cpp_pydist/llama.cpp/ggml/src/ggml-cpu/amx/mmq.cpp
vendor_llama_cpp_pydist/llama.cpp/ggml/src/ggml-cpu/amx/mmq.h
vendor_llama_cpp_pydist/llama.cpp/ggml/src/ggml-cpu/arch/arm/cpu-feats.cpp
vendor_llama_cpp_pydist/llama.cpp/ggml/src/ggml-cpu/arch/arm/quants.c
vendor_llama_cpp_pydist/llama.cpp/ggml/src/ggml-cpu/arch/arm/repack.cpp
vendor_llama_cpp_pydist/llama.cpp/ggml/src/ggml-cpu/arch/loongarch/quants.c
vendor_llama_cpp_pydist/llama.cpp/ggml/src/ggml-cpu/arch/powerpc/cpu-feats.cpp
vendor_llama_cpp_pydist/llama.cpp/ggml/src/ggml-cpu/arch/powerpc/quants.c
vendor_llama_cpp_pydist/llama.cpp/ggml/src/ggml-cpu/arch/riscv/cpu-feats.cpp
vendor_llama_cpp_pydist/llama.cpp/ggml/src/ggml-cpu/arch/riscv/quants.c
vendor_llama_cpp_pydist/llama.cpp/ggml/src/ggml-cpu/arch/riscv/repack.cpp
vendor_llama_cpp_pydist/llama.cpp/ggml/src/ggml-cpu/arch/s390/cpu-feats.cpp
vendor_llama_cpp_pydist/llama.cpp/ggml/src/ggml-cpu/arch/s390/quants.c
vendor_llama_cpp_pydist/llama.cpp/ggml/src/ggml-cpu/arch/wasm/quants.c
vendor_llama_cpp_pydist/llama.cpp/ggml/src/ggml-cpu/arch/x86/cpu-feats.cpp
vendor_llama_cpp_pydist/llama.cpp/ggml/src/ggml-cpu/arch/x86/quants.c
vendor_llama_cpp_pydist/llama.cpp/ggml/src/ggml-cpu/arch/x86/repack.cpp
vendor_llama_cpp_pydist/llama.cpp/ggml/src/ggml-cpu/cmake/FindSIMD.cmake
vendor_llama_cpp_pydist/llama.cpp/ggml/src/ggml-cpu/kleidiai/kernels.cpp
vendor_llama_cpp_pydist/llama.cpp/ggml/src/ggml-cpu/kleidiai/kernels.h
vendor_llama_cpp_pydist/llama.cpp/ggml/src/ggml-cpu/kleidiai/kleidiai.cpp
vendor_llama_cpp_pydist/llama.cpp/ggml/src/ggml-cpu/kleidiai/kleidiai.h
vendor_llama_cpp_pydist/llama.cpp/ggml/src/ggml-cpu/llamafile/sgemm.cpp
vendor_llama_cpp_pydist/llama.cpp/ggml/src/ggml-cpu/llamafile/sgemm.h
vendor_llama_cpp_pydist/llama.cpp/ggml/src/ggml-cpu/spacemit/ime.cpp
vendor_llama_cpp_pydist/llama.cpp/ggml/src/ggml-cpu/spacemit/ime.h
vendor_llama_cpp_pydist/llama.cpp/ggml/src/ggml-cpu/spacemit/ime1_kernels.cpp
vendor_llama_cpp_pydist/llama.cpp/ggml/src/ggml-cpu/spacemit/ime_kernels.h
vendor_llama_cpp_pydist/llama.cpp/ggml/src/ggml-cuda/CMakeLists.txt
vendor_llama_cpp_pydist/llama.cpp/ggml/src/ggml-cuda/acc.cu
vendor_llama_cpp_pydist/llama.cpp/ggml/src/ggml-cuda/acc.cuh
vendor_llama_cpp_pydist/llama.cpp/ggml/src/ggml-cuda/add-id.cu
vendor_llama_cpp_pydist/llama.cpp/ggml/src/ggml-cuda/add-id.cuh
vendor_llama_cpp_pydist/llama.cpp/ggml/src/ggml-cuda/arange.cu
vendor_llama_cpp_pydist/llama.cpp/ggml/src/ggml-cuda/arange.cuh
vendor_llama_cpp_pydist/llama.cpp/ggml/src/ggml-cuda/argmax.cu
vendor_llama_cpp_pydist/llama.cpp/ggml/src/ggml-cuda/argmax.cuh
vendor_llama_cpp_pydist/llama.cpp/ggml/src/ggml-cuda/argsort.cu
vendor_llama_cpp_pydist/llama.cpp/ggml/src/ggml-cuda/argsort.cuh
vendor_llama_cpp_pydist/llama.cpp/ggml/src/ggml-cuda/binbcast.cu
vendor_llama_cpp_pydist/llama.cpp/ggml/src/ggml-cuda/binbcast.cuh
vendor_llama_cpp_pydist/llama.cpp/ggml/src/ggml-cuda/clamp.cu
vendor_llama_cpp_pydist/llama.cpp/ggml/src/ggml-cuda/clamp.cuh
vendor_llama_cpp_pydist/llama.cpp/ggml/src/ggml-cuda/common.cuh
vendor_llama_cpp_pydist/llama.cpp/ggml/src/ggml-cuda/concat.cu
vendor_llama_cpp_pydist/llama.cpp/ggml/src/ggml-cuda/concat.cuh
vendor_llama_cpp_pydist/llama.cpp/ggml/src/ggml-cuda/conv-transpose-1d.cu
vendor_llama_cpp_pydist/llama.cpp/ggml/src/ggml-cuda/conv-transpose-1d.cuh
vendor_llama_cpp_pydist/llama.cpp/ggml/src/ggml-cuda/conv2d-dw.cu
vendor_llama_cpp_pydist/llama.cpp/ggml/src/ggml-cuda/conv2d-dw.cuh
vendor_llama_cpp_pydist/llama.cpp/ggml/src/ggml-cuda/conv2d-transpose.cu
vendor_llama_cpp_pydist/llama.cpp/ggml/src/ggml-cuda/conv2d-transpose.cuh
vendor_llama_cpp_pydist/llama.cpp/ggml/src/ggml-cuda/conv2d.cu
vendor_llama_cpp_pydist/llama.cpp/ggml/src/ggml-cuda/conv2d.cuh
vendor_llama_cpp_pydist/llama.cpp/ggml/src/ggml-cuda/convert.cu
vendor_llama_cpp_pydist/llama.cpp/ggml/src/ggml-cuda/convert.cuh
vendor_llama_cpp_pydist/llama.cpp/ggml/src/ggml-cuda/count-equal.cu
vendor_llama_cpp_pydist/llama.cpp/ggml/src/ggml-cuda/count-equal.cuh
vendor_llama_cpp_pydist/llama.cpp/ggml/src/ggml-cuda/cp-async.cuh
vendor_llama_cpp_pydist/llama.cpp/ggml/src/ggml-cuda/cpy-utils.cuh
vendor_llama_cpp_pydist/llama.cpp/ggml/src/ggml-cuda/cpy.cu
vendor_llama_cpp_pydist/llama.cpp/ggml/src/ggml-cuda/cpy.cuh
vendor_llama_cpp_pydist/llama.cpp/ggml/src/ggml-cuda/cross-entropy-loss.cu
vendor_llama_cpp_pydist/llama.cpp/ggml/src/ggml-cuda/cross-entropy-loss.cuh
vendor_llama_cpp_pydist/llama.cpp/ggml/src/ggml-cuda/cumsum.cu
vendor_llama_cpp_pydist/llama.cpp/ggml/src/ggml-cuda/cumsum.cuh
vendor_llama_cpp_pydist/llama.cpp/ggml/src/ggml-cuda/dequantize.cuh
vendor_llama_cpp_pydist/llama.cpp/ggml/src/ggml-cuda/diag.cu
vendor_llama_cpp_pydist/llama.cpp/ggml/src/ggml-cuda/diag.cuh
vendor_llama_cpp_pydist/llama.cpp/ggml/src/ggml-cuda/diagmask.cu
vendor_llama_cpp_pydist/llama.cpp/ggml/src/ggml-cuda/diagmask.cuh
vendor_llama_cpp_pydist/llama.cpp/ggml/src/ggml-cuda/fattn-common.cuh
vendor_llama_cpp_pydist/llama.cpp/ggml/src/ggml-cuda/fattn-mma-f16.cuh
vendor_llama_cpp_pydist/llama.cpp/ggml/src/ggml-cuda/fattn-tile.cu
vendor_llama_cpp_pydist/llama.cpp/ggml/src/ggml-cuda/fattn-tile.cuh
vendor_llama_cpp_pydist/llama.cpp/ggml/src/ggml-cuda/fattn-vec.cuh
vendor_llama_cpp_pydist/llama.cpp/ggml/src/ggml-cuda/fattn-wmma-f16.cu
vendor_llama_cpp_pydist/llama.cpp/ggml/src/ggml-cuda/fattn-wmma-f16.cuh
vendor_llama_cpp_pydist/llama.cpp/ggml/src/ggml-cuda/fattn.cu
vendor_llama_cpp_pydist/llama.cpp/ggml/src/ggml-cuda/fattn.cuh
vendor_llama_cpp_pydist/llama.cpp/ggml/src/ggml-cuda/fill.cu
vendor_llama_cpp_pydist/llama.cpp/ggml/src/ggml-cuda/fill.cuh
vendor_llama_cpp_pydist/llama.cpp/ggml/src/ggml-cuda/gated_delta_net.cu
vendor_llama_cpp_pydist/llama.cpp/ggml/src/ggml-cuda/gated_delta_net.cuh
vendor_llama_cpp_pydist/llama.cpp/ggml/src/ggml-cuda/getrows.cu
vendor_llama_cpp_pydist/llama.cpp/ggml/src/ggml-cuda/getrows.cuh
vendor_llama_cpp_pydist/llama.cpp/ggml/src/ggml-cuda/ggml-cuda.cu
vendor_llama_cpp_pydist/llama.cpp/ggml/src/ggml-cuda/gla.cu
vendor_llama_cpp_pydist/llama.cpp/ggml/src/ggml-cuda/gla.cuh
vendor_llama_cpp_pydist/llama.cpp/ggml/src/ggml-cuda/im2col.cu
vendor_llama_cpp_pydist/llama.cpp/ggml/src/ggml-cuda/im2col.cuh
vendor_llama_cpp_pydist/llama.cpp/ggml/src/ggml-cuda/mean.cu
vendor_llama_cpp_pydist/llama.cpp/ggml/src/ggml-cuda/mean.cuh
vendor_llama_cpp_pydist/llama.cpp/ggml/src/ggml-cuda/mma.cuh
vendor_llama_cpp_pydist/llama.cpp/ggml/src/ggml-cuda/mmf.cu
vendor_llama_cpp_pydist/llama.cpp/ggml/src/ggml-cuda/mmf.cuh
vendor_llama_cpp_pydist/llama.cpp/ggml/src/ggml-cuda/mmid.cu
vendor_llama_cpp_pydist/llama.cpp/ggml/src/ggml-cuda/mmid.cuh
vendor_llama_cpp_pydist/llama.cpp/ggml/src/ggml-cuda/mmq.cu
vendor_llama_cpp_pydist/llama.cpp/ggml/src/ggml-cuda/mmq.cuh
vendor_llama_cpp_pydist/llama.cpp/ggml/src/ggml-cuda/mmvf.cu
vendor_llama_cpp_pydist/llama.cpp/ggml/src/ggml-cuda/mmvf.cuh
vendor_llama_cpp_pydist/llama.cpp/ggml/src/ggml-cuda/mmvq.cu
vendor_llama_cpp_pydist/llama.cpp/ggml/src/ggml-cuda/mmvq.cuh
vendor_llama_cpp_pydist/llama.cpp/ggml/src/ggml-cuda/norm.cu
vendor_llama_cpp_pydist/llama.cpp/ggml/src/ggml-cuda/norm.cuh
vendor_llama_cpp_pydist/llama.cpp/ggml/src/ggml-cuda/opt-step-adamw.cu
vendor_llama_cpp_pydist/llama.cpp/ggml/src/ggml-cuda/opt-step-adamw.cuh
vendor_llama_cpp_pydist/llama.cpp/ggml/src/ggml-cuda/opt-step-sgd.cu
vendor_llama_cpp_pydist/llama.cpp/ggml/src/ggml-cuda/opt-step-sgd.cuh
vendor_llama_cpp_pydist/llama.cpp/ggml/src/ggml-cuda/out-prod.cu
vendor_llama_cpp_pydist/llama.cpp/ggml/src/ggml-cuda/out-prod.cuh
vendor_llama_cpp_pydist/llama.cpp/ggml/src/ggml-cuda/pad.cu
vendor_llama_cpp_pydist/llama.cpp/ggml/src/ggml-cuda/pad.cuh
vendor_llama_cpp_pydist/llama.cpp/ggml/src/ggml-cuda/pad_reflect_1d.cu
vendor_llama_cpp_pydist/llama.cpp/ggml/src/ggml-cuda/pad_reflect_1d.cuh
vendor_llama_cpp_pydist/llama.cpp/ggml/src/ggml-cuda/pool2d.cu
vendor_llama_cpp_pydist/llama.cpp/ggml/src/ggml-cuda/pool2d.cuh
vendor_llama_cpp_pydist/llama.cpp/ggml/src/ggml-cuda/quantize.cu
vendor_llama_cpp_pydist/llama.cpp/ggml/src/ggml-cuda/quantize.cuh
vendor_llama_cpp_pydist/llama.cpp/ggml/src/ggml-cuda/reduce_rows.cuh
vendor_llama_cpp_pydist/llama.cpp/ggml/src/ggml-cuda/roll.cu
vendor_llama_cpp_pydist/llama.cpp/ggml/src/ggml-cuda/roll.cuh
vendor_llama_cpp_pydist/llama.cpp/ggml/src/ggml-cuda/rope.cu
vendor_llama_cpp_pydist/llama.cpp/ggml/src/ggml-cuda/rope.cuh
vendor_llama_cpp_pydist/llama.cpp/ggml/src/ggml-cuda/scale.cu
vendor_llama_cpp_pydist/llama.cpp/ggml/src/ggml-cuda/scale.cuh
vendor_llama_cpp_pydist/llama.cpp/ggml/src/ggml-cuda/set-rows.cu
vendor_llama_cpp_pydist/llama.cpp/ggml/src/ggml-cuda/set-rows.cuh
vendor_llama_cpp_pydist/llama.cpp/ggml/src/ggml-cuda/set.cu
vendor_llama_cpp_pydist/llama.cpp/ggml/src/ggml-cuda/set.cuh
vendor_llama_cpp_pydist/llama.cpp/ggml/src/ggml-cuda/softcap.cu
vendor_llama_cpp_pydist/llama.cpp/ggml/src/ggml-cuda/softcap.cuh
vendor_llama_cpp_pydist/llama.cpp/ggml/src/ggml-cuda/softmax.cu
vendor_llama_cpp_pydist/llama.cpp/ggml/src/ggml-cuda/softmax.cuh
vendor_llama_cpp_pydist/llama.cpp/ggml/src/ggml-cuda/solve_tri.cu
vendor_llama_cpp_pydist/llama.cpp/ggml/src/ggml-cuda/solve_tri.cuh
vendor_llama_cpp_pydist/llama.cpp/ggml/src/ggml-cuda/ssm-conv.cu
vendor_llama_cpp_pydist/llama.cpp/ggml/src/ggml-cuda/ssm-conv.cuh
vendor_llama_cpp_pydist/llama.cpp/ggml/src/ggml-cuda/ssm-scan.cu
vendor_llama_cpp_pydist/llama.cpp/ggml/src/ggml-cuda/ssm-scan.cuh
vendor_llama_cpp_pydist/llama.cpp/ggml/src/ggml-cuda/sum.cu
vendor_llama_cpp_pydist/llama.cpp/ggml/src/ggml-cuda/sum.cuh
vendor_llama_cpp_pydist/llama.cpp/ggml/src/ggml-cuda/sumrows.cu
vendor_llama_cpp_pydist/llama.cpp/ggml/src/ggml-cuda/sumrows.cuh
vendor_llama_cpp_pydist/llama.cpp/ggml/src/ggml-cuda/top-k.cu
vendor_llama_cpp_pydist/llama.cpp/ggml/src/ggml-cuda/top-k.cuh
vendor_llama_cpp_pydist/llama.cpp/ggml/src/ggml-cuda/topk-moe.cu
vendor_llama_cpp_pydist/llama.cpp/ggml/src/ggml-cuda/topk-moe.cuh
vendor_llama_cpp_pydist/llama.cpp/ggml/src/ggml-cuda/tri.cu
vendor_llama_cpp_pydist/llama.cpp/ggml/src/ggml-cuda/tri.cuh
vendor_llama_cpp_pydist/llama.cpp/ggml/src/ggml-cuda/tsembd.cu
vendor_llama_cpp_pydist/llama.cpp/ggml/src/ggml-cuda/tsembd.cuh
vendor_llama_cpp_pydist/llama.cpp/ggml/src/ggml-cuda/unary.cu
vendor_llama_cpp_pydist/llama.cpp/ggml/src/ggml-cuda/unary.cuh
vendor_llama_cpp_pydist/llama.cpp/ggml/src/ggml-cuda/upscale.cu
vendor_llama_cpp_pydist/llama.cpp/ggml/src/ggml-cuda/upscale.cuh
vendor_llama_cpp_pydist/llama.cpp/ggml/src/ggml-cuda/vecdotq.cuh
vendor_llama_cpp_pydist/llama.cpp/ggml/src/ggml-cuda/wkv.cu
vendor_llama_cpp_pydist/llama.cpp/ggml/src/ggml-cuda/wkv.cuh
vendor_llama_cpp_pydist/llama.cpp/ggml/src/ggml-cuda/template-instances/fattn-mma-f16-instance-ncols1_1-ncols2_16.cu
vendor_llama_cpp_pydist/llama.cpp/ggml/src/ggml-cuda/template-instances/fattn-mma-f16-instance-ncols1_1-ncols2_32.cu
vendor_llama_cpp_pydist/llama.cpp/ggml/src/ggml-cuda/template-instances/fattn-mma-f16-instance-ncols1_1-ncols2_8.cu
vendor_llama_cpp_pydist/llama.cpp/ggml/src/ggml-cuda/template-instances/fattn-mma-f16-instance-ncols1_16-ncols2_1.cu
vendor_llama_cpp_pydist/llama.cpp/ggml/src/ggml-cuda/template-instances/fattn-mma-f16-instance-ncols1_16-ncols2_2.cu
vendor_llama_cpp_pydist/llama.cpp/ggml/src/ggml-cuda/template-instances/fattn-mma-f16-instance-ncols1_16-ncols2_4.cu
vendor_llama_cpp_pydist/llama.cpp/ggml/src/ggml-cuda/template-instances/fattn-mma-f16-instance-ncols1_2-ncols2_16.cu
vendor_llama_cpp_pydist/llama.cpp/ggml/src/ggml-cuda/template-instances/fattn-mma-f16-instance-ncols1_2-ncols2_32.cu
vendor_llama_cpp_pydist/llama.cpp/ggml/src/ggml-cuda/template-instances/fattn-mma-f16-instance-ncols1_2-ncols2_4.cu
vendor_llama_cpp_pydist/llama.cpp/ggml/src/ggml-cuda/template-instances/fattn-mma-f16-instance-ncols1_2-ncols2_8.cu
vendor_llama_cpp_pydist/llama.cpp/ggml/src/ggml-cuda/template-instances/fattn-mma-f16-instance-ncols1_32-ncols2_1.cu
vendor_llama_cpp_pydist/llama.cpp/ggml/src/ggml-cuda/template-instances/fattn-mma-f16-instance-ncols1_32-ncols2_2.cu
vendor_llama_cpp_pydist/llama.cpp/ggml/src/ggml-cuda/template-instances/fattn-mma-f16-instance-ncols1_4-ncols2_16.cu
vendor_llama_cpp_pydist/llama.cpp/ggml/src/ggml-cuda/template-instances/fattn-mma-f16-instance-ncols1_4-ncols2_2.cu
vendor_llama_cpp_pydist/llama.cpp/ggml/src/ggml-cuda/template-instances/fattn-mma-f16-instance-ncols1_4-ncols2_4.cu
vendor_llama_cpp_pydist/llama.cpp/ggml/src/ggml-cuda/template-instances/fattn-mma-f16-instance-ncols1_4-ncols2_8.cu
vendor_llama_cpp_pydist/llama.cpp/ggml/src/ggml-cuda/template-instances/fattn-mma-f16-instance-ncols1_64-ncols2_1.cu
vendor_llama_cpp_pydist/llama.cpp/ggml/src/ggml-cuda/template-instances/fattn-mma-f16-instance-ncols1_8-ncols2_1.cu
vendor_llama_cpp_pydist/llama.cpp/ggml/src/ggml-cuda/template-instances/fattn-mma-f16-instance-ncols1_8-ncols2_2.cu
vendor_llama_cpp_pydist/llama.cpp/ggml/src/ggml-cuda/template-instances/fattn-mma-f16-instance-ncols1_8-ncols2_4.cu
vendor_llama_cpp_pydist/llama.cpp/ggml/src/ggml-cuda/template-instances/fattn-mma-f16-instance-ncols1_8-ncols2_8.cu
vendor_llama_cpp_pydist/llama.cpp/ggml/src/ggml-cuda/template-instances/fattn-tile-instance-dkq112-dv112.cu
vendor_llama_cpp_pydist/llama.cpp/ggml/src/ggml-cuda/template-instances/fattn-tile-instance-dkq128-dv128.cu
vendor_llama_cpp_pydist/llama.cpp/ggml/src/ggml-cuda/template-instances/fattn-tile-instance-dkq256-dv256.cu
vendor_llama_cpp_pydist/llama.cpp/ggml/src/ggml-cuda/template-instances/fattn-tile-instance-dkq40-dv40.cu
vendor_llama_cpp_pydist/llama.cpp/ggml/src/ggml-cuda/template-instances/fattn-tile-instance-dkq512-dv512.cu
vendor_llama_cpp_pydist/llama.cpp/ggml/src/ggml-cuda/template-instances/fattn-tile-instance-dkq576-dv512.cu
vendor_llama_cpp_pydist/llama.cpp/ggml/src/ggml-cuda/template-instances/fattn-tile-instance-dkq64-dv64.cu
vendor_llama_cpp_pydist/llama.cpp/ggml/src/ggml-cuda/template-instances/fattn-tile-instance-dkq72-dv72.cu
vendor_llama_cpp_pydist/llama.cpp/ggml/src/ggml-cuda/template-instances/fattn-tile-instance-dkq80-dv80.cu
vendor_llama_cpp_pydist/llama.cpp/ggml/src/ggml-cuda/template-instances/fattn-tile-instance-dkq96-dv96.cu
vendor_llama_cpp_pydist/llama.cpp/ggml/src/ggml-cuda/template-instances/fattn-vec-instance-bf16-bf16.cu
vendor_llama_cpp_pydist/llama.cpp/ggml/src/ggml-cuda/template-instances/fattn-vec-instance-bf16-f16.cu
vendor_llama_cpp_pydist/llama.cpp/ggml/src/ggml-cuda/template-instances/fattn-vec-instance-bf16-q4_0.cu
vendor_llama_cpp_pydist/llama.cpp/ggml/src/ggml-cuda/template-instances/fattn-vec-instance-bf16-q4_1.cu
vendor_llama_cpp_pydist/llama.cpp/ggml/src/ggml-cuda/template-instances/fattn-vec-instance-bf16-q5_0.cu
vendor_llama_cpp_pydist/llama.cpp/ggml/src/ggml-cuda/template-instances/fattn-vec-instance-bf16-q5_1.cu
vendor_llama_cpp_pydist/llama.cpp/ggml/src/ggml-cuda/template-instances/fattn-vec-instance-bf16-q8_0.cu
vendor_llama_cpp_pydist/llama.cpp/ggml/src/ggml-cuda/template-instances/fattn-vec-instance-f16-bf16.cu
vendor_llama_cpp_pydist/llama.cpp/ggml/src/ggml-cuda/template-instances/fattn-vec-instance-f16-f16.cu
vendor_llama_cpp_pydist/llama.cpp/ggml/src/ggml-cuda/template-instances/fattn-vec-instance-f16-q4_0.cu
vendor_llama_cpp_pydist/llama.cpp/ggml/src/ggml-cuda/template-instances/fattn-vec-instance-f16-q4_1.cu
vendor_llama_cpp_pydist/llama.cpp/ggml/src/ggml-cuda/template-instances/fattn-vec-instance-f16-q5_0.cu
vendor_llama_cpp_pydist/llama.cpp/ggml/src/ggml-cuda/template-instances/fattn-vec-instance-f16-q5_1.cu
vendor_llama_cpp_pydist/llama.cpp/ggml/src/ggml-cuda/template-instances/fattn-vec-instance-f16-q8_0.cu
vendor_llama_cpp_pydist/llama.cpp/ggml/src/ggml-cuda/template-instances/fattn-vec-instance-q4_0-bf16.cu
vendor_llama_cpp_pydist/llama.cpp/ggml/src/ggml-cuda/template-instances/fattn-vec-instance-q4_0-f16.cu
vendor_llama_cpp_pydist/llama.cpp/ggml/src/ggml-cuda/template-instances/fattn-vec-instance-q4_0-q4_0.cu
vendor_llama_cpp_pydist/llama.cpp/ggml/src/ggml-cuda/template-instances/fattn-vec-instance-q4_0-q4_1.cu
vendor_llama_cpp_pydist/llama.cpp/ggml/src/ggml-cuda/template-instances/fattn-vec-instance-q4_0-q5_0.cu
vendor_llama_cpp_pydist/llama.cpp/ggml/src/ggml-cuda/template-instances/fattn-vec-instance-q4_0-q5_1.cu
vendor_llama_cpp_pydist/llama.cpp/ggml/src/ggml-cuda/template-instances/fattn-vec-instance-q4_0-q8_0.cu
vendor_llama_cpp_pydist/llama.cpp/ggml/src/ggml-cuda/template-instances/fattn-vec-instance-q4_1-bf16.cu
vendor_llama_cpp_pydist/llama.cpp/ggml/src/ggml-cuda/template-instances/fattn-vec-instance-q4_1-f16.cu
vendor_llama_cpp_pydist/llama.cpp/ggml/src/ggml-cuda/template-instances/fattn-vec-instance-q4_1-q4_0.cu
vendor_llama_cpp_pydist/llama.cpp/ggml/src/ggml-cuda/template-instances/fattn-vec-instance-q4_1-q4_1.cu
vendor_llama_cpp_pydist/llama.cpp/ggml/src/ggml-cuda/template-instances/fattn-vec-instance-q4_1-q5_0.cu
vendor_llama_cpp_pydist/llama.cpp/ggml/src/ggml-cuda/template-instances/fattn-vec-instance-q4_1-q5_1.cu
vendor_llama_cpp_pydist/llama.cpp/ggml/src/ggml-cuda/template-instances/fattn-vec-instance-q4_1-q8_0.cu
vendor_llama_cpp_pydist/llama.cpp/ggml/src/ggml-cuda/template-instances/fattn-vec-instance-q5_0-bf16.cu
vendor_llama_cpp_pydist/llama.cpp/ggml/src/ggml-cuda/template-instances/fattn-vec-instance-q5_0-f16.cu
vendor_llama_cpp_pydist/llama.cpp/ggml/src/ggml-cuda/template-instances/fattn-vec-instance-q5_0-q4_0.cu
vendor_llama_cpp_pydist/llama.cpp/ggml/src/ggml-cuda/template-instances/fattn-vec-instance-q5_0-q4_1.cu
vendor_llama_cpp_pydist/llama.cpp/ggml/src/ggml-cuda/template-instances/fattn-vec-instance-q5_0-q5_0.cu
vendor_llama_cpp_pydist/llama.cpp/ggml/src/ggml-cuda/template-instances/fattn-vec-instance-q5_0-q5_1.cu
vendor_llama_cpp_pydist/llama.cpp/ggml/src/ggml-cuda/template-instances/fattn-vec-instance-q5_0-q8_0.cu
vendor_llama_cpp_pydist/llama.cpp/ggml/src/ggml-cuda/template-instances/fattn-vec-instance-q5_1-bf16.cu
vendor_llama_cpp_pydist/llama.cpp/ggml/src/ggml-cuda/template-instances/fattn-vec-instance-q5_1-f16.cu
vendor_llama_cpp_pydist/llama.cpp/ggml/src/ggml-cuda/template-instances/fattn-vec-instance-q5_1-q4_0.cu
vendor_llama_cpp_pydist/llama.cpp/ggml/src/ggml-cuda/template-instances/fattn-vec-instance-q5_1-q4_1.cu
vendor_llama_cpp_pydist/llama.cpp/ggml/src/ggml-cuda/template-instances/fattn-vec-instance-q5_1-q5_0.cu
vendor_llama_cpp_pydist/llama.cpp/ggml/src/ggml-cuda/template-instances/fattn-vec-instance-q5_1-q5_1.cu
vendor_llama_cpp_pydist/llama.cpp/ggml/src/ggml-cuda/template-instances/fattn-vec-instance-q5_1-q8_0.cu
vendor_llama_cpp_pydist/llama.cpp/ggml/src/ggml-cuda/template-instances/fattn-vec-instance-q8_0-bf16.cu
vendor_llama_cpp_pydist/llama.cpp/ggml/src/ggml-cuda/template-instances/fattn-vec-instance-q8_0-f16.cu
vendor_llama_cpp_pydist/llama.cpp/ggml/src/ggml-cuda/template-instances/fattn-vec-instance-q8_0-q4_0.cu
vendor_llama_cpp_pydist/llama.cpp/ggml/src/ggml-cuda/template-instances/fattn-vec-instance-q8_0-q4_1.cu
vendor_llama_cpp_pydist/llama.cpp/ggml/src/ggml-cuda/template-instances/fattn-vec-instance-q8_0-q5_0.cu
vendor_llama_cpp_pydist/llama.cpp/ggml/src/ggml-cuda/template-instances/fattn-vec-instance-q8_0-q5_1.cu
vendor_llama_cpp_pydist/llama.cpp/ggml/src/ggml-cuda/template-instances/fattn-vec-instance-q8_0-q8_0.cu
vendor_llama_cpp_pydist/llama.cpp/ggml/src/ggml-cuda/template-instances/generate_cu_files.py
vendor_llama_cpp_pydist/llama.cpp/ggml/src/ggml-cuda/template-instances/mmf-instance-ncols_1.cu
vendor_llama_cpp_pydist/llama.cpp/ggml/src/ggml-cuda/template-instances/mmf-instance-ncols_10.cu
vendor_llama_cpp_pydist/llama.cpp/ggml/src/ggml-cuda/template-instances/mmf-instance-ncols_11.cu
vendor_llama_cpp_pydist/llama.cpp/ggml/src/ggml-cuda/template-instances/mmf-instance-ncols_12.cu
vendor_llama_cpp_pydist/llama.cpp/ggml/src/ggml-cuda/template-instances/mmf-instance-ncols_13.cu
vendor_llama_cpp_pydist/llama.cpp/ggml/src/ggml-cuda/template-instances/mmf-instance-ncols_14.cu
vendor_llama_cpp_pydist/llama.cpp/ggml/src/ggml-cuda/template-instances/mmf-instance-ncols_15.cu
vendor_llama_cpp_pydist/llama.cpp/ggml/src/ggml-cuda/template-instances/mmf-instance-ncols_16.cu
vendor_llama_cpp_pydist/llama.cpp/ggml/src/ggml-cuda/template-instances/mmf-instance-ncols_2.cu
vendor_llama_cpp_pydist/llama.cpp/ggml/src/ggml-cuda/template-instances/mmf-instance-ncols_3.cu
vendor_llama_cpp_pydist/llama.cpp/ggml/src/ggml-cuda/template-instances/mmf-instance-ncols_4.cu
vendor_llama_cpp_pydist/llama.cpp/ggml/src/ggml-cuda/template-instances/mmf-instance-ncols_5.cu
vendor_llama_cpp_pydist/llama.cpp/ggml/src/ggml-cuda/template-instances/mmf-instance-ncols_6.cu
vendor_llama_cpp_pydist/llama.cpp/ggml/src/ggml-cuda/template-instances/mmf-instance-ncols_7.cu
vendor_llama_cpp_pydist/llama.cpp/ggml/src/ggml-cuda/template-instances/mmf-instance-ncols_8.cu
vendor_llama_cpp_pydist/llama.cpp/ggml/src/ggml-cuda/template-instances/mmf-instance-ncols_9.cu
vendor_llama_cpp_pydist/llama.cpp/ggml/src/ggml-cuda/template-instances/mmq-instance-iq1_s.cu
vendor_llama_cpp_pydist/llama.cpp/ggml/src/ggml-cuda/template-instances/mmq-instance-iq2_s.cu
vendor_llama_cpp_pydist/llama.cpp/ggml/src/ggml-cuda/template-instances/mmq-instance-iq2_xs.cu
vendor_llama_cpp_pydist/llama.cpp/ggml/src/ggml-cuda/template-instances/mmq-instance-iq2_xxs.cu
vendor_llama_cpp_pydist/llama.cpp/ggml/src/ggml-cuda/template-instances/mmq-instance-iq3_s.cu
vendor_llama_cpp_pydist/llama.cpp/ggml/src/ggml-cuda/template-instances/mmq-instance-iq3_xxs.cu
vendor_llama_cpp_pydist/llama.cpp/ggml/src/ggml-cuda/template-instances/mmq-instance-iq4_nl.cu
vendor_llama_cpp_pydist/llama.cpp/ggml/src/ggml-cuda/template-instances/mmq-instance-iq4_xs.cu
vendor_llama_cpp_pydist/llama.cpp/ggml/src/ggml-cuda/template-instances/mmq-instance-mxfp4.cu
vendor_llama_cpp_pydist/llama.cpp/ggml/src/ggml-cuda/template-instances/mmq-instance-nvfp4.cu
vendor_llama_cpp_pydist/llama.cpp/ggml/src/ggml-cuda/template-instances/mmq-instance-q2_k.cu
vendor_llama_cpp_pydist/llama.cpp/ggml/src/ggml-cuda/template-instances/mmq-instance-q3_k.cu
vendor_llama_cpp_pydist/llama.cpp/ggml/src/ggml-cuda/template-instances/mmq-instance-q4_0.cu
vendor_llama_cpp_pydist/llama.cpp/ggml/src/ggml-cuda/template-instances/mmq-instance-q4_1.cu
vendor_llama_cpp_pydist/llama.cpp/ggml/src/ggml-cuda/template-instances/mmq-instance-q4_k.cu
vendor_llama_cpp_pydist/llama.cpp/ggml/src/ggml-cuda/template-instances/mmq-instance-q5_0.cu
vendor_llama_cpp_pydist/llama.cpp/ggml/src/ggml-cuda/template-instances/mmq-instance-q5_1.cu
vendor_llama_cpp_pydist/llama.cpp/ggml/src/ggml-cuda/template-instances/mmq-instance-q5_k.cu
vendor_llama_cpp_pydist/llama.cpp/ggml/src/ggml-cuda/template-instances/mmq-instance-q6_k.cu
vendor_llama_cpp_pydist/llama.cpp/ggml/src/ggml-cuda/template-instances/mmq-instance-q8_0.cu
vendor_llama_cpp_pydist/llama.cpp/ggml/src/ggml-cuda/vendors/cuda.h
vendor_llama_cpp_pydist/llama.cpp/ggml/src/ggml-cuda/vendors/hip.h
vendor_llama_cpp_pydist/llama.cpp/ggml/src/ggml-cuda/vendors/musa.h
vendor_llama_cpp_pydist/llama.cpp/ggml/src/ggml-hexagon/CMakeLists.txt
vendor_llama_cpp_pydist/llama.cpp/ggml/src/ggml-hexagon/ggml-hexagon.cpp
vendor_llama_cpp_pydist/llama.cpp/ggml/src/ggml-hexagon/htp-drv.cpp
vendor_llama_cpp_pydist/llama.cpp/ggml/src/ggml-hexagon/htp-drv.h
vendor_llama_cpp_pydist/llama.cpp/ggml/src/ggml-hexagon/libdl.h
vendor_llama_cpp_pydist/llama.cpp/ggml/src/ggml-hexagon/libggml-htp.inf
vendor_llama_cpp_pydist/llama.cpp/ggml/src/ggml-hexagon/op-desc.h
vendor_llama_cpp_pydist/llama.cpp/ggml/src/ggml-hexagon/htp/CMakeLists.txt
vendor_llama_cpp_pydist/llama.cpp/ggml/src/ggml-hexagon/htp/act-ops.c
vendor_llama_cpp_pydist/llama.cpp/ggml/src/ggml-hexagon/htp/argsort-ops.c
vendor_llama_cpp_pydist/llama.cpp/ggml/src/ggml-hexagon/htp/binary-ops.c
vendor_llama_cpp_pydist/llama.cpp/ggml/src/ggml-hexagon/htp/cmake-toolchain.cmake
vendor_llama_cpp_pydist/llama.cpp/ggml/src/ggml-hexagon/htp/cpy-ops.c
vendor_llama_cpp_pydist/llama.cpp/ggml/src/ggml-hexagon/htp/cumsum-ops.c
vendor_llama_cpp_pydist/llama.cpp/ggml/src/ggml-hexagon/htp/flash-attn-ops.c
vendor_llama_cpp_pydist/llama.cpp/ggml/src/ggml-hexagon/htp/get-rows-ops.c
vendor_llama_cpp_pydist/llama.cpp/ggml/src/ggml-hexagon/htp/hex-dma.c
vendor_llama_cpp_pydist/llama.cpp/ggml/src/ggml-hexagon/htp/hex-dma.h
vendor_llama_cpp_pydist/llama.cpp/ggml/src/ggml-hexagon/htp/hex-dump.h
vendor_llama_cpp_pydist/llama.cpp/ggml/src/ggml-hexagon/htp/hex-fastdiv.h
vendor_llama_cpp_pydist/llama.cpp/ggml/src/ggml-hexagon/htp/hex-utils.h
vendor_llama_cpp_pydist/llama.cpp/ggml/src/ggml-hexagon/htp/hmx-matmul-ops.c
vendor_llama_cpp_pydist/llama.cpp/ggml/src/ggml-hexagon/htp/hmx-ops.h
vendor_llama_cpp_pydist/llama.cpp/ggml/src/ggml-hexagon/htp/hmx-profile.h
vendor_llama_cpp_pydist/llama.cpp/ggml/src/ggml-hexagon/htp/hmx-utils.h
vendor_llama_cpp_pydist/llama.cpp/ggml/src/ggml-hexagon/htp/htp-ctx.h
vendor_llama_cpp_pydist/llama.cpp/ggml/src/ggml-hexagon/htp/htp-ops.h
vendor_llama_cpp_pydist/llama.cpp/ggml/src/ggml-hexagon/htp/htp_iface.idl
vendor_llama_cpp_pydist/llama.cpp/ggml/src/ggml-hexagon/htp/hvx-arith.h
vendor_llama_cpp_pydist/llama.cpp/ggml/src/ggml-hexagon/htp/hvx-base.h
vendor_llama_cpp_pydist/llama.cpp/ggml/src/ggml-hexagon/htp/hvx-copy.h
vendor_llama_cpp_pydist/llama.cpp/ggml/src/ggml-hexagon/htp/hvx-div.h
vendor_llama_cpp_pydist/llama.cpp/ggml/src/ggml-hexagon/htp/hvx-dump.h
vendor_llama_cpp_pydist/llama.cpp/ggml/src/ggml-hexagon/htp/hvx-exp.h
vendor_llama_cpp_pydist/llama.cpp/ggml/src/ggml-hexagon/htp/hvx-floor.h
vendor_llama_cpp_pydist/llama.cpp/ggml/src/ggml-hexagon/htp/hvx-inverse.h
vendor_llama_cpp_pydist/llama.cpp/ggml/src/ggml-hexagon/htp/hvx-reduce.h
vendor_llama_cpp_pydist/llama.cpp/ggml/src/ggml-hexagon/htp/hvx-scale.h
vendor_llama_cpp_pydist/llama.cpp/ggml/src/ggml-hexagon/htp/hvx-sigmoid.h
vendor_llama_cpp_pydist/llama.cpp/ggml/src/ggml-hexagon/htp/hvx-sqrt.h
vendor_llama_cpp_pydist/llama.cpp/ggml/src/ggml-hexagon/htp/hvx-types.h
vendor_llama_cpp_pydist/llama.cpp/ggml/src/ggml-hexagon/htp/hvx-utils.h
vendor_llama_cpp_pydist/llama.cpp/ggml/src/ggml-hexagon/htp/main.c
vendor_llama_cpp_pydist/llama.cpp/ggml/src/ggml-hexagon/htp/matmul-ops.c
vendor_llama_cpp_pydist/llama.cpp/ggml/src/ggml-hexagon/htp/repeat-ops.c
vendor_llama_cpp_pydist/llama.cpp/ggml/src/ggml-hexagon/htp/rope-ops.c
vendor_llama_cpp_pydist/llama.cpp/ggml/src/ggml-hexagon/htp/set-rows-ops.c
vendor_llama_cpp_pydist/llama.cpp/ggml/src/ggml-hexagon/htp/softmax-ops.c
vendor_llama_cpp_pydist/llama.cpp/ggml/src/ggml-hexagon/htp/ssm-conv.c
vendor_llama_cpp_pydist/llama.cpp/ggml/src/ggml-hexagon/htp/sum-rows-ops.c
vendor_llama_cpp_pydist/llama.cpp/ggml/src/ggml-hexagon/htp/unary-ops.c
vendor_llama_cpp_pydist/llama.cpp/ggml/src/ggml-hexagon/htp/worker-pool.c
vendor_llama_cpp_pydist/llama.cpp/ggml/src/ggml-hexagon/htp/worker-pool.h
vendor_llama_cpp_pydist/llama.cpp/ggml/src/ggml-hip/CMakeLists.txt
vendor_llama_cpp_pydist/llama.cpp/ggml/src/ggml-metal/CMakeLists.txt
vendor_llama_cpp_pydist/llama.cpp/ggml/src/ggml-metal/ggml-metal-common.cpp
vendor_llama_cpp_pydist/llama.cpp/ggml/src/ggml-metal/ggml-metal-common.h
vendor_llama_cpp_pydist/llama.cpp/ggml/src/ggml-metal/ggml-metal-context.h
vendor_llama_cpp_pydist/llama.cpp/ggml/src/ggml-metal/ggml-metal-context.m
vendor_llama_cpp_pydist/llama.cpp/ggml/src/ggml-metal/ggml-metal-device.cpp
vendor_llama_cpp_pydist/llama.cpp/ggml/src/ggml-metal/ggml-metal-device.h
vendor_llama_cpp_pydist/llama.cpp/ggml/src/ggml-metal/ggml-metal-device.m
vendor_llama_cpp_pydist/llama.cpp/ggml/src/ggml-metal/ggml-metal-impl.h
vendor_llama_cpp_pydist/llama.cpp/ggml/src/ggml-metal/ggml-metal-ops.cpp
vendor_llama_cpp_pydist/llama.cpp/ggml/src/ggml-metal/ggml-metal-ops.h
vendor_llama_cpp_pydist/llama.cpp/ggml/src/ggml-metal/ggml-metal.cpp
vendor_llama_cpp_pydist/llama.cpp/ggml/src/ggml-metal/ggml-metal.metal
vendor_llama_cpp_pydist/llama.cpp/ggml/src/ggml-musa/CMakeLists.txt
vendor_llama_cpp_pydist/llama.cpp/ggml/src/ggml-musa/mudnn.cu
vendor_llama_cpp_pydist/llama.cpp/ggml/src/ggml-musa/mudnn.cuh
vendor_llama_cpp_pydist/llama.cpp/ggml/src/ggml-opencl/CMakeLists.txt
vendor_llama_cpp_pydist/llama.cpp/ggml/src/ggml-opencl/ggml-opencl.cpp
vendor_llama_cpp_pydist/llama.cpp/ggml/src/ggml-opencl/kernels/add.cl
vendor_llama_cpp_pydist/llama.cpp/ggml/src/ggml-opencl/kernels/add_id.cl
vendor_llama_cpp_pydist/llama.cpp/ggml/src/ggml-opencl/kernels/argsort.cl
vendor_llama_cpp_pydist/llama.cpp/ggml/src/ggml-opencl/kernels/clamp.cl
vendor_llama_cpp_pydist/llama.cpp/ggml/src/ggml-opencl/kernels/concat.cl
vendor_llama_cpp_pydist/llama.cpp/ggml/src/ggml-opencl/kernels/conv2d.cl
vendor_llama_cpp_pydist/llama.cpp/ggml/src/ggml-opencl/kernels/conv2d_f16_f32.cl
vendor_llama_cpp_pydist/llama.cpp/ggml/src/ggml-opencl/kernels/cpy.cl
vendor_llama_cpp_pydist/llama.cpp/ggml/src/ggml-opencl/kernels/cumsum.cl
vendor_llama_cpp_pydist/llama.cpp/ggml/src/ggml-opencl/kernels/cvt.cl
vendor_llama_cpp_pydist/llama.cpp/ggml/src/ggml-opencl/kernels/diag.cl
vendor_llama_cpp_pydist/llama.cpp/ggml/src/ggml-opencl/kernels/diag_mask_inf.cl
vendor_llama_cpp_pydist/llama.cpp/ggml/src/ggml-opencl/kernels/div.cl
vendor_llama_cpp_pydist/llama.cpp/ggml/src/ggml-opencl/kernels/embed_kernel.py
vendor_llama_cpp_pydist/llama.cpp/ggml/src/ggml-opencl/kernels/exp.cl
vendor_llama_cpp_pydist/llama.cpp/ggml/src/ggml-opencl/kernels/expm1.cl
vendor_llama_cpp_pydist/llama.cpp/ggml/src/ggml-opencl/kernels/fill.cl
vendor_llama_cpp_pydist/llama.cpp/ggml/src/ggml-opencl/kernels/flash_attn_f16.cl
vendor_llama_cpp_pydist/llama.cpp/ggml/src/ggml-opencl/kernels/flash_attn_f32.cl
vendor_llama_cpp_pydist/llama.cpp/ggml/src/ggml-opencl/kernels/flash_attn_f32_f16.cl
vendor_llama_cpp_pydist/llama.cpp/ggml/src/ggml-opencl/kernels/gelu.cl
vendor_llama_cpp_pydist/llama.cpp/ggml/src/ggml-opencl/kernels/gemm_moe_mxfp4_f32.cl
vendor_llama_cpp_pydist/llama.cpp/ggml/src/ggml-opencl/kernels/gemm_noshuffle_q4_1_f32.cl
vendor_llama_cpp_pydist/llama.cpp/ggml/src/ggml-opencl/kernels/gemm_noshuffle_q4_k_f32.cl
vendor_llama_cpp_pydist/llama.cpp/ggml/src/ggml-opencl/kernels/gemm_noshuffle_q6_k_f32.cl
vendor_llama_cpp_pydist/llama.cpp/ggml/src/ggml-opencl/kernels/gemv_moe_mxfp4_f32.cl
vendor_llama_cpp_pydist/llama.cpp/ggml/src/ggml-opencl/kernels/gemv_noshuffle.cl
vendor_llama_cpp_pydist/llama.cpp/ggml/src/ggml-opencl/kernels/gemv_noshuffle_general.cl
vendor_llama_cpp_pydist/llama.cpp/ggml/src/ggml-opencl/kernels/gemv_noshuffle_general_q8_0_f32.cl
vendor_llama_cpp_pydist/llama.cpp/ggml/src/ggml-opencl/kernels/gemv_noshuffle_q4_1_f32.cl
vendor_llama_cpp_pydist/llama.cpp/ggml/src/ggml-opencl/kernels/gemv_noshuffle_q4_k_f32.cl
vendor_llama_cpp_pydist/llama.cpp/ggml/src/ggml-opencl/kernels/gemv_noshuffle_q6_k_f32.cl
vendor_llama_cpp_pydist/llama.cpp/ggml/src/ggml-opencl/kernels/get_rows.cl
vendor_llama_cpp_pydist/llama.cpp/ggml/src/ggml-opencl/kernels/glu.cl
vendor_llama_cpp_pydist/llama.cpp/ggml/src/ggml-opencl/kernels/group_norm.cl
vendor_llama_cpp_pydist/llama.cpp/ggml/src/ggml-opencl/kernels/im2col_f16.cl
vendor_llama_cpp_pydist/llama.cpp/ggml/src/ggml-opencl/kernels/im2col_f32.cl
vendor_llama_cpp_pydist/llama.cpp/ggml/src/ggml-opencl/kernels/l2_norm.cl
vendor_llama_cpp_pydist/llama.cpp/ggml/src/ggml-opencl/kernels/mean.cl
vendor_llama_cpp_pydist/llama.cpp/ggml/src/ggml-opencl/kernels/mul.cl
vendor_llama_cpp_pydist/llama.cpp/ggml/src/ggml-opencl/kernels/mul_mat_Ab_Bi_8x4.cl
vendor_llama_cpp_pydist/llama.cpp/ggml/src/ggml-opencl/kernels/mul_mat_f16_f32.cl
vendor_llama_cpp_pydist/llama.cpp/ggml/src/ggml-opencl/kernels/mul_mm_f16_f32_kq_kqv.cl
vendor_llama_cpp_pydist/llama.cpp/ggml/src/ggml-opencl/kernels/mul_mm_f16_f32_l4_lm.cl
vendor_llama_cpp_pydist/llama.cpp/ggml/src/ggml-opencl/kernels/mul_mm_f32_f32_l4_lm.cl
vendor_llama_cpp_pydist/llama.cpp/ggml/src/ggml-opencl/kernels/mul_mm_q4_0_f32_l4_lm.cl
vendor_llama_cpp_pydist/llama.cpp/ggml/src/ggml-opencl/kernels/mul_mm_q4_1_f32_l4_lm.cl
vendor_llama_cpp_pydist/llama.cpp/ggml/src/ggml-opencl/kernels/mul_mm_q4_k_f32_l4_lm.cl
vendor_llama_cpp_pydist/llama.cpp/ggml/src/ggml-opencl/kernels/mul_mm_q5_k_f32_l4_lm.cl
vendor_llama_cpp_pydist/llama.cpp/ggml/src/ggml-opencl/kernels/mul_mm_q6_k_f32_l4_lm.cl
vendor_llama_cpp_pydist/llama.cpp/ggml/src/ggml-opencl/kernels/mul_mm_q8_0_f32_8x4.cl
vendor_llama_cpp_pydist/llama.cpp/ggml/src/ggml-opencl/kernels/mul_mm_q8_0_f32_l4_lm.cl
vendor_llama_cpp_pydist/llama.cpp/ggml/src/ggml-opencl/kernels/mul_mv_f16_f16.cl
vendor_llama_cpp_pydist/llama.cpp/ggml/src/ggml-opencl/kernels/mul_mv_f16_f32.cl
vendor_llama_cpp_pydist/llama.cpp/ggml/src/ggml-opencl/kernels/mul_mv_f16_f32_1row.cl
vendor_llama_cpp_pydist/llama.cpp/ggml/src/ggml-opencl/kernels/mul_mv_f16_f32_l4.cl
vendor_llama_cpp_pydist/llama.cpp/ggml/src/ggml-opencl/kernels/mul_mv_f32_f32.cl
vendor_llama_cpp_pydist/llama.cpp/ggml/src/ggml-opencl/kernels/mul_mv_id_mxfp4_f32.cl
vendor_llama_cpp_pydist/llama.cpp/ggml/src/ggml-opencl/kernels/mul_mv_id_mxfp4_f32_flat.cl
vendor_llama_cpp_pydist/llama.cpp/ggml/src/ggml-opencl/kernels/mul_mv_id_q4_0_f32_8x_flat.cl
vendor_llama_cpp_pydist/llama.cpp/ggml/src/ggml-opencl/kernels/mul_mv_id_q8_0_f32.cl
vendor_llama_cpp_pydist/llama.cpp/ggml/src/ggml-opencl/kernels/mul_mv_id_q8_0_f32_flat.cl
vendor_llama_cpp_pydist/llama.cpp/ggml/src/ggml-opencl/kernels/mul_mv_mxfp4_f32.cl
vendor_llama_cpp_pydist/llama.cpp/ggml/src/ggml-opencl/kernels/mul_mv_mxfp4_f32_flat.cl
vendor_llama_cpp_pydist/llama.cpp/ggml/src/ggml-opencl/kernels/mul_mv_q4_0_f32.cl
vendor_llama_cpp_pydist/llama.cpp/ggml/src/ggml-opencl/kernels/mul_mv_q4_0_f32_1d_16x_flat.cl
vendor_llama_cpp_pydist/llama.cpp/ggml/src/ggml-opencl/kernels/mul_mv_q4_0_f32_1d_8x_flat.cl
vendor_llama_cpp_pydist/llama.cpp/ggml/src/ggml-opencl/kernels/mul_mv_q4_0_f32_8x_flat.cl
vendor_llama_cpp_pydist/llama.cpp/ggml/src/ggml-opencl/kernels/mul_mv_q4_0_f32_v.cl
vendor_llama_cpp_pydist/llama.cpp/ggml/src/ggml-opencl/kernels/mul_mv_q4_1_f32.cl
vendor_llama_cpp_pydist/llama.cpp/ggml/src/ggml-opencl/kernels/mul_mv_q4_1_f32_flat.cl
vendor_llama_cpp_pydist/llama.cpp/ggml/src/ggml-opencl/kernels/mul_mv_q4_k_f32.cl
vendor_llama_cpp_pydist/llama.cpp/ggml/src/ggml-opencl/kernels/mul_mv_q4_k_f32_flat.cl
vendor_llama_cpp_pydist/llama.cpp/ggml/src/ggml-opencl/kernels/mul_mv_q5_k_f32.cl
vendor_llama_cpp_pydist/llama.cpp/ggml/src/ggml-opencl/kernels/mul_mv_q5_k_f32_flat.cl
vendor_llama_cpp_pydist/llama.cpp/ggml/src/ggml-opencl/kernels/mul_mv_q6_k_f32.cl
vendor_llama_cpp_pydist/llama.cpp/ggml/src/ggml-opencl/kernels/mul_mv_q6_k_f32_flat.cl
vendor_llama_cpp_pydist/llama.cpp/ggml/src/ggml-opencl/kernels/mul_mv_q8_0_f32.cl
vendor_llama_cpp_pydist/llama.cpp/ggml/src/ggml-opencl/kernels/mul_mv_q8_0_f32_flat.cl
vendor_llama_cpp_pydist/llama.cpp/ggml/src/ggml-opencl/kernels/neg.cl
vendor_llama_cpp_pydist/llama.cpp/ggml/src/ggml-opencl/kernels/norm.cl
vendor_llama_cpp_pydist/llama.cpp/ggml/src/ggml-opencl/kernels/pad.cl
vendor_llama_cpp_pydist/llama.cpp/ggml/src/ggml-opencl/kernels/relu.cl
vendor_llama_cpp_pydist/llama.cpp/ggml/src/ggml-opencl/kernels/repeat.cl
vendor_llama_cpp_pydist/llama.cpp/ggml/src/ggml-opencl/kernels/rms_norm.cl
vendor_llama_cpp_pydist/llama.cpp/ggml/src/ggml-opencl/kernels/rope.cl
vendor_llama_cpp_pydist/llama.cpp/ggml/src/ggml-opencl/kernels/scale.cl
vendor_llama_cpp_pydist/llama.cpp/ggml/src/ggml-opencl/kernels/set_rows.cl
vendor_llama_cpp_pydist/llama.cpp/ggml/src/ggml-opencl/kernels/sigmoid.cl
vendor_llama_cpp_pydist/llama.cpp/ggml/src/ggml-opencl/kernels/silu.cl
vendor_llama_cpp_pydist/llama.cpp/ggml/src/ggml-opencl/kernels/softmax_4_f16.cl
vendor_llama_cpp_pydist/llama.cpp/ggml/src/ggml-opencl/kernels/softmax_4_f32.cl
vendor_llama_cpp_pydist/llama.cpp/ggml/src/ggml-opencl/kernels/softmax_f16.cl
vendor_llama_cpp_pydist/llama.cpp/ggml/src/ggml-opencl/kernels/softmax_f32.cl
vendor_llama_cpp_pydist/llama.cpp/ggml/src/ggml-opencl/kernels/softplus.cl
vendor_llama_cpp_pydist/llama.cpp/ggml/src/ggml-opencl/kernels/solve_tri.cl
vendor_llama_cpp_pydist/llama.cpp/ggml/src/ggml-opencl/kernels/sqr.cl
vendor_llama_cpp_pydist/llama.cpp/ggml/src/ggml-opencl/kernels/sqrt.cl
vendor_llama_cpp_pydist/llama.cpp/ggml/src/ggml-opencl/kernels/ssm_conv.cl
vendor_llama_cpp_pydist/llama.cpp/ggml/src/ggml-opencl/kernels/sub.cl
vendor_llama_cpp_pydist/llama.cpp/ggml/src/ggml-opencl/kernels/sum_rows.cl
vendor_llama_cpp_pydist/llama.cpp/ggml/src/ggml-opencl/kernels/tanh.cl
vendor_llama_cpp_pydist/llama.cpp/ggml/src/ggml-opencl/kernels/transpose.cl
vendor_llama_cpp_pydist/llama.cpp/ggml/src/ggml-opencl/kernels/tri.cl
vendor_llama_cpp_pydist/llama.cpp/ggml/src/ggml-opencl/kernels/tsembd.cl
vendor_llama_cpp_pydist/llama.cpp/ggml/src/ggml-opencl/kernels/upscale.cl
vendor_llama_cpp_pydist/llama.cpp/ggml/src/ggml-openvino/.clang-format
vendor_llama_cpp_pydist/llama.cpp/ggml/src/ggml-openvino/CMakeLists.txt
vendor_llama_cpp_pydist/llama.cpp/ggml/src/ggml-openvino/ggml-decoder.cpp
vendor_llama_cpp_pydist/llama.cpp/ggml/src/ggml-openvino/ggml-decoder.h
vendor_llama_cpp_pydist/llama.cpp/ggml/src/ggml-openvino/ggml-openvino-extra.cpp
vendor_llama_cpp_pydist/llama.cpp/ggml/src/ggml-openvino/ggml-openvino-extra.h
vendor_llama_cpp_pydist/llama.cpp/ggml/src/ggml-openvino/ggml-openvino.cpp
vendor_llama_cpp_pydist/llama.cpp/ggml/src/ggml-openvino/ggml-quants.cpp
vendor_llama_cpp_pydist/llama.cpp/ggml/src/ggml-openvino/ggml-quants.h
vendor_llama_cpp_pydist/llama.cpp/ggml/src/ggml-openvino/utils.cpp
vendor_llama_cpp_pydist/llama.cpp/ggml/src/ggml-openvino/utils.h
vendor_llama_cpp_pydist/llama.cpp/ggml/src/ggml-openvino/openvino/decoder.h
vendor_llama_cpp_pydist/llama.cpp/ggml/src/ggml-openvino/openvino/frontend.cpp
vendor_llama_cpp_pydist/llama.cpp/ggml/src/ggml-openvino/openvino/frontend.h
vendor_llama_cpp_pydist/llama.cpp/ggml/src/ggml-openvino/openvino/input_model.cpp
vendor_llama_cpp_pydist/llama.cpp/ggml/src/ggml-openvino/openvino/input_model.h
vendor_llama_cpp_pydist/llama.cpp/ggml/src/ggml-openvino/openvino/node_context.h
vendor_llama_cpp_pydist/llama.cpp/ggml/src/ggml-openvino/openvino/op_table.cpp
vendor_llama_cpp_pydist/llama.cpp/ggml/src/ggml-openvino/openvino/op_table.h
vendor_llama_cpp_pydist/llama.cpp/ggml/src/ggml-openvino/openvino/translate_session.cpp
vendor_llama_cpp_pydist/llama.cpp/ggml/src/ggml-openvino/openvino/translate_session.h
vendor_llama_cpp_pydist/llama.cpp/ggml/src/ggml-openvino/openvino/utils.cpp
vendor_llama_cpp_pydist/llama.cpp/ggml/src/ggml-openvino/openvino/utils.h
vendor_llama_cpp_pydist/llama.cpp/ggml/src/ggml-openvino/openvino/op/cont.cpp
vendor_llama_cpp_pydist/llama.cpp/ggml/src/ggml-openvino/openvino/op/cpy.cpp
vendor_llama_cpp_pydist/llama.cpp/ggml/src/ggml-openvino/openvino/op/flash_attn_ext.cpp
vendor_llama_cpp_pydist/llama.cpp/ggml/src/ggml-openvino/openvino/op/get_rows.cpp
vendor_llama_cpp_pydist/llama.cpp/ggml/src/ggml-openvino/openvino/op/glu_geglu.cpp
vendor_llama_cpp_pydist/llama.cpp/ggml/src/ggml-openvino/openvino/op/glu_swiglu.cpp
vendor_llama_cpp_pydist/llama.cpp/ggml/src/ggml-openvino/openvino/op/mulmat.cpp
vendor_llama_cpp_pydist/llama.cpp/ggml/src/ggml-openvino/openvino/op/permute.cpp
vendor_llama_cpp_pydist/llama.cpp/ggml/src/ggml-openvino/openvino/op/reshape.cpp
vendor_llama_cpp_pydist/llama.cpp/ggml/src/ggml-openvino/openvino/op/rms_norm.cpp
vendor_llama_cpp_pydist/llama.cpp/ggml/src/ggml-openvino/openvino/op/rope.cpp
vendor_llama_cpp_pydist/llama.cpp/ggml/src/ggml-openvino/openvino/op/scale.cpp
vendor_llama_cpp_pydist/llama.cpp/ggml/src/ggml-openvino/openvino/op/set_rows.cpp
vendor_llama_cpp_pydist/llama.cpp/ggml/src/ggml-openvino/openvino/op/softmax.cpp
vendor_llama_cpp_pydist/llama.cpp/ggml/src/ggml-openvino/openvino/op/transpose.cpp
vendor_llama_cpp_pydist/llama.cpp/ggml/src/ggml-openvino/openvino/op/unary_silu.cpp
vendor_llama_cpp_pydist/llama.cpp/ggml/src/ggml-openvino/openvino/op/view.cpp
vendor_llama_cpp_pydist/llama.cpp/ggml/src/ggml-openvino/openvino/pass/eliminate_zp.cpp
vendor_llama_cpp_pydist/llama.cpp/ggml/src/ggml-openvino/openvino/pass/eliminate_zp.h
vendor_llama_cpp_pydist/llama.cpp/ggml/src/ggml-openvino/openvino/pass/fuse_to_sdpa.cpp
vendor_llama_cpp_pydist/llama.cpp/ggml/src/ggml-openvino/openvino/pass/fuse_to_sdpa.h
vendor_llama_cpp_pydist/llama.cpp/ggml/src/ggml-openvino/openvino/pass/mark_decompression_convert_constant_folding.h
vendor_llama_cpp_pydist/llama.cpp/ggml/src/ggml-openvino/openvino/pass/squeeze_matmul.cpp
vendor_llama_cpp_pydist/llama.cpp/ggml/src/ggml-openvino/openvino/pass/squeeze_matmul.h
vendor_llama_cpp_pydist/llama.cpp/ggml/src/ggml-rpc/CMakeLists.txt
vendor_llama_cpp_pydist/llama.cpp/ggml/src/ggml-rpc/ggml-rpc.cpp
vendor_llama_cpp_pydist/llama.cpp/ggml/src/ggml-sycl/CMakeLists.txt
vendor_llama_cpp_pydist/llama.cpp/ggml/src/ggml-sycl/add-id.cpp
vendor_llama_cpp_pydist/llama.cpp/ggml/src/ggml-sycl/add-id.hpp
vendor_llama_cpp_pydist/llama.cpp/ggml/src/ggml-sycl/backend.hpp
vendor_llama_cpp_pydist/llama.cpp/ggml/src/ggml-sycl/binbcast.cpp
vendor_llama_cpp_pydist/llama.cpp/ggml/src/ggml-sycl/binbcast.hpp
vendor_llama_cpp_pydist/llama.cpp/ggml/src/ggml-sycl/common.cpp
vendor_llama_cpp_pydist/llama.cpp/ggml/src/ggml-sycl/common.hpp
vendor_llama_cpp_pydist/llama.cpp/ggml/src/ggml-sycl/concat.cpp
vendor_llama_cpp_pydist/llama.cpp/ggml/src/ggml-sycl/concat.hpp
vendor_llama_cpp_pydist/llama.cpp/ggml/src/ggml-sycl/conv.cpp
vendor_llama_cpp_pydist/llama.cpp/ggml/src/ggml-sycl/conv.hpp
vendor_llama_cpp_pydist/llama.cpp/ggml/src/ggml-sycl/convert.cpp
vendor_llama_cpp_pydist/llama.cpp/ggml/src/ggml-sycl/convert.hpp
vendor_llama_cpp_pydist/llama.cpp/ggml/src/ggml-sycl/count-equal.cpp
vendor_llama_cpp_pydist/llama.cpp/ggml/src/ggml-sycl/count-equal.hpp
vendor_llama_cpp_pydist/llama.cpp/ggml/src/ggml-sycl/cpy.cpp
vendor_llama_cpp_pydist/llama.cpp/ggml/src/ggml-sycl/cpy.hpp
vendor_llama_cpp_pydist/llama.cpp/ggml/src/ggml-sycl/dequantize.hpp
vendor_llama_cpp_pydist/llama.cpp/ggml/src/ggml-sycl/dmmv.cpp
vendor_llama_cpp_pydist/llama.cpp/ggml/src/ggml-sycl/dmmv.hpp
vendor_llama_cpp_pydist/llama.cpp/ggml/src/ggml-sycl/element_wise.cpp
vendor_llama_cpp_pydist/llama.cpp/ggml/src/ggml-sycl/element_wise.hpp
vendor_llama_cpp_pydist/llama.cpp/ggml/src/ggml-sycl/fattn-common.hpp
vendor_llama_cpp_pydist/llama.cpp/ggml/src/ggml-sycl/fattn-tile.cpp
vendor_llama_cpp_pydist/llama.cpp/ggml/src/ggml-sycl/fattn-tile.hpp
vendor_llama_cpp_pydist/llama.cpp/ggml/src/ggml-sycl/fattn-vec.hpp
vendor_llama_cpp_pydist/llama.cpp/ggml/src/ggml-sycl/fattn.cpp
vendor_llama_cpp_pydist/llama.cpp/ggml/src/ggml-sycl/fattn.hpp
vendor_llama_cpp_pydist/llama.cpp/ggml/src/ggml-sycl/gated_delta_net.cpp
vendor_llama_cpp_pydist/llama.cpp/ggml/src/ggml-sycl/gated_delta_net.hpp
vendor_llama_cpp_pydist/llama.cpp/ggml/src/ggml-sycl/gemm.hpp
vendor_llama_cpp_pydist/llama.cpp/ggml/src/ggml-sycl/getrows.cpp
vendor_llama_cpp_pydist/llama.cpp/ggml/src/ggml-sycl/getrows.hpp
vendor_llama_cpp_pydist/llama.cpp/ggml/src/ggml-sycl/ggml-sycl.cpp
vendor_llama_cpp_pydist/llama.cpp/ggml/src/ggml-sycl/gla.cpp
vendor_llama_cpp_pydist/llama.cpp/ggml/src/ggml-sycl/gla.hpp
vendor_llama_cpp_pydist/llama.cpp/ggml/src/ggml-sycl/im2col.cpp
vendor_llama_cpp_pydist/llama.cpp/ggml/src/ggml-sycl/im2col.hpp
vendor_llama_cpp_pydist/llama.cpp/ggml/src/ggml-sycl/mmq.cpp
vendor_llama_cpp_pydist/llama.cpp/ggml/src/ggml-sycl/mmq.hpp
vendor_llama_cpp_pydist/llama.cpp/ggml/src/ggml-sycl/mmvq.cpp
vendor_llama_cpp_pydist/llama.cpp/ggml/src/ggml-sycl/mmvq.hpp
vendor_llama_cpp_pydist/llama.cpp/ggml/src/ggml-sycl/norm.cpp
vendor_llama_cpp_pydist/llama.cpp/ggml/src/ggml-sycl/norm.hpp
vendor_llama_cpp_pydist/llama.cpp/ggml/src/ggml-sycl/outprod.cpp
vendor_llama_cpp_pydist/llama.cpp/ggml/src/ggml-sycl/outprod.hpp
vendor_llama_cpp_pydist/llama.cpp/ggml/src/ggml-sycl/pad.cpp
vendor_llama_cpp_pydist/llama.cpp/ggml/src/ggml-sycl/pad.hpp
vendor_llama_cpp_pydist/llama.cpp/ggml/src/ggml-sycl/pad_reflect_1d.cpp
vendor_llama_cpp_pydist/llama.cpp/ggml/src/ggml-sycl/pad_reflect_1d.hpp
vendor_llama_cpp_pydist/llama.cpp/ggml/src/ggml-sycl/presets.hpp
vendor_llama_cpp_pydist/llama.cpp/ggml/src/ggml-sycl/quantize.hpp
vendor_llama_cpp_pydist/llama.cpp/ggml/src/ggml-sycl/quants.hpp
vendor_llama_cpp_pydist/llama.cpp/ggml/src/ggml-sycl/repeat_back.cpp
vendor_llama_cpp_pydist/llama.cpp/ggml/src/ggml-sycl/repeat_back.hpp
vendor_llama_cpp_pydist/llama.cpp/ggml/src/ggml-sycl/roll.cpp
vendor_llama_cpp_pydist/llama.cpp/ggml/src/ggml-sycl/roll.hpp
vendor_llama_cpp_pydist/llama.cpp/ggml/src/ggml-sycl/rope.cpp
vendor_llama_cpp_pydist/llama.cpp/ggml/src/ggml-sycl/rope.hpp
vendor_llama_cpp_pydist/llama.cpp/ggml/src/ggml-sycl/set.cpp
vendor_llama_cpp_pydist/llama.cpp/ggml/src/ggml-sycl/set.hpp
vendor_llama_cpp_pydist/llama.cpp/ggml/src/ggml-sycl/set_rows.cpp
vendor_llama_cpp_pydist/llama.cpp/ggml/src/ggml-sycl/set_rows.hpp
vendor_llama_cpp_pydist/llama.cpp/ggml/src/ggml-sycl/softmax.cpp
vendor_llama_cpp_pydist/llama.cpp/ggml/src/ggml-sycl/softmax.hpp
vendor_llama_cpp_pydist/llama.cpp/ggml/src/ggml-sycl/ssm_conv.cpp
vendor_llama_cpp_pydist/llama.cpp/ggml/src/ggml-sycl/ssm_conv.hpp
vendor_llama_cpp_pydist/llama.cpp/ggml/src/ggml-sycl/sycl_hw.cpp
vendor_llama_cpp_pydist/llama.cpp/ggml/src/ggml-sycl/sycl_hw.hpp
vendor_llama_cpp_pydist/llama.cpp/ggml/src/ggml-sycl/tsembd.cpp
vendor_llama_cpp_pydist/llama.cpp/ggml/src/ggml-sycl/tsembd.hpp
vendor_llama_cpp_pydist/llama.cpp/ggml/src/ggml-sycl/type.hpp
vendor_llama_cpp_pydist/llama.cpp/ggml/src/ggml-sycl/upscale.cpp
vendor_llama_cpp_pydist/llama.cpp/ggml/src/ggml-sycl/upscale.hpp
vendor_llama_cpp_pydist/llama.cpp/ggml/src/ggml-sycl/vecdotq.hpp
vendor_llama_cpp_pydist/llama.cpp/ggml/src/ggml-sycl/wkv.cpp
vendor_llama_cpp_pydist/llama.cpp/ggml/src/ggml-sycl/wkv.hpp
vendor_llama_cpp_pydist/llama.cpp/ggml/src/ggml-sycl/dpct/helper.hpp
vendor_llama_cpp_pydist/llama.cpp/ggml/src/ggml-sycl/template-instances/fattn-tile-instance-dkq112-dv112.cpp
vendor_llama_cpp_pydist/llama.cpp/ggml/src/ggml-sycl/template-instances/fattn-tile-instance-dkq128-dv128.cpp
vendor_llama_cpp_pydist/llama.cpp/ggml/src/ggml-sycl/template-instances/fattn-tile-instance-dkq256-dv256.cpp
vendor_llama_cpp_pydist/llama.cpp/ggml/src/ggml-sycl/template-instances/fattn-tile-instance-dkq40-dv40.cpp
vendor_llama_cpp_pydist/llama.cpp/ggml/src/ggml-sycl/template-instances/fattn-tile-instance-dkq512-dv512.cpp
vendor_llama_cpp_pydist/llama.cpp/ggml/src/ggml-sycl/template-instances/fattn-tile-instance-dkq576-dv512.cpp
vendor_llama_cpp_pydist/llama.cpp/ggml/src/ggml-sycl/template-instances/fattn-tile-instance-dkq64-dv64.cpp
vendor_llama_cpp_pydist/llama.cpp/ggml/src/ggml-sycl/template-instances/fattn-tile-instance-dkq72-dv72.cpp
vendor_llama_cpp_pydist/llama.cpp/ggml/src/ggml-sycl/template-instances/fattn-tile-instance-dkq80-dv80.cpp
vendor_llama_cpp_pydist/llama.cpp/ggml/src/ggml-sycl/template-instances/fattn-tile-instance-dkq96-dv96.cpp
vendor_llama_cpp_pydist/llama.cpp/ggml/src/ggml-sycl/template-instances/fattn-vec-instance-f16-f16.cpp
vendor_llama_cpp_pydist/llama.cpp/ggml/src/ggml-sycl/template-instances/fattn-vec-instance-f16-q4_0.cpp
vendor_llama_cpp_pydist/llama.cpp/ggml/src/ggml-sycl/template-instances/fattn-vec-instance-f16-q4_1.cpp
vendor_llama_cpp_pydist/llama.cpp/ggml/src/ggml-sycl/template-instances/fattn-vec-instance-f16-q5_0.cpp
vendor_llama_cpp_pydist/llama.cpp/ggml/src/ggml-sycl/template-instances/fattn-vec-instance-f16-q5_1.cpp
vendor_llama_cpp_pydist/llama.cpp/ggml/src/ggml-sycl/template-instances/fattn-vec-instance-f16-q8_0.cpp
vendor_llama_cpp_pydist/llama.cpp/ggml/src/ggml-sycl/template-instances/fattn-vec-instance-q4_0-f16.cpp
vendor_llama_cpp_pydist/llama.cpp/ggml/src/ggml-sycl/template-instances/fattn-vec-instance-q4_0-q4_0.cpp
vendor_llama_cpp_pydist/llama.cpp/ggml/src/ggml-sycl/template-instances/fattn-vec-instance-q4_0-q4_1.cpp
vendor_llama_cpp_pydist/llama.cpp/ggml/src/ggml-sycl/template-instances/fattn-vec-instance-q4_0-q5_0.cpp
vendor_llama_cpp_pydist/llama.cpp/ggml/src/ggml-sycl/template-instances/fattn-vec-instance-q4_0-q5_1.cpp
vendor_llama_cpp_pydist/llama.cpp/ggml/src/ggml-sycl/template-instances/fattn-vec-instance-q4_0-q8_0.cpp
vendor_llama_cpp_pydist/llama.cpp/ggml/src/ggml-sycl/template-instances/fattn-vec-instance-q4_1-f16.cpp
vendor_llama_cpp_pydist/llama.cpp/ggml/src/ggml-sycl/template-instances/fattn-vec-instance-q4_1-q4_0.cpp
vendor_llama_cpp_pydist/llama.cpp/ggml/src/ggml-sycl/template-instances/fattn-vec-instance-q4_1-q4_1.cpp
vendor_llama_cpp_pydist/llama.cpp/ggml/src/ggml-sycl/template-instances/fattn-vec-instance-q4_1-q5_0.cpp
vendor_llama_cpp_pydist/llama.cpp/ggml/src/ggml-sycl/template-instances/fattn-vec-instance-q4_1-q5_1.cpp
vendor_llama_cpp_pydist/llama.cpp/ggml/src/ggml-sycl/template-instances/fattn-vec-instance-q4_1-q8_0.cpp
vendor_llama_cpp_pydist/llama.cpp/ggml/src/ggml-sycl/template-instances/fattn-vec-instance-q5_0-f16.cpp
vendor_llama_cpp_pydist/llama.cpp/ggml/src/ggml-sycl/template-instances/fattn-vec-instance-q5_0-q4_0.cpp
vendor_llama_cpp_pydist/llama.cpp/ggml/src/ggml-sycl/template-instances/fattn-vec-instance-q5_0-q4_1.cpp
vendor_llama_cpp_pydist/llama.cpp/ggml/src/ggml-sycl/template-instances/fattn-vec-instance-q5_0-q5_0.cpp
vendor_llama_cpp_pydist/llama.cpp/ggml/src/ggml-sycl/template-instances/fattn-vec-instance-q5_0-q5_1.cpp
vendor_llama_cpp_pydist/llama.cpp/ggml/src/ggml-sycl/template-instances/fattn-vec-instance-q5_0-q8_0.cpp
vendor_llama_cpp_pydist/llama.cpp/ggml/src/ggml-sycl/template-instances/fattn-vec-instance-q5_1-f16.cpp
vendor_llama_cpp_pydist/llama.cpp/ggml/src/ggml-sycl/template-instances/fattn-vec-instance-q5_1-q4_0.cpp
vendor_llama_cpp_pydist/llama.cpp/ggml/src/ggml-sycl/template-instances/fattn-vec-instance-q5_1-q4_1.cpp
vendor_llama_cpp_pydist/llama.cpp/ggml/src/ggml-sycl/template-instances/fattn-vec-instance-q5_1-q5_0.cpp
vendor_llama_cpp_pydist/llama.cpp/ggml/src/ggml-sycl/template-instances/fattn-vec-instance-q5_1-q5_1.cpp
vendor_llama_cpp_pydist/llama.cpp/ggml/src/ggml-sycl/template-instances/fattn-vec-instance-q5_1-q8_0.cpp
vendor_llama_cpp_pydist/llama.cpp/ggml/src/ggml-sycl/template-instances/fattn-vec-instance-q8_0-f16.cpp
vendor_llama_cpp_pydist/llama.cpp/ggml/src/ggml-sycl/template-instances/fattn-vec-instance-q8_0-q4_0.cpp
vendor_llama_cpp_pydist/llama.cpp/ggml/src/ggml-sycl/template-instances/fattn-vec-instance-q8_0-q4_1.cpp
vendor_llama_cpp_pydist/llama.cpp/ggml/src/ggml-sycl/template-instances/fattn-vec-instance-q8_0-q5_0.cpp
vendor_llama_cpp_pydist/llama.cpp/ggml/src/ggml-sycl/template-instances/fattn-vec-instance-q8_0-q5_1.cpp
vendor_llama_cpp_pydist/llama.cpp/ggml/src/ggml-sycl/template-instances/fattn-vec-instance-q8_0-q8_0.cpp
vendor_llama_cpp_pydist/llama.cpp/ggml/src/ggml-virtgpu/CMakeLists.txt
vendor_llama_cpp_pydist/llama.cpp/ggml/src/ggml-virtgpu/apir_cs_ggml-rpc-front.cpp
vendor_llama_cpp_pydist/llama.cpp/ggml/src/ggml-virtgpu/ggml-backend-buffer-type.cpp
vendor_llama_cpp_pydist/llama.cpp/ggml/src/ggml-virtgpu/ggml-backend-buffer.cpp
vendor_llama_cpp_pydist/llama.cpp/ggml/src/ggml-virtgpu/ggml-backend-device.cpp
vendor_llama_cpp_pydist/llama.cpp/ggml/src/ggml-virtgpu/ggml-backend-reg.cpp
vendor_llama_cpp_pydist/llama.cpp/ggml/src/ggml-virtgpu/ggml-backend.cpp
vendor_llama_cpp_pydist/llama.cpp/ggml/src/ggml-virtgpu/ggml-remoting.h
vendor_llama_cpp_pydist/llama.cpp/ggml/src/ggml-virtgpu/ggmlremoting_functions.yaml
vendor_llama_cpp_pydist/llama.cpp/ggml/src/ggml-virtgpu/regenerate_remoting.py
vendor_llama_cpp_pydist/llama.cpp/ggml/src/ggml-virtgpu/virtgpu-apir.h
vendor_llama_cpp_pydist/llama.cpp/ggml/src/ggml-virtgpu/virtgpu-forward-backend.cpp
vendor_llama_cpp_pydist/llama.cpp/ggml/src/ggml-virtgpu/virtgpu-forward-buffer-type.cpp
vendor_llama_cpp_pydist/llama.cpp/ggml/src/ggml-virtgpu/virtgpu-forward-buffer.cpp
vendor_llama_cpp_pydist/llama.cpp/ggml/src/ggml-virtgpu/virtgpu-forward-device.cpp
vendor_llama_cpp_pydist/llama.cpp/ggml/src/ggml-virtgpu/virtgpu-forward-impl.h
vendor_llama_cpp_pydist/llama.cpp/ggml/src/ggml-virtgpu/virtgpu-forward.gen.h
vendor_llama_cpp_pydist/llama.cpp/ggml/src/ggml-virtgpu/virtgpu-shm.cpp
vendor_llama_cpp_pydist/llama.cpp/ggml/src/ggml-virtgpu/virtgpu-shm.h
vendor_llama_cpp_pydist/llama.cpp/ggml/src/ggml-virtgpu/virtgpu-utils.cpp
vendor_llama_cpp_pydist/llama.cpp/ggml/src/ggml-virtgpu/virtgpu-utils.h
vendor_llama_cpp_pydist/llama.cpp/ggml/src/ggml-virtgpu/virtgpu.cpp
vendor_llama_cpp_pydist/llama.cpp/ggml/src/ggml-virtgpu/virtgpu.h
vendor_llama_cpp_pydist/llama.cpp/ggml/src/ggml-virtgpu/backend/CMakeLists.txt
vendor_llama_cpp_pydist/llama.cpp/ggml/src/ggml-virtgpu/backend/apir_cs_ggml-rpc-back.cpp
vendor_llama_cpp_pydist/llama.cpp/ggml/src/ggml-virtgpu/backend/backend-convert.h
vendor_llama_cpp_pydist/llama.cpp/ggml/src/ggml-virtgpu/backend/backend-dispatched-backend.cpp
vendor_llama_cpp_pydist/llama.cpp/ggml/src/ggml-virtgpu/backend/backend-dispatched-buffer-type.cpp
vendor_llama_cpp_pydist/llama.cpp/ggml/src/ggml-virtgpu/backend/backend-dispatched-buffer.cpp
vendor_llama_cpp_pydist/llama.cpp/ggml/src/ggml-virtgpu/backend/backend-dispatched-device.cpp
vendor_llama_cpp_pydist/llama.cpp/ggml/src/ggml-virtgpu/backend/backend-dispatched.cpp
vendor_llama_cpp_pydist/llama.cpp/ggml/src/ggml-virtgpu/backend/backend-dispatched.gen.h
vendor_llama_cpp_pydist/llama.cpp/ggml/src/ggml-virtgpu/backend/backend-dispatched.h
vendor_llama_cpp_pydist/llama.cpp/ggml/src/ggml-virtgpu/backend/backend-virgl-apir.h
vendor_llama_cpp_pydist/llama.cpp/ggml/src/ggml-virtgpu/backend/backend.cpp
vendor_llama_cpp_pydist/llama.cpp/ggml/src/ggml-virtgpu/backend/shared/api_remoting.h
vendor_llama_cpp_pydist/llama.cpp/ggml/src/ggml-virtgpu/backend/shared/apir_backend.gen.h
vendor_llama_cpp_pydist/llama.cpp/ggml/src/ggml-virtgpu/backend/shared/apir_backend.h
vendor_llama_cpp_pydist/llama.cpp/ggml/src/ggml-virtgpu/backend/shared/apir_cs.h
vendor_llama_cpp_pydist/llama.cpp/ggml/src/ggml-virtgpu/backend/shared/apir_cs_ggml.h
vendor_llama_cpp_pydist/llama.cpp/ggml/src/ggml-virtgpu/backend/shared/apir_cs_rpc.h
vendor_llama_cpp_pydist/llama.cpp/ggml/src/ggml-virtgpu/include/apir_hw.h
vendor_llama_cpp_pydist/llama.cpp/ggml/src/ggml-vulkan/CMakeLists.txt
vendor_llama_cpp_pydist/llama.cpp/ggml/src/ggml-vulkan/ggml-vulkan.cpp
vendor_llama_cpp_pydist/llama.cpp/ggml/src/ggml-vulkan/cmake/host-toolchain.cmake.in
vendor_llama_cpp_pydist/llama.cpp/ggml/src/ggml-vulkan/vulkan-shaders/CMakeLists.txt
vendor_llama_cpp_pydist/llama.cpp/ggml/src/ggml-vulkan/vulkan-shaders/abs.comp
vendor_llama_cpp_pydist/llama.cpp/ggml/src/ggml-vulkan/vulkan-shaders/acc.comp
vendor_llama_cpp_pydist/llama.cpp/ggml/src/ggml-vulkan/vulkan-shaders/add.comp
vendor_llama_cpp_pydist/llama.cpp/ggml/src/ggml-vulkan/vulkan-shaders/add1.comp
vendor_llama_cpp_pydist/llama.cpp/ggml/src/ggml-vulkan/vulkan-shaders/add_id.comp
vendor_llama_cpp_pydist/llama.cpp/ggml/src/ggml-vulkan/vulkan-shaders/arange.comp
vendor_llama_cpp_pydist/llama.cpp/ggml/src/ggml-vulkan/vulkan-shaders/argmax.comp
vendor_llama_cpp_pydist/llama.cpp/ggml/src/ggml-vulkan/vulkan-shaders/argsort.comp
vendor_llama_cpp_pydist/llama.cpp/ggml/src/ggml-vulkan/vulkan-shaders/argsort_large.comp
vendor_llama_cpp_pydist/llama.cpp/ggml/src/ggml-vulkan/vulkan-shaders/ceil.comp
vendor_llama_cpp_pydist/llama.cpp/ggml/src/ggml-vulkan/vulkan-shaders/clamp.comp
vendor_llama_cpp_pydist/llama.cpp/ggml/src/ggml-vulkan/vulkan-shaders/concat.comp
vendor_llama_cpp_pydist/llama.cpp/ggml/src/ggml-vulkan/vulkan-shaders/contig_copy.comp
vendor_llama_cpp_pydist/llama.cpp/ggml/src/ggml-vulkan/vulkan-shaders/conv2d_dw.comp
vendor_llama_cpp_pydist/llama.cpp/ggml/src/ggml-vulkan/vulkan-shaders/conv2d_mm.comp
vendor_llama_cpp_pydist/llama.cpp/ggml/src/ggml-vulkan/vulkan-shaders/conv_transpose_1d.comp
vendor_llama_cpp_pydist/llama.cpp/ggml/src/ggml-vulkan/vulkan-shaders/copy.comp
vendor_llama_cpp_pydist/llama.cpp/ggml/src/ggml-vulkan/vulkan-shaders/copy_from_quant.comp
vendor_llama_cpp_pydist/llama.cpp/ggml/src/ggml-vulkan/vulkan-shaders/copy_to_quant.comp
vendor_llama_cpp_pydist/llama.cpp/ggml/src/ggml-vulkan/vulkan-shaders/copy_transpose.comp
vendor_llama_cpp_pydist/llama.cpp/ggml/src/ggml-vulkan/vulkan-shaders/cos.comp
vendor_llama_cpp_pydist/llama.cpp/ggml/src/ggml-vulkan/vulkan-shaders/count_equal.comp
vendor_llama_cpp_pydist/llama.cpp/ggml/src/ggml-vulkan/vulkan-shaders/count_experts.comp
vendor_llama_cpp_pydist/llama.cpp/ggml/src/ggml-vulkan/vulkan-shaders/cumsum.comp
vendor_llama_cpp_pydist/llama.cpp/ggml/src/ggml-vulkan/vulkan-shaders/cumsum_multipass1.comp
vendor_llama_cpp_pydist/llama.cpp/ggml/src/ggml-vulkan/vulkan-shaders/cumsum_multipass2.comp
vendor_llama_cpp_pydist/llama.cpp/ggml/src/ggml-vulkan/vulkan-shaders/dequant_f32.comp
vendor_llama_cpp_pydist/llama.cpp/ggml/src/ggml-vulkan/vulkan-shaders/dequant_funcs.glsl
vendor_llama_cpp_pydist/llama.cpp/ggml/src/ggml-vulkan/vulkan-shaders/dequant_funcs_cm2.glsl
vendor_llama_cpp_pydist/llama.cpp/ggml/src/ggml-vulkan/vulkan-shaders/dequant_head.glsl
vendor_llama_cpp_pydist/llama.cpp/ggml/src/ggml-vulkan/vulkan-shaders/dequant_iq1_m.comp
vendor_llama_cpp_pydist/llama.cpp/ggml/src/ggml-vulkan/vulkan-shaders/dequant_iq1_s.comp
vendor_llama_cpp_pydist/llama.cpp/ggml/src/ggml-vulkan/vulkan-shaders/dequant_iq2_s.comp
vendor_llama_cpp_pydist/llama.cpp/ggml/src/ggml-vulkan/vulkan-shaders/dequant_iq2_xs.comp
vendor_llama_cpp_pydist/llama.cpp/ggml/src/ggml-vulkan/vulkan-shaders/dequant_iq2_xxs.comp
vendor_llama_cpp_pydist/llama.cpp/ggml/src/ggml-vulkan/vulkan-shaders/dequant_iq3_s.comp
vendor_llama_cpp_pydist/llama.cpp/ggml/src/ggml-vulkan/vulkan-shaders/dequant_iq3_xxs.comp
vendor_llama_cpp_pydist/llama.cpp/ggml/src/ggml-vulkan/vulkan-shaders/dequant_iq4_nl.comp
vendor_llama_cpp_pydist/llama.cpp/ggml/src/ggml-vulkan/vulkan-shaders/dequant_iq4_xs.comp
vendor_llama_cpp_pydist/llama.cpp/ggml/src/ggml-vulkan/vulkan-shaders/dequant_mxfp4.comp
vendor_llama_cpp_pydist/llama.cpp/ggml/src/ggml-vulkan/vulkan-shaders/dequant_nvfp4.comp
vendor_llama_cpp_pydist/llama.cpp/ggml/src/ggml-vulkan/vulkan-shaders/dequant_q1_0.comp
vendor_llama_cpp_pydist/llama.cpp/ggml/src/ggml-vulkan/vulkan-shaders/dequant_q2_k.comp
vendor_llama_cpp_pydist/llama.cpp/ggml/src/ggml-vulkan/vulkan-shaders/dequant_q3_k.comp
vendor_llama_cpp_pydist/llama.cpp/ggml/src/ggml-vulkan/vulkan-shaders/dequant_q4_0.comp
vendor_llama_cpp_pydist/llama.cpp/ggml/src/ggml-vulkan/vulkan-shaders/dequant_q4_1.comp
vendor_llama_cpp_pydist/llama.cpp/ggml/src/ggml-vulkan/vulkan-shaders/dequant_q4_k.comp
vendor_llama_cpp_pydist/llama.cpp/ggml/src/ggml-vulkan/vulkan-shaders/dequant_q5_0.comp
vendor_llama_cpp_pydist/llama.cpp/ggml/src/ggml-vulkan/vulkan-shaders/dequant_q5_1.comp
vendor_llama_cpp_pydist/llama.cpp/ggml/src/ggml-vulkan/vulkan-shaders/dequant_q5_k.comp
vendor_llama_cpp_pydist/llama.cpp/ggml/src/ggml-vulkan/vulkan-shaders/dequant_q6_k.comp
vendor_llama_cpp_pydist/llama.cpp/ggml/src/ggml-vulkan/vulkan-shaders/dequant_q8_0.comp
vendor_llama_cpp_pydist/llama.cpp/ggml/src/ggml-vulkan/vulkan-shaders/diag.comp
vendor_llama_cpp_pydist/llama.cpp/ggml/src/ggml-vulkan/vulkan-shaders/diag_mask_inf.comp
vendor_llama_cpp_pydist/llama.cpp/ggml/src/ggml-vulkan/vulkan-shaders/div.comp
vendor_llama_cpp_pydist/llama.cpp/ggml/src/ggml-vulkan/vulkan-shaders/elu.comp
vendor_llama_cpp_pydist/llama.cpp/ggml/src/ggml-vulkan/vulkan-shaders/exp.comp
vendor_llama_cpp_pydist/llama.cpp/ggml/src/ggml-vulkan/vulkan-shaders/fill.comp
vendor_llama_cpp_pydist/llama.cpp/ggml/src/ggml-vulkan/vulkan-shaders/flash_attn.comp
vendor_llama_cpp_pydist/llama.cpp/ggml/src/ggml-vulkan/vulkan-shaders/flash_attn_base.glsl
vendor_llama_cpp_pydist/llama.cpp/ggml/src/ggml-vulkan/vulkan-shaders/flash_attn_cm1.comp
vendor_llama_cpp_pydist/llama.cpp/ggml/src/ggml-vulkan/vulkan-shaders/flash_attn_cm2.comp
vendor_llama_cpp_pydist/llama.cpp/ggml/src/ggml-vulkan/vulkan-shaders/flash_attn_mask_opt.comp
vendor_llama_cpp_pydist/llama.cpp/ggml/src/ggml-vulkan/vulkan-shaders/flash_attn_mmq_funcs.glsl
vendor_llama_cpp_pydist/llama.cpp/ggml/src/ggml-vulkan/vulkan-shaders/flash_attn_split_k_reduce.comp
vendor_llama_cpp_pydist/llama.cpp/ggml/src/ggml-vulkan/vulkan-shaders/floor.comp
vendor_llama_cpp_pydist/llama.cpp/ggml/src/ggml-vulkan/vulkan-shaders/gated_delta_net.comp
vendor_llama_cpp_pydist/llama.cpp/ggml/src/ggml-vulkan/vulkan-shaders/geglu.comp
vendor_llama_cpp_pydist/llama.cpp/ggml/src/ggml-vulkan/vulkan-shaders/geglu_erf.comp
vendor_llama_cpp_pydist/llama.cpp/ggml/src/ggml-vulkan/vulkan-shaders/geglu_quick.comp
vendor_llama_cpp_pydist/llama.cpp/ggml/src/ggml-vulkan/vulkan-shaders/gelu.comp
vendor_llama_cpp_pydist/llama.cpp/ggml/src/ggml-vulkan/vulkan-shaders/gelu_erf.comp
vendor_llama_cpp_pydist/llama.cpp/ggml/src/ggml-vulkan/vulkan-shaders/gelu_quick.comp
vendor_llama_cpp_pydist/llama.cpp/ggml/src/ggml-vulkan/vulkan-shaders/generic_binary_head.glsl
vendor_llama_cpp_pydist/llama.cpp/ggml/src/ggml-vulkan/vulkan-shaders/generic_head.glsl
vendor_llama_cpp_pydist/llama.cpp/ggml/src/ggml-vulkan/vulkan-shaders/generic_unary_head.glsl
vendor_llama_cpp_pydist/llama.cpp/ggml/src/ggml-vulkan/vulkan-shaders/get_rows.comp
vendor_llama_cpp_pydist/llama.cpp/ggml/src/ggml-vulkan/vulkan-shaders/get_rows_quant.comp
vendor_llama_cpp_pydist/llama.cpp/ggml/src/ggml-vulkan/vulkan-shaders/glu_head.glsl
vendor_llama_cpp_pydist/llama.cpp/ggml/src/ggml-vulkan/vulkan-shaders/glu_main.glsl
vendor_llama_cpp_pydist/llama.cpp/ggml/src/ggml-vulkan/vulkan-shaders/group_norm.comp
vendor_llama_cpp_pydist/llama.cpp/ggml/src/ggml-vulkan/vulkan-shaders/hardsigmoid.comp
vendor_llama_cpp_pydist/llama.cpp/ggml/src/ggml-vulkan/vulkan-shaders/hardswish.comp
vendor_llama_cpp_pydist/llama.cpp/ggml/src/ggml-vulkan/vulkan-shaders/im2col.comp
vendor_llama_cpp_pydist/llama.cpp/ggml/src/ggml-vulkan/vulkan-shaders/im2col_3d.comp
vendor_llama_cpp_pydist/llama.cpp/ggml/src/ggml-vulkan/vulkan-shaders/l2_norm.comp
vendor_llama_cpp_pydist/llama.cpp/ggml/src/ggml-vulkan/vulkan-shaders/leaky_relu.comp
vendor_llama_cpp_pydist/llama.cpp/ggml/src/ggml-vulkan/vulkan-shaders/log.comp
vendor_llama_cpp_pydist/llama.cpp/ggml/src/ggml-vulkan/vulkan-shaders/mul.comp
vendor_llama_cpp_pydist/llama.cpp/ggml/src/ggml-vulkan/vulkan-shaders/mul_mat_split_k_reduce.comp
vendor_llama_cpp_pydist/llama.cpp/ggml/src/ggml-vulkan/vulkan-shaders/mul_mat_vec.comp
vendor_llama_cpp_pydist/llama.cpp/ggml/src/ggml-vulkan/vulkan-shaders/mul_mat_vec_base.glsl
vendor_llama_cpp_pydist/llama.cpp/ggml/src/ggml-vulkan/vulkan-shaders/mul_mat_vec_iface.glsl
vendor_llama_cpp_pydist/llama.cpp/ggml/src/ggml-vulkan/vulkan-shaders/mul_mat_vec_iq1_m.comp
vendor_llama_cpp_pydist/llama.cpp/ggml/src/ggml-vulkan/vulkan-shaders/mul_mat_vec_iq1_s.comp
vendor_llama_cpp_pydist/llama.cpp/ggml/src/ggml-vulkan/vulkan-shaders/mul_mat_vec_iq2_s.comp
vendor_llama_cpp_pydist/llama.cpp/ggml/src/ggml-vulkan/vulkan-shaders/mul_mat_vec_iq2_xs.comp
vendor_llama_cpp_pydist/llama.cpp/ggml/src/ggml-vulkan/vulkan-shaders/mul_mat_vec_iq2_xxs.comp
vendor_llama_cpp_pydist/llama.cpp/ggml/src/ggml-vulkan/vulkan-shaders/mul_mat_vec_iq3_s.comp
vendor_llama_cpp_pydist/llama.cpp/ggml/src/ggml-vulkan/vulkan-shaders/mul_mat_vec_iq3_xxs.comp
vendor_llama_cpp_pydist/llama.cpp/ggml/src/ggml-vulkan/vulkan-shaders/mul_mat_vec_nc.comp
vendor_llama_cpp_pydist/llama.cpp/ggml/src/ggml-vulkan/vulkan-shaders/mul_mat_vec_p021.comp
vendor_llama_cpp_pydist/llama.cpp/ggml/src/ggml-vulkan/vulkan-shaders/mul_mat_vec_q2_k.comp
vendor_llama_cpp_pydist/llama.cpp/ggml/src/ggml-vulkan/vulkan-shaders/mul_mat_vec_q3_k.comp
vendor_llama_cpp_pydist/llama.cpp/ggml/src/ggml-vulkan/vulkan-shaders/mul_mat_vec_q4_k.comp
vendor_llama_cpp_pydist/llama.cpp/ggml/src/ggml-vulkan/vulkan-shaders/mul_mat_vec_q5_k.comp
vendor_llama_cpp_pydist/llama.cpp/ggml/src/ggml-vulkan/vulkan-shaders/mul_mat_vec_q6_k.comp
vendor_llama_cpp_pydist/llama.cpp/ggml/src/ggml-vulkan/vulkan-shaders/mul_mat_vecq.comp
vendor_llama_cpp_pydist/llama.cpp/ggml/src/ggml-vulkan/vulkan-shaders/mul_mat_vecq_funcs.glsl
vendor_llama_cpp_pydist/llama.cpp/ggml/src/ggml-vulkan/vulkan-shaders/mul_mm.comp
vendor_llama_cpp_pydist/llama.cpp/ggml/src/ggml-vulkan/vulkan-shaders/mul_mm_cm2.comp
vendor_llama_cpp_pydist/llama.cpp/ggml/src/ggml-vulkan/vulkan-shaders/mul_mm_funcs.glsl
vendor_llama_cpp_pydist/llama.cpp/ggml/src/ggml-vulkan/vulkan-shaders/mul_mm_id_funcs.glsl
vendor_llama_cpp_pydist/llama.cpp/ggml/src/ggml-vulkan/vulkan-shaders/mul_mmq.comp
vendor_llama_cpp_pydist/llama.cpp/ggml/src/ggml-vulkan/vulkan-shaders/mul_mmq_funcs.glsl
vendor_llama_cpp_pydist/llama.cpp/ggml/src/ggml-vulkan/vulkan-shaders/mul_mmq_shmem_types.glsl
vendor_llama_cpp_pydist/llama.cpp/ggml/src/ggml-vulkan/vulkan-shaders/multi_add.comp
vendor_llama_cpp_pydist/llama.cpp/ggml/src/ggml-vulkan/vulkan-shaders/neg.comp
vendor_llama_cpp_pydist/llama.cpp/ggml/src/ggml-vulkan/vulkan-shaders/norm.comp
vendor_llama_cpp_pydist/llama.cpp/ggml/src/ggml-vulkan/vulkan-shaders/opt_step_adamw.comp
vendor_llama_cpp_pydist/llama.cpp/ggml/src/ggml-vulkan/vulkan-shaders/opt_step_sgd.comp
vendor_llama_cpp_pydist/llama.cpp/ggml/src/ggml-vulkan/vulkan-shaders/pad.comp
vendor_llama_cpp_pydist/llama.cpp/ggml/src/ggml-vulkan/vulkan-shaders/pool2d.comp
vendor_llama_cpp_pydist/llama.cpp/ggml/src/ggml-vulkan/vulkan-shaders/quantize_q8_1.comp
vendor_llama_cpp_pydist/llama.cpp/ggml/src/ggml-vulkan/vulkan-shaders/reglu.comp
vendor_llama_cpp_pydist/llama.cpp/ggml/src/ggml-vulkan/vulkan-shaders/relu.comp
vendor_llama_cpp_pydist/llama.cpp/ggml/src/ggml-vulkan/vulkan-shaders/repeat.comp
vendor_llama_cpp_pydist/llama.cpp/ggml/src/ggml-vulkan/vulkan-shaders/repeat_back.comp
vendor_llama_cpp_pydist/llama.cpp/ggml/src/ggml-vulkan/vulkan-shaders/rms_norm.comp
vendor_llama_cpp_pydist/llama.cpp/ggml/src/ggml-vulkan/vulkan-shaders/rms_norm_back.comp
vendor_llama_cpp_pydist/llama.cpp/ggml/src/ggml-vulkan/vulkan-shaders/rms_norm_partials.comp
vendor_llama_cpp_pydist/llama.cpp/ggml/src/ggml-vulkan/vulkan-shaders/roll.comp
vendor_llama_cpp_pydist/llama.cpp/ggml/src/ggml-vulkan/vulkan-shaders/rope_funcs.glsl
vendor_llama_cpp_pydist/llama.cpp/ggml/src/ggml-vulkan/vulkan-shaders/rope_head.glsl
vendor_llama_cpp_pydist/llama.cpp/ggml/src/ggml-vulkan/vulkan-shaders/rope_multi.comp
vendor_llama_cpp_pydist/llama.cpp/ggml/src/ggml-vulkan/vulkan-shaders/rope_neox.comp
vendor_llama_cpp_pydist/llama.cpp/ggml/src/ggml-vulkan/vulkan-shaders/rope_norm.comp
vendor_llama_cpp_pydist/llama.cpp/ggml/src/ggml-vulkan/vulkan-shaders/rope_params.glsl
vendor_llama_cpp_pydist/llama.cpp/ggml/src/ggml-vulkan/vulkan-shaders/rope_vision.comp
vendor_llama_cpp_pydist/llama.cpp/ggml/src/ggml-vulkan/vulkan-shaders/round.comp
vendor_llama_cpp_pydist/llama.cpp/ggml/src/ggml-vulkan/vulkan-shaders/scale.comp
vendor_llama_cpp_pydist/llama.cpp/ggml/src/ggml-vulkan/vulkan-shaders/sgn.comp
vendor_llama_cpp_pydist/llama.cpp/ggml/src/ggml-vulkan/vulkan-shaders/sigmoid.comp
vendor_llama_cpp_pydist/llama.cpp/ggml/src/ggml-vulkan/vulkan-shaders/silu.comp
vendor_llama_cpp_pydist/llama.cpp/ggml/src/ggml-vulkan/vulkan-shaders/silu_back.comp
vendor_llama_cpp_pydist/llama.cpp/ggml/src/ggml-vulkan/vulkan-shaders/sin.comp
vendor_llama_cpp_pydist/llama.cpp/ggml/src/ggml-vulkan/vulkan-shaders/soft_max.comp
vendor_llama_cpp_pydist/llama.cpp/ggml/src/ggml-vulkan/vulkan-shaders/soft_max_back.comp
vendor_llama_cpp_pydist/llama.cpp/ggml/src/ggml-vulkan/vulkan-shaders/soft_max_large1.comp
vendor_llama_cpp_pydist/llama.cpp/ggml/src/ggml-vulkan/vulkan-shaders/soft_max_large2.comp
vendor_llama_cpp_pydist/llama.cpp/ggml/src/ggml-vulkan/vulkan-shaders/soft_max_large3.comp
vendor_llama_cpp_pydist/llama.cpp/ggml/src/ggml-vulkan/vulkan-shaders/soft_max_large_common.glsl
vendor_llama_cpp_pydist/llama.cpp/ggml/src/ggml-vulkan/vulkan-shaders/softplus.comp
vendor_llama_cpp_pydist/llama.cpp/ggml/src/ggml-vulkan/vulkan-shaders/solve_tri.comp
vendor_llama_cpp_pydist/llama.cpp/ggml/src/ggml-vulkan/vulkan-shaders/sqrt.comp
vendor_llama_cpp_pydist/llama.cpp/ggml/src/ggml-vulkan/vulkan-shaders/square.comp
vendor_llama_cpp_pydist/llama.cpp/ggml/src/ggml-vulkan/vulkan-shaders/ssm_conv.comp
vendor_llama_cpp_pydist/llama.cpp/ggml/src/ggml-vulkan/vulkan-shaders/ssm_scan.comp
vendor_llama_cpp_pydist/llama.cpp/ggml/src/ggml-vulkan/vulkan-shaders/step.comp
vendor_llama_cpp_pydist/llama.cpp/ggml/src/ggml-vulkan/vulkan-shaders/sub.comp
vendor_llama_cpp_pydist/llama.cpp/ggml/src/ggml-vulkan/vulkan-shaders/sum_rows.comp
vendor_llama_cpp_pydist/llama.cpp/ggml/src/ggml-vulkan/vulkan-shaders/sum_rows.glsl
vendor_llama_cpp_pydist/llama.cpp/ggml/src/ggml-vulkan/vulkan-shaders/swiglu.comp
vendor_llama_cpp_pydist/llama.cpp/ggml/src/ggml-vulkan/vulkan-shaders/swiglu_oai.comp
vendor_llama_cpp_pydist/llama.cpp/ggml/src/ggml-vulkan/vulkan-shaders/tanh.comp
vendor_llama_cpp_pydist/llama.cpp/ggml/src/ggml-vulkan/vulkan-shaders/timestep_embedding.comp
vendor_llama_cpp_pydist/llama.cpp/ggml/src/ggml-vulkan/vulkan-shaders/topk_argsort.comp
vendor_llama_cpp_pydist/llama.cpp/ggml/src/ggml-vulkan/vulkan-shaders/topk_moe.comp
vendor_llama_cpp_pydist/llama.cpp/ggml/src/ggml-vulkan/vulkan-shaders/topk_nary_search.comp
vendor_llama_cpp_pydist/llama.cpp/ggml/src/ggml-vulkan/vulkan-shaders/tri.comp
vendor_llama_cpp_pydist/llama.cpp/ggml/src/ggml-vulkan/vulkan-shaders/trunc.comp
vendor_llama_cpp_pydist/llama.cpp/ggml/src/ggml-vulkan/vulkan-shaders/types.glsl
vendor_llama_cpp_pydist/llama.cpp/ggml/src/ggml-vulkan/vulkan-shaders/upscale.comp
vendor_llama_cpp_pydist/llama.cpp/ggml/src/ggml-vulkan/vulkan-shaders/utils.glsl
vendor_llama_cpp_pydist/llama.cpp/ggml/src/ggml-vulkan/vulkan-shaders/vulkan-shaders-gen.cpp
vendor_llama_cpp_pydist/llama.cpp/ggml/src/ggml-vulkan/vulkan-shaders/wkv6.comp
vendor_llama_cpp_pydist/llama.cpp/ggml/src/ggml-vulkan/vulkan-shaders/wkv7.comp
vendor_llama_cpp_pydist/llama.cpp/ggml/src/ggml-vulkan/vulkan-shaders/xielu.comp
vendor_llama_cpp_pydist/llama.cpp/ggml/src/ggml-vulkan/vulkan-shaders/feature-tests/bfloat16.comp
vendor_llama_cpp_pydist/llama.cpp/ggml/src/ggml-vulkan/vulkan-shaders/feature-tests/coopmat.comp
vendor_llama_cpp_pydist/llama.cpp/ggml/src/ggml-vulkan/vulkan-shaders/feature-tests/coopmat2.comp
vendor_llama_cpp_pydist/llama.cpp/ggml/src/ggml-vulkan/vulkan-shaders/feature-tests/integer_dot.comp
vendor_llama_cpp_pydist/llama.cpp/ggml/src/ggml-webgpu/CMakeLists.txt
vendor_llama_cpp_pydist/llama.cpp/ggml/src/ggml-webgpu/ggml-webgpu-shader-lib.hpp
vendor_llama_cpp_pydist/llama.cpp/ggml/src/ggml-webgpu/ggml-webgpu.cpp
vendor_llama_cpp_pydist/llama.cpp/ggml/src/ggml-webgpu/pre_wgsl.hpp
vendor_llama_cpp_pydist/llama.cpp/ggml/src/ggml-webgpu/wgsl-shaders/argmax.wgsl
vendor_llama_cpp_pydist/llama.cpp/ggml/src/ggml-webgpu/wgsl-shaders/argsort.wgsl
vendor_llama_cpp_pydist/llama.cpp/ggml/src/ggml-webgpu/wgsl-shaders/argsort_merge.wgsl
vendor_llama_cpp_pydist/llama.cpp/ggml/src/ggml-webgpu/wgsl-shaders/binary.wgsl
vendor_llama_cpp_pydist/llama.cpp/ggml/src/ggml-webgpu/wgsl-shaders/common_decls.tmpl
vendor_llama_cpp_pydist/llama.cpp/ggml/src/ggml-webgpu/wgsl-shaders/concat.wgsl
vendor_llama_cpp_pydist/llama.cpp/ggml/src/ggml-webgpu/wgsl-shaders/cpy.wgsl
vendor_llama_cpp_pydist/llama.cpp/ggml/src/ggml-webgpu/wgsl-shaders/cumsum.wgsl
vendor_llama_cpp_pydist/llama.cpp/ggml/src/ggml-webgpu/wgsl-shaders/embed_wgsl.py
vendor_llama_cpp_pydist/llama.cpp/ggml/src/ggml-webgpu/wgsl-shaders/flash_attn.wgsl
vendor_llama_cpp_pydist/llama.cpp/ggml/src/ggml-webgpu/wgsl-shaders/flash_attn_vec_blk.wgsl
vendor_llama_cpp_pydist/llama.cpp/ggml/src/ggml-webgpu/wgsl-shaders/flash_attn_vec_reduce.wgsl
vendor_llama_cpp_pydist/llama.cpp/ggml/src/ggml-webgpu/wgsl-shaders/flash_attn_vec_split.wgsl
vendor_llama_cpp_pydist/llama.cpp/ggml/src/ggml-webgpu/wgsl-shaders/gated_delta_net.wgsl
vendor_llama_cpp_pydist/llama.cpp/ggml/src/ggml-webgpu/wgsl-shaders/get_rows.wgsl
vendor_llama_cpp_pydist/llama.cpp/ggml/src/ggml-webgpu/wgsl-shaders/glu.wgsl
vendor_llama_cpp_pydist/llama.cpp/ggml/src/ggml-webgpu/wgsl-shaders/memset.wgsl
vendor_llama_cpp_pydist/llama.cpp/ggml/src/ggml-webgpu/wgsl-shaders/mul_mat.wgsl
vendor_llama_cpp_pydist/llama.cpp/ggml/src/ggml-webgpu/wgsl-shaders/mul_mat_decls.tmpl
vendor_llama_cpp_pydist/llama.cpp/ggml/src/ggml-webgpu/wgsl-shaders/mul_mat_id.wgsl
vendor_llama_cpp_pydist/llama.cpp/ggml/src/ggml-webgpu/wgsl-shaders/mul_mat_id_gather.wgsl
vendor_llama_cpp_pydist/llama.cpp/ggml/src/ggml-webgpu/wgsl-shaders/mul_mat_reg_tile.wgsl
vendor_llama_cpp_pydist/llama.cpp/ggml/src/ggml-webgpu/wgsl-shaders/mul_mat_subgroup_matrix.wgsl
vendor_llama_cpp_pydist/llama.cpp/ggml/src/ggml-webgpu/wgsl-shaders/mul_mat_vec.wgsl
vendor_llama_cpp_pydist/llama.cpp/ggml/src/ggml-webgpu/wgsl-shaders/pad.wgsl
vendor_llama_cpp_pydist/llama.cpp/ggml/src/ggml-webgpu/wgsl-shaders/repeat.wgsl
vendor_llama_cpp_pydist/llama.cpp/ggml/src/ggml-webgpu/wgsl-shaders/rope.wgsl
vendor_llama_cpp_pydist/llama.cpp/ggml/src/ggml-webgpu/wgsl-shaders/row_norm.wgsl
vendor_llama_cpp_pydist/llama.cpp/ggml/src/ggml-webgpu/wgsl-shaders/scale.wgsl
vendor_llama_cpp_pydist/llama.cpp/ggml/src/ggml-webgpu/wgsl-shaders/set.wgsl
vendor_llama_cpp_pydist/llama.cpp/ggml/src/ggml-webgpu/wgsl-shaders/set_rows.wgsl
vendor_llama_cpp_pydist/llama.cpp/ggml/src/ggml-webgpu/wgsl-shaders/soft_max.wgsl
vendor_llama_cpp_pydist/llama.cpp/ggml/src/ggml-webgpu/wgsl-shaders/solve_tri.wgsl
vendor_llama_cpp_pydist/llama.cpp/ggml/src/ggml-webgpu/wgsl-shaders/ssm_conv.wgsl
vendor_llama_cpp_pydist/llama.cpp/ggml/src/ggml-webgpu/wgsl-shaders/sum_rows.wgsl
vendor_llama_cpp_pydist/llama.cpp/ggml/src/ggml-webgpu/wgsl-shaders/unary.wgsl
vendor_llama_cpp_pydist/llama.cpp/ggml/src/ggml-zdnn/.gitignore
vendor_llama_cpp_pydist/llama.cpp/ggml/src/ggml-zdnn/CMakeLists.txt
vendor_llama_cpp_pydist/llama.cpp/ggml/src/ggml-zdnn/common.hpp
vendor_llama_cpp_pydist/llama.cpp/ggml/src/ggml-zdnn/ggml-zdnn.cpp
vendor_llama_cpp_pydist/llama.cpp/ggml/src/ggml-zdnn/mmf.cpp
vendor_llama_cpp_pydist/llama.cpp/ggml/src/ggml-zdnn/mmf.hpp
vendor_llama_cpp_pydist/llama.cpp/ggml/src/ggml-zdnn/utils.cpp
vendor_llama_cpp_pydist/llama.cpp/ggml/src/ggml-zdnn/utils.hpp
vendor_llama_cpp_pydist/llama.cpp/ggml/src/ggml-zendnn/CMakeLists.txt
vendor_llama_cpp_pydist/llama.cpp/ggml/src/ggml-zendnn/ggml-zendnn.cpp
vendor_llama_cpp_pydist/llama.cpp/gguf-py/LICENSE
vendor_llama_cpp_pydist/llama.cpp/gguf-py/README.md
vendor_llama_cpp_pydist/llama.cpp/gguf-py/pyproject.toml
vendor_llama_cpp_pydist/llama.cpp/gguf-py/examples/reader.py
vendor_llama_cpp_pydist/llama.cpp/gguf-py/examples/writer.py
vendor_llama_cpp_pydist/llama.cpp/gguf-py/gguf/__init__.py
vendor_llama_cpp_pydist/llama.cpp/gguf-py/gguf/constants.py
vendor_llama_cpp_pydist/llama.cpp/gguf-py/gguf/gguf.py
vendor_llama_cpp_pydist/llama.cpp/gguf-py/gguf/gguf_reader.py
vendor_llama_cpp_pydist/llama.cpp/gguf-py/gguf/gguf_writer.py
vendor_llama_cpp_pydist/llama.cpp/gguf-py/gguf/lazy.py
vendor_llama_cpp_pydist/llama.cpp/gguf-py/gguf/metadata.py
vendor_llama_cpp_pydist/llama.cpp/gguf-py/gguf/py.typed
vendor_llama_cpp_pydist/llama.cpp/gguf-py/gguf/quants.py
vendor_llama_cpp_pydist/llama.cpp/gguf-py/gguf/tensor_mapping.py
vendor_llama_cpp_pydist/llama.cpp/gguf-py/gguf/utility.py
vendor_llama_cpp_pydist/llama.cpp/gguf-py/gguf/vocab.py
vendor_llama_cpp_pydist/llama.cpp/gguf-py/gguf/scripts/gguf_convert_endian.py
vendor_llama_cpp_pydist/llama.cpp/gguf-py/gguf/scripts/gguf_dump.py
vendor_llama_cpp_pydist/llama.cpp/gguf-py/gguf/scripts/gguf_editor_gui.py
vendor_llama_cpp_pydist/llama.cpp/gguf-py/gguf/scripts/gguf_hash.py
vendor_llama_cpp_pydist/llama.cpp/gguf-py/gguf/scripts/gguf_new_metadata.py
vendor_llama_cpp_pydist/llama.cpp/gguf-py/gguf/scripts/gguf_set_metadata.py
vendor_llama_cpp_pydist/llama.cpp/gguf-py/tests/__init__.py
vendor_llama_cpp_pydist/llama.cpp/gguf-py/tests/test_metadata.py
vendor_llama_cpp_pydist/llama.cpp/gguf-py/tests/test_quants.py
vendor_llama_cpp_pydist/llama.cpp/grammars/README.md
vendor_llama_cpp_pydist/llama.cpp/grammars/arithmetic.gbnf
vendor_llama_cpp_pydist/llama.cpp/grammars/c.gbnf
vendor_llama_cpp_pydist/llama.cpp/grammars/chess.gbnf
vendor_llama_cpp_pydist/llama.cpp/grammars/english.gbnf
vendor_llama_cpp_pydist/llama.cpp/grammars/japanese.gbnf
vendor_llama_cpp_pydist/llama.cpp/grammars/json.gbnf
vendor_llama_cpp_pydist/llama.cpp/grammars/json_arr.gbnf
vendor_llama_cpp_pydist/llama.cpp/grammars/list.gbnf
vendor_llama_cpp_pydist/llama.cpp/include/llama-cpp.h
vendor_llama_cpp_pydist/llama.cpp/include/llama.h
vendor_llama_cpp_pydist/llama.cpp/licenses/LICENSE-jsonhpp
vendor_llama_cpp_pydist/llama.cpp/media/llama0-banner.png
vendor_llama_cpp_pydist/llama.cpp/media/llama0-logo.png
vendor_llama_cpp_pydist/llama.cpp/media/llama1-banner.png
vendor_llama_cpp_pydist/llama.cpp/media/llama1-icon-transparent.png
vendor_llama_cpp_pydist/llama.cpp/media/llama1-icon-transparent.svg
vendor_llama_cpp_pydist/llama.cpp/media/llama1-icon.png
vendor_llama_cpp_pydist/llama.cpp/media/llama1-icon.svg
vendor_llama_cpp_pydist/llama.cpp/media/llama1-logo.png
vendor_llama_cpp_pydist/llama.cpp/media/llama1-logo.svg
vendor_llama_cpp_pydist/llama.cpp/media/matmul.png
vendor_llama_cpp_pydist/llama.cpp/media/matmul.svg
vendor_llama_cpp_pydist/llama.cpp/pocs/CMakeLists.txt
vendor_llama_cpp_pydist/llama.cpp/pocs/vdot/CMakeLists.txt
vendor_llama_cpp_pydist/llama.cpp/pocs/vdot/q8dot.cpp
vendor_llama_cpp_pydist/llama.cpp/pocs/vdot/vdot.cpp
vendor_llama_cpp_pydist/llama.cpp/requirements/requirements-all.txt
vendor_llama_cpp_pydist/llama.cpp/requirements/requirements-compare-llama-bench.txt
vendor_llama_cpp_pydist/llama.cpp/requirements/requirements-convert_hf_to_gguf.txt
vendor_llama_cpp_pydist/llama.cpp/requirements/requirements-convert_hf_to_gguf_update.txt
vendor_llama_cpp_pydist/llama.cpp/requirements/requirements-convert_legacy_llama.txt
vendor_llama_cpp_pydist/llama.cpp/requirements/requirements-convert_llama_ggml_to_gguf.txt
vendor_llama_cpp_pydist/llama.cpp/requirements/requirements-convert_lora_to_gguf.txt
vendor_llama_cpp_pydist/llama.cpp/requirements/requirements-gguf_editor_gui.txt
vendor_llama_cpp_pydist/llama.cpp/requirements/requirements-pydantic.txt
vendor_llama_cpp_pydist/llama.cpp/requirements/requirements-server-bench.txt
vendor_llama_cpp_pydist/llama.cpp/requirements/requirements-test-tokenizer-random.txt
vendor_llama_cpp_pydist/llama.cpp/requirements/requirements-tool_bench.txt
vendor_llama_cpp_pydist/llama.cpp/scripts/bench-models.sh
vendor_llama_cpp_pydist/llama.cpp/scripts/build-info.sh
vendor_llama_cpp_pydist/llama.cpp/scripts/check-requirements.sh
vendor_llama_cpp_pydist/llama.cpp/scripts/compare-commits.sh
vendor_llama_cpp_pydist/llama.cpp/scripts/compare-llama-bench.py
vendor_llama_cpp_pydist/llama.cpp/scripts/compare-logprobs.py
vendor_llama_cpp_pydist/llama.cpp/scripts/create_ops_docs.py
vendor_llama_cpp_pydist/llama.cpp/scripts/debug-test.sh
vendor_llama_cpp_pydist/llama.cpp/scripts/fetch_server_test_models.py
vendor_llama_cpp_pydist/llama.cpp/scripts/gen-authors.sh
vendor_llama_cpp_pydist/llama.cpp/scripts/gen-unicode-data.py
vendor_llama_cpp_pydist/llama.cpp/scripts/get-flags.mk
vendor_llama_cpp_pydist/llama.cpp/scripts/get-hellaswag.sh
vendor_llama_cpp_pydist/llama.cpp/scripts/get-pg.sh
vendor_llama_cpp_pydist/llama.cpp/scripts/get-wikitext-2.sh
vendor_llama_cpp_pydist/llama.cpp/scripts/get-winogrande.sh
vendor_llama_cpp_pydist/llama.cpp/scripts/get_chat_template.py
vendor_llama_cpp_pydist/llama.cpp/scripts/git-bisect-run.sh
vendor_llama_cpp_pydist/llama.cpp/scripts/git-bisect.sh
vendor_llama_cpp_pydist/llama.cpp/scripts/hf.sh
vendor_llama_cpp_pydist/llama.cpp/scripts/install-oneapi.bat
vendor_llama_cpp_pydist/llama.cpp/scripts/pr2wt.sh
vendor_llama_cpp_pydist/llama.cpp/scripts/serve-static.js
vendor_llama_cpp_pydist/llama.cpp/scripts/server-bench.py
vendor_llama_cpp_pydist/llama.cpp/scripts/server-test-function-call.py
vendor_llama_cpp_pydist/llama.cpp/scripts/server-test-model.py
vendor_llama_cpp_pydist/llama.cpp/scripts/sync-ggml-am.sh
vendor_llama_cpp_pydist/llama.cpp/scripts/sync-ggml.last
vendor_llama_cpp_pydist/llama.cpp/scripts/sync-ggml.sh
vendor_llama_cpp_pydist/llama.cpp/scripts/sync_vendor.py
vendor_llama_cpp_pydist/llama.cpp/scripts/tool_bench.py
vendor_llama_cpp_pydist/llama.cpp/scripts/tool_bench.sh
vendor_llama_cpp_pydist/llama.cpp/scripts/verify-checksum-models.py
vendor_llama_cpp_pydist/llama.cpp/scripts/xxd.cmake
vendor_llama_cpp_pydist/llama.cpp/scripts/apple/validate-apps.sh
vendor_llama_cpp_pydist/llama.cpp/scripts/apple/validate-ios.sh
vendor_llama_cpp_pydist/llama.cpp/scripts/apple/validate-macos.sh
vendor_llama_cpp_pydist/llama.cpp/scripts/apple/validate-tvos.sh
vendor_llama_cpp_pydist/llama.cpp/scripts/apple/validate-visionos.sh
vendor_llama_cpp_pydist/llama.cpp/scripts/hip/gcn-cdna-vgpr-check.py
vendor_llama_cpp_pydist/llama.cpp/scripts/jinja/jinja-tester.py
vendor_llama_cpp_pydist/llama.cpp/scripts/jinja/requirements.txt
vendor_llama_cpp_pydist/llama.cpp/scripts/snapdragon/adb/llama-cli.farf
vendor_llama_cpp_pydist/llama.cpp/scripts/snapdragon/adb/run-bench.sh
vendor_llama_cpp_pydist/llama.cpp/scripts/snapdragon/adb/run-cli.sh
vendor_llama_cpp_pydist/llama.cpp/scripts/snapdragon/adb/run-completion.sh
vendor_llama_cpp_pydist/llama.cpp/scripts/snapdragon/adb/run-mtmd.sh
vendor_llama_cpp_pydist/llama.cpp/scripts/snapdragon/adb/run-tool.sh
vendor_llama_cpp_pydist/llama.cpp/scripts/snapdragon/qdc/readme.md
vendor_llama_cpp_pydist/llama.cpp/scripts/snapdragon/qdc/requirements.txt
vendor_llama_cpp_pydist/llama.cpp/scripts/snapdragon/qdc/tests/test_bench.py
vendor_llama_cpp_pydist/llama.cpp/scripts/snapdragon/windows/run-bench.ps1
vendor_llama_cpp_pydist/llama.cpp/scripts/snapdragon/windows/run-cli.ps1
vendor_llama_cpp_pydist/llama.cpp/scripts/snapdragon/windows/run-completion.ps1
vendor_llama_cpp_pydist/llama.cpp/scripts/snapdragon/windows/run-mtmd.ps1
vendor_llama_cpp_pydist/llama.cpp/scripts/snapdragon/windows/run-tool.ps1
vendor_llama_cpp_pydist/llama.cpp/scripts/snapdragon/windows/setup-build.ps1
vendor_llama_cpp_pydist/llama.cpp/src/CMakeLists.txt
vendor_llama_cpp_pydist/llama.cpp/src/llama-adapter.cpp
vendor_llama_cpp_pydist/llama.cpp/src/llama-adapter.h
vendor_llama_cpp_pydist/llama.cpp/src/llama-arch.cpp
vendor_llama_cpp_pydist/llama.cpp/src/llama-arch.h
vendor_llama_cpp_pydist/llama.cpp/src/llama-batch.cpp
vendor_llama_cpp_pydist/llama.cpp/src/llama-batch.h
vendor_llama_cpp_pydist/llama.cpp/src/llama-chat.cpp
vendor_llama_cpp_pydist/llama.cpp/src/llama-chat.h
vendor_llama_cpp_pydist/llama.cpp/src/llama-context.cpp
vendor_llama_cpp_pydist/llama.cpp/src/llama-context.h
vendor_llama_cpp_pydist/llama.cpp/src/llama-cparams.cpp
vendor_llama_cpp_pydist/llama.cpp/src/llama-cparams.h
vendor_llama_cpp_pydist/llama.cpp/src/llama-ext.h
vendor_llama_cpp_pydist/llama.cpp/src/llama-grammar.cpp
vendor_llama_cpp_pydist/llama.cpp/src/llama-grammar.h
vendor_llama_cpp_pydist/llama.cpp/src/llama-graph.cpp
vendor_llama_cpp_pydist/llama.cpp/src/llama-graph.h
vendor_llama_cpp_pydist/llama.cpp/src/llama-hparams.cpp
vendor_llama_cpp_pydist/llama.cpp/src/llama-hparams.h
vendor_llama_cpp_pydist/llama.cpp/src/llama-impl.cpp
vendor_llama_cpp_pydist/llama.cpp/src/llama-impl.h
vendor_llama_cpp_pydist/llama.cpp/src/llama-io.cpp
vendor_llama_cpp_pydist/llama.cpp/src/llama-io.h
vendor_llama_cpp_pydist/llama.cpp/src/llama-kv-cache-iswa.cpp
vendor_llama_cpp_pydist/llama.cpp/src/llama-kv-cache-iswa.h
vendor_llama_cpp_pydist/llama.cpp/src/llama-kv-cache.cpp
vendor_llama_cpp_pydist/llama.cpp/src/llama-kv-cache.h
vendor_llama_cpp_pydist/llama.cpp/src/llama-kv-cells.h
vendor_llama_cpp_pydist/llama.cpp/src/llama-memory-hybrid-iswa.cpp
vendor_llama_cpp_pydist/llama.cpp/src/llama-memory-hybrid-iswa.h
vendor_llama_cpp_pydist/llama.cpp/src/llama-memory-hybrid.cpp
vendor_llama_cpp_pydist/llama.cpp/src/llama-memory-hybrid.h
vendor_llama_cpp_pydist/llama.cpp/src/llama-memory-recurrent.cpp
vendor_llama_cpp_pydist/llama.cpp/src/llama-memory-recurrent.h
vendor_llama_cpp_pydist/llama.cpp/src/llama-memory.cpp
vendor_llama_cpp_pydist/llama.cpp/src/llama-memory.h
vendor_llama_cpp_pydist/llama.cpp/src/llama-mmap.cpp
vendor_llama_cpp_pydist/llama.cpp/src/llama-mmap.h
vendor_llama_cpp_pydist/llama.cpp/src/llama-model-loader.cpp
vendor_llama_cpp_pydist/llama.cpp/src/llama-model-loader.h
vendor_llama_cpp_pydist/llama.cpp/src/llama-model-saver.cpp
vendor_llama_cpp_pydist/llama.cpp/src/llama-model-saver.h
vendor_llama_cpp_pydist/llama.cpp/src/llama-model.cpp
vendor_llama_cpp_pydist/llama.cpp/src/llama-model.h
vendor_llama_cpp_pydist/llama.cpp/src/llama-quant.cpp
vendor_llama_cpp_pydist/llama.cpp/src/llama-quant.h
vendor_llama_cpp_pydist/llama.cpp/src/llama-sampler.cpp
vendor_llama_cpp_pydist/llama.cpp/src/llama-sampler.h
vendor_llama_cpp_pydist/llama.cpp/src/llama-vocab.cpp
vendor_llama_cpp_pydist/llama.cpp/src/llama-vocab.h
vendor_llama_cpp_pydist/llama.cpp/src/llama.cpp
vendor_llama_cpp_pydist/llama.cpp/src/unicode-data.cpp
vendor_llama_cpp_pydist/llama.cpp/src/unicode-data.h
vendor_llama_cpp_pydist/llama.cpp/src/unicode.cpp
vendor_llama_cpp_pydist/llama.cpp/src/unicode.h
vendor_llama_cpp_pydist/llama.cpp/src/models/afmoe.cpp
vendor_llama_cpp_pydist/llama.cpp/src/models/apertus.cpp
vendor_llama_cpp_pydist/llama.cpp/src/models/arcee.cpp
vendor_llama_cpp_pydist/llama.cpp/src/models/arctic.cpp
vendor_llama_cpp_pydist/llama.cpp/src/models/arwkv7.cpp
vendor_llama_cpp_pydist/llama.cpp/src/models/baichuan.cpp
vendor_llama_cpp_pydist/llama.cpp/src/models/bailingmoe.cpp
vendor_llama_cpp_pydist/llama.cpp/src/models/bailingmoe2.cpp
vendor_llama_cpp_pydist/llama.cpp/src/models/bert.cpp
vendor_llama_cpp_pydist/llama.cpp/src/models/bitnet.cpp
vendor_llama_cpp_pydist/llama.cpp/src/models/bloom.cpp
vendor_llama_cpp_pydist/llama.cpp/src/models/chameleon.cpp
vendor_llama_cpp_pydist/llama.cpp/src/models/chatglm.cpp
vendor_llama_cpp_pydist/llama.cpp/src/models/codeshell.cpp
vendor_llama_cpp_pydist/llama.cpp/src/models/cogvlm.cpp
vendor_llama_cpp_pydist/llama.cpp/src/models/cohere2-iswa.cpp
vendor_llama_cpp_pydist/llama.cpp/src/models/command-r.cpp
vendor_llama_cpp_pydist/llama.cpp/src/models/dbrx.cpp
vendor_llama_cpp_pydist/llama.cpp/src/models/deci.cpp
vendor_llama_cpp_pydist/llama.cpp/src/models/deepseek.cpp
vendor_llama_cpp_pydist/llama.cpp/src/models/deepseek2.cpp
vendor_llama_cpp_pydist/llama.cpp/src/models/delta-net-base.cpp
vendor_llama_cpp_pydist/llama.cpp/src/models/dots1.cpp
vendor_llama_cpp_pydist/llama.cpp/src/models/dream.cpp
vendor_llama_cpp_pydist/llama.cpp/src/models/ernie4-5-moe.cpp
vendor_llama_cpp_pydist/llama.cpp/src/models/ernie4-5.cpp
vendor_llama_cpp_pydist/llama.cpp/src/models/eurobert.cpp
vendor_llama_cpp_pydist/llama.cpp/src/models/exaone-moe.cpp
vendor_llama_cpp_pydist/llama.cpp/src/models/exaone.cpp
vendor_llama_cpp_pydist/llama.cpp/src/models/exaone4.cpp
vendor_llama_cpp_pydist/llama.cpp/src/models/falcon-h1.cpp
vendor_llama_cpp_pydist/llama.cpp/src/models/falcon.cpp
vendor_llama_cpp_pydist/llama.cpp/src/models/gemma-embedding.cpp
vendor_llama_cpp_pydist/llama.cpp/src/models/gemma.cpp
vendor_llama_cpp_pydist/llama.cpp/src/models/gemma2-iswa.cpp
vendor_llama_cpp_pydist/llama.cpp/src/models/gemma3.cpp
vendor_llama_cpp_pydist/llama.cpp/src/models/gemma3n-iswa.cpp
vendor_llama_cpp_pydist/llama.cpp/src/models/gemma4-iswa.cpp
vendor_llama_cpp_pydist/llama.cpp/src/models/glm4-moe.cpp
vendor_llama_cpp_pydist/llama.cpp/src/models/glm4.cpp
vendor_llama_cpp_pydist/llama.cpp/src/models/gpt2.cpp
vendor_llama_cpp_pydist/llama.cpp/src/models/gptneox.cpp
vendor_llama_cpp_pydist/llama.cpp/src/models/granite-hybrid.cpp
vendor_llama_cpp_pydist/llama.cpp/src/models/granite.cpp
vendor_llama_cpp_pydist/llama.cpp/src/models/grok.cpp
vendor_llama_cpp_pydist/llama.cpp/src/models/grovemoe.cpp
vendor_llama_cpp_pydist/llama.cpp/src/models/hunyuan-dense.cpp
vendor_llama_cpp_pydist/llama.cpp/src/models/hunyuan-moe.cpp
vendor_llama_cpp_pydist/llama.cpp/src/models/internlm2.cpp
vendor_llama_cpp_pydist/llama.cpp/src/models/jais.cpp
vendor_llama_cpp_pydist/llama.cpp/src/models/jais2.cpp
vendor_llama_cpp_pydist/llama.cpp/src/models/jamba.cpp
vendor_llama_cpp_pydist/llama.cpp/src/models/kimi-linear.cpp
vendor_llama_cpp_pydist/llama.cpp/src/models/lfm2.cpp
vendor_llama_cpp_pydist/llama.cpp/src/models/llada-moe.cpp
vendor_llama_cpp_pydist/llama.cpp/src/models/llada.cpp
vendor_llama_cpp_pydist/llama.cpp/src/models/llama-iswa.cpp
vendor_llama_cpp_pydist/llama.cpp/src/models/llama.cpp
vendor_llama_cpp_pydist/llama.cpp/src/models/maincoder.cpp
vendor_llama_cpp_pydist/llama.cpp/src/models/mamba-base.cpp
vendor_llama_cpp_pydist/llama.cpp/src/models/mamba.cpp
vendor_llama_cpp_pydist/llama.cpp/src/models/mimo2-iswa.cpp
vendor_llama_cpp_pydist/llama.cpp/src/models/minicpm3.cpp
vendor_llama_cpp_pydist/llama.cpp/src/models/minimax-m2.cpp
vendor_llama_cpp_pydist/llama.cpp/src/models/mistral3.cpp
vendor_llama_cpp_pydist/llama.cpp/src/models/models.h
vendor_llama_cpp_pydist/llama.cpp/src/models/modern-bert.cpp
vendor_llama_cpp_pydist/llama.cpp/src/models/mpt.cpp
vendor_llama_cpp_pydist/llama.cpp/src/models/nemotron-h.cpp
vendor_llama_cpp_pydist/llama.cpp/src/models/nemotron.cpp
vendor_llama_cpp_pydist/llama.cpp/src/models/neo-bert.cpp
vendor_llama_cpp_pydist/llama.cpp/src/models/olmo.cpp
vendor_llama_cpp_pydist/llama.cpp/src/models/olmo2.cpp
vendor_llama_cpp_pydist/llama.cpp/src/models/olmoe.cpp
vendor_llama_cpp_pydist/llama.cpp/src/models/openai-moe-iswa.cpp
vendor_llama_cpp_pydist/llama.cpp/src/models/openelm.cpp
vendor_llama_cpp_pydist/llama.cpp/src/models/orion.cpp
vendor_llama_cpp_pydist/llama.cpp/src/models/paddleocr.cpp
vendor_llama_cpp_pydist/llama.cpp/src/models/pangu-embedded.cpp
vendor_llama_cpp_pydist/llama.cpp/src/models/phi2.cpp
vendor_llama_cpp_pydist/llama.cpp/src/models/phi3.cpp
vendor_llama_cpp_pydist/llama.cpp/src/models/plamo.cpp
vendor_llama_cpp_pydist/llama.cpp/src/models/plamo2.cpp
vendor_llama_cpp_pydist/llama.cpp/src/models/plamo3.cpp
vendor_llama_cpp_pydist/llama.cpp/src/models/plm.cpp
vendor_llama_cpp_pydist/llama.cpp/src/models/qwen.cpp
vendor_llama_cpp_pydist/llama.cpp/src/models/qwen2.cpp
vendor_llama_cpp_pydist/llama.cpp/src/models/qwen2moe.cpp
vendor_llama_cpp_pydist/llama.cpp/src/models/qwen2vl.cpp
vendor_llama_cpp_pydist/llama.cpp/src/models/qwen3.cpp
vendor_llama_cpp_pydist/llama.cpp/src/models/qwen35.cpp
vendor_llama_cpp_pydist/llama.cpp/src/models/qwen35moe.cpp
vendor_llama_cpp_pydist/llama.cpp/src/models/qwen3moe.cpp
vendor_llama_cpp_pydist/llama.cpp/src/models/qwen3next.cpp
vendor_llama_cpp_pydist/llama.cpp/src/models/qwen3vl-moe.cpp
vendor_llama_cpp_pydist/llama.cpp/src/models/qwen3vl.cpp
vendor_llama_cpp_pydist/llama.cpp/src/models/refact.cpp
vendor_llama_cpp_pydist/llama.cpp/src/models/rnd1.cpp
vendor_llama_cpp_pydist/llama.cpp/src/models/rwkv6-base.cpp
vendor_llama_cpp_pydist/llama.cpp/src/models/rwkv6.cpp
vendor_llama_cpp_pydist/llama.cpp/src/models/rwkv6qwen2.cpp
vendor_llama_cpp_pydist/llama.cpp/src/models/rwkv7-base.cpp
vendor_llama_cpp_pydist/llama.cpp/src/models/rwkv7.cpp
vendor_llama_cpp_pydist/llama.cpp/src/models/seed-oss.cpp
vendor_llama_cpp_pydist/llama.cpp/src/models/smallthinker.cpp
vendor_llama_cpp_pydist/llama.cpp/src/models/smollm3.cpp
vendor_llama_cpp_pydist/llama.cpp/src/models/stablelm.cpp
vendor_llama_cpp_pydist/llama.cpp/src/models/starcoder.cpp
vendor_llama_cpp_pydist/llama.cpp/src/models/starcoder2.cpp
vendor_llama_cpp_pydist/llama.cpp/src/models/step35-iswa.cpp
vendor_llama_cpp_pydist/llama.cpp/src/models/t5-dec.cpp
vendor_llama_cpp_pydist/llama.cpp/src/models/t5-enc.cpp
vendor_llama_cpp_pydist/llama.cpp/src/models/wavtokenizer-dec.cpp
vendor_llama_cpp_pydist/llama.cpp/src/models/xverse.cpp
vendor_llama_cpp_pydist/llama.cpp/tests/.gitignore
vendor_llama_cpp_pydist/llama.cpp/tests/CMakeLists.txt
vendor_llama_cpp_pydist/llama.cpp/tests/export-graph-ops.cpp
vendor_llama_cpp_pydist/llama.cpp/tests/get-model.cpp
vendor_llama_cpp_pydist/llama.cpp/tests/get-model.h
vendor_llama_cpp_pydist/llama.cpp/tests/gguf-model-data.cpp
vendor_llama_cpp_pydist/llama.cpp/tests/gguf-model-data.h
vendor_llama_cpp_pydist/llama.cpp/tests/test-alloc.cpp
vendor_llama_cpp_pydist/llama.cpp/tests/test-arg-parser.cpp
vendor_llama_cpp_pydist/llama.cpp/tests/test-autorelease.cpp
vendor_llama_cpp_pydist/llama.cpp/tests/test-backend-ops.cpp
vendor_llama_cpp_pydist/llama.cpp/tests/test-backend-sampler.cpp
vendor_llama_cpp_pydist/llama.cpp/tests/test-barrier.cpp
vendor_llama_cpp_pydist/llama.cpp/tests/test-c.c
vendor_llama_cpp_pydist/llama.cpp/tests/test-chat-auto-parser.cpp
vendor_llama_cpp_pydist/llama.cpp/tests/test-chat-peg-parser.cpp
vendor_llama_cpp_pydist/llama.cpp/tests/test-chat-template.cpp
vendor_llama_cpp_pydist/llama.cpp/tests/test-chat.cpp
vendor_llama_cpp_pydist/llama.cpp/tests/test-double-float.cpp
vendor_llama_cpp_pydist/llama.cpp/tests/test-gbnf-validator.cpp
vendor_llama_cpp_pydist/llama.cpp/tests/test-gguf-model-data.cpp
vendor_llama_cpp_pydist/llama.cpp/tests/test-gguf.cpp
vendor_llama_cpp_pydist/llama.cpp/tests/test-grammar-integration.cpp
vendor_llama_cpp_pydist/llama.cpp/tests/test-grammar-llguidance.cpp
vendor_llama_cpp_pydist/llama.cpp/tests/test-grammar-parser.cpp
vendor_llama_cpp_pydist/llama.cpp/tests/test-jinja.cpp
vendor_llama_cpp_pydist/llama.cpp/tests/test-json-partial.cpp
vendor_llama_cpp_pydist/llama.cpp/tests/test-json-schema-to-grammar.cpp
vendor_llama_cpp_pydist/llama.cpp/tests/test-llama-archs.cpp
vendor_llama_cpp_pydist/llama.cpp/tests/test-llama-grammar.cpp
vendor_llama_cpp_pydist/llama.cpp/tests/test-log.cpp
vendor_llama_cpp_pydist/llama.cpp/tests/test-lora-conversion-inference.sh
vendor_llama_cpp_pydist/llama.cpp/tests/test-model-load-cancel.cpp
vendor_llama_cpp_pydist/llama.cpp/tests/test-mtmd-c-api.c
vendor_llama_cpp_pydist/llama.cpp/tests/test-opt.cpp
vendor_llama_cpp_pydist/llama.cpp/tests/test-peg-parser.cpp
vendor_llama_cpp_pydist/llama.cpp/tests/test-quant-type-selection.cpp
vendor_llama_cpp_pydist/llama.cpp/tests/test-quantize-fns.cpp
vendor_llama_cpp_pydist/llama.cpp/tests/test-quantize-perf.cpp
vendor_llama_cpp_pydist/llama.cpp/tests/test-quantize-stats.cpp
vendor_llama_cpp_pydist/llama.cpp/tests/test-reasoning-budget.cpp
vendor_llama_cpp_pydist/llama.cpp/tests/test-regex-partial.cpp
vendor_llama_cpp_pydist/llama.cpp/tests/test-rope.cpp
vendor_llama_cpp_pydist/llama.cpp/tests/test-sampling.cpp
vendor_llama_cpp_pydist/llama.cpp/tests/test-state-restore-fragmented.cpp
vendor_llama_cpp_pydist/llama.cpp/tests/test-thread-safety.cpp
vendor_llama_cpp_pydist/llama.cpp/tests/test-tokenizer-0.cpp
vendor_llama_cpp_pydist/llama.cpp/tests/test-tokenizer-0.py
vendor_llama_cpp_pydist/llama.cpp/tests/test-tokenizer-0.sh
vendor_llama_cpp_pydist/llama.cpp/tests/test-tokenizer-1-bpe.cpp
vendor_llama_cpp_pydist/llama.cpp/tests/test-tokenizer-1-spm.cpp
vendor_llama_cpp_pydist/llama.cpp/tests/test-tokenizer-random.py
vendor_llama_cpp_pydist/llama.cpp/tests/test-tokenizers-repo.sh
vendor_llama_cpp_pydist/llama.cpp/tests/testing.h
vendor_llama_cpp_pydist/llama.cpp/tests/peg-parser/simple-tokenize.cpp
vendor_llama_cpp_pydist/llama.cpp/tests/peg-parser/simple-tokenize.h
vendor_llama_cpp_pydist/llama.cpp/tests/peg-parser/test-basic.cpp
vendor_llama_cpp_pydist/llama.cpp/tests/peg-parser/test-gbnf-generation.cpp
vendor_llama_cpp_pydist/llama.cpp/tests/peg-parser/test-json-parser.cpp
vendor_llama_cpp_pydist/llama.cpp/tests/peg-parser/test-json-serialization.cpp
vendor_llama_cpp_pydist/llama.cpp/tests/peg-parser/test-python-dict-parser.cpp
vendor_llama_cpp_pydist/llama.cpp/tests/peg-parser/test-unicode.cpp
vendor_llama_cpp_pydist/llama.cpp/tests/peg-parser/tests.h
vendor_llama_cpp_pydist/llama.cpp/tests/snapshots/deepseek-v3.1.schema
vendor_llama_cpp_pydist/llama.cpp/tests/snapshots/gemma-3-4b-it.schema
vendor_llama_cpp_pydist/llama.cpp/tests/snapshots/glm-4.6v.schema
vendor_llama_cpp_pydist/llama.cpp/tests/snapshots/gpt-oss-120b.schema
vendor_llama_cpp_pydist/llama.cpp/tests/snapshots/meta-llama-3.1-70b-instruct.schema
vendor_llama_cpp_pydist/llama.cpp/tests/snapshots/nemotron-nano-3-30b-a3b.schema
vendor_llama_cpp_pydist/llama.cpp/tests/snapshots/qwen3-0.6b.schema
vendor_llama_cpp_pydist/llama.cpp/tests/snapshots/qwen3-14b.schema
vendor_llama_cpp_pydist/llama.cpp/tests/snapshots/qwen3-coder-next.schema
vendor_llama_cpp_pydist/llama.cpp/tests/snapshots/qwen3.5-27b.schema
vendor_llama_cpp_pydist/llama.cpp/tests/snapshots/qwen3.5-397b-a17b.schema
vendor_llama_cpp_pydist/llama.cpp/tests/snapshots/step-3.5-flash.schema
vendor_llama_cpp_pydist/llama.cpp/tools/CMakeLists.txt
vendor_llama_cpp_pydist/llama.cpp/tools/batched-bench/CMakeLists.txt
vendor_llama_cpp_pydist/llama.cpp/tools/batched-bench/README.md
vendor_llama_cpp_pydist/llama.cpp/tools/batched-bench/batched-bench.cpp
vendor_llama_cpp_pydist/llama.cpp/tools/cli/CMakeLists.txt
vendor_llama_cpp_pydist/llama.cpp/tools/cli/README.md
vendor_llama_cpp_pydist/llama.cpp/tools/cli/cli.cpp
vendor_llama_cpp_pydist/llama.cpp/tools/completion/CMakeLists.txt
vendor_llama_cpp_pydist/llama.cpp/tools/completion/README.md
vendor_llama_cpp_pydist/llama.cpp/tools/completion/completion.cpp
vendor_llama_cpp_pydist/llama.cpp/tools/cvector-generator/CMakeLists.txt
vendor_llama_cpp_pydist/llama.cpp/tools/cvector-generator/README.md
vendor_llama_cpp_pydist/llama.cpp/tools/cvector-generator/completions.txt
vendor_llama_cpp_pydist/llama.cpp/tools/cvector-generator/cvector-generator.cpp
vendor_llama_cpp_pydist/llama.cpp/tools/cvector-generator/mean.hpp
vendor_llama_cpp_pydist/llama.cpp/tools/cvector-generator/negative.txt
vendor_llama_cpp_pydist/llama.cpp/tools/cvector-generator/pca.hpp
vendor_llama_cpp_pydist/llama.cpp/tools/cvector-generator/positive.txt
vendor_llama_cpp_pydist/llama.cpp/tools/export-lora/CMakeLists.txt
vendor_llama_cpp_pydist/llama.cpp/tools/export-lora/README.md
vendor_llama_cpp_pydist/llama.cpp/tools/export-lora/export-lora.cpp
vendor_llama_cpp_pydist/llama.cpp/tools/fit-params/CMakeLists.txt
vendor_llama_cpp_pydist/llama.cpp/tools/fit-params/README.md
vendor_llama_cpp_pydist/llama.cpp/tools/fit-params/fit-params.cpp
vendor_llama_cpp_pydist/llama.cpp/tools/gguf-split/CMakeLists.txt
vendor_llama_cpp_pydist/llama.cpp/tools/gguf-split/README.md
vendor_llama_cpp_pydist/llama.cpp/tools/gguf-split/gguf-split.cpp
vendor_llama_cpp_pydist/llama.cpp/tools/gguf-split/tests.sh
vendor_llama_cpp_pydist/llama.cpp/tools/imatrix/CMakeLists.txt
vendor_llama_cpp_pydist/llama.cpp/tools/imatrix/README.md
vendor_llama_cpp_pydist/llama.cpp/tools/imatrix/imatrix.cpp
vendor_llama_cpp_pydist/llama.cpp/tools/llama-bench/CMakeLists.txt
vendor_llama_cpp_pydist/llama.cpp/tools/llama-bench/README.md
vendor_llama_cpp_pydist/llama.cpp/tools/llama-bench/llama-bench.cpp
vendor_llama_cpp_pydist/llama.cpp/tools/mtmd/CMakeLists.txt
vendor_llama_cpp_pydist/llama.cpp/tools/mtmd/README.md
vendor_llama_cpp_pydist/llama.cpp/tools/mtmd/clip-graph.h
vendor_llama_cpp_pydist/llama.cpp/tools/mtmd/clip-impl.h
vendor_llama_cpp_pydist/llama.cpp/tools/mtmd/clip-model.h
vendor_llama_cpp_pydist/llama.cpp/tools/mtmd/clip.cpp
vendor_llama_cpp_pydist/llama.cpp/tools/mtmd/clip.h
vendor_llama_cpp_pydist/llama.cpp/tools/mtmd/deprecation-warning.cpp
vendor_llama_cpp_pydist/llama.cpp/tools/mtmd/mtmd-audio.cpp
vendor_llama_cpp_pydist/llama.cpp/tools/mtmd/mtmd-audio.h
vendor_llama_cpp_pydist/llama.cpp/tools/mtmd/mtmd-cli.cpp
vendor_llama_cpp_pydist/llama.cpp/tools/mtmd/mtmd-helper.cpp
vendor_llama_cpp_pydist/llama.cpp/tools/mtmd/mtmd-helper.h
vendor_llama_cpp_pydist/llama.cpp/tools/mtmd/mtmd-image.cpp
vendor_llama_cpp_pydist/llama.cpp/tools/mtmd/mtmd-image.h
vendor_llama_cpp_pydist/llama.cpp/tools/mtmd/mtmd.cpp
vendor_llama_cpp_pydist/llama.cpp/tools/mtmd/mtmd.h
vendor_llama_cpp_pydist/llama.cpp/tools/mtmd/requirements.txt
vendor_llama_cpp_pydist/llama.cpp/tools/mtmd/test-1.jpeg
vendor_llama_cpp_pydist/llama.cpp/tools/mtmd/test-2.mp3
vendor_llama_cpp_pydist/llama.cpp/tools/mtmd/tests.sh
vendor_llama_cpp_pydist/llama.cpp/tools/mtmd/debug/mtmd-debug.cpp
vendor_llama_cpp_pydist/llama.cpp/tools/mtmd/debug/mtmd-debug.h
vendor_llama_cpp_pydist/llama.cpp/tools/mtmd/debug/mtmd-debug.md
vendor_llama_cpp_pydist/llama.cpp/tools/mtmd/legacy-models/convert_image_encoder_to_gguf.py
vendor_llama_cpp_pydist/llama.cpp/tools/mtmd/legacy-models/glmedge-convert-image-encoder-to-gguf.py
vendor_llama_cpp_pydist/llama.cpp/tools/mtmd/legacy-models/glmedge-surgery.py
vendor_llama_cpp_pydist/llama.cpp/tools/mtmd/legacy-models/llava_surgery.py
vendor_llama_cpp_pydist/llama.cpp/tools/mtmd/legacy-models/llava_surgery_v2.py
vendor_llama_cpp_pydist/llama.cpp/tools/mtmd/legacy-models/minicpmv-convert-image-encoder-to-gguf.py
vendor_llama_cpp_pydist/llama.cpp/tools/mtmd/legacy-models/minicpmv-surgery.py
vendor_llama_cpp_pydist/llama.cpp/tools/mtmd/models/cogvlm.cpp
vendor_llama_cpp_pydist/llama.cpp/tools/mtmd/models/conformer.cpp
vendor_llama_cpp_pydist/llama.cpp/tools/mtmd/models/deepseekocr.cpp
vendor_llama_cpp_pydist/llama.cpp/tools/mtmd/models/dotsocr.cpp
vendor_llama_cpp_pydist/llama.cpp/tools/mtmd/models/gemma4a.cpp
vendor_llama_cpp_pydist/llama.cpp/tools/mtmd/models/gemma4v.cpp
vendor_llama_cpp_pydist/llama.cpp/tools/mtmd/models/glm4v.cpp
vendor_llama_cpp_pydist/llama.cpp/tools/mtmd/models/hunyuanocr.cpp
vendor_llama_cpp_pydist/llama.cpp/tools/mtmd/models/internvl.cpp
vendor_llama_cpp_pydist/llama.cpp/tools/mtmd/models/kimik25.cpp
vendor_llama_cpp_pydist/llama.cpp/tools/mtmd/models/kimivl.cpp
vendor_llama_cpp_pydist/llama.cpp/tools/mtmd/models/llama4.cpp
vendor_llama_cpp_pydist/llama.cpp/tools/mtmd/models/llava.cpp
vendor_llama_cpp_pydist/llama.cpp/tools/mtmd/models/minicpmv.cpp
vendor_llama_cpp_pydist/llama.cpp/tools/mtmd/models/mobilenetv5.cpp
vendor_llama_cpp_pydist/llama.cpp/tools/mtmd/models/models.h
vendor_llama_cpp_pydist/llama.cpp/tools/mtmd/models/nemotron-v2-vl.cpp
vendor_llama_cpp_pydist/llama.cpp/tools/mtmd/models/paddleocr.cpp
vendor_llama_cpp_pydist/llama.cpp/tools/mtmd/models/pixtral.cpp
vendor_llama_cpp_pydist/llama.cpp/tools/mtmd/models/qwen2vl.cpp
vendor_llama_cpp_pydist/llama.cpp/tools/mtmd/models/qwen3a.cpp
vendor_llama_cpp_pydist/llama.cpp/tools/mtmd/models/qwen3vl.cpp
vendor_llama_cpp_pydist/llama.cpp/tools/mtmd/models/siglip.cpp
vendor_llama_cpp_pydist/llama.cpp/tools/mtmd/models/step3vl.cpp
vendor_llama_cpp_pydist/llama.cpp/tools/mtmd/models/whisper-enc.cpp
vendor_llama_cpp_pydist/llama.cpp/tools/mtmd/models/youtuvl.cpp
vendor_llama_cpp_pydist/llama.cpp/tools/mtmd/tests/test-1-extracted.md
vendor_llama_cpp_pydist/llama.cpp/tools/mtmd/tests/test-1-extracted.txt
vendor_llama_cpp_pydist/llama.cpp/tools/mtmd/tests/test-deepseek-ocr.py
vendor_llama_cpp_pydist/llama.cpp/tools/mtmd/tests/tests-requirements.txt
vendor_llama_cpp_pydist/llama.cpp/tools/parser/CMakeLists.txt
vendor_llama_cpp_pydist/llama.cpp/tools/parser/debug-template-parser.cpp
vendor_llama_cpp_pydist/llama.cpp/tools/parser/template-analysis.cpp
vendor_llama_cpp_pydist/llama.cpp/tools/perplexity/CMakeLists.txt
vendor_llama_cpp_pydist/llama.cpp/tools/perplexity/README.md
vendor_llama_cpp_pydist/llama.cpp/tools/perplexity/perplexity.cpp
vendor_llama_cpp_pydist/llama.cpp/tools/quantize/CMakeLists.txt
vendor_llama_cpp_pydist/llama.cpp/tools/quantize/README.md
vendor_llama_cpp_pydist/llama.cpp/tools/quantize/quantize.cpp
vendor_llama_cpp_pydist/llama.cpp/tools/quantize/tests.sh
vendor_llama_cpp_pydist/llama.cpp/tools/results/CMakeLists.txt
vendor_llama_cpp_pydist/llama.cpp/tools/results/README.md
vendor_llama_cpp_pydist/llama.cpp/tools/results/results.cpp
vendor_llama_cpp_pydist/llama.cpp/tools/rpc/CMakeLists.txt
vendor_llama_cpp_pydist/llama.cpp/tools/rpc/README.md
vendor_llama_cpp_pydist/llama.cpp/tools/rpc/rpc-server.cpp
vendor_llama_cpp_pydist/llama.cpp/tools/server/CMakeLists.txt
vendor_llama_cpp_pydist/llama.cpp/tools/server/README-dev.md
vendor_llama_cpp_pydist/llama.cpp/tools/server/README.md
vendor_llama_cpp_pydist/llama.cpp/tools/server/chat-llama2.sh
vendor_llama_cpp_pydist/llama.cpp/tools/server/chat.mjs
vendor_llama_cpp_pydist/llama.cpp/tools/server/chat.sh
vendor_llama_cpp_pydist/llama.cpp/tools/server/server-common.cpp
vendor_llama_cpp_pydist/llama.cpp/tools/server/server-common.h
vendor_llama_cpp_pydist/llama.cpp/tools/server/server-context.cpp
vendor_llama_cpp_pydist/llama.cpp/tools/server/server-context.h
vendor_llama_cpp_pydist/llama.cpp/tools/server/server-cors-proxy.h
vendor_llama_cpp_pydist/llama.cpp/tools/server/server-http.cpp
vendor_llama_cpp_pydist/llama.cpp/tools/server/server-http.h
vendor_llama_cpp_pydist/llama.cpp/tools/server/server-models.cpp
vendor_llama_cpp_pydist/llama.cpp/tools/server/server-models.h
vendor_llama_cpp_pydist/llama.cpp/tools/server/server-queue.cpp
vendor_llama_cpp_pydist/llama.cpp/tools/server/server-queue.h
vendor_llama_cpp_pydist/llama.cpp/tools/server/server-task.cpp
vendor_llama_cpp_pydist/llama.cpp/tools/server/server-task.h
vendor_llama_cpp_pydist/llama.cpp/tools/server/server-tools.cpp
vendor_llama_cpp_pydist/llama.cpp/tools/server/server-tools.h
vendor_llama_cpp_pydist/llama.cpp/tools/server/server.cpp
vendor_llama_cpp_pydist/llama.cpp/tools/server/bench/README.md
vendor_llama_cpp_pydist/llama.cpp/tools/server/bench/bench.py
vendor_llama_cpp_pydist/llama.cpp/tools/server/bench/prometheus.yml
vendor_llama_cpp_pydist/llama.cpp/tools/server/bench/requirements.txt
vendor_llama_cpp_pydist/llama.cpp/tools/server/bench/script.js
vendor_llama_cpp_pydist/llama.cpp/tools/server/public/bundle.css
vendor_llama_cpp_pydist/llama.cpp/tools/server/public/bundle.js
vendor_llama_cpp_pydist/llama.cpp/tools/server/public/index.html
vendor_llama_cpp_pydist/llama.cpp/tools/server/public/loading.html
vendor_llama_cpp_pydist/llama.cpp/tools/server/tests/.gitignore
vendor_llama_cpp_pydist/llama.cpp/tools/server/tests/README.md
vendor_llama_cpp_pydist/llama.cpp/tools/server/tests/conftest.py
vendor_llama_cpp_pydist/llama.cpp/tools/server/tests/pytest.ini
vendor_llama_cpp_pydist/llama.cpp/tools/server/tests/requirements.txt
vendor_llama_cpp_pydist/llama.cpp/tools/server/tests/tests.sh
vendor_llama_cpp_pydist/llama.cpp/tools/server/tests/utils.py
vendor_llama_cpp_pydist/llama.cpp/tools/server/tests/unit/test_basic.py
vendor_llama_cpp_pydist/llama.cpp/tools/server/tests/unit/test_chat_completion.py
vendor_llama_cpp_pydist/llama.cpp/tools/server/tests/unit/test_compat_anthropic.py
vendor_llama_cpp_pydist/llama.cpp/tools/server/tests/unit/test_compat_oai_responses.py
vendor_llama_cpp_pydist/llama.cpp/tools/server/tests/unit/test_completion.py
vendor_llama_cpp_pydist/llama.cpp/tools/server/tests/unit/test_ctx_shift.py
vendor_llama_cpp_pydist/llama.cpp/tools/server/tests/unit/test_embedding.py
vendor_llama_cpp_pydist/llama.cpp/tools/server/tests/unit/test_ignore_eos.py
vendor_llama_cpp_pydist/llama.cpp/tools/server/tests/unit/test_infill.py
vendor_llama_cpp_pydist/llama.cpp/tools/server/tests/unit/test_kv_keep_only_active.py
vendor_llama_cpp_pydist/llama.cpp/tools/server/tests/unit/test_lora.py
vendor_llama_cpp_pydist/llama.cpp/tools/server/tests/unit/test_proxy.py
vendor_llama_cpp_pydist/llama.cpp/tools/server/tests/unit/test_rerank.py
vendor_llama_cpp_pydist/llama.cpp/tools/server/tests/unit/test_router.py
vendor_llama_cpp_pydist/llama.cpp/tools/server/tests/unit/test_security.py
vendor_llama_cpp_pydist/llama.cpp/tools/server/tests/unit/test_sleep.py
vendor_llama_cpp_pydist/llama.cpp/tools/server/tests/unit/test_slot_save.py
vendor_llama_cpp_pydist/llama.cpp/tools/server/tests/unit/test_speculative.py
vendor_llama_cpp_pydist/llama.cpp/tools/server/tests/unit/test_template.py
vendor_llama_cpp_pydist/llama.cpp/tools/server/tests/unit/test_tokenize.py
vendor_llama_cpp_pydist/llama.cpp/tools/server/tests/unit/test_tool_call.py
vendor_llama_cpp_pydist/llama.cpp/tools/server/tests/unit/test_vision_api.py
vendor_llama_cpp_pydist/llama.cpp/tools/server/webui/.gitignore
vendor_llama_cpp_pydist/llama.cpp/tools/server/webui/.npmrc
vendor_llama_cpp_pydist/llama.cpp/tools/server/webui/.prettierignore
vendor_llama_cpp_pydist/llama.cpp/tools/server/webui/.prettierrc
vendor_llama_cpp_pydist/llama.cpp/tools/server/webui/README.md
vendor_llama_cpp_pydist/llama.cpp/tools/server/webui/components.json
vendor_llama_cpp_pydist/llama.cpp/tools/server/webui/eslint.config.js
vendor_llama_cpp_pydist/llama.cpp/tools/server/webui/package-lock.json
vendor_llama_cpp_pydist/llama.cpp/tools/server/webui/package.json
vendor_llama_cpp_pydist/llama.cpp/tools/server/webui/playwright.config.ts
vendor_llama_cpp_pydist/llama.cpp/tools/server/webui/svelte.config.js
vendor_llama_cpp_pydist/llama.cpp/tools/server/webui/tsconfig.json
vendor_llama_cpp_pydist/llama.cpp/tools/server/webui/vite.config.ts
vendor_llama_cpp_pydist/llama.cpp/tools/server/webui/vitest-setup-client.ts
vendor_llama_cpp_pydist/llama.cpp/tools/server/webui/.storybook/ModeWatcherDecorator.svelte
vendor_llama_cpp_pydist/llama.cpp/tools/server/webui/.storybook/TooltipProviderDecorator.svelte
vendor_llama_cpp_pydist/llama.cpp/tools/server/webui/.storybook/main.ts
vendor_llama_cpp_pydist/llama.cpp/tools/server/webui/.storybook/preview.ts
vendor_llama_cpp_pydist/llama.cpp/tools/server/webui/.storybook/vitest.setup.ts
vendor_llama_cpp_pydist/llama.cpp/tools/server/webui/docs/architecture/high-level-architecture-simplified.md
vendor_llama_cpp_pydist/llama.cpp/tools/server/webui/docs/architecture/high-level-architecture.md
vendor_llama_cpp_pydist/llama.cpp/tools/server/webui/docs/flows/chat-flow.md
vendor_llama_cpp_pydist/llama.cpp/tools/server/webui/docs/flows/conversations-flow.md
vendor_llama_cpp_pydist/llama.cpp/tools/server/webui/docs/flows/data-flow-simplified-model-mode.md
vendor_llama_cpp_pydist/llama.cpp/tools/server/webui/docs/flows/data-flow-simplified-router-mode.md
vendor_llama_cpp_pydist/llama.cpp/tools/server/webui/docs/flows/database-flow.md
vendor_llama_cpp_pydist/llama.cpp/tools/server/webui/docs/flows/mcp-flow.md
vendor_llama_cpp_pydist/llama.cpp/tools/server/webui/docs/flows/models-flow.md
vendor_llama_cpp_pydist/llama.cpp/tools/server/webui/docs/flows/server-flow.md
vendor_llama_cpp_pydist/llama.cpp/tools/server/webui/docs/flows/settings-flow.md
vendor_llama_cpp_pydist/llama.cpp/tools/server/webui/scripts/dev.sh
vendor_llama_cpp_pydist/llama.cpp/tools/server/webui/scripts/install-git-hooks.sh
vendor_llama_cpp_pydist/llama.cpp/tools/server/webui/scripts/post-build.sh
vendor_llama_cpp_pydist/llama.cpp/tools/server/webui/scripts/vite-plugin-llama-cpp-build.ts
vendor_llama_cpp_pydist/llama.cpp/tools/server/webui/src/app.css
vendor_llama_cpp_pydist/llama.cpp/tools/server/webui/src/app.d.ts
vendor_llama_cpp_pydist/llama.cpp/tools/server/webui/src/app.html
vendor_llama_cpp_pydist/llama.cpp/tools/server/webui/src/lib/actions/fade-in-view.svelte.ts
vendor_llama_cpp_pydist/llama.cpp/tools/server/webui/src/lib/components/app/index.ts
vendor_llama_cpp_pydist/llama.cpp/tools/server/webui/src/lib/components/app/actions/ActionIcon.svelte
vendor_llama_cpp_pydist/llama.cpp/tools/server/webui/src/lib/components/app/actions/ActionIconCopyToClipboard.svelte
vendor_llama_cpp_pydist/llama.cpp/tools/server/webui/src/lib/components/app/actions/ActionIconRemove.svelte
vendor_llama_cpp_pydist/llama.cpp/tools/server/webui/src/lib/components/app/actions/ActionIconsCodeBlock.svelte
vendor_llama_cpp_pydist/llama.cpp/tools/server/webui/src/lib/components/app/actions/index.ts
vendor_llama_cpp_pydist/llama.cpp/tools/server/webui/src/lib/components/app/badges/BadgeChatStatistic.svelte
vendor_llama_cpp_pydist/llama.cpp/tools/server/webui/src/lib/components/app/badges/BadgeInfo.svelte
vendor_llama_cpp_pydist/llama.cpp/tools/server/webui/src/lib/components/app/badges/BadgeModality.svelte
vendor_llama_cpp_pydist/llama.cpp/tools/server/webui/src/lib/components/app/badges/index.ts
vendor_llama_cpp_pydist/llama.cpp/tools/server/webui/src/lib/components/app/chat/index.ts
vendor_llama_cpp_pydist/llama.cpp/tools/server/webui/src/lib/components/app/chat/ChatAttachments/ChatAttachmentMcpPrompt.svelte
vendor_llama_cpp_pydist/llama.cpp/tools/server/webui/src/lib/components/app/chat/ChatAttachments/ChatAttachmentMcpResource.svelte
vendor_llama_cpp_pydist/llama.cpp/tools/server/webui/src/lib/components/app/chat/ChatAttachments/ChatAttachmentMcpResources.svelte
vendor_llama_cpp_pydist/llama.cpp/tools/server/webui/src/lib/components/app/chat/ChatAttachments/ChatAttachmentPreview.svelte
vendor_llama_cpp_pydist/llama.cpp/tools/server/webui/src/lib/components/app/chat/ChatAttachments/ChatAttachmentThumbnailFile.svelte
vendor_llama_cpp_pydist/llama.cpp/tools/server/webui/src/lib/components/app/chat/ChatAttachments/ChatAttachmentThumbnailImage.svelte
vendor_llama_cpp_pydist/llama.cpp/tools/server/webui/src/lib/components/app/chat/ChatAttachments/ChatAttachmentsList.svelte
vendor_llama_cpp_pydist/llama.cpp/tools/server/webui/src/lib/components/app/chat/ChatAttachments/ChatAttachmentsViewAll.svelte
vendor_llama_cpp_pydist/llama.cpp/tools/server/webui/src/lib/components/app/chat/ChatForm/ChatForm.svelte
vendor_llama_cpp_pydist/llama.cpp/tools/server/webui/src/lib/components/app/chat/ChatForm/ChatFormFileInputInvisible.svelte
vendor_llama_cpp_pydist/llama.cpp/tools/server/webui/src/lib/components/app/chat/ChatForm/ChatFormHelperText.svelte
vendor_llama_cpp_pydist/llama.cpp/tools/server/webui/src/lib/components/app/chat/ChatForm/ChatFormPickerPopover.svelte
vendor_llama_cpp_pydist/llama.cpp/tools/server/webui/src/lib/components/app/chat/ChatForm/ChatFormTextarea.svelte
vendor_llama_cpp_pydist/llama.cpp/tools/server/webui/src/lib/components/app/chat/ChatForm/ChatFormActions/ChatFormActionAttachmentsDropdown.svelte
vendor_llama_cpp_pydist/llama.cpp/tools/server/webui/src/lib/components/app/chat/ChatForm/ChatFormActions/ChatFormActionAttachmentsSheet.svelte
vendor_llama_cpp_pydist/llama.cpp/tools/server/webui/src/lib/components/app/chat/ChatForm/ChatFormActions/ChatFormActionRecord.svelte
vendor_llama_cpp_pydist/llama.cpp/tools/server/webui/src/lib/components/app/chat/ChatForm/ChatFormActions/ChatFormActionSubmit.svelte
vendor_llama_cpp_pydist/llama.cpp/tools/server/webui/src/lib/components/app/chat/ChatForm/ChatFormActions/ChatFormActions.svelte
vendor_llama_cpp_pydist/llama.cpp/tools/server/webui/src/lib/components/app/chat/ChatForm/ChatFormPicker/ChatFormPickerItemHeader.svelte
vendor_llama_cpp_pydist/llama.cpp/tools/server/webui/src/lib/components/app/chat/ChatForm/ChatFormPicker/ChatFormPickerList.svelte
vendor_llama_cpp_pydist/llama.cpp/tools/server/webui/src/lib/components/app/chat/ChatForm/ChatFormPicker/ChatFormPickerListItem.svelte
vendor_llama_cpp_pydist/llama.cpp/tools/server/webui/src/lib/components/app/chat/ChatForm/ChatFormPicker/ChatFormPickerListItemSkeleton.svelte
vendor_llama_cpp_pydist/llama.cpp/tools/server/webui/src/lib/components/app/chat/ChatForm/ChatFormPromptPicker/ChatFormPromptPicker.svelte
vendor_llama_cpp_pydist/llama.cpp/tools/server/webui/src/lib/components/app/chat/ChatForm/ChatFormPromptPicker/ChatFormPromptPickerArgumentForm.svelte
vendor_llama_cpp_pydist/llama.cpp/tools/server/webui/src/lib/components/app/chat/ChatForm/ChatFormPromptPicker/ChatFormPromptPickerArgumentInput.svelte
vendor_llama_cpp_pydist/llama.cpp/tools/server/webui/src/lib/components/app/chat/ChatForm/ChatFormResourcePicker/ChatFormResourcePicker.svelte
vendor_llama_cpp_pydist/llama.cpp/tools/server/webui/src/lib/components/app/chat/ChatMessages/ChatMessage.svelte
vendor_llama_cpp_pydist/llama.cpp/tools/server/webui/src/lib/components/app/chat/ChatMessages/ChatMessageActions.svelte
vendor_llama_cpp_pydist/llama.cpp/tools/server/webui/src/lib/components/app/chat/ChatMessages/ChatMessageAgenticContent.svelte
vendor_llama_cpp_pydist/llama.cpp/tools/server/webui/src/lib/components/app/chat/ChatMessages/ChatMessageAssistant.svelte
vendor_llama_cpp_pydist/llama.cpp/tools/server/webui/src/lib/components/app/chat/ChatMessages/ChatMessageBranchingControls.svelte
vendor_llama_cpp_pydist/llama.cpp/tools/server/webui/src/lib/components/app/chat/ChatMessages/ChatMessageEditForm.svelte
vendor_llama_cpp_pydist/llama.cpp/tools/server/webui/src/lib/components/app/chat/ChatMessages/ChatMessageMcpPrompt.svelte
vendor_llama_cpp_pydist/llama.cpp/tools/server/webui/src/lib/components/app/chat/ChatMessages/ChatMessageMcpPromptContent.svelte
vendor_llama_cpp_pydist/llama.cpp/tools/server/webui/src/lib/components/app/chat/ChatMessages/ChatMessageStatistics.svelte
vendor_llama_cpp_pydist/llama.cpp/tools/server/webui/src/lib/components/app/chat/ChatMessages/ChatMessageSystem.svelte
vendor_llama_cpp_pydist/llama.cpp/tools/server/webui/src/lib/components/app/chat/ChatMessages/ChatMessageUser.svelte
vendor_llama_cpp_pydist/llama.cpp/tools/server/webui/src/lib/components/app/chat/ChatMessages/ChatMessages.svelte
vendor_llama_cpp_pydist/llama.cpp/tools/server/webui/src/lib/components/app/chat/ChatScreen/ChatScreen.svelte
vendor_llama_cpp_pydist/llama.cpp/tools/server/webui/src/lib/components/app/chat/ChatScreen/ChatScreenDragOverlay.svelte
vendor_llama_cpp_pydist/llama.cpp/tools/server/webui/src/lib/components/app/chat/ChatScreen/ChatScreenForm.svelte
vendor_llama_cpp_pydist/llama.cpp/tools/server/webui/src/lib/components/app/chat/ChatScreen/ChatScreenHeader.svelte
vendor_llama_cpp_pydist/llama.cpp/tools/server/webui/src/lib/components/app/chat/ChatScreen/ChatScreenProcessingInfo.svelte
vendor_llama_cpp_pydist/llama.cpp/tools/server/webui/src/lib/components/app/chat/ChatSettings/ChatSettings.svelte
vendor_llama_cpp_pydist/llama.cpp/tools/server/webui/src/lib/components/app/chat/ChatSettings/ChatSettingsFields.svelte
vendor_llama_cpp_pydist/llama.cpp/tools/server/webui/src/lib/components/app/chat/ChatSettings/ChatSettingsFooter.svelte
vendor_llama_cpp_pydist/llama.cpp/tools/server/webui/src/lib/components/app/chat/ChatSettings/ChatSettingsImportExportTab.svelte
vendor_llama_cpp_pydist/llama.cpp/tools/server/webui/src/lib/components/app/chat/ChatSettings/ChatSettingsParameterSourceIndicator.svelte
vendor_llama_cpp_pydist/llama.cpp/tools/server/webui/src/lib/components/app/chat/ChatSidebar/ChatSidebar.svelte
vendor_llama_cpp_pydist/llama.cpp/tools/server/webui/src/lib/components/app/chat/ChatSidebar/ChatSidebarActions.svelte
vendor_llama_cpp_pydist/llama.cpp/tools/server/webui/src/lib/components/app/chat/ChatSidebar/ChatSidebarConversationItem.svelte
vendor_llama_cpp_pydist/llama.cpp/tools/server/webui/src/lib/components/app/chat/ChatSidebar/ChatSidebarSearch.svelte
vendor_llama_cpp_pydist/llama.cpp/tools/server/webui/src/lib/components/app/chat/ChatSidebar/handle-mobile-sidebar-item-click.ts
vendor_llama_cpp_pydist/llama.cpp/tools/server/webui/src/lib/components/app/content/CollapsibleContentBlock.svelte
vendor_llama_cpp_pydist/llama.cpp/tools/server/webui/src/lib/components/app/content/MarkdownContent.svelte
vendor_llama_cpp_pydist/llama.cpp/tools/server/webui/src/lib/components/app/content/SyntaxHighlightedCode.svelte
vendor_llama_cpp_pydist/llama.cpp/tools/server/webui/src/lib/components/app/content/index.ts
vendor_llama_cpp_pydist/llama.cpp/tools/server/webui/src/lib/components/app/dialogs/DialogChatAttachmentPreview.svelte
vendor_llama_cpp_pydist/llama.cpp/tools/server/webui/src/lib/components/app/dialogs/DialogChatAttachmentsViewAll.svelte
vendor_llama_cpp_pydist/llama.cpp/tools/server/webui/src/lib/components/app/dialogs/DialogChatError.svelte
vendor_llama_cpp_pydist/llama.cpp/tools/server/webui/src/lib/components/app/dialogs/DialogChatSettings.svelte
vendor_llama_cpp_pydist/llama.cpp/tools/server/webui/src/lib/components/app/dialogs/DialogCodePreview.svelte
vendor_llama_cpp_pydist/llama.cpp/tools/server/webui/src/lib/components/app/dialogs/DialogConfirmation.svelte
vendor_llama_cpp_pydist/llama.cpp/tools/server/webui/src/lib/components/app/dialogs/DialogConversationSelection.svelte
vendor_llama_cpp_pydist/llama.cpp/tools/server/webui/src/lib/components/app/dialogs/DialogConversationTitleUpdate.svelte
vendor_llama_cpp_pydist/llama.cpp/tools/server/webui/src/lib/components/app/dialogs/DialogEmptyFileAlert.svelte
vendor_llama_cpp_pydist/llama.cpp/tools/server/webui/src/lib/components/app/dialogs/DialogMcpResourcePreview.svelte
vendor_llama_cpp_pydist/llama.cpp/tools/server/webui/src/lib/components/app/dialogs/DialogMcpResources.svelte
vendor_llama_cpp_pydist/llama.cpp/tools/server/webui/src/lib/components/app/dialogs/DialogMcpServersSettings.svelte
vendor_llama_cpp_pydist/llama.cpp/tools/server/webui/src/lib/components/app/dialogs/DialogModelInformation.svelte
vendor_llama_cpp_pydist/llama.cpp/tools/server/webui/src/lib/components/app/dialogs/DialogModelNotAvailable.svelte
vendor_llama_cpp_pydist/llama.cpp/tools/server/webui/src/lib/components/app/dialogs/index.ts
vendor_llama_cpp_pydist/llama.cpp/tools/server/webui/src/lib/components/app/forms/InputWithSuggestions.svelte
vendor_llama_cpp_pydist/llama.cpp/tools/server/webui/src/lib/components/app/forms/KeyValuePairs.svelte
vendor_llama_cpp_pydist/llama.cpp/tools/server/webui/src/lib/components/app/forms/SearchInput.svelte
vendor_llama_cpp_pydist/llama.cpp/tools/server/webui/src/lib/components/app/forms/index.ts
vendor_llama_cpp_pydist/llama.cpp/tools/server/webui/src/lib/components/app/mcp/McpActiveServersAvatars.svelte
vendor_llama_cpp_pydist/llama.cpp/tools/server/webui/src/lib/components/app/mcp/McpCapabilitiesBadges.svelte
vendor_llama_cpp_pydist/llama.cpp/tools/server/webui/src/lib/components/app/mcp/McpConnectionLogs.svelte
vendor_llama_cpp_pydist/llama.cpp/tools/server/webui/src/lib/components/app/mcp/McpLogo.svelte
vendor_llama_cpp_pydist/llama.cpp/tools/server/webui/src/lib/components/app/mcp/McpResourcePreview.svelte
vendor_llama_cpp_pydist/llama.cpp/tools/server/webui/src/lib/components/app/mcp/McpResourceTemplateForm.svelte
vendor_llama_cpp_pydist/llama.cpp/tools/server/webui/src/lib/components/app/mcp/McpServerCardSkeleton.svelte
vendor_llama_cpp_pydist/llama.cpp/tools/server/webui/src/lib/components/app/mcp/McpServerForm.svelte
vendor_llama_cpp_pydist/llama.cpp/tools/server/webui/src/lib/components/app/mcp/McpServerInfo.svelte
vendor_llama_cpp_pydist/llama.cpp/tools/server/webui/src/lib/components/app/mcp/McpServersSelector.svelte
vendor_llama_cpp_pydist/llama.cpp/tools/server/webui/src/lib/components/app/mcp/McpServersSettings.svelte
vendor_llama_cpp_pydist/llama.cpp/tools/server/webui/src/lib/components/app/mcp/index.ts
vendor_llama_cpp_pydist/llama.cpp/tools/server/webui/src/lib/components/app/mcp/McpResourceBrowser/McpResourceBrowser.svelte
vendor_llama_cpp_pydist/llama.cpp/tools/server/webui/src/lib/components/app/mcp/McpResourceBrowser/McpResourceBrowserEmptyState.svelte
vendor_llama_cpp_pydist/llama.cpp/tools/server/webui/src/lib/components/app/mcp/McpResourceBrowser/McpResourceBrowserHeader.svelte
vendor_llama_cpp_pydist/llama.cpp/tools/server/webui/src/lib/components/app/mcp/McpResourceBrowser/McpResourceBrowserServerItem.svelte
vendor_llama_cpp_pydist/llama.cpp/tools/server/webui/src/lib/components/app/mcp/McpResourceBrowser/mcp-resource-browser.ts
vendor_llama_cpp_pydist/llama.cpp/tools/server/webui/src/lib/components/app/mcp/McpServerCard/McpServerCard.svelte
vendor_llama_cpp_pydist/llama.cpp/tools/server/webui/src/lib/components/app/mcp/McpServerCard/McpServerCardActions.svelte
vendor_llama_cpp_pydist/llama.cpp/tools/server/webui/src/lib/components/app/mcp/McpServerCard/McpServerCardDeleteDialog.svelte
vendor_llama_cpp_pydist/llama.cpp/tools/server/webui/src/lib/components/app/mcp/McpServerCard/McpServerCardEditForm.svelte
vendor_llama_cpp_pydist/llama.cpp/tools/server/webui/src/lib/components/app/mcp/McpServerCard/McpServerCardHeader.svelte
vendor_llama_cpp_pydist/llama.cpp/tools/server/webui/src/lib/components/app/mcp/McpServerCard/McpServerCardToolsList.svelte
vendor_llama_cpp_pydist/llama.cpp/tools/server/webui/src/lib/components/app/misc/ConversationSelection.svelte
vendor_llama_cpp_pydist/llama.cpp/tools/server/webui/src/lib/components/app/misc/HorizontalScrollCarousel.svelte
vendor_llama_cpp_pydist/llama.cpp/tools/server/webui/src/lib/components/app/misc/KeyboardShortcutInfo.svelte
vendor_llama_cpp_pydist/llama.cpp/tools/server/webui/src/lib/components/app/misc/TruncatedText.svelte
vendor_llama_cpp_pydist/llama.cpp/tools/server/webui/src/lib/components/app/misc/index.ts
vendor_llama_cpp_pydist/llama.cpp/tools/server/webui/src/lib/components/app/models/ModelBadge.svelte
vendor_llama_cpp_pydist/llama.cpp/tools/server/webui/src/lib/components/app/models/ModelId.svelte
vendor_llama_cpp_pydist/llama.cpp/tools/server/webui/src/lib/components/app/models/ModelsSelector.svelte
vendor_llama_cpp_pydist/llama.cpp/tools/server/webui/src/lib/components/app/models/ModelsSelectorList.svelte
vendor_llama_cpp_pydist/llama.cpp/tools/server/webui/src/lib/components/app/models/ModelsSelectorOption.svelte
vendor_llama_cpp_pydist/llama.cpp/tools/server/webui/src/lib/components/app/models/ModelsSelectorSheet.svelte
vendor_llama_cpp_pydist/llama.cpp/tools/server/webui/src/lib/components/app/models/index.ts
vendor_llama_cpp_pydist/llama.cpp/tools/server/webui/src/lib/components/app/models/utils.ts
vendor_llama_cpp_pydist/llama.cpp/tools/server/webui/src/lib/components/app/navigation/DropdownMenuActions.svelte
vendor_llama_cpp_pydist/llama.cpp/tools/server/webui/src/lib/components/app/navigation/DropdownMenuSearchable.svelte
vendor_llama_cpp_pydist/llama.cpp/tools/server/webui/src/lib/components/app/navigation/index.ts
vendor_llama_cpp_pydist/llama.cpp/tools/server/webui/src/lib/components/app/server/ServerErrorSplash.svelte
vendor_llama_cpp_pydist/llama.cpp/tools/server/webui/src/lib/components/app/server/ServerLoadingSplash.svelte
vendor_llama_cpp_pydist/llama.cpp/tools/server/webui/src/lib/components/app/server/ServerStatus.svelte
vendor_llama_cpp_pydist/llama.cpp/tools/server/webui/src/lib/components/app/server/index.ts
vendor_llama_cpp_pydist/llama.cpp/tools/server/webui/src/lib/components/ui/utils.ts
vendor_llama_cpp_pydist/llama.cpp/tools/server/webui/src/lib/components/ui/alert/alert-description.svelte
vendor_llama_cpp_pydist/llama.cpp/tools/server/webui/src/lib/components/ui/alert/alert-title.svelte
vendor_llama_cpp_pydist/llama.cpp/tools/server/webui/src/lib/components/ui/alert/alert.svelte
vendor_llama_cpp_pydist/llama.cpp/tools/server/webui/src/lib/components/ui/alert/index.ts
vendor_llama_cpp_pydist/llama.cpp/tools/server/webui/src/lib/components/ui/alert-dialog/alert-dialog-action.svelte
vendor_llama_cpp_pydist/llama.cpp/tools/server/webui/src/lib/components/ui/alert-dialog/alert-dialog-cancel.svelte
vendor_llama_cpp_pydist/llama.cpp/tools/server/webui/src/lib/components/ui/alert-dialog/alert-dialog-content.svelte
vendor_llama_cpp_pydist/llama.cpp/tools/server/webui/src/lib/components/ui/alert-dialog/alert-dialog-description.svelte
vendor_llama_cpp_pydist/llama.cpp/tools/server/webui/src/lib/components/ui/alert-dialog/alert-dialog-footer.svelte
vendor_llama_cpp_pydist/llama.cpp/tools/server/webui/src/lib/components/ui/alert-dialog/alert-dialog-header.svelte
vendor_llama_cpp_pydist/llama.cpp/tools/server/webui/src/lib/components/ui/alert-dialog/alert-dialog-overlay.svelte
vendor_llama_cpp_pydist/llama.cpp/tools/server/webui/src/lib/components/ui/alert-dialog/alert-dialog-title.svelte
vendor_llama_cpp_pydist/llama.cpp/tools/server/webui/src/lib/components/ui/alert-dialog/alert-dialog-trigger.svelte
vendor_llama_cpp_pydist/llama.cpp/tools/server/webui/src/lib/components/ui/alert-dialog/index.ts
vendor_llama_cpp_pydist/llama.cpp/tools/server/webui/src/lib/components/ui/badge/badge.svelte
vendor_llama_cpp_pydist/llama.cpp/tools/server/webui/src/lib/components/ui/badge/index.ts
vendor_llama_cpp_pydist/llama.cpp/tools/server/webui/src/lib/components/ui/button/button.svelte
vendor_llama_cpp_pydist/llama.cpp/tools/server/webui/src/lib/components/ui/button/index.ts
vendor_llama_cpp_pydist/llama.cpp/tools/server/webui/src/lib/components/ui/card/card-action.svelte
vendor_llama_cpp_pydist/llama.cpp/tools/server/webui/src/lib/components/ui/card/card-content.svelte
vendor_llama_cpp_pydist/llama.cpp/tools/server/webui/src/lib/components/ui/card/card-description.svelte
vendor_llama_cpp_pydist/llama.cpp/tools/server/webui/src/lib/components/ui/card/card-footer.svelte
vendor_llama_cpp_pydist/llama.cpp/tools/server/webui/src/lib/components/ui/card/card-header.svelte
vendor_llama_cpp_pydist/llama.cpp/tools/server/webui/src/lib/components/ui/card/card-title.svelte
vendor_llama_cpp_pydist/llama.cpp/tools/server/webui/src/lib/components/ui/card/card.svelte
vendor_llama_cpp_pydist/llama.cpp/tools/server/webui/src/lib/components/ui/card/index.ts
vendor_llama_cpp_pydist/llama.cpp/tools/server/webui/src/lib/components/ui/checkbox/checkbox.svelte
vendor_llama_cpp_pydist/llama.cpp/tools/server/webui/src/lib/components/ui/checkbox/index.ts
vendor_llama_cpp_pydist/llama.cpp/tools/server/webui/src/lib/components/ui/collapsible/collapsible-content.svelte
vendor_llama_cpp_pydist/llama.cpp/tools/server/webui/src/lib/components/ui/collapsible/collapsible-trigger.svelte
vendor_llama_cpp_pydist/llama.cpp/tools/server/webui/src/lib/components/ui/collapsible/collapsible.svelte
vendor_llama_cpp_pydist/llama.cpp/tools/server/webui/src/lib/components/ui/collapsible/index.ts
vendor_llama_cpp_pydist/llama.cpp/tools/server/webui/src/lib/components/ui/dialog/dialog-close.svelte
vendor_llama_cpp_pydist/llama.cpp/tools/server/webui/src/lib/components/ui/dialog/dialog-content.svelte
vendor_llama_cpp_pydist/llama.cpp/tools/server/webui/src/lib/components/ui/dialog/dialog-description.svelte
vendor_llama_cpp_pydist/llama.cpp/tools/server/webui/src/lib/components/ui/dialog/dialog-footer.svelte
vendor_llama_cpp_pydist/llama.cpp/tools/server/webui/src/lib/components/ui/dialog/dialog-header.svelte
vendor_llama_cpp_pydist/llama.cpp/tools/server/webui/src/lib/components/ui/dialog/dialog-overlay.svelte
vendor_llama_cpp_pydist/llama.cpp/tools/server/webui/src/lib/components/ui/dialog/dialog-title.svelte
vendor_llama_cpp_pydist/llama.cpp/tools/server/webui/src/lib/components/ui/dialog/dialog-trigger.svelte
vendor_llama_cpp_pydist/llama.cpp/tools/server/webui/src/lib/components/ui/dialog/index.ts
vendor_llama_cpp_pydist/llama.cpp/tools/server/webui/src/lib/components/ui/dropdown-menu/dropdown-menu-checkbox-item.svelte
vendor_llama_cpp_pydist/llama.cpp/tools/server/webui/src/lib/components/ui/dropdown-menu/dropdown-menu-content.svelte
vendor_llama_cpp_pydist/llama.cpp/tools/server/webui/src/lib/components/ui/dropdown-menu/dropdown-menu-group-heading.svelte
vendor_llama_cpp_pydist/llama.cpp/tools/server/webui/src/lib/components/ui/dropdown-menu/dropdown-menu-group.svelte
vendor_llama_cpp_pydist/llama.cpp/tools/server/webui/src/lib/components/ui/dropdown-menu/dropdown-menu-item.svelte
vendor_llama_cpp_pydist/llama.cpp/tools/server/webui/src/lib/components/ui/dropdown-menu/dropdown-menu-label.svelte
vendor_llama_cpp_pydist/llama.cpp/tools/server/webui/src/lib/components/ui/dropdown-menu/dropdown-menu-radio-group.svelte
vendor_llama_cpp_pydist/llama.cpp/tools/server/webui/src/lib/components/ui/dropdown-menu/dropdown-menu-radio-item.svelte
vendor_llama_cpp_pydist/llama.cpp/tools/server/webui/src/lib/components/ui/dropdown-menu/dropdown-menu-separator.svelte
vendor_llama_cpp_pydist/llama.cpp/tools/server/webui/src/lib/components/ui/dropdown-menu/dropdown-menu-shortcut.svelte
vendor_llama_cpp_pydist/llama.cpp/tools/server/webui/src/lib/components/ui/dropdown-menu/dropdown-menu-sub-content.svelte
vendor_llama_cpp_pydist/llama.cpp/tools/server/webui/src/lib/components/ui/dropdown-menu/dropdown-menu-sub-trigger.svelte
vendor_llama_cpp_pydist/llama.cpp/tools/server/webui/src/lib/components/ui/dropdown-menu/dropdown-menu-trigger.svelte
vendor_llama_cpp_pydist/llama.cpp/tools/server/webui/src/lib/components/ui/dropdown-menu/index.ts
vendor_llama_cpp_pydist/llama.cpp/tools/server/webui/src/lib/components/ui/input/index.ts
vendor_llama_cpp_pydist/llama.cpp/tools/server/webui/src/lib/components/ui/input/input.svelte
vendor_llama_cpp_pydist/llama.cpp/tools/server/webui/src/lib/components/ui/label/index.ts
vendor_llama_cpp_pydist/llama.cpp/tools/server/webui/src/lib/components/ui/label/label.svelte
vendor_llama_cpp_pydist/llama.cpp/tools/server/webui/src/lib/components/ui/popover/index.ts
vendor_llama_cpp_pydist/llama.cpp/tools/server/webui/src/lib/components/ui/popover/popover-close.svelte
vendor_llama_cpp_pydist/llama.cpp/tools/server/webui/src/lib/components/ui/popover/popover-content.svelte
vendor_llama_cpp_pydist/llama.cpp/tools/server/webui/src/lib/components/ui/popover/popover-portal.svelte
vendor_llama_cpp_pydist/llama.cpp/tools/server/webui/src/lib/components/ui/popover/popover-trigger.svelte
vendor_llama_cpp_pydist/llama.cpp/tools/server/webui/src/lib/components/ui/popover/popover.svelte
vendor_llama_cpp_pydist/llama.cpp/tools/server/webui/src/lib/components/ui/scroll-area/index.ts
vendor_llama_cpp_pydist/llama.cpp/tools/server/webui/src/lib/components/ui/scroll-area/scroll-area-scrollbar.svelte
vendor_llama_cpp_pydist/llama.cpp/tools/server/webui/src/lib/components/ui/scroll-area/scroll-area.svelte
vendor_llama_cpp_pydist/llama.cpp/tools/server/webui/src/lib/components/ui/select/index.ts
vendor_llama_cpp_pydist/llama.cpp/tools/server/webui/src/lib/components/ui/select/select-content.svelte
vendor_llama_cpp_pydist/llama.cpp/tools/server/webui/src/lib/components/ui/select/select-group-heading.svelte
vendor_llama_cpp_pydist/llama.cpp/tools/server/webui/src/lib/components/ui/select/select-group.svelte
vendor_llama_cpp_pydist/llama.cpp/tools/server/webui/src/lib/components/ui/select/select-item.svelte
vendor_llama_cpp_pydist/llama.cpp/tools/server/webui/src/lib/components/ui/select/select-label.svelte
vendor_llama_cpp_pydist/llama.cpp/tools/server/webui/src/lib/components/ui/select/select-scroll-down-button.svelte
vendor_llama_cpp_pydist/llama.cpp/tools/server/webui/src/lib/components/ui/select/select-scroll-up-button.svelte
vendor_llama_cpp_pydist/llama.cpp/tools/server/webui/src/lib/components/ui/select/select-separator.svelte
vendor_llama_cpp_pydist/llama.cpp/tools/server/webui/src/lib/components/ui/select/select-trigger.svelte
vendor_llama_cpp_pydist/llama.cpp/tools/server/webui/src/lib/components/ui/separator/index.ts
vendor_llama_cpp_pydist/llama.cpp/tools/server/webui/src/lib/components/ui/separator/separator.svelte
vendor_llama_cpp_pydist/llama.cpp/tools/server/webui/src/lib/components/ui/sheet/index.ts
vendor_llama_cpp_pydist/llama.cpp/tools/server/webui/src/lib/components/ui/sheet/sheet-close.svelte
vendor_llama_cpp_pydist/llama.cpp/tools/server/webui/src/lib/components/ui/sheet/sheet-content.svelte
vendor_llama_cpp_pydist/llama.cpp/tools/server/webui/src/lib/components/ui/sheet/sheet-description.svelte
vendor_llama_cpp_pydist/llama.cpp/tools/server/webui/src/lib/components/ui/sheet/sheet-footer.svelte
vendor_llama_cpp_pydist/llama.cpp/tools/server/webui/src/lib/components/ui/sheet/sheet-header.svelte
vendor_llama_cpp_pydist/llama.cpp/tools/server/webui/src/lib/components/ui/sheet/sheet-overlay.svelte
vendor_llama_cpp_pydist/llama.cpp/tools/server/webui/src/lib/components/ui/sheet/sheet-title.svelte
vendor_llama_cpp_pydist/llama.cpp/tools/server/webui/src/lib/components/ui/sheet/sheet-trigger.svelte
vendor_llama_cpp_pydist/llama.cpp/tools/server/webui/src/lib/components/ui/sidebar/constants.ts
vendor_llama_cpp_pydist/llama.cpp/tools/server/webui/src/lib/components/ui/sidebar/context.svelte.ts
vendor_llama_cpp_pydist/llama.cpp/tools/server/webui/src/lib/components/ui/sidebar/index.ts
vendor_llama_cpp_pydist/llama.cpp/tools/server/webui/src/lib/components/ui/sidebar/sidebar-content.svelte
vendor_llama_cpp_pydist/llama.cpp/tools/server/webui/src/lib/components/ui/sidebar/sidebar-footer.svelte
vendor_llama_cpp_pydist/llama.cpp/tools/server/webui/src/lib/components/ui/sidebar/sidebar-group-action.svelte
vendor_llama_cpp_pydist/llama.cpp/tools/server/webui/src/lib/components/ui/sidebar/sidebar-group-content.svelte
vendor_llama_cpp_pydist/llama.cpp/tools/server/webui/src/lib/components/ui/sidebar/sidebar-group-label.svelte
vendor_llama_cpp_pydist/llama.cpp/tools/server/webui/src/lib/components/ui/sidebar/sidebar-group.svelte
vendor_llama_cpp_pydist/llama.cpp/tools/server/webui/src/lib/components/ui/sidebar/sidebar-header.svelte
vendor_llama_cpp_pydist/llama.cpp/tools/server/webui/src/lib/components/ui/sidebar/sidebar-input.svelte
vendor_llama_cpp_pydist/llama.cpp/tools/server/webui/src/lib/components/ui/sidebar/sidebar-inset.svelte
vendor_llama_cpp_pydist/llama.cpp/tools/server/webui/src/lib/components/ui/sidebar/sidebar-menu-action.svelte
vendor_llama_cpp_pydist/llama.cpp/tools/server/webui/src/lib/components/ui/sidebar/sidebar-menu-badge.svelte
vendor_llama_cpp_pydist/llama.cpp/tools/server/webui/src/lib/components/ui/sidebar/sidebar-menu-button.svelte
vendor_llama_cpp_pydist/llama.cpp/tools/server/webui/src/lib/components/ui/sidebar/sidebar-menu-item.svelte
vendor_llama_cpp_pydist/llama.cpp/tools/server/webui/src/lib/components/ui/sidebar/sidebar-menu-skeleton.svelte
vendor_llama_cpp_pydist/llama.cpp/tools/server/webui/src/lib/components/ui/sidebar/sidebar-menu-sub-button.svelte
vendor_llama_cpp_pydist/llama.cpp/tools/server/webui/src/lib/components/ui/sidebar/sidebar-menu-sub-item.svelte
vendor_llama_cpp_pydist/llama.cpp/tools/server/webui/src/lib/components/ui/sidebar/sidebar-menu-sub.svelte
vendor_llama_cpp_pydist/llama.cpp/tools/server/webui/src/lib/components/ui/sidebar/sidebar-menu.svelte
vendor_llama_cpp_pydist/llama.cpp/tools/server/webui/src/lib/components/ui/sidebar/sidebar-provider.svelte
vendor_llama_cpp_pydist/llama.cpp/tools/server/webui/src/lib/components/ui/sidebar/sidebar-rail.svelte
vendor_llama_cpp_pydist/llama.cpp/tools/server/webui/src/lib/components/ui/sidebar/sidebar-separator.svelte
vendor_llama_cpp_pydist/llama.cpp/tools/server/webui/src/lib/components/ui/sidebar/sidebar-trigger.svelte
vendor_llama_cpp_pydist/llama.cpp/tools/server/webui/src/lib/components/ui/sidebar/sidebar.svelte
vendor_llama_cpp_pydist/llama.cpp/tools/server/webui/src/lib/components/ui/skeleton/index.ts
vendor_llama_cpp_pydist/llama.cpp/tools/server/webui/src/lib/components/ui/skeleton/skeleton.svelte
vendor_llama_cpp_pydist/llama.cpp/tools/server/webui/src/lib/components/ui/switch/index.ts
vendor_llama_cpp_pydist/llama.cpp/tools/server/webui/src/lib/components/ui/switch/switch.svelte
vendor_llama_cpp_pydist/llama.cpp/tools/server/webui/src/lib/components/ui/table/index.ts
vendor_llama_cpp_pydist/llama.cpp/tools/server/webui/src/lib/components/ui/table/table-body.svelte
vendor_llama_cpp_pydist/llama.cpp/tools/server/webui/src/lib/components/ui/table/table-caption.svelte
vendor_llama_cpp_pydist/llama.cpp/tools/server/webui/src/lib/components/ui/table/table-cell.svelte
vendor_llama_cpp_pydist/llama.cpp/tools/server/webui/src/lib/components/ui/table/table-footer.svelte
vendor_llama_cpp_pydist/llama.cpp/tools/server/webui/src/lib/components/ui/table/table-head.svelte
vendor_llama_cpp_pydist/llama.cpp/tools/server/webui/src/lib/components/ui/table/table-header.svelte
vendor_llama_cpp_pydist/llama.cpp/tools/server/webui/src/lib/components/ui/table/table-row.svelte
vendor_llama_cpp_pydist/llama.cpp/tools/server/webui/src/lib/components/ui/table/table.svelte
vendor_llama_cpp_pydist/llama.cpp/tools/server/webui/src/lib/components/ui/textarea/index.ts
vendor_llama_cpp_pydist/llama.cpp/tools/server/webui/src/lib/components/ui/textarea/textarea.svelte
vendor_llama_cpp_pydist/llama.cpp/tools/server/webui/src/lib/components/ui/tooltip/index.ts
vendor_llama_cpp_pydist/llama.cpp/tools/server/webui/src/lib/components/ui/tooltip/tooltip-content.svelte
vendor_llama_cpp_pydist/llama.cpp/tools/server/webui/src/lib/components/ui/tooltip/tooltip-trigger.svelte
vendor_llama_cpp_pydist/llama.cpp/tools/server/webui/src/lib/constants/agentic.ts
vendor_llama_cpp_pydist/llama.cpp/tools/server/webui/src/lib/constants/api-endpoints.ts
vendor_llama_cpp_pydist/llama.cpp/tools/server/webui/src/lib/constants/attachment-labels.ts
vendor_llama_cpp_pydist/llama.cpp/tools/server/webui/src/lib/constants/auto-scroll.ts
vendor_llama_cpp_pydist/llama.cpp/tools/server/webui/src/lib/constants/binary-detection.ts
vendor_llama_cpp_pydist/llama.cpp/tools/server/webui/src/lib/constants/cache.ts
vendor_llama_cpp_pydist/llama.cpp/tools/server/webui/src/lib/constants/chat-form.ts
vendor_llama_cpp_pydist/llama.cpp/tools/server/webui/src/lib/constants/code-blocks.ts
vendor_llama_cpp_pydist/llama.cpp/tools/server/webui/src/lib/constants/code.ts
vendor_llama_cpp_pydist/llama.cpp/tools/server/webui/src/lib/constants/context-keys.ts
vendor_llama_cpp_pydist/llama.cpp/tools/server/webui/src/lib/constants/css-classes.ts
vendor_llama_cpp_pydist/llama.cpp/tools/server/webui/src/lib/constants/favicon.ts
vendor_llama_cpp_pydist/llama.cpp/tools/server/webui/src/lib/constants/floating-ui-constraints.ts
vendor_llama_cpp_pydist/llama.cpp/tools/server/webui/src/lib/constants/formatters.ts
vendor_llama_cpp_pydist/llama.cpp/tools/server/webui/src/lib/constants/icons.ts
vendor_llama_cpp_pydist/llama.cpp/tools/server/webui/src/lib/constants/index.ts
vendor_llama_cpp_pydist/llama.cpp/tools/server/webui/src/lib/constants/key-value-pairs.ts
vendor_llama_cpp_pydist/llama.cpp/tools/server/webui/src/lib/constants/latex-protection.ts
vendor_llama_cpp_pydist/llama.cpp/tools/server/webui/src/lib/constants/literal-html.ts
vendor_llama_cpp_pydist/llama.cpp/tools/server/webui/src/lib/constants/localstorage-keys.ts
vendor_llama_cpp_pydist/llama.cpp/tools/server/webui/src/lib/constants/markdown.ts
vendor_llama_cpp_pydist/llama.cpp/tools/server/webui/src/lib/constants/max-bundle-size.ts
vendor_llama_cpp_pydist/llama.cpp/tools/server/webui/src/lib/constants/mcp-form.ts
vendor_llama_cpp_pydist/llama.cpp/tools/server/webui/src/lib/constants/mcp-resource.ts
vendor_llama_cpp_pydist/llama.cpp/tools/server/webui/src/lib/constants/mcp.ts
vendor_llama_cpp_pydist/llama.cpp/tools/server/webui/src/lib/constants/message-export.ts
vendor_llama_cpp_pydist/llama.cpp/tools/server/webui/src/lib/constants/model-id.ts
vendor_llama_cpp_pydist/llama.cpp/tools/server/webui/src/lib/constants/precision.ts
vendor_llama_cpp_pydist/llama.cpp/tools/server/webui/src/lib/constants/processing-info.ts
vendor_llama_cpp_pydist/llama.cpp/tools/server/webui/src/lib/constants/settings-config.ts
vendor_llama_cpp_pydist/llama.cpp/tools/server/webui/src/lib/constants/settings-fields.ts
vendor_llama_cpp_pydist/llama.cpp/tools/server/webui/src/lib/constants/settings-keys.ts
vendor_llama_cpp_pydist/llama.cpp/tools/server/webui/src/lib/constants/settings-sections.ts
vendor_llama_cpp_pydist/llama.cpp/tools/server/webui/src/lib/constants/supported-file-types.ts
vendor_llama_cpp_pydist/llama.cpp/tools/server/webui/src/lib/constants/table-html-restorer.ts
vendor_llama_cpp_pydist/llama.cpp/tools/server/webui/src/lib/constants/tooltip-config.ts
vendor_llama_cpp_pydist/llama.cpp/tools/server/webui/src/lib/constants/ui.ts
vendor_llama_cpp_pydist/llama.cpp/tools/server/webui/src/lib/constants/uri-template.ts
vendor_llama_cpp_pydist/llama.cpp/tools/server/webui/src/lib/constants/viewport.ts
vendor_llama_cpp_pydist/llama.cpp/tools/server/webui/src/lib/contexts/chat-actions.context.ts
vendor_llama_cpp_pydist/llama.cpp/tools/server/webui/src/lib/contexts/chat-settings-dialog.context.ts
vendor_llama_cpp_pydist/llama.cpp/tools/server/webui/src/lib/contexts/index.ts
vendor_llama_cpp_pydist/llama.cpp/tools/server/webui/src/lib/contexts/message-edit.context.ts
vendor_llama_cpp_pydist/llama.cpp/tools/server/webui/src/lib/enums/agentic.ts
vendor_llama_cpp_pydist/llama.cpp/tools/server/webui/src/lib/enums/attachment.ts
vendor_llama_cpp_pydist/llama.cpp/tools/server/webui/src/lib/enums/chat.ts
vendor_llama_cpp_pydist/llama.cpp/tools/server/webui/src/lib/enums/files.ts
vendor_llama_cpp_pydist/llama.cpp/tools/server/webui/src/lib/enums/index.ts
vendor_llama_cpp_pydist/llama.cpp/tools/server/webui/src/lib/enums/keyboard.ts
vendor_llama_cpp_pydist/llama.cpp/tools/server/webui/src/lib/enums/mcp.ts
vendor_llama_cpp_pydist/llama.cpp/tools/server/webui/src/lib/enums/model.ts
vendor_llama_cpp_pydist/llama.cpp/tools/server/webui/src/lib/enums/server.ts
vendor_llama_cpp_pydist/llama.cpp/tools/server/webui/src/lib/enums/settings.ts
vendor_llama_cpp_pydist/llama.cpp/tools/server/webui/src/lib/enums/ui.ts
vendor_llama_cpp_pydist/llama.cpp/tools/server/webui/src/lib/hooks/is-mobile.svelte.ts
vendor_llama_cpp_pydist/llama.cpp/tools/server/webui/src/lib/hooks/use-auto-scroll.svelte.ts
vendor_llama_cpp_pydist/llama.cpp/tools/server/webui/src/lib/hooks/use-processing-state.svelte.ts
vendor_llama_cpp_pydist/llama.cpp/tools/server/webui/src/lib/markdown/enhance-code-blocks.ts
vendor_llama_cpp_pydist/llama.cpp/tools/server/webui/src/lib/markdown/enhance-links.ts
vendor_llama_cpp_pydist/llama.cpp/tools/server/webui/src/lib/markdown/literal-html.ts
vendor_llama_cpp_pydist/llama.cpp/tools/server/webui/src/lib/markdown/rehype-rtl-support.ts
vendor_llama_cpp_pydist/llama.cpp/tools/server/webui/src/lib/markdown/resolve-attachment-images.ts
vendor_llama_cpp_pydist/llama.cpp/tools/server/webui/src/lib/markdown/table-html-restorer.ts
vendor_llama_cpp_pydist/llama.cpp/tools/server/webui/src/lib/services/chat.service.ts
vendor_llama_cpp_pydist/llama.cpp/tools/server/webui/src/lib/services/database.service.ts
vendor_llama_cpp_pydist/llama.cpp/tools/server/webui/src/lib/services/index.ts
vendor_llama_cpp_pydist/llama.cpp/tools/server/webui/src/lib/services/mcp.service.ts
vendor_llama_cpp_pydist/llama.cpp/tools/server/webui/src/lib/services/models.service.ts
vendor_llama_cpp_pydist/llama.cpp/tools/server/webui/src/lib/services/parameter-sync.service.spec.ts
vendor_llama_cpp_pydist/llama.cpp/tools/server/webui/src/lib/services/parameter-sync.service.ts
vendor_llama_cpp_pydist/llama.cpp/tools/server/webui/src/lib/services/props.service.ts
vendor_llama_cpp_pydist/llama.cpp/tools/server/webui/src/lib/stores/agentic.svelte.ts
vendor_llama_cpp_pydist/llama.cpp/tools/server/webui/src/lib/stores/chat.svelte.ts
vendor_llama_cpp_pydist/llama.cpp/tools/server/webui/src/lib/stores/conversations.svelte.ts
vendor_llama_cpp_pydist/llama.cpp/tools/server/webui/src/lib/stores/mcp-resources.svelte.ts
vendor_llama_cpp_pydist/llama.cpp/tools/server/webui/src/lib/stores/mcp.svelte.ts
vendor_llama_cpp_pydist/llama.cpp/tools/server/webui/src/lib/stores/models.svelte.ts
vendor_llama_cpp_pydist/llama.cpp/tools/server/webui/src/lib/stores/persisted.svelte.ts
vendor_llama_cpp_pydist/llama.cpp/tools/server/webui/src/lib/stores/server.svelte.ts
vendor_llama_cpp_pydist/llama.cpp/tools/server/webui/src/lib/stores/settings.svelte.ts
vendor_llama_cpp_pydist/llama.cpp/tools/server/webui/src/lib/types/agentic.d.ts
vendor_llama_cpp_pydist/llama.cpp/tools/server/webui/src/lib/types/api.d.ts
vendor_llama_cpp_pydist/llama.cpp/tools/server/webui/src/lib/types/chat.d.ts
vendor_llama_cpp_pydist/llama.cpp/tools/server/webui/src/lib/types/common.d.ts
vendor_llama_cpp_pydist/llama.cpp/tools/server/webui/src/lib/types/database.d.ts
vendor_llama_cpp_pydist/llama.cpp/tools/server/webui/src/lib/types/index.ts
vendor_llama_cpp_pydist/llama.cpp/tools/server/webui/src/lib/types/mcp.d.ts
vendor_llama_cpp_pydist/llama.cpp/tools/server/webui/src/lib/types/models.d.ts
vendor_llama_cpp_pydist/llama.cpp/tools/server/webui/src/lib/types/settings.d.ts
vendor_llama_cpp_pydist/llama.cpp/tools/server/webui/src/lib/utils/abort.ts
vendor_llama_cpp_pydist/llama.cpp/tools/server/webui/src/lib/utils/agentic.ts
vendor_llama_cpp_pydist/llama.cpp/tools/server/webui/src/lib/utils/api-fetch.ts
vendor_llama_cpp_pydist/llama.cpp/tools/server/webui/src/lib/utils/api-headers.ts
vendor_llama_cpp_pydist/llama.cpp/tools/server/webui/src/lib/utils/api-key-validation.ts
vendor_llama_cpp_pydist/llama.cpp/tools/server/webui/src/lib/utils/attachment-display.ts
vendor_llama_cpp_pydist/llama.cpp/tools/server/webui/src/lib/utils/attachment-type.ts
vendor_llama_cpp_pydist/llama.cpp/tools/server/webui/src/lib/utils/audio-recording.ts
vendor_llama_cpp_pydist/llama.cpp/tools/server/webui/src/lib/utils/autoresize-textarea.ts
vendor_llama_cpp_pydist/llama.cpp/tools/server/webui/src/lib/utils/branching.ts
vendor_llama_cpp_pydist/llama.cpp/tools/server/webui/src/lib/utils/browser-only.ts
vendor_llama_cpp_pydist/llama.cpp/tools/server/webui/src/lib/utils/cache-ttl.ts
vendor_llama_cpp_pydist/llama.cpp/tools/server/webui/src/lib/utils/clipboard.ts
vendor_llama_cpp_pydist/llama.cpp/tools/server/webui/src/lib/utils/code.ts
vendor_llama_cpp_pydist/llama.cpp/tools/server/webui/src/lib/utils/config-helpers.ts
vendor_llama_cpp_pydist/llama.cpp/tools/server/webui/src/lib/utils/conversation-utils.ts
vendor_llama_cpp_pydist/llama.cpp/tools/server/webui/src/lib/utils/convert-files-to-extra.ts
vendor_llama_cpp_pydist/llama.cpp/tools/server/webui/src/lib/utils/cors-proxy.ts
vendor_llama_cpp_pydist/llama.cpp/tools/server/webui/src/lib/utils/data-url.ts
vendor_llama_cpp_pydist/llama.cpp/tools/server/webui/src/lib/utils/debounce.ts
vendor_llama_cpp_pydist/llama.cpp/tools/server/webui/src/lib/utils/favicon.ts
vendor_llama_cpp_pydist/llama.cpp/tools/server/webui/src/lib/utils/file-preview.ts
vendor_llama_cpp_pydist/llama.cpp/tools/server/webui/src/lib/utils/file-type.ts
vendor_llama_cpp_pydist/llama.cpp/tools/server/webui/src/lib/utils/formatters.ts
vendor_llama_cpp_pydist/llama.cpp/tools/server/webui/src/lib/utils/headers.ts
vendor_llama_cpp_pydist/llama.cpp/tools/server/webui/src/lib/utils/image-error-fallback.ts
vendor_llama_cpp_pydist/llama.cpp/tools/server/webui/src/lib/utils/index.ts
vendor_llama_cpp_pydist/llama.cpp/tools/server/webui/src/lib/utils/is-ime-composing.ts
vendor_llama_cpp_pydist/llama.cpp/tools/server/webui/src/lib/utils/latex-protection.ts
vendor_llama_cpp_pydist/llama.cpp/tools/server/webui/src/lib/utils/legacy-migration.ts
vendor_llama_cpp_pydist/llama.cpp/tools/server/webui/src/lib/utils/mcp.ts
vendor_llama_cpp_pydist/llama.cpp/tools/server/webui/src/lib/utils/modality-file-validation.ts
vendor_llama_cpp_pydist/llama.cpp/tools/server/webui/src/lib/utils/model-names.ts
vendor_llama_cpp_pydist/llama.cpp/tools/server/webui/src/lib/utils/pdf-processing.ts
vendor_llama_cpp_pydist/llama.cpp/tools/server/webui/src/lib/utils/portal-to-body.ts
vendor_llama_cpp_pydist/llama.cpp/tools/server/webui/src/lib/utils/precision.ts
vendor_llama_cpp_pydist/llama.cpp/tools/server/webui/src/lib/utils/process-uploaded-files.ts
vendor_llama_cpp_pydist/llama.cpp/tools/server/webui/src/lib/utils/redact.ts
vendor_llama_cpp_pydist/llama.cpp/tools/server/webui/src/lib/utils/request-helpers.ts
vendor_llama_cpp_pydist/llama.cpp/tools/server/webui/src/lib/utils/sanitize.ts
vendor_llama_cpp_pydist/llama.cpp/tools/server/webui/src/lib/utils/svg-to-png.ts
vendor_llama_cpp_pydist/llama.cpp/tools/server/webui/src/lib/utils/syntax-highlight-language.ts
vendor_llama_cpp_pydist/llama.cpp/tools/server/webui/src/lib/utils/text-files.ts
vendor_llama_cpp_pydist/llama.cpp/tools/server/webui/src/lib/utils/text.ts
vendor_llama_cpp_pydist/llama.cpp/tools/server/webui/src/lib/utils/uri-template.ts
vendor_llama_cpp_pydist/llama.cpp/tools/server/webui/src/lib/utils/uuid.ts
vendor_llama_cpp_pydist/llama.cpp/tools/server/webui/src/lib/utils/webp-to-png.ts
vendor_llama_cpp_pydist/llama.cpp/tools/server/webui/src/routes/+error.svelte
vendor_llama_cpp_pydist/llama.cpp/tools/server/webui/src/routes/+layout.svelte
vendor_llama_cpp_pydist/llama.cpp/tools/server/webui/src/routes/+page.svelte
vendor_llama_cpp_pydist/llama.cpp/tools/server/webui/src/routes/+page.ts
vendor_llama_cpp_pydist/llama.cpp/tools/server/webui/src/routes/chat/[id]/+page.svelte
vendor_llama_cpp_pydist/llama.cpp/tools/server/webui/src/routes/chat/[id]/+page.ts
vendor_llama_cpp_pydist/llama.cpp/tools/server/webui/src/styles/katex-custom.scss
vendor_llama_cpp_pydist/llama.cpp/tools/server/webui/static/favicon.svg
vendor_llama_cpp_pydist/llama.cpp/tools/server/webui/static/loading.html
vendor_llama_cpp_pydist/llama.cpp/tools/server/webui/tests/client/page.svelte.test.ts
vendor_llama_cpp_pydist/llama.cpp/tools/server/webui/tests/client/components/TestWrapper.svelte
vendor_llama_cpp_pydist/llama.cpp/tools/server/webui/tests/e2e/demo.test.ts
vendor_llama_cpp_pydist/llama.cpp/tools/server/webui/tests/stories/ChatMessage.stories.svelte
vendor_llama_cpp_pydist/llama.cpp/tools/server/webui/tests/stories/ChatScreenForm.stories.svelte
vendor_llama_cpp_pydist/llama.cpp/tools/server/webui/tests/stories/ChatSettings.stories.svelte
vendor_llama_cpp_pydist/llama.cpp/tools/server/webui/tests/stories/ChatSidebar.stories.svelte
vendor_llama_cpp_pydist/llama.cpp/tools/server/webui/tests/stories/Introduction.mdx
vendor_llama_cpp_pydist/llama.cpp/tools/server/webui/tests/stories/MarkdownContent.stories.svelte
vendor_llama_cpp_pydist/llama.cpp/tools/server/webui/tests/stories/fixtures/ai-tutorial.ts
vendor_llama_cpp_pydist/llama.cpp/tools/server/webui/tests/stories/fixtures/api-docs.ts
vendor_llama_cpp_pydist/llama.cpp/tools/server/webui/tests/stories/fixtures/blog-post.ts
vendor_llama_cpp_pydist/llama.cpp/tools/server/webui/tests/stories/fixtures/data-analysis.ts
vendor_llama_cpp_pydist/llama.cpp/tools/server/webui/tests/stories/fixtures/empty.ts
vendor_llama_cpp_pydist/llama.cpp/tools/server/webui/tests/stories/fixtures/math-formulas.ts
vendor_llama_cpp_pydist/llama.cpp/tools/server/webui/tests/stories/fixtures/readme.ts
vendor_llama_cpp_pydist/llama.cpp/tools/server/webui/tests/stories/fixtures/storybook-mocks.ts
vendor_llama_cpp_pydist/llama.cpp/tools/server/webui/tests/stories/fixtures/assets/1.jpg
vendor_llama_cpp_pydist/llama.cpp/tools/server/webui/tests/stories/fixtures/assets/beautiful-flowers-lotus.webp
vendor_llama_cpp_pydist/llama.cpp/tools/server/webui/tests/stories/fixtures/assets/example.pdf
vendor_llama_cpp_pydist/llama.cpp/tools/server/webui/tests/stories/fixtures/assets/hf-logo.svg
vendor_llama_cpp_pydist/llama.cpp/tools/server/webui/tests/unit/agentic-sections.test.ts
vendor_llama_cpp_pydist/llama.cpp/tools/server/webui/tests/unit/agentic-strip.test.ts
vendor_llama_cpp_pydist/llama.cpp/tools/server/webui/tests/unit/clipboard.test.ts
vendor_llama_cpp_pydist/llama.cpp/tools/server/webui/tests/unit/latex-protection.test.ts
vendor_llama_cpp_pydist/llama.cpp/tools/server/webui/tests/unit/mcp-service.test.ts
vendor_llama_cpp_pydist/llama.cpp/tools/server/webui/tests/unit/model-id-parser.test.ts
vendor_llama_cpp_pydist/llama.cpp/tools/server/webui/tests/unit/model-names.test.ts
vendor_llama_cpp_pydist/llama.cpp/tools/server/webui/tests/unit/reasoning-context.test.ts
vendor_llama_cpp_pydist/llama.cpp/tools/server/webui/tests/unit/redact.test.ts
vendor_llama_cpp_pydist/llama.cpp/tools/server/webui/tests/unit/request-helpers.test.ts
vendor_llama_cpp_pydist/llama.cpp/tools/server/webui/tests/unit/sanitize-headers.test.ts
vendor_llama_cpp_pydist/llama.cpp/tools/server/webui/tests/unit/uri-template.test.ts
vendor_llama_cpp_pydist/llama.cpp/tools/tokenize/CMakeLists.txt
vendor_llama_cpp_pydist/llama.cpp/tools/tokenize/tokenize.cpp
vendor_llama_cpp_pydist/llama.cpp/tools/tts/CMakeLists.txt
vendor_llama_cpp_pydist/llama.cpp/tools/tts/README.md
vendor_llama_cpp_pydist/llama.cpp/tools/tts/convert_pt_to_hf.py
vendor_llama_cpp_pydist/llama.cpp/tools/tts/tts-outetts.py
vendor_llama_cpp_pydist/llama.cpp/tools/tts/tts.cpp
vendor_llama_cpp_pydist/llama.cpp/vendor/cpp-httplib/CMakeLists.txt
vendor_llama_cpp_pydist/llama.cpp/vendor/cpp-httplib/LICENSE
vendor_llama_cpp_pydist/llama.cpp/vendor/cpp-httplib/httplib.cpp
vendor_llama_cpp_pydist/llama.cpp/vendor/cpp-httplib/httplib.h
vendor_llama_cpp_pydist/llama.cpp/vendor/miniaudio/miniaudio.h
vendor_llama_cpp_pydist/llama.cpp/vendor/nlohmann/json.hpp
vendor_llama_cpp_pydist/llama.cpp/vendor/nlohmann/json_fwd.hpp
vendor_llama_cpp_pydist/llama.cpp/vendor/sheredom/subprocess.h
vendor_llama_cpp_pydist/llama.cpp/vendor/stb/stb_image.h