localcode 0.3.13__tar.gz → 0.3.15__tar.gz
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- {localcode-0.3.13/src/localcode.egg-info → localcode-0.3.15}/PKG-INFO +1 -1
- {localcode-0.3.13 → localcode-0.3.15}/pyproject.toml +1 -1
- {localcode-0.3.13 → localcode-0.3.15}/src/localcode/__init__.py +1 -1
- {localcode-0.3.13 → localcode-0.3.15}/src/localcode/agent/context.py +84 -30
- {localcode-0.3.13 → localcode-0.3.15}/src/localcode/agent/prompt_context.py +3 -88
- {localcode-0.3.13 → localcode-0.3.15}/src/localcode/agent/prompts.py +13 -54
- {localcode-0.3.13 → localcode-0.3.15}/src/localcode/runtime.py +1 -1
- {localcode-0.3.13 → localcode-0.3.15}/src/localcode/tools/bash.py +3 -3
- {localcode-0.3.13 → localcode-0.3.15}/src/localcode/tools/read_file.py +1 -1
- {localcode-0.3.13 → localcode-0.3.15}/src/localcode/tools/write_file.py +1 -1
- {localcode-0.3.13 → localcode-0.3.15/src/localcode.egg-info}/PKG-INFO +1 -1
- {localcode-0.3.13 → localcode-0.3.15}/tests/test_agent_event_regressions.py +5 -41
- {localcode-0.3.13 → localcode-0.3.15}/tests/test_prompt_language_steering.py +5 -6
- {localcode-0.3.13 → localcode-0.3.15}/LICENSE +0 -0
- {localcode-0.3.13 → localcode-0.3.15}/MANIFEST.in +0 -0
- {localcode-0.3.13 → localcode-0.3.15}/README.md +0 -0
- {localcode-0.3.13 → localcode-0.3.15}/llama-cpp-turboquant/CMakeLists.txt +0 -0
- {localcode-0.3.13 → localcode-0.3.15}/llama-cpp-turboquant/CMakePresets.json +0 -0
- {localcode-0.3.13 → localcode-0.3.15}/llama-cpp-turboquant/LICENSE +0 -0
- {localcode-0.3.13 → localcode-0.3.15}/llama-cpp-turboquant/cmake/arm64-apple-clang.cmake +0 -0
- {localcode-0.3.13 → localcode-0.3.15}/llama-cpp-turboquant/cmake/arm64-windows-llvm.cmake +0 -0
- {localcode-0.3.13 → localcode-0.3.15}/llama-cpp-turboquant/cmake/build-info.cmake +0 -0
- {localcode-0.3.13 → localcode-0.3.15}/llama-cpp-turboquant/cmake/common.cmake +0 -0
- {localcode-0.3.13 → localcode-0.3.15}/llama-cpp-turboquant/cmake/download-models.cmake +0 -0
- {localcode-0.3.13 → localcode-0.3.15}/llama-cpp-turboquant/cmake/git-vars.cmake +0 -0
- {localcode-0.3.13 → localcode-0.3.15}/llama-cpp-turboquant/cmake/license.cmake +0 -0
- {localcode-0.3.13 → localcode-0.3.15}/llama-cpp-turboquant/cmake/llama-config.cmake.in +0 -0
- {localcode-0.3.13 → localcode-0.3.15}/llama-cpp-turboquant/cmake/llama.pc.in +0 -0
- {localcode-0.3.13 → localcode-0.3.15}/llama-cpp-turboquant/cmake/riscv64-spacemit-linux-gnu-gcc.cmake +0 -0
- {localcode-0.3.13 → localcode-0.3.15}/llama-cpp-turboquant/cmake/x64-windows-llvm.cmake +0 -0
- {localcode-0.3.13 → localcode-0.3.15}/llama-cpp-turboquant/common/CMakeLists.txt +0 -0
- {localcode-0.3.13 → localcode-0.3.15}/llama-cpp-turboquant/common/arg.cpp +0 -0
- {localcode-0.3.13 → localcode-0.3.15}/llama-cpp-turboquant/common/arg.h +0 -0
- {localcode-0.3.13 → localcode-0.3.15}/llama-cpp-turboquant/common/base64.hpp +0 -0
- {localcode-0.3.13 → localcode-0.3.15}/llama-cpp-turboquant/common/chat-auto-parser-generator.cpp +0 -0
- {localcode-0.3.13 → localcode-0.3.15}/llama-cpp-turboquant/common/chat-auto-parser-helpers.cpp +0 -0
- {localcode-0.3.13 → localcode-0.3.15}/llama-cpp-turboquant/common/chat-auto-parser-helpers.h +0 -0
- {localcode-0.3.13 → localcode-0.3.15}/llama-cpp-turboquant/common/chat-auto-parser.h +0 -0
- {localcode-0.3.13 → localcode-0.3.15}/llama-cpp-turboquant/common/chat-diff-analyzer.cpp +0 -0
- {localcode-0.3.13 → localcode-0.3.15}/llama-cpp-turboquant/common/chat-peg-parser.cpp +0 -0
- {localcode-0.3.13 → localcode-0.3.15}/llama-cpp-turboquant/common/chat-peg-parser.h +0 -0
- {localcode-0.3.13 → localcode-0.3.15}/llama-cpp-turboquant/common/chat.cpp +0 -0
- {localcode-0.3.13 → localcode-0.3.15}/llama-cpp-turboquant/common/chat.h +0 -0
- {localcode-0.3.13 → localcode-0.3.15}/llama-cpp-turboquant/common/common.cpp +0 -0
- {localcode-0.3.13 → localcode-0.3.15}/llama-cpp-turboquant/common/common.h +0 -0
- {localcode-0.3.13 → localcode-0.3.15}/llama-cpp-turboquant/common/console.cpp +0 -0
- {localcode-0.3.13 → localcode-0.3.15}/llama-cpp-turboquant/common/console.h +0 -0
- {localcode-0.3.13 → localcode-0.3.15}/llama-cpp-turboquant/common/debug.cpp +0 -0
- {localcode-0.3.13 → localcode-0.3.15}/llama-cpp-turboquant/common/debug.h +0 -0
- {localcode-0.3.13 → localcode-0.3.15}/llama-cpp-turboquant/common/download.cpp +0 -0
- {localcode-0.3.13 → localcode-0.3.15}/llama-cpp-turboquant/common/download.h +0 -0
- {localcode-0.3.13 → localcode-0.3.15}/llama-cpp-turboquant/common/hf-cache.cpp +0 -0
- {localcode-0.3.13 → localcode-0.3.15}/llama-cpp-turboquant/common/hf-cache.h +0 -0
- {localcode-0.3.13 → localcode-0.3.15}/llama-cpp-turboquant/common/http.h +0 -0
- {localcode-0.3.13 → localcode-0.3.15}/llama-cpp-turboquant/common/jinja/caps.cpp +0 -0
- {localcode-0.3.13 → localcode-0.3.15}/llama-cpp-turboquant/common/jinja/caps.h +0 -0
- {localcode-0.3.13 → localcode-0.3.15}/llama-cpp-turboquant/common/jinja/lexer.cpp +0 -0
- {localcode-0.3.13 → localcode-0.3.15}/llama-cpp-turboquant/common/jinja/lexer.h +0 -0
- {localcode-0.3.13 → localcode-0.3.15}/llama-cpp-turboquant/common/jinja/parser.cpp +0 -0
- {localcode-0.3.13 → localcode-0.3.15}/llama-cpp-turboquant/common/jinja/parser.h +0 -0
- {localcode-0.3.13 → localcode-0.3.15}/llama-cpp-turboquant/common/jinja/runtime.cpp +0 -0
- {localcode-0.3.13 → localcode-0.3.15}/llama-cpp-turboquant/common/jinja/runtime.h +0 -0
- {localcode-0.3.13 → localcode-0.3.15}/llama-cpp-turboquant/common/jinja/string.cpp +0 -0
- {localcode-0.3.13 → localcode-0.3.15}/llama-cpp-turboquant/common/jinja/string.h +0 -0
- {localcode-0.3.13 → localcode-0.3.15}/llama-cpp-turboquant/common/jinja/utils.h +0 -0
- {localcode-0.3.13 → localcode-0.3.15}/llama-cpp-turboquant/common/jinja/value.cpp +0 -0
- {localcode-0.3.13 → localcode-0.3.15}/llama-cpp-turboquant/common/jinja/value.h +0 -0
- {localcode-0.3.13 → localcode-0.3.15}/llama-cpp-turboquant/common/json-partial.cpp +0 -0
- {localcode-0.3.13 → localcode-0.3.15}/llama-cpp-turboquant/common/json-partial.h +0 -0
- {localcode-0.3.13 → localcode-0.3.15}/llama-cpp-turboquant/common/json-schema-to-grammar.cpp +0 -0
- {localcode-0.3.13 → localcode-0.3.15}/llama-cpp-turboquant/common/json-schema-to-grammar.h +0 -0
- {localcode-0.3.13 → localcode-0.3.15}/llama-cpp-turboquant/common/llguidance.cpp +0 -0
- {localcode-0.3.13 → localcode-0.3.15}/llama-cpp-turboquant/common/log.cpp +0 -0
- {localcode-0.3.13 → localcode-0.3.15}/llama-cpp-turboquant/common/log.h +0 -0
- {localcode-0.3.13 → localcode-0.3.15}/llama-cpp-turboquant/common/ngram-cache.cpp +0 -0
- {localcode-0.3.13 → localcode-0.3.15}/llama-cpp-turboquant/common/ngram-cache.h +0 -0
- {localcode-0.3.13 → localcode-0.3.15}/llama-cpp-turboquant/common/ngram-map.cpp +0 -0
- {localcode-0.3.13 → localcode-0.3.15}/llama-cpp-turboquant/common/ngram-map.h +0 -0
- {localcode-0.3.13 → localcode-0.3.15}/llama-cpp-turboquant/common/ngram-mod.cpp +0 -0
- {localcode-0.3.13 → localcode-0.3.15}/llama-cpp-turboquant/common/ngram-mod.h +0 -0
- {localcode-0.3.13 → localcode-0.3.15}/llama-cpp-turboquant/common/peg-parser.cpp +0 -0
- {localcode-0.3.13 → localcode-0.3.15}/llama-cpp-turboquant/common/peg-parser.h +0 -0
- {localcode-0.3.13 → localcode-0.3.15}/llama-cpp-turboquant/common/preset.cpp +0 -0
- {localcode-0.3.13 → localcode-0.3.15}/llama-cpp-turboquant/common/preset.h +0 -0
- {localcode-0.3.13 → localcode-0.3.15}/llama-cpp-turboquant/common/reasoning-budget.cpp +0 -0
- {localcode-0.3.13 → localcode-0.3.15}/llama-cpp-turboquant/common/reasoning-budget.h +0 -0
- {localcode-0.3.13 → localcode-0.3.15}/llama-cpp-turboquant/common/regex-partial.cpp +0 -0
- {localcode-0.3.13 → localcode-0.3.15}/llama-cpp-turboquant/common/regex-partial.h +0 -0
- {localcode-0.3.13 → localcode-0.3.15}/llama-cpp-turboquant/common/sampling.cpp +0 -0
- {localcode-0.3.13 → localcode-0.3.15}/llama-cpp-turboquant/common/sampling.h +0 -0
- {localcode-0.3.13 → localcode-0.3.15}/llama-cpp-turboquant/common/speculative.cpp +0 -0
- {localcode-0.3.13 → localcode-0.3.15}/llama-cpp-turboquant/common/speculative.h +0 -0
- {localcode-0.3.13 → localcode-0.3.15}/llama-cpp-turboquant/common/unicode.cpp +0 -0
- {localcode-0.3.13 → localcode-0.3.15}/llama-cpp-turboquant/common/unicode.h +0 -0
- {localcode-0.3.13 → localcode-0.3.15}/llama-cpp-turboquant/ggml/include/ggml-alloc.h +0 -0
- {localcode-0.3.13 → localcode-0.3.15}/llama-cpp-turboquant/ggml/include/ggml-backend.h +0 -0
- {localcode-0.3.13 → localcode-0.3.15}/llama-cpp-turboquant/ggml/include/ggml-blas.h +0 -0
- {localcode-0.3.13 → localcode-0.3.15}/llama-cpp-turboquant/ggml/include/ggml-cann.h +0 -0
- {localcode-0.3.13 → localcode-0.3.15}/llama-cpp-turboquant/ggml/include/ggml-cpp.h +0 -0
- {localcode-0.3.13 → localcode-0.3.15}/llama-cpp-turboquant/ggml/include/ggml-cpu.h +0 -0
- {localcode-0.3.13 → localcode-0.3.15}/llama-cpp-turboquant/ggml/include/ggml-cuda.h +0 -0
- {localcode-0.3.13 → localcode-0.3.15}/llama-cpp-turboquant/ggml/include/ggml-hexagon.h +0 -0
- {localcode-0.3.13 → localcode-0.3.15}/llama-cpp-turboquant/ggml/include/ggml-metal.h +0 -0
- {localcode-0.3.13 → localcode-0.3.15}/llama-cpp-turboquant/ggml/include/ggml-opencl.h +0 -0
- {localcode-0.3.13 → localcode-0.3.15}/llama-cpp-turboquant/ggml/include/ggml-openvino.h +0 -0
- {localcode-0.3.13 → localcode-0.3.15}/llama-cpp-turboquant/ggml/include/ggml-opt.h +0 -0
- {localcode-0.3.13 → localcode-0.3.15}/llama-cpp-turboquant/ggml/include/ggml-rpc.h +0 -0
- {localcode-0.3.13 → localcode-0.3.15}/llama-cpp-turboquant/ggml/include/ggml-sycl.h +0 -0
- {localcode-0.3.13 → localcode-0.3.15}/llama-cpp-turboquant/ggml/include/ggml-virtgpu.h +0 -0
- {localcode-0.3.13 → localcode-0.3.15}/llama-cpp-turboquant/ggml/include/ggml-vulkan.h +0 -0
- {localcode-0.3.13 → localcode-0.3.15}/llama-cpp-turboquant/ggml/include/ggml-webgpu.h +0 -0
- {localcode-0.3.13 → localcode-0.3.15}/llama-cpp-turboquant/ggml/include/ggml-zdnn.h +0 -0
- {localcode-0.3.13 → localcode-0.3.15}/llama-cpp-turboquant/ggml/include/ggml-zendnn.h +0 -0
- {localcode-0.3.13 → localcode-0.3.15}/llama-cpp-turboquant/ggml/include/ggml.h +0 -0
- {localcode-0.3.13 → localcode-0.3.15}/llama-cpp-turboquant/ggml/include/gguf.h +0 -0
- {localcode-0.3.13 → localcode-0.3.15}/llama-cpp-turboquant/ggml/src/CMakeLists.txt +0 -0
- {localcode-0.3.13 → localcode-0.3.15}/llama-cpp-turboquant/ggml/src/ggml-alloc.c +0 -0
- {localcode-0.3.13 → localcode-0.3.15}/llama-cpp-turboquant/ggml/src/ggml-backend-dl.cpp +0 -0
- {localcode-0.3.13 → localcode-0.3.15}/llama-cpp-turboquant/ggml/src/ggml-backend-dl.h +0 -0
- {localcode-0.3.13 → localcode-0.3.15}/llama-cpp-turboquant/ggml/src/ggml-backend-impl.h +0 -0
- {localcode-0.3.13 → localcode-0.3.15}/llama-cpp-turboquant/ggml/src/ggml-backend-reg.cpp +0 -0
- {localcode-0.3.13 → localcode-0.3.15}/llama-cpp-turboquant/ggml/src/ggml-backend.cpp +0 -0
- {localcode-0.3.13 → localcode-0.3.15}/llama-cpp-turboquant/ggml/src/ggml-blas/CMakeLists.txt +0 -0
- {localcode-0.3.13 → localcode-0.3.15}/llama-cpp-turboquant/ggml/src/ggml-blas/ggml-blas.cpp +0 -0
- {localcode-0.3.13 → localcode-0.3.15}/llama-cpp-turboquant/ggml/src/ggml-cann/CMakeLists.txt +0 -0
- {localcode-0.3.13 → localcode-0.3.15}/llama-cpp-turboquant/ggml/src/ggml-cann/acl_tensor.cpp +0 -0
- {localcode-0.3.13 → localcode-0.3.15}/llama-cpp-turboquant/ggml/src/ggml-cann/acl_tensor.h +0 -0
- {localcode-0.3.13 → localcode-0.3.15}/llama-cpp-turboquant/ggml/src/ggml-cann/aclnn_ops.cpp +0 -0
- {localcode-0.3.13 → localcode-0.3.15}/llama-cpp-turboquant/ggml/src/ggml-cann/aclnn_ops.h +0 -0
- {localcode-0.3.13 → localcode-0.3.15}/llama-cpp-turboquant/ggml/src/ggml-cann/common.h +0 -0
- {localcode-0.3.13 → localcode-0.3.15}/llama-cpp-turboquant/ggml/src/ggml-cann/ggml-cann.cpp +0 -0
- {localcode-0.3.13 → localcode-0.3.15}/llama-cpp-turboquant/ggml/src/ggml-common.h +0 -0
- {localcode-0.3.13 → localcode-0.3.15}/llama-cpp-turboquant/ggml/src/ggml-cpu/CMakeLists.txt +0 -0
- {localcode-0.3.13 → localcode-0.3.15}/llama-cpp-turboquant/ggml/src/ggml-cpu/amx/amx.cpp +0 -0
- {localcode-0.3.13 → localcode-0.3.15}/llama-cpp-turboquant/ggml/src/ggml-cpu/amx/amx.h +0 -0
- {localcode-0.3.13 → localcode-0.3.15}/llama-cpp-turboquant/ggml/src/ggml-cpu/amx/common.h +0 -0
- {localcode-0.3.13 → localcode-0.3.15}/llama-cpp-turboquant/ggml/src/ggml-cpu/amx/mmq.cpp +0 -0
- {localcode-0.3.13 → localcode-0.3.15}/llama-cpp-turboquant/ggml/src/ggml-cpu/amx/mmq.h +0 -0
- {localcode-0.3.13 → localcode-0.3.15}/llama-cpp-turboquant/ggml/src/ggml-cpu/arch/arm/cpu-feats.cpp +0 -0
- {localcode-0.3.13 → localcode-0.3.15}/llama-cpp-turboquant/ggml/src/ggml-cpu/arch/arm/quants.c +0 -0
- {localcode-0.3.13 → localcode-0.3.15}/llama-cpp-turboquant/ggml/src/ggml-cpu/arch/arm/repack.cpp +0 -0
- {localcode-0.3.13 → localcode-0.3.15}/llama-cpp-turboquant/ggml/src/ggml-cpu/arch/loongarch/quants.c +0 -0
- {localcode-0.3.13 → localcode-0.3.15}/llama-cpp-turboquant/ggml/src/ggml-cpu/arch/powerpc/cpu-feats.cpp +0 -0
- {localcode-0.3.13 → localcode-0.3.15}/llama-cpp-turboquant/ggml/src/ggml-cpu/arch/powerpc/quants.c +0 -0
- {localcode-0.3.13 → localcode-0.3.15}/llama-cpp-turboquant/ggml/src/ggml-cpu/arch/riscv/cpu-feats.cpp +0 -0
- {localcode-0.3.13 → localcode-0.3.15}/llama-cpp-turboquant/ggml/src/ggml-cpu/arch/riscv/quants.c +0 -0
- {localcode-0.3.13 → localcode-0.3.15}/llama-cpp-turboquant/ggml/src/ggml-cpu/arch/riscv/repack.cpp +0 -0
- {localcode-0.3.13 → localcode-0.3.15}/llama-cpp-turboquant/ggml/src/ggml-cpu/arch/s390/cpu-feats.cpp +0 -0
- {localcode-0.3.13 → localcode-0.3.15}/llama-cpp-turboquant/ggml/src/ggml-cpu/arch/s390/quants.c +0 -0
- {localcode-0.3.13 → localcode-0.3.15}/llama-cpp-turboquant/ggml/src/ggml-cpu/arch/wasm/quants.c +0 -0
- {localcode-0.3.13 → localcode-0.3.15}/llama-cpp-turboquant/ggml/src/ggml-cpu/arch/x86/cpu-feats.cpp +0 -0
- {localcode-0.3.13 → localcode-0.3.15}/llama-cpp-turboquant/ggml/src/ggml-cpu/arch/x86/quants.c +0 -0
- {localcode-0.3.13 → localcode-0.3.15}/llama-cpp-turboquant/ggml/src/ggml-cpu/arch/x86/repack.cpp +0 -0
- {localcode-0.3.13 → localcode-0.3.15}/llama-cpp-turboquant/ggml/src/ggml-cpu/arch-fallback.h +0 -0
- {localcode-0.3.13 → localcode-0.3.15}/llama-cpp-turboquant/ggml/src/ggml-cpu/binary-ops.cpp +0 -0
- {localcode-0.3.13 → localcode-0.3.15}/llama-cpp-turboquant/ggml/src/ggml-cpu/binary-ops.h +0 -0
- {localcode-0.3.13 → localcode-0.3.15}/llama-cpp-turboquant/ggml/src/ggml-cpu/cmake/FindSIMD.cmake +0 -0
- {localcode-0.3.13 → localcode-0.3.15}/llama-cpp-turboquant/ggml/src/ggml-cpu/common.h +0 -0
- {localcode-0.3.13 → localcode-0.3.15}/llama-cpp-turboquant/ggml/src/ggml-cpu/ggml-cpu-impl.h +0 -0
- {localcode-0.3.13 → localcode-0.3.15}/llama-cpp-turboquant/ggml/src/ggml-cpu/ggml-cpu.c +0 -0
- {localcode-0.3.13 → localcode-0.3.15}/llama-cpp-turboquant/ggml/src/ggml-cpu/ggml-cpu.cpp +0 -0
- {localcode-0.3.13 → localcode-0.3.15}/llama-cpp-turboquant/ggml/src/ggml-cpu/hbm.cpp +0 -0
- {localcode-0.3.13 → localcode-0.3.15}/llama-cpp-turboquant/ggml/src/ggml-cpu/hbm.h +0 -0
- {localcode-0.3.13 → localcode-0.3.15}/llama-cpp-turboquant/ggml/src/ggml-cpu/kleidiai/kernels.cpp +0 -0
- {localcode-0.3.13 → localcode-0.3.15}/llama-cpp-turboquant/ggml/src/ggml-cpu/kleidiai/kernels.h +0 -0
- {localcode-0.3.13 → localcode-0.3.15}/llama-cpp-turboquant/ggml/src/ggml-cpu/kleidiai/kleidiai.cpp +0 -0
- {localcode-0.3.13 → localcode-0.3.15}/llama-cpp-turboquant/ggml/src/ggml-cpu/kleidiai/kleidiai.h +0 -0
- {localcode-0.3.13 → localcode-0.3.15}/llama-cpp-turboquant/ggml/src/ggml-cpu/llamafile/sgemm.cpp +0 -0
- {localcode-0.3.13 → localcode-0.3.15}/llama-cpp-turboquant/ggml/src/ggml-cpu/llamafile/sgemm.h +0 -0
- {localcode-0.3.13 → localcode-0.3.15}/llama-cpp-turboquant/ggml/src/ggml-cpu/ops.cpp +0 -0
- {localcode-0.3.13 → localcode-0.3.15}/llama-cpp-turboquant/ggml/src/ggml-cpu/ops.h +0 -0
- {localcode-0.3.13 → localcode-0.3.15}/llama-cpp-turboquant/ggml/src/ggml-cpu/quants.c +0 -0
- {localcode-0.3.13 → localcode-0.3.15}/llama-cpp-turboquant/ggml/src/ggml-cpu/quants.h +0 -0
- {localcode-0.3.13 → localcode-0.3.15}/llama-cpp-turboquant/ggml/src/ggml-cpu/repack.cpp +0 -0
- {localcode-0.3.13 → localcode-0.3.15}/llama-cpp-turboquant/ggml/src/ggml-cpu/repack.h +0 -0
- {localcode-0.3.13 → localcode-0.3.15}/llama-cpp-turboquant/ggml/src/ggml-cpu/simd-gemm.h +0 -0
- {localcode-0.3.13 → localcode-0.3.15}/llama-cpp-turboquant/ggml/src/ggml-cpu/simd-mappings.h +0 -0
- {localcode-0.3.13 → localcode-0.3.15}/llama-cpp-turboquant/ggml/src/ggml-cpu/spacemit/ime.cpp +0 -0
- {localcode-0.3.13 → localcode-0.3.15}/llama-cpp-turboquant/ggml/src/ggml-cpu/spacemit/ime.h +0 -0
- {localcode-0.3.13 → localcode-0.3.15}/llama-cpp-turboquant/ggml/src/ggml-cpu/spacemit/ime1_kernels.cpp +0 -0
- {localcode-0.3.13 → localcode-0.3.15}/llama-cpp-turboquant/ggml/src/ggml-cpu/spacemit/ime_kernels.h +0 -0
- {localcode-0.3.13 → localcode-0.3.15}/llama-cpp-turboquant/ggml/src/ggml-cpu/traits.cpp +0 -0
- {localcode-0.3.13 → localcode-0.3.15}/llama-cpp-turboquant/ggml/src/ggml-cpu/traits.h +0 -0
- {localcode-0.3.13 → localcode-0.3.15}/llama-cpp-turboquant/ggml/src/ggml-cpu/unary-ops.cpp +0 -0
- {localcode-0.3.13 → localcode-0.3.15}/llama-cpp-turboquant/ggml/src/ggml-cpu/unary-ops.h +0 -0
- {localcode-0.3.13 → localcode-0.3.15}/llama-cpp-turboquant/ggml/src/ggml-cpu/vec.cpp +0 -0
- {localcode-0.3.13 → localcode-0.3.15}/llama-cpp-turboquant/ggml/src/ggml-cpu/vec.h +0 -0
- {localcode-0.3.13 → localcode-0.3.15}/llama-cpp-turboquant/ggml/src/ggml-cuda/CMakeLists.txt +0 -0
- {localcode-0.3.13 → localcode-0.3.15}/llama-cpp-turboquant/ggml/src/ggml-cuda/vendors/cuda.h +0 -0
- {localcode-0.3.13 → localcode-0.3.15}/llama-cpp-turboquant/ggml/src/ggml-cuda/vendors/hip.h +0 -0
- {localcode-0.3.13 → localcode-0.3.15}/llama-cpp-turboquant/ggml/src/ggml-cuda/vendors/musa.h +0 -0
- {localcode-0.3.13 → localcode-0.3.15}/llama-cpp-turboquant/ggml/src/ggml-hexagon/CMakeLists.txt +0 -0
- {localcode-0.3.13 → localcode-0.3.15}/llama-cpp-turboquant/ggml/src/ggml-hexagon/ggml-hexagon.cpp +0 -0
- {localcode-0.3.13 → localcode-0.3.15}/llama-cpp-turboquant/ggml/src/ggml-hexagon/htp/CMakeLists.txt +0 -0
- {localcode-0.3.13 → localcode-0.3.15}/llama-cpp-turboquant/ggml/src/ggml-hexagon/htp/act-ops.c +0 -0
- {localcode-0.3.13 → localcode-0.3.15}/llama-cpp-turboquant/ggml/src/ggml-hexagon/htp/argsort-ops.c +0 -0
- {localcode-0.3.13 → localcode-0.3.15}/llama-cpp-turboquant/ggml/src/ggml-hexagon/htp/binary-ops.c +0 -0
- {localcode-0.3.13 → localcode-0.3.15}/llama-cpp-turboquant/ggml/src/ggml-hexagon/htp/cmake-toolchain.cmake +0 -0
- {localcode-0.3.13 → localcode-0.3.15}/llama-cpp-turboquant/ggml/src/ggml-hexagon/htp/cpy-ops.c +0 -0
- {localcode-0.3.13 → localcode-0.3.15}/llama-cpp-turboquant/ggml/src/ggml-hexagon/htp/cumsum-ops.c +0 -0
- {localcode-0.3.13 → localcode-0.3.15}/llama-cpp-turboquant/ggml/src/ggml-hexagon/htp/flash-attn-ops.c +0 -0
- {localcode-0.3.13 → localcode-0.3.15}/llama-cpp-turboquant/ggml/src/ggml-hexagon/htp/get-rows-ops.c +0 -0
- {localcode-0.3.13 → localcode-0.3.15}/llama-cpp-turboquant/ggml/src/ggml-hexagon/htp/hex-dma.c +0 -0
- {localcode-0.3.13 → localcode-0.3.15}/llama-cpp-turboquant/ggml/src/ggml-hexagon/htp/hex-dma.h +0 -0
- {localcode-0.3.13 → localcode-0.3.15}/llama-cpp-turboquant/ggml/src/ggml-hexagon/htp/hex-dump.h +0 -0
- {localcode-0.3.13 → localcode-0.3.15}/llama-cpp-turboquant/ggml/src/ggml-hexagon/htp/hex-fastdiv.h +0 -0
- {localcode-0.3.13 → localcode-0.3.15}/llama-cpp-turboquant/ggml/src/ggml-hexagon/htp/hex-utils.h +0 -0
- {localcode-0.3.13 → localcode-0.3.15}/llama-cpp-turboquant/ggml/src/ggml-hexagon/htp/hmx-matmul-ops.c +0 -0
- {localcode-0.3.13 → localcode-0.3.15}/llama-cpp-turboquant/ggml/src/ggml-hexagon/htp/hmx-ops.h +0 -0
- {localcode-0.3.13 → localcode-0.3.15}/llama-cpp-turboquant/ggml/src/ggml-hexagon/htp/hmx-profile.h +0 -0
- {localcode-0.3.13 → localcode-0.3.15}/llama-cpp-turboquant/ggml/src/ggml-hexagon/htp/hmx-utils.h +0 -0
- {localcode-0.3.13 → localcode-0.3.15}/llama-cpp-turboquant/ggml/src/ggml-hexagon/htp/htp-ctx.h +0 -0
- {localcode-0.3.13 → localcode-0.3.15}/llama-cpp-turboquant/ggml/src/ggml-hexagon/htp/htp-msg.h +0 -0
- {localcode-0.3.13 → localcode-0.3.15}/llama-cpp-turboquant/ggml/src/ggml-hexagon/htp/htp-ops.h +0 -0
- {localcode-0.3.13 → localcode-0.3.15}/llama-cpp-turboquant/ggml/src/ggml-hexagon/htp/hvx-arith.h +0 -0
- {localcode-0.3.13 → localcode-0.3.15}/llama-cpp-turboquant/ggml/src/ggml-hexagon/htp/hvx-base.h +0 -0
- {localcode-0.3.13 → localcode-0.3.15}/llama-cpp-turboquant/ggml/src/ggml-hexagon/htp/hvx-copy.h +0 -0
- {localcode-0.3.13 → localcode-0.3.15}/llama-cpp-turboquant/ggml/src/ggml-hexagon/htp/hvx-div.h +0 -0
- {localcode-0.3.13 → localcode-0.3.15}/llama-cpp-turboquant/ggml/src/ggml-hexagon/htp/hvx-dump.h +0 -0
- {localcode-0.3.13 → localcode-0.3.15}/llama-cpp-turboquant/ggml/src/ggml-hexagon/htp/hvx-exp.h +0 -0
- {localcode-0.3.13 → localcode-0.3.15}/llama-cpp-turboquant/ggml/src/ggml-hexagon/htp/hvx-floor.h +0 -0
- {localcode-0.3.13 → localcode-0.3.15}/llama-cpp-turboquant/ggml/src/ggml-hexagon/htp/hvx-inverse.h +0 -0
- {localcode-0.3.13 → localcode-0.3.15}/llama-cpp-turboquant/ggml/src/ggml-hexagon/htp/hvx-reduce.h +0 -0
- {localcode-0.3.13 → localcode-0.3.15}/llama-cpp-turboquant/ggml/src/ggml-hexagon/htp/hvx-scale.h +0 -0
- {localcode-0.3.13 → localcode-0.3.15}/llama-cpp-turboquant/ggml/src/ggml-hexagon/htp/hvx-sigmoid.h +0 -0
- {localcode-0.3.13 → localcode-0.3.15}/llama-cpp-turboquant/ggml/src/ggml-hexagon/htp/hvx-sqrt.h +0 -0
- {localcode-0.3.13 → localcode-0.3.15}/llama-cpp-turboquant/ggml/src/ggml-hexagon/htp/hvx-types.h +0 -0
- {localcode-0.3.13 → localcode-0.3.15}/llama-cpp-turboquant/ggml/src/ggml-hexagon/htp/hvx-utils.h +0 -0
- {localcode-0.3.13 → localcode-0.3.15}/llama-cpp-turboquant/ggml/src/ggml-hexagon/htp/main.c +0 -0
- {localcode-0.3.13 → localcode-0.3.15}/llama-cpp-turboquant/ggml/src/ggml-hexagon/htp/matmul-ops.c +0 -0
- {localcode-0.3.13 → localcode-0.3.15}/llama-cpp-turboquant/ggml/src/ggml-hexagon/htp/repeat-ops.c +0 -0
- {localcode-0.3.13 → localcode-0.3.15}/llama-cpp-turboquant/ggml/src/ggml-hexagon/htp/rope-ops.c +0 -0
- {localcode-0.3.13 → localcode-0.3.15}/llama-cpp-turboquant/ggml/src/ggml-hexagon/htp/set-rows-ops.c +0 -0
- {localcode-0.3.13 → localcode-0.3.15}/llama-cpp-turboquant/ggml/src/ggml-hexagon/htp/softmax-ops.c +0 -0
- {localcode-0.3.13 → localcode-0.3.15}/llama-cpp-turboquant/ggml/src/ggml-hexagon/htp/ssm-conv.c +0 -0
- {localcode-0.3.13 → localcode-0.3.15}/llama-cpp-turboquant/ggml/src/ggml-hexagon/htp/sum-rows-ops.c +0 -0
- {localcode-0.3.13 → localcode-0.3.15}/llama-cpp-turboquant/ggml/src/ggml-hexagon/htp/unary-ops.c +0 -0
- {localcode-0.3.13 → localcode-0.3.15}/llama-cpp-turboquant/ggml/src/ggml-hexagon/htp/worker-pool.c +0 -0
- {localcode-0.3.13 → localcode-0.3.15}/llama-cpp-turboquant/ggml/src/ggml-hexagon/htp/worker-pool.h +0 -0
- {localcode-0.3.13 → localcode-0.3.15}/llama-cpp-turboquant/ggml/src/ggml-hexagon/htp-drv.cpp +0 -0
- {localcode-0.3.13 → localcode-0.3.15}/llama-cpp-turboquant/ggml/src/ggml-hexagon/htp-drv.h +0 -0
- {localcode-0.3.13 → localcode-0.3.15}/llama-cpp-turboquant/ggml/src/ggml-hexagon/libdl.h +0 -0
- {localcode-0.3.13 → localcode-0.3.15}/llama-cpp-turboquant/ggml/src/ggml-hexagon/op-desc.h +0 -0
- {localcode-0.3.13 → localcode-0.3.15}/llama-cpp-turboquant/ggml/src/ggml-hip/CMakeLists.txt +0 -0
- {localcode-0.3.13 → localcode-0.3.15}/llama-cpp-turboquant/ggml/src/ggml-impl.h +0 -0
- {localcode-0.3.13 → localcode-0.3.15}/llama-cpp-turboquant/ggml/src/ggml-metal/CMakeLists.txt +0 -0
- {localcode-0.3.13 → localcode-0.3.15}/llama-cpp-turboquant/ggml/src/ggml-metal/ggml-metal-common.cpp +0 -0
- {localcode-0.3.13 → localcode-0.3.15}/llama-cpp-turboquant/ggml/src/ggml-metal/ggml-metal-common.h +0 -0
- {localcode-0.3.13 → localcode-0.3.15}/llama-cpp-turboquant/ggml/src/ggml-metal/ggml-metal-context.h +0 -0
- {localcode-0.3.13 → localcode-0.3.15}/llama-cpp-turboquant/ggml/src/ggml-metal/ggml-metal-context.m +0 -0
- {localcode-0.3.13 → localcode-0.3.15}/llama-cpp-turboquant/ggml/src/ggml-metal/ggml-metal-device.cpp +0 -0
- {localcode-0.3.13 → localcode-0.3.15}/llama-cpp-turboquant/ggml/src/ggml-metal/ggml-metal-device.h +0 -0
- {localcode-0.3.13 → localcode-0.3.15}/llama-cpp-turboquant/ggml/src/ggml-metal/ggml-metal-device.m +0 -0
- {localcode-0.3.13 → localcode-0.3.15}/llama-cpp-turboquant/ggml/src/ggml-metal/ggml-metal-impl.h +0 -0
- {localcode-0.3.13 → localcode-0.3.15}/llama-cpp-turboquant/ggml/src/ggml-metal/ggml-metal-ops.cpp +0 -0
- {localcode-0.3.13 → localcode-0.3.15}/llama-cpp-turboquant/ggml/src/ggml-metal/ggml-metal-ops.h +0 -0
- {localcode-0.3.13 → localcode-0.3.15}/llama-cpp-turboquant/ggml/src/ggml-metal/ggml-metal.cpp +0 -0
- {localcode-0.3.13 → localcode-0.3.15}/llama-cpp-turboquant/ggml/src/ggml-metal/ggml-metal.metal +0 -0
- {localcode-0.3.13 → localcode-0.3.15}/llama-cpp-turboquant/ggml/src/ggml-metal/turbo-matrices.h +0 -0
- {localcode-0.3.13 → localcode-0.3.15}/llama-cpp-turboquant/ggml/src/ggml-metal/turbo-wht.h +0 -0
- {localcode-0.3.13 → localcode-0.3.15}/llama-cpp-turboquant/ggml/src/ggml-musa/CMakeLists.txt +0 -0
- {localcode-0.3.13 → localcode-0.3.15}/llama-cpp-turboquant/ggml/src/ggml-opencl/CMakeLists.txt +0 -0
- {localcode-0.3.13 → localcode-0.3.15}/llama-cpp-turboquant/ggml/src/ggml-opencl/ggml-opencl.cpp +0 -0
- {localcode-0.3.13 → localcode-0.3.15}/llama-cpp-turboquant/ggml/src/ggml-openvino/CMakeLists.txt +0 -0
- {localcode-0.3.13 → localcode-0.3.15}/llama-cpp-turboquant/ggml/src/ggml-openvino/ggml-decoder.cpp +0 -0
- {localcode-0.3.13 → localcode-0.3.15}/llama-cpp-turboquant/ggml/src/ggml-openvino/ggml-decoder.h +0 -0
- {localcode-0.3.13 → localcode-0.3.15}/llama-cpp-turboquant/ggml/src/ggml-openvino/ggml-openvino-extra.cpp +0 -0
- {localcode-0.3.13 → localcode-0.3.15}/llama-cpp-turboquant/ggml/src/ggml-openvino/ggml-openvino-extra.h +0 -0
- {localcode-0.3.13 → localcode-0.3.15}/llama-cpp-turboquant/ggml/src/ggml-openvino/ggml-openvino.cpp +0 -0
- {localcode-0.3.13 → localcode-0.3.15}/llama-cpp-turboquant/ggml/src/ggml-openvino/ggml-quants.cpp +0 -0
- {localcode-0.3.13 → localcode-0.3.15}/llama-cpp-turboquant/ggml/src/ggml-openvino/ggml-quants.h +0 -0
- {localcode-0.3.13 → localcode-0.3.15}/llama-cpp-turboquant/ggml/src/ggml-openvino/openvino/decoder.h +0 -0
- {localcode-0.3.13 → localcode-0.3.15}/llama-cpp-turboquant/ggml/src/ggml-openvino/openvino/frontend.cpp +0 -0
- {localcode-0.3.13 → localcode-0.3.15}/llama-cpp-turboquant/ggml/src/ggml-openvino/openvino/frontend.h +0 -0
- {localcode-0.3.13 → localcode-0.3.15}/llama-cpp-turboquant/ggml/src/ggml-openvino/openvino/input_model.cpp +0 -0
- {localcode-0.3.13 → localcode-0.3.15}/llama-cpp-turboquant/ggml/src/ggml-openvino/openvino/input_model.h +0 -0
- {localcode-0.3.13 → localcode-0.3.15}/llama-cpp-turboquant/ggml/src/ggml-openvino/openvino/node_context.h +0 -0
- {localcode-0.3.13 → localcode-0.3.15}/llama-cpp-turboquant/ggml/src/ggml-openvino/openvino/op/cont.cpp +0 -0
- {localcode-0.3.13 → localcode-0.3.15}/llama-cpp-turboquant/ggml/src/ggml-openvino/openvino/op/cpy.cpp +0 -0
- {localcode-0.3.13 → localcode-0.3.15}/llama-cpp-turboquant/ggml/src/ggml-openvino/openvino/op/flash_attn_ext.cpp +0 -0
- {localcode-0.3.13 → localcode-0.3.15}/llama-cpp-turboquant/ggml/src/ggml-openvino/openvino/op/get_rows.cpp +0 -0
- {localcode-0.3.13 → localcode-0.3.15}/llama-cpp-turboquant/ggml/src/ggml-openvino/openvino/op/glu_geglu.cpp +0 -0
- {localcode-0.3.13 → localcode-0.3.15}/llama-cpp-turboquant/ggml/src/ggml-openvino/openvino/op/glu_swiglu.cpp +0 -0
- {localcode-0.3.13 → localcode-0.3.15}/llama-cpp-turboquant/ggml/src/ggml-openvino/openvino/op/mulmat.cpp +0 -0
- {localcode-0.3.13 → localcode-0.3.15}/llama-cpp-turboquant/ggml/src/ggml-openvino/openvino/op/permute.cpp +0 -0
- {localcode-0.3.13 → localcode-0.3.15}/llama-cpp-turboquant/ggml/src/ggml-openvino/openvino/op/reshape.cpp +0 -0
- {localcode-0.3.13 → localcode-0.3.15}/llama-cpp-turboquant/ggml/src/ggml-openvino/openvino/op/rms_norm.cpp +0 -0
- {localcode-0.3.13 → localcode-0.3.15}/llama-cpp-turboquant/ggml/src/ggml-openvino/openvino/op/rope.cpp +0 -0
- {localcode-0.3.13 → localcode-0.3.15}/llama-cpp-turboquant/ggml/src/ggml-openvino/openvino/op/scale.cpp +0 -0
- {localcode-0.3.13 → localcode-0.3.15}/llama-cpp-turboquant/ggml/src/ggml-openvino/openvino/op/set_rows.cpp +0 -0
- {localcode-0.3.13 → localcode-0.3.15}/llama-cpp-turboquant/ggml/src/ggml-openvino/openvino/op/softmax.cpp +0 -0
- {localcode-0.3.13 → localcode-0.3.15}/llama-cpp-turboquant/ggml/src/ggml-openvino/openvino/op/transpose.cpp +0 -0
- {localcode-0.3.13 → localcode-0.3.15}/llama-cpp-turboquant/ggml/src/ggml-openvino/openvino/op/unary_silu.cpp +0 -0
- {localcode-0.3.13 → localcode-0.3.15}/llama-cpp-turboquant/ggml/src/ggml-openvino/openvino/op/view.cpp +0 -0
- {localcode-0.3.13 → localcode-0.3.15}/llama-cpp-turboquant/ggml/src/ggml-openvino/openvino/op_table.cpp +0 -0
- {localcode-0.3.13 → localcode-0.3.15}/llama-cpp-turboquant/ggml/src/ggml-openvino/openvino/op_table.h +0 -0
- {localcode-0.3.13 → localcode-0.3.15}/llama-cpp-turboquant/ggml/src/ggml-openvino/openvino/pass/eliminate_zp.cpp +0 -0
- {localcode-0.3.13 → localcode-0.3.15}/llama-cpp-turboquant/ggml/src/ggml-openvino/openvino/pass/eliminate_zp.h +0 -0
- {localcode-0.3.13 → localcode-0.3.15}/llama-cpp-turboquant/ggml/src/ggml-openvino/openvino/pass/fuse_to_sdpa.cpp +0 -0
- {localcode-0.3.13 → localcode-0.3.15}/llama-cpp-turboquant/ggml/src/ggml-openvino/openvino/pass/fuse_to_sdpa.h +0 -0
- {localcode-0.3.13 → localcode-0.3.15}/llama-cpp-turboquant/ggml/src/ggml-openvino/openvino/pass/mark_decompression_convert_constant_folding.h +0 -0
- {localcode-0.3.13 → localcode-0.3.15}/llama-cpp-turboquant/ggml/src/ggml-openvino/openvino/pass/squeeze_matmul.cpp +0 -0
- {localcode-0.3.13 → localcode-0.3.15}/llama-cpp-turboquant/ggml/src/ggml-openvino/openvino/pass/squeeze_matmul.h +0 -0
- {localcode-0.3.13 → localcode-0.3.15}/llama-cpp-turboquant/ggml/src/ggml-openvino/openvino/translate_session.cpp +0 -0
- {localcode-0.3.13 → localcode-0.3.15}/llama-cpp-turboquant/ggml/src/ggml-openvino/openvino/translate_session.h +0 -0
- {localcode-0.3.13 → localcode-0.3.15}/llama-cpp-turboquant/ggml/src/ggml-openvino/openvino/utils.cpp +0 -0
- {localcode-0.3.13 → localcode-0.3.15}/llama-cpp-turboquant/ggml/src/ggml-openvino/openvino/utils.h +0 -0
- {localcode-0.3.13 → localcode-0.3.15}/llama-cpp-turboquant/ggml/src/ggml-openvino/utils.cpp +0 -0
- {localcode-0.3.13 → localcode-0.3.15}/llama-cpp-turboquant/ggml/src/ggml-openvino/utils.h +0 -0
- {localcode-0.3.13 → localcode-0.3.15}/llama-cpp-turboquant/ggml/src/ggml-opt.cpp +0 -0
- {localcode-0.3.13 → localcode-0.3.15}/llama-cpp-turboquant/ggml/src/ggml-quants.c +0 -0
- {localcode-0.3.13 → localcode-0.3.15}/llama-cpp-turboquant/ggml/src/ggml-quants.h +0 -0
- {localcode-0.3.13 → localcode-0.3.15}/llama-cpp-turboquant/ggml/src/ggml-rpc/CMakeLists.txt +0 -0
- {localcode-0.3.13 → localcode-0.3.15}/llama-cpp-turboquant/ggml/src/ggml-rpc/ggml-rpc.cpp +0 -0
- {localcode-0.3.13 → localcode-0.3.15}/llama-cpp-turboquant/ggml/src/ggml-sycl/CMakeLists.txt +0 -0
- {localcode-0.3.13 → localcode-0.3.15}/llama-cpp-turboquant/ggml/src/ggml-sycl/add-id.cpp +0 -0
- {localcode-0.3.13 → localcode-0.3.15}/llama-cpp-turboquant/ggml/src/ggml-sycl/add-id.hpp +0 -0
- {localcode-0.3.13 → localcode-0.3.15}/llama-cpp-turboquant/ggml/src/ggml-sycl/backend.hpp +0 -0
- {localcode-0.3.13 → localcode-0.3.15}/llama-cpp-turboquant/ggml/src/ggml-sycl/binbcast.cpp +0 -0
- {localcode-0.3.13 → localcode-0.3.15}/llama-cpp-turboquant/ggml/src/ggml-sycl/binbcast.hpp +0 -0
- {localcode-0.3.13 → localcode-0.3.15}/llama-cpp-turboquant/ggml/src/ggml-sycl/common.cpp +0 -0
- {localcode-0.3.13 → localcode-0.3.15}/llama-cpp-turboquant/ggml/src/ggml-sycl/common.hpp +0 -0
- {localcode-0.3.13 → localcode-0.3.15}/llama-cpp-turboquant/ggml/src/ggml-sycl/concat.cpp +0 -0
- {localcode-0.3.13 → localcode-0.3.15}/llama-cpp-turboquant/ggml/src/ggml-sycl/concat.hpp +0 -0
- {localcode-0.3.13 → localcode-0.3.15}/llama-cpp-turboquant/ggml/src/ggml-sycl/conv.cpp +0 -0
- {localcode-0.3.13 → localcode-0.3.15}/llama-cpp-turboquant/ggml/src/ggml-sycl/conv.hpp +0 -0
- {localcode-0.3.13 → localcode-0.3.15}/llama-cpp-turboquant/ggml/src/ggml-sycl/convert.cpp +0 -0
- {localcode-0.3.13 → localcode-0.3.15}/llama-cpp-turboquant/ggml/src/ggml-sycl/convert.hpp +0 -0
- {localcode-0.3.13 → localcode-0.3.15}/llama-cpp-turboquant/ggml/src/ggml-sycl/count-equal.cpp +0 -0
- {localcode-0.3.13 → localcode-0.3.15}/llama-cpp-turboquant/ggml/src/ggml-sycl/count-equal.hpp +0 -0
- {localcode-0.3.13 → localcode-0.3.15}/llama-cpp-turboquant/ggml/src/ggml-sycl/cpy.cpp +0 -0
- {localcode-0.3.13 → localcode-0.3.15}/llama-cpp-turboquant/ggml/src/ggml-sycl/cpy.hpp +0 -0
- {localcode-0.3.13 → localcode-0.3.15}/llama-cpp-turboquant/ggml/src/ggml-sycl/dequantize.hpp +0 -0
- {localcode-0.3.13 → localcode-0.3.15}/llama-cpp-turboquant/ggml/src/ggml-sycl/dmmv.cpp +0 -0
- {localcode-0.3.13 → localcode-0.3.15}/llama-cpp-turboquant/ggml/src/ggml-sycl/dmmv.hpp +0 -0
- {localcode-0.3.13 → localcode-0.3.15}/llama-cpp-turboquant/ggml/src/ggml-sycl/dpct/helper.hpp +0 -0
- {localcode-0.3.13 → localcode-0.3.15}/llama-cpp-turboquant/ggml/src/ggml-sycl/element_wise.cpp +0 -0
- {localcode-0.3.13 → localcode-0.3.15}/llama-cpp-turboquant/ggml/src/ggml-sycl/element_wise.hpp +0 -0
- {localcode-0.3.13 → localcode-0.3.15}/llama-cpp-turboquant/ggml/src/ggml-sycl/fattn-common.hpp +0 -0
- {localcode-0.3.13 → localcode-0.3.15}/llama-cpp-turboquant/ggml/src/ggml-sycl/fattn-tile.cpp +0 -0
- {localcode-0.3.13 → localcode-0.3.15}/llama-cpp-turboquant/ggml/src/ggml-sycl/fattn-tile.hpp +0 -0
- {localcode-0.3.13 → localcode-0.3.15}/llama-cpp-turboquant/ggml/src/ggml-sycl/fattn-vec.hpp +0 -0
- {localcode-0.3.13 → localcode-0.3.15}/llama-cpp-turboquant/ggml/src/ggml-sycl/fattn.cpp +0 -0
- {localcode-0.3.13 → localcode-0.3.15}/llama-cpp-turboquant/ggml/src/ggml-sycl/fattn.hpp +0 -0
- {localcode-0.3.13 → localcode-0.3.15}/llama-cpp-turboquant/ggml/src/ggml-sycl/gated_delta_net.cpp +0 -0
- {localcode-0.3.13 → localcode-0.3.15}/llama-cpp-turboquant/ggml/src/ggml-sycl/gated_delta_net.hpp +0 -0
- {localcode-0.3.13 → localcode-0.3.15}/llama-cpp-turboquant/ggml/src/ggml-sycl/gemm.hpp +0 -0
- {localcode-0.3.13 → localcode-0.3.15}/llama-cpp-turboquant/ggml/src/ggml-sycl/getrows.cpp +0 -0
- {localcode-0.3.13 → localcode-0.3.15}/llama-cpp-turboquant/ggml/src/ggml-sycl/getrows.hpp +0 -0
- {localcode-0.3.13 → localcode-0.3.15}/llama-cpp-turboquant/ggml/src/ggml-sycl/ggml-sycl.cpp +0 -0
- {localcode-0.3.13 → localcode-0.3.15}/llama-cpp-turboquant/ggml/src/ggml-sycl/gla.cpp +0 -0
- {localcode-0.3.13 → localcode-0.3.15}/llama-cpp-turboquant/ggml/src/ggml-sycl/gla.hpp +0 -0
- {localcode-0.3.13 → localcode-0.3.15}/llama-cpp-turboquant/ggml/src/ggml-sycl/im2col.cpp +0 -0
- {localcode-0.3.13 → localcode-0.3.15}/llama-cpp-turboquant/ggml/src/ggml-sycl/im2col.hpp +0 -0
- {localcode-0.3.13 → localcode-0.3.15}/llama-cpp-turboquant/ggml/src/ggml-sycl/mmq.cpp +0 -0
- {localcode-0.3.13 → localcode-0.3.15}/llama-cpp-turboquant/ggml/src/ggml-sycl/mmq.hpp +0 -0
- {localcode-0.3.13 → localcode-0.3.15}/llama-cpp-turboquant/ggml/src/ggml-sycl/mmvq.cpp +0 -0
- {localcode-0.3.13 → localcode-0.3.15}/llama-cpp-turboquant/ggml/src/ggml-sycl/mmvq.hpp +0 -0
- {localcode-0.3.13 → localcode-0.3.15}/llama-cpp-turboquant/ggml/src/ggml-sycl/norm.cpp +0 -0
- {localcode-0.3.13 → localcode-0.3.15}/llama-cpp-turboquant/ggml/src/ggml-sycl/norm.hpp +0 -0
- {localcode-0.3.13 → localcode-0.3.15}/llama-cpp-turboquant/ggml/src/ggml-sycl/outprod.cpp +0 -0
- {localcode-0.3.13 → localcode-0.3.15}/llama-cpp-turboquant/ggml/src/ggml-sycl/outprod.hpp +0 -0
- {localcode-0.3.13 → localcode-0.3.15}/llama-cpp-turboquant/ggml/src/ggml-sycl/pad.cpp +0 -0
- {localcode-0.3.13 → localcode-0.3.15}/llama-cpp-turboquant/ggml/src/ggml-sycl/pad.hpp +0 -0
- {localcode-0.3.13 → localcode-0.3.15}/llama-cpp-turboquant/ggml/src/ggml-sycl/pad_reflect_1d.cpp +0 -0
- {localcode-0.3.13 → localcode-0.3.15}/llama-cpp-turboquant/ggml/src/ggml-sycl/pad_reflect_1d.hpp +0 -0
- {localcode-0.3.13 → localcode-0.3.15}/llama-cpp-turboquant/ggml/src/ggml-sycl/presets.hpp +0 -0
- {localcode-0.3.13 → localcode-0.3.15}/llama-cpp-turboquant/ggml/src/ggml-sycl/quantize.hpp +0 -0
- {localcode-0.3.13 → localcode-0.3.15}/llama-cpp-turboquant/ggml/src/ggml-sycl/quants.hpp +0 -0
- {localcode-0.3.13 → localcode-0.3.15}/llama-cpp-turboquant/ggml/src/ggml-sycl/repeat_back.cpp +0 -0
- {localcode-0.3.13 → localcode-0.3.15}/llama-cpp-turboquant/ggml/src/ggml-sycl/repeat_back.hpp +0 -0
- {localcode-0.3.13 → localcode-0.3.15}/llama-cpp-turboquant/ggml/src/ggml-sycl/roll.cpp +0 -0
- {localcode-0.3.13 → localcode-0.3.15}/llama-cpp-turboquant/ggml/src/ggml-sycl/roll.hpp +0 -0
- {localcode-0.3.13 → localcode-0.3.15}/llama-cpp-turboquant/ggml/src/ggml-sycl/rope.cpp +0 -0
- {localcode-0.3.13 → localcode-0.3.15}/llama-cpp-turboquant/ggml/src/ggml-sycl/rope.hpp +0 -0
- {localcode-0.3.13 → localcode-0.3.15}/llama-cpp-turboquant/ggml/src/ggml-sycl/set.cpp +0 -0
- {localcode-0.3.13 → localcode-0.3.15}/llama-cpp-turboquant/ggml/src/ggml-sycl/set.hpp +0 -0
- {localcode-0.3.13 → localcode-0.3.15}/llama-cpp-turboquant/ggml/src/ggml-sycl/set_rows.cpp +0 -0
- {localcode-0.3.13 → localcode-0.3.15}/llama-cpp-turboquant/ggml/src/ggml-sycl/set_rows.hpp +0 -0
- {localcode-0.3.13 → localcode-0.3.15}/llama-cpp-turboquant/ggml/src/ggml-sycl/softmax.cpp +0 -0
- {localcode-0.3.13 → localcode-0.3.15}/llama-cpp-turboquant/ggml/src/ggml-sycl/softmax.hpp +0 -0
- {localcode-0.3.13 → localcode-0.3.15}/llama-cpp-turboquant/ggml/src/ggml-sycl/ssm_conv.cpp +0 -0
- {localcode-0.3.13 → localcode-0.3.15}/llama-cpp-turboquant/ggml/src/ggml-sycl/ssm_conv.hpp +0 -0
- {localcode-0.3.13 → localcode-0.3.15}/llama-cpp-turboquant/ggml/src/ggml-sycl/sycl_hw.cpp +0 -0
- {localcode-0.3.13 → localcode-0.3.15}/llama-cpp-turboquant/ggml/src/ggml-sycl/sycl_hw.hpp +0 -0
- {localcode-0.3.13 → localcode-0.3.15}/llama-cpp-turboquant/ggml/src/ggml-sycl/template-instances/fattn-tile-instance-dkq112-dv112.cpp +0 -0
- {localcode-0.3.13 → localcode-0.3.15}/llama-cpp-turboquant/ggml/src/ggml-sycl/template-instances/fattn-tile-instance-dkq128-dv128.cpp +0 -0
- {localcode-0.3.13 → localcode-0.3.15}/llama-cpp-turboquant/ggml/src/ggml-sycl/template-instances/fattn-tile-instance-dkq256-dv256.cpp +0 -0
- {localcode-0.3.13 → localcode-0.3.15}/llama-cpp-turboquant/ggml/src/ggml-sycl/template-instances/fattn-tile-instance-dkq40-dv40.cpp +0 -0
- {localcode-0.3.13 → localcode-0.3.15}/llama-cpp-turboquant/ggml/src/ggml-sycl/template-instances/fattn-tile-instance-dkq576-dv512.cpp +0 -0
- {localcode-0.3.13 → localcode-0.3.15}/llama-cpp-turboquant/ggml/src/ggml-sycl/template-instances/fattn-tile-instance-dkq64-dv64.cpp +0 -0
- {localcode-0.3.13 → localcode-0.3.15}/llama-cpp-turboquant/ggml/src/ggml-sycl/template-instances/fattn-tile-instance-dkq72-dv72.cpp +0 -0
- {localcode-0.3.13 → localcode-0.3.15}/llama-cpp-turboquant/ggml/src/ggml-sycl/template-instances/fattn-tile-instance-dkq80-dv80.cpp +0 -0
- {localcode-0.3.13 → localcode-0.3.15}/llama-cpp-turboquant/ggml/src/ggml-sycl/template-instances/fattn-tile-instance-dkq96-dv96.cpp +0 -0
- {localcode-0.3.13 → localcode-0.3.15}/llama-cpp-turboquant/ggml/src/ggml-sycl/template-instances/fattn-vec-instance-f16-f16.cpp +0 -0
- {localcode-0.3.13 → localcode-0.3.15}/llama-cpp-turboquant/ggml/src/ggml-sycl/template-instances/fattn-vec-instance-f16-q4_0.cpp +0 -0
- {localcode-0.3.13 → localcode-0.3.15}/llama-cpp-turboquant/ggml/src/ggml-sycl/template-instances/fattn-vec-instance-f16-q4_1.cpp +0 -0
- {localcode-0.3.13 → localcode-0.3.15}/llama-cpp-turboquant/ggml/src/ggml-sycl/template-instances/fattn-vec-instance-f16-q5_0.cpp +0 -0
- {localcode-0.3.13 → localcode-0.3.15}/llama-cpp-turboquant/ggml/src/ggml-sycl/template-instances/fattn-vec-instance-f16-q5_1.cpp +0 -0
- {localcode-0.3.13 → localcode-0.3.15}/llama-cpp-turboquant/ggml/src/ggml-sycl/template-instances/fattn-vec-instance-f16-q8_0.cpp +0 -0
- {localcode-0.3.13 → localcode-0.3.15}/llama-cpp-turboquant/ggml/src/ggml-sycl/template-instances/fattn-vec-instance-q4_0-f16.cpp +0 -0
- {localcode-0.3.13 → localcode-0.3.15}/llama-cpp-turboquant/ggml/src/ggml-sycl/template-instances/fattn-vec-instance-q4_0-q4_0.cpp +0 -0
- {localcode-0.3.13 → localcode-0.3.15}/llama-cpp-turboquant/ggml/src/ggml-sycl/template-instances/fattn-vec-instance-q4_0-q4_1.cpp +0 -0
- {localcode-0.3.13 → localcode-0.3.15}/llama-cpp-turboquant/ggml/src/ggml-sycl/template-instances/fattn-vec-instance-q4_0-q5_0.cpp +0 -0
- {localcode-0.3.13 → localcode-0.3.15}/llama-cpp-turboquant/ggml/src/ggml-sycl/template-instances/fattn-vec-instance-q4_0-q5_1.cpp +0 -0
- {localcode-0.3.13 → localcode-0.3.15}/llama-cpp-turboquant/ggml/src/ggml-sycl/template-instances/fattn-vec-instance-q4_0-q8_0.cpp +0 -0
- {localcode-0.3.13 → localcode-0.3.15}/llama-cpp-turboquant/ggml/src/ggml-sycl/template-instances/fattn-vec-instance-q4_1-f16.cpp +0 -0
- {localcode-0.3.13 → localcode-0.3.15}/llama-cpp-turboquant/ggml/src/ggml-sycl/template-instances/fattn-vec-instance-q4_1-q4_0.cpp +0 -0
- {localcode-0.3.13 → localcode-0.3.15}/llama-cpp-turboquant/ggml/src/ggml-sycl/template-instances/fattn-vec-instance-q4_1-q4_1.cpp +0 -0
- {localcode-0.3.13 → localcode-0.3.15}/llama-cpp-turboquant/ggml/src/ggml-sycl/template-instances/fattn-vec-instance-q4_1-q5_0.cpp +0 -0
- {localcode-0.3.13 → localcode-0.3.15}/llama-cpp-turboquant/ggml/src/ggml-sycl/template-instances/fattn-vec-instance-q4_1-q5_1.cpp +0 -0
- {localcode-0.3.13 → localcode-0.3.15}/llama-cpp-turboquant/ggml/src/ggml-sycl/template-instances/fattn-vec-instance-q4_1-q8_0.cpp +0 -0
- {localcode-0.3.13 → localcode-0.3.15}/llama-cpp-turboquant/ggml/src/ggml-sycl/template-instances/fattn-vec-instance-q5_0-f16.cpp +0 -0
- {localcode-0.3.13 → localcode-0.3.15}/llama-cpp-turboquant/ggml/src/ggml-sycl/template-instances/fattn-vec-instance-q5_0-q4_0.cpp +0 -0
- {localcode-0.3.13 → localcode-0.3.15}/llama-cpp-turboquant/ggml/src/ggml-sycl/template-instances/fattn-vec-instance-q5_0-q4_1.cpp +0 -0
- {localcode-0.3.13 → localcode-0.3.15}/llama-cpp-turboquant/ggml/src/ggml-sycl/template-instances/fattn-vec-instance-q5_0-q5_0.cpp +0 -0
- {localcode-0.3.13 → localcode-0.3.15}/llama-cpp-turboquant/ggml/src/ggml-sycl/template-instances/fattn-vec-instance-q5_0-q5_1.cpp +0 -0
- {localcode-0.3.13 → localcode-0.3.15}/llama-cpp-turboquant/ggml/src/ggml-sycl/template-instances/fattn-vec-instance-q5_0-q8_0.cpp +0 -0
- {localcode-0.3.13 → localcode-0.3.15}/llama-cpp-turboquant/ggml/src/ggml-sycl/template-instances/fattn-vec-instance-q5_1-f16.cpp +0 -0
- {localcode-0.3.13 → localcode-0.3.15}/llama-cpp-turboquant/ggml/src/ggml-sycl/template-instances/fattn-vec-instance-q5_1-q4_0.cpp +0 -0
- {localcode-0.3.13 → localcode-0.3.15}/llama-cpp-turboquant/ggml/src/ggml-sycl/template-instances/fattn-vec-instance-q5_1-q4_1.cpp +0 -0
- {localcode-0.3.13 → localcode-0.3.15}/llama-cpp-turboquant/ggml/src/ggml-sycl/template-instances/fattn-vec-instance-q5_1-q5_0.cpp +0 -0
- {localcode-0.3.13 → localcode-0.3.15}/llama-cpp-turboquant/ggml/src/ggml-sycl/template-instances/fattn-vec-instance-q5_1-q5_1.cpp +0 -0
- {localcode-0.3.13 → localcode-0.3.15}/llama-cpp-turboquant/ggml/src/ggml-sycl/template-instances/fattn-vec-instance-q5_1-q8_0.cpp +0 -0
- {localcode-0.3.13 → localcode-0.3.15}/llama-cpp-turboquant/ggml/src/ggml-sycl/template-instances/fattn-vec-instance-q8_0-f16.cpp +0 -0
- {localcode-0.3.13 → localcode-0.3.15}/llama-cpp-turboquant/ggml/src/ggml-sycl/template-instances/fattn-vec-instance-q8_0-q4_0.cpp +0 -0
- {localcode-0.3.13 → localcode-0.3.15}/llama-cpp-turboquant/ggml/src/ggml-sycl/template-instances/fattn-vec-instance-q8_0-q4_1.cpp +0 -0
- {localcode-0.3.13 → localcode-0.3.15}/llama-cpp-turboquant/ggml/src/ggml-sycl/template-instances/fattn-vec-instance-q8_0-q5_0.cpp +0 -0
- {localcode-0.3.13 → localcode-0.3.15}/llama-cpp-turboquant/ggml/src/ggml-sycl/template-instances/fattn-vec-instance-q8_0-q5_1.cpp +0 -0
- {localcode-0.3.13 → localcode-0.3.15}/llama-cpp-turboquant/ggml/src/ggml-sycl/template-instances/fattn-vec-instance-q8_0-q8_0.cpp +0 -0
- {localcode-0.3.13 → localcode-0.3.15}/llama-cpp-turboquant/ggml/src/ggml-sycl/tsembd.cpp +0 -0
- {localcode-0.3.13 → localcode-0.3.15}/llama-cpp-turboquant/ggml/src/ggml-sycl/tsembd.hpp +0 -0
- {localcode-0.3.13 → localcode-0.3.15}/llama-cpp-turboquant/ggml/src/ggml-sycl/type.hpp +0 -0
- {localcode-0.3.13 → localcode-0.3.15}/llama-cpp-turboquant/ggml/src/ggml-sycl/upscale.cpp +0 -0
- {localcode-0.3.13 → localcode-0.3.15}/llama-cpp-turboquant/ggml/src/ggml-sycl/upscale.hpp +0 -0
- {localcode-0.3.13 → localcode-0.3.15}/llama-cpp-turboquant/ggml/src/ggml-sycl/vecdotq.hpp +0 -0
- {localcode-0.3.13 → localcode-0.3.15}/llama-cpp-turboquant/ggml/src/ggml-sycl/wkv.cpp +0 -0
- {localcode-0.3.13 → localcode-0.3.15}/llama-cpp-turboquant/ggml/src/ggml-sycl/wkv.hpp +0 -0
- {localcode-0.3.13 → localcode-0.3.15}/llama-cpp-turboquant/ggml/src/ggml-threading.cpp +0 -0
- {localcode-0.3.13 → localcode-0.3.15}/llama-cpp-turboquant/ggml/src/ggml-threading.h +0 -0
- {localcode-0.3.13 → localcode-0.3.15}/llama-cpp-turboquant/ggml/src/ggml-turbo-quant.c +0 -0
- {localcode-0.3.13 → localcode-0.3.15}/llama-cpp-turboquant/ggml/src/ggml-virtgpu/CMakeLists.txt +0 -0
- {localcode-0.3.13 → localcode-0.3.15}/llama-cpp-turboquant/ggml/src/ggml-virtgpu/apir_cs_ggml-rpc-front.cpp +0 -0
- {localcode-0.3.13 → localcode-0.3.15}/llama-cpp-turboquant/ggml/src/ggml-virtgpu/backend/CMakeLists.txt +0 -0
- {localcode-0.3.13 → localcode-0.3.15}/llama-cpp-turboquant/ggml/src/ggml-virtgpu/backend/apir_cs_ggml-rpc-back.cpp +0 -0
- {localcode-0.3.13 → localcode-0.3.15}/llama-cpp-turboquant/ggml/src/ggml-virtgpu/backend/backend-convert.h +0 -0
- {localcode-0.3.13 → localcode-0.3.15}/llama-cpp-turboquant/ggml/src/ggml-virtgpu/backend/backend-dispatched-backend.cpp +0 -0
- {localcode-0.3.13 → localcode-0.3.15}/llama-cpp-turboquant/ggml/src/ggml-virtgpu/backend/backend-dispatched-buffer-type.cpp +0 -0
- {localcode-0.3.13 → localcode-0.3.15}/llama-cpp-turboquant/ggml/src/ggml-virtgpu/backend/backend-dispatched-buffer.cpp +0 -0
- {localcode-0.3.13 → localcode-0.3.15}/llama-cpp-turboquant/ggml/src/ggml-virtgpu/backend/backend-dispatched-device.cpp +0 -0
- {localcode-0.3.13 → localcode-0.3.15}/llama-cpp-turboquant/ggml/src/ggml-virtgpu/backend/backend-dispatched.cpp +0 -0
- {localcode-0.3.13 → localcode-0.3.15}/llama-cpp-turboquant/ggml/src/ggml-virtgpu/backend/backend-dispatched.gen.h +0 -0
- {localcode-0.3.13 → localcode-0.3.15}/llama-cpp-turboquant/ggml/src/ggml-virtgpu/backend/backend-dispatched.h +0 -0
- {localcode-0.3.13 → localcode-0.3.15}/llama-cpp-turboquant/ggml/src/ggml-virtgpu/backend/backend-virgl-apir.h +0 -0
- {localcode-0.3.13 → localcode-0.3.15}/llama-cpp-turboquant/ggml/src/ggml-virtgpu/backend/backend.cpp +0 -0
- {localcode-0.3.13 → localcode-0.3.15}/llama-cpp-turboquant/ggml/src/ggml-virtgpu/backend/shared/api_remoting.h +0 -0
- {localcode-0.3.13 → localcode-0.3.15}/llama-cpp-turboquant/ggml/src/ggml-virtgpu/backend/shared/apir_backend.gen.h +0 -0
- {localcode-0.3.13 → localcode-0.3.15}/llama-cpp-turboquant/ggml/src/ggml-virtgpu/backend/shared/apir_backend.h +0 -0
- {localcode-0.3.13 → localcode-0.3.15}/llama-cpp-turboquant/ggml/src/ggml-virtgpu/backend/shared/apir_cs.h +0 -0
- {localcode-0.3.13 → localcode-0.3.15}/llama-cpp-turboquant/ggml/src/ggml-virtgpu/backend/shared/apir_cs_ggml.h +0 -0
- {localcode-0.3.13 → localcode-0.3.15}/llama-cpp-turboquant/ggml/src/ggml-virtgpu/backend/shared/apir_cs_rpc.h +0 -0
- {localcode-0.3.13 → localcode-0.3.15}/llama-cpp-turboquant/ggml/src/ggml-virtgpu/ggml-backend-buffer-type.cpp +0 -0
- {localcode-0.3.13 → localcode-0.3.15}/llama-cpp-turboquant/ggml/src/ggml-virtgpu/ggml-backend-buffer.cpp +0 -0
- {localcode-0.3.13 → localcode-0.3.15}/llama-cpp-turboquant/ggml/src/ggml-virtgpu/ggml-backend-device.cpp +0 -0
- {localcode-0.3.13 → localcode-0.3.15}/llama-cpp-turboquant/ggml/src/ggml-virtgpu/ggml-backend-reg.cpp +0 -0
- {localcode-0.3.13 → localcode-0.3.15}/llama-cpp-turboquant/ggml/src/ggml-virtgpu/ggml-backend.cpp +0 -0
- {localcode-0.3.13 → localcode-0.3.15}/llama-cpp-turboquant/ggml/src/ggml-virtgpu/ggml-remoting.h +0 -0
- {localcode-0.3.13 → localcode-0.3.15}/llama-cpp-turboquant/ggml/src/ggml-virtgpu/include/apir_hw.h +0 -0
- {localcode-0.3.13 → localcode-0.3.15}/llama-cpp-turboquant/ggml/src/ggml-virtgpu/virtgpu-apir.h +0 -0
- {localcode-0.3.13 → localcode-0.3.15}/llama-cpp-turboquant/ggml/src/ggml-virtgpu/virtgpu-forward-backend.cpp +0 -0
- {localcode-0.3.13 → localcode-0.3.15}/llama-cpp-turboquant/ggml/src/ggml-virtgpu/virtgpu-forward-buffer-type.cpp +0 -0
- {localcode-0.3.13 → localcode-0.3.15}/llama-cpp-turboquant/ggml/src/ggml-virtgpu/virtgpu-forward-buffer.cpp +0 -0
- {localcode-0.3.13 → localcode-0.3.15}/llama-cpp-turboquant/ggml/src/ggml-virtgpu/virtgpu-forward-device.cpp +0 -0
- {localcode-0.3.13 → localcode-0.3.15}/llama-cpp-turboquant/ggml/src/ggml-virtgpu/virtgpu-forward-impl.h +0 -0
- {localcode-0.3.13 → localcode-0.3.15}/llama-cpp-turboquant/ggml/src/ggml-virtgpu/virtgpu-forward.gen.h +0 -0
- {localcode-0.3.13 → localcode-0.3.15}/llama-cpp-turboquant/ggml/src/ggml-virtgpu/virtgpu-shm.cpp +0 -0
- {localcode-0.3.13 → localcode-0.3.15}/llama-cpp-turboquant/ggml/src/ggml-virtgpu/virtgpu-shm.h +0 -0
- {localcode-0.3.13 → localcode-0.3.15}/llama-cpp-turboquant/ggml/src/ggml-virtgpu/virtgpu-utils.cpp +0 -0
- {localcode-0.3.13 → localcode-0.3.15}/llama-cpp-turboquant/ggml/src/ggml-virtgpu/virtgpu-utils.h +0 -0
- {localcode-0.3.13 → localcode-0.3.15}/llama-cpp-turboquant/ggml/src/ggml-virtgpu/virtgpu.cpp +0 -0
- {localcode-0.3.13 → localcode-0.3.15}/llama-cpp-turboquant/ggml/src/ggml-virtgpu/virtgpu.h +0 -0
- {localcode-0.3.13 → localcode-0.3.15}/llama-cpp-turboquant/ggml/src/ggml-vulkan/CMakeLists.txt +0 -0
- {localcode-0.3.13 → localcode-0.3.15}/llama-cpp-turboquant/ggml/src/ggml-vulkan/ggml-vulkan.cpp +0 -0
- {localcode-0.3.13 → localcode-0.3.15}/llama-cpp-turboquant/ggml/src/ggml-vulkan/vulkan-shaders/CMakeLists.txt +0 -0
- {localcode-0.3.13 → localcode-0.3.15}/llama-cpp-turboquant/ggml/src/ggml-vulkan/vulkan-shaders/vulkan-shaders-gen.cpp +0 -0
- {localcode-0.3.13 → localcode-0.3.15}/llama-cpp-turboquant/ggml/src/ggml-webgpu/CMakeLists.txt +0 -0
- {localcode-0.3.13 → localcode-0.3.15}/llama-cpp-turboquant/ggml/src/ggml-webgpu/ggml-webgpu-shader-lib.hpp +0 -0
- {localcode-0.3.13 → localcode-0.3.15}/llama-cpp-turboquant/ggml/src/ggml-webgpu/ggml-webgpu.cpp +0 -0
- {localcode-0.3.13 → localcode-0.3.15}/llama-cpp-turboquant/ggml/src/ggml-webgpu/pre_wgsl.hpp +0 -0
- {localcode-0.3.13 → localcode-0.3.15}/llama-cpp-turboquant/ggml/src/ggml-zdnn/CMakeLists.txt +0 -0
- {localcode-0.3.13 → localcode-0.3.15}/llama-cpp-turboquant/ggml/src/ggml-zdnn/common.hpp +0 -0
- {localcode-0.3.13 → localcode-0.3.15}/llama-cpp-turboquant/ggml/src/ggml-zdnn/ggml-zdnn.cpp +0 -0
- {localcode-0.3.13 → localcode-0.3.15}/llama-cpp-turboquant/ggml/src/ggml-zdnn/mmf.cpp +0 -0
- {localcode-0.3.13 → localcode-0.3.15}/llama-cpp-turboquant/ggml/src/ggml-zdnn/mmf.hpp +0 -0
- {localcode-0.3.13 → localcode-0.3.15}/llama-cpp-turboquant/ggml/src/ggml-zdnn/utils.cpp +0 -0
- {localcode-0.3.13 → localcode-0.3.15}/llama-cpp-turboquant/ggml/src/ggml-zdnn/utils.hpp +0 -0
- {localcode-0.3.13 → localcode-0.3.15}/llama-cpp-turboquant/ggml/src/ggml-zendnn/CMakeLists.txt +0 -0
- {localcode-0.3.13 → localcode-0.3.15}/llama-cpp-turboquant/ggml/src/ggml-zendnn/ggml-zendnn.cpp +0 -0
- {localcode-0.3.13 → localcode-0.3.15}/llama-cpp-turboquant/ggml/src/ggml.c +0 -0
- {localcode-0.3.13 → localcode-0.3.15}/llama-cpp-turboquant/ggml/src/ggml.cpp +0 -0
- {localcode-0.3.13 → localcode-0.3.15}/llama-cpp-turboquant/ggml/src/gguf.cpp +0 -0
- {localcode-0.3.13 → localcode-0.3.15}/llama-cpp-turboquant/include/llama-cpp.h +0 -0
- {localcode-0.3.13 → localcode-0.3.15}/llama-cpp-turboquant/include/llama.h +0 -0
- {localcode-0.3.13 → localcode-0.3.15}/llama-cpp-turboquant/licenses/LICENSE-jsonhpp +0 -0
- {localcode-0.3.13 → localcode-0.3.15}/llama-cpp-turboquant/src/CMakeLists.txt +0 -0
- {localcode-0.3.13 → localcode-0.3.15}/llama-cpp-turboquant/src/llama-adapter.cpp +0 -0
- {localcode-0.3.13 → localcode-0.3.15}/llama-cpp-turboquant/src/llama-adapter.h +0 -0
- {localcode-0.3.13 → localcode-0.3.15}/llama-cpp-turboquant/src/llama-arch.cpp +0 -0
- {localcode-0.3.13 → localcode-0.3.15}/llama-cpp-turboquant/src/llama-arch.h +0 -0
- {localcode-0.3.13 → localcode-0.3.15}/llama-cpp-turboquant/src/llama-batch.cpp +0 -0
- {localcode-0.3.13 → localcode-0.3.15}/llama-cpp-turboquant/src/llama-batch.h +0 -0
- {localcode-0.3.13 → localcode-0.3.15}/llama-cpp-turboquant/src/llama-chat.cpp +0 -0
- {localcode-0.3.13 → localcode-0.3.15}/llama-cpp-turboquant/src/llama-chat.h +0 -0
- {localcode-0.3.13 → localcode-0.3.15}/llama-cpp-turboquant/src/llama-context.cpp +0 -0
- {localcode-0.3.13 → localcode-0.3.15}/llama-cpp-turboquant/src/llama-context.h +0 -0
- {localcode-0.3.13 → localcode-0.3.15}/llama-cpp-turboquant/src/llama-cparams.cpp +0 -0
- {localcode-0.3.13 → localcode-0.3.15}/llama-cpp-turboquant/src/llama-cparams.h +0 -0
- {localcode-0.3.13 → localcode-0.3.15}/llama-cpp-turboquant/src/llama-ext.h +0 -0
- {localcode-0.3.13 → localcode-0.3.15}/llama-cpp-turboquant/src/llama-grammar.cpp +0 -0
- {localcode-0.3.13 → localcode-0.3.15}/llama-cpp-turboquant/src/llama-grammar.h +0 -0
- {localcode-0.3.13 → localcode-0.3.15}/llama-cpp-turboquant/src/llama-graph.cpp +0 -0
- {localcode-0.3.13 → localcode-0.3.15}/llama-cpp-turboquant/src/llama-graph.h +0 -0
- {localcode-0.3.13 → localcode-0.3.15}/llama-cpp-turboquant/src/llama-hparams.cpp +0 -0
- {localcode-0.3.13 → localcode-0.3.15}/llama-cpp-turboquant/src/llama-hparams.h +0 -0
- {localcode-0.3.13 → localcode-0.3.15}/llama-cpp-turboquant/src/llama-impl.cpp +0 -0
- {localcode-0.3.13 → localcode-0.3.15}/llama-cpp-turboquant/src/llama-impl.h +0 -0
- {localcode-0.3.13 → localcode-0.3.15}/llama-cpp-turboquant/src/llama-io.cpp +0 -0
- {localcode-0.3.13 → localcode-0.3.15}/llama-cpp-turboquant/src/llama-io.h +0 -0
- {localcode-0.3.13 → localcode-0.3.15}/llama-cpp-turboquant/src/llama-kv-cache-iswa.cpp +0 -0
- {localcode-0.3.13 → localcode-0.3.15}/llama-cpp-turboquant/src/llama-kv-cache-iswa.h +0 -0
- {localcode-0.3.13 → localcode-0.3.15}/llama-cpp-turboquant/src/llama-kv-cache.cpp +0 -0
- {localcode-0.3.13 → localcode-0.3.15}/llama-cpp-turboquant/src/llama-kv-cache.h +0 -0
- {localcode-0.3.13 → localcode-0.3.15}/llama-cpp-turboquant/src/llama-kv-cells.h +0 -0
- {localcode-0.3.13 → localcode-0.3.15}/llama-cpp-turboquant/src/llama-memory-hybrid-iswa.cpp +0 -0
- {localcode-0.3.13 → localcode-0.3.15}/llama-cpp-turboquant/src/llama-memory-hybrid-iswa.h +0 -0
- {localcode-0.3.13 → localcode-0.3.15}/llama-cpp-turboquant/src/llama-memory-hybrid.cpp +0 -0
- {localcode-0.3.13 → localcode-0.3.15}/llama-cpp-turboquant/src/llama-memory-hybrid.h +0 -0
- {localcode-0.3.13 → localcode-0.3.15}/llama-cpp-turboquant/src/llama-memory-recurrent.cpp +0 -0
- {localcode-0.3.13 → localcode-0.3.15}/llama-cpp-turboquant/src/llama-memory-recurrent.h +0 -0
- {localcode-0.3.13 → localcode-0.3.15}/llama-cpp-turboquant/src/llama-memory.cpp +0 -0
- {localcode-0.3.13 → localcode-0.3.15}/llama-cpp-turboquant/src/llama-memory.h +0 -0
- {localcode-0.3.13 → localcode-0.3.15}/llama-cpp-turboquant/src/llama-mmap.cpp +0 -0
- {localcode-0.3.13 → localcode-0.3.15}/llama-cpp-turboquant/src/llama-mmap.h +0 -0
- {localcode-0.3.13 → localcode-0.3.15}/llama-cpp-turboquant/src/llama-model-loader.cpp +0 -0
- {localcode-0.3.13 → localcode-0.3.15}/llama-cpp-turboquant/src/llama-model-loader.h +0 -0
- {localcode-0.3.13 → localcode-0.3.15}/llama-cpp-turboquant/src/llama-model-saver.cpp +0 -0
- {localcode-0.3.13 → localcode-0.3.15}/llama-cpp-turboquant/src/llama-model-saver.h +0 -0
- {localcode-0.3.13 → localcode-0.3.15}/llama-cpp-turboquant/src/llama-model.cpp +0 -0
- {localcode-0.3.13 → localcode-0.3.15}/llama-cpp-turboquant/src/llama-model.h +0 -0
- {localcode-0.3.13 → localcode-0.3.15}/llama-cpp-turboquant/src/llama-quant.cpp +0 -0
- {localcode-0.3.13 → localcode-0.3.15}/llama-cpp-turboquant/src/llama-quant.h +0 -0
- {localcode-0.3.13 → localcode-0.3.15}/llama-cpp-turboquant/src/llama-sampler.cpp +0 -0
- {localcode-0.3.13 → localcode-0.3.15}/llama-cpp-turboquant/src/llama-sampler.h +0 -0
- {localcode-0.3.13 → localcode-0.3.15}/llama-cpp-turboquant/src/llama-vocab.cpp +0 -0
- {localcode-0.3.13 → localcode-0.3.15}/llama-cpp-turboquant/src/llama-vocab.h +0 -0
- {localcode-0.3.13 → localcode-0.3.15}/llama-cpp-turboquant/src/llama.cpp +0 -0
- {localcode-0.3.13 → localcode-0.3.15}/llama-cpp-turboquant/src/models/afmoe.cpp +0 -0
- {localcode-0.3.13 → localcode-0.3.15}/llama-cpp-turboquant/src/models/apertus.cpp +0 -0
- {localcode-0.3.13 → localcode-0.3.15}/llama-cpp-turboquant/src/models/arcee.cpp +0 -0
- {localcode-0.3.13 → localcode-0.3.15}/llama-cpp-turboquant/src/models/arctic.cpp +0 -0
- {localcode-0.3.13 → localcode-0.3.15}/llama-cpp-turboquant/src/models/arwkv7.cpp +0 -0
- {localcode-0.3.13 → localcode-0.3.15}/llama-cpp-turboquant/src/models/baichuan.cpp +0 -0
- {localcode-0.3.13 → localcode-0.3.15}/llama-cpp-turboquant/src/models/bailingmoe.cpp +0 -0
- {localcode-0.3.13 → localcode-0.3.15}/llama-cpp-turboquant/src/models/bailingmoe2.cpp +0 -0
- {localcode-0.3.13 → localcode-0.3.15}/llama-cpp-turboquant/src/models/bert.cpp +0 -0
- {localcode-0.3.13 → localcode-0.3.15}/llama-cpp-turboquant/src/models/bitnet.cpp +0 -0
- {localcode-0.3.13 → localcode-0.3.15}/llama-cpp-turboquant/src/models/bloom.cpp +0 -0
- {localcode-0.3.13 → localcode-0.3.15}/llama-cpp-turboquant/src/models/chameleon.cpp +0 -0
- {localcode-0.3.13 → localcode-0.3.15}/llama-cpp-turboquant/src/models/chatglm.cpp +0 -0
- {localcode-0.3.13 → localcode-0.3.15}/llama-cpp-turboquant/src/models/codeshell.cpp +0 -0
- {localcode-0.3.13 → localcode-0.3.15}/llama-cpp-turboquant/src/models/cogvlm.cpp +0 -0
- {localcode-0.3.13 → localcode-0.3.15}/llama-cpp-turboquant/src/models/cohere2-iswa.cpp +0 -0
- {localcode-0.3.13 → localcode-0.3.15}/llama-cpp-turboquant/src/models/command-r.cpp +0 -0
- {localcode-0.3.13 → localcode-0.3.15}/llama-cpp-turboquant/src/models/dbrx.cpp +0 -0
- {localcode-0.3.13 → localcode-0.3.15}/llama-cpp-turboquant/src/models/deci.cpp +0 -0
- {localcode-0.3.13 → localcode-0.3.15}/llama-cpp-turboquant/src/models/deepseek.cpp +0 -0
- {localcode-0.3.13 → localcode-0.3.15}/llama-cpp-turboquant/src/models/deepseek2.cpp +0 -0
- {localcode-0.3.13 → localcode-0.3.15}/llama-cpp-turboquant/src/models/delta-net-base.cpp +0 -0
- {localcode-0.3.13 → localcode-0.3.15}/llama-cpp-turboquant/src/models/dots1.cpp +0 -0
- {localcode-0.3.13 → localcode-0.3.15}/llama-cpp-turboquant/src/models/dream.cpp +0 -0
- {localcode-0.3.13 → localcode-0.3.15}/llama-cpp-turboquant/src/models/ernie4-5-moe.cpp +0 -0
- {localcode-0.3.13 → localcode-0.3.15}/llama-cpp-turboquant/src/models/ernie4-5.cpp +0 -0
- {localcode-0.3.13 → localcode-0.3.15}/llama-cpp-turboquant/src/models/eurobert.cpp +0 -0
- {localcode-0.3.13 → localcode-0.3.15}/llama-cpp-turboquant/src/models/exaone-moe.cpp +0 -0
- {localcode-0.3.13 → localcode-0.3.15}/llama-cpp-turboquant/src/models/exaone.cpp +0 -0
- {localcode-0.3.13 → localcode-0.3.15}/llama-cpp-turboquant/src/models/exaone4.cpp +0 -0
- {localcode-0.3.13 → localcode-0.3.15}/llama-cpp-turboquant/src/models/falcon-h1.cpp +0 -0
- {localcode-0.3.13 → localcode-0.3.15}/llama-cpp-turboquant/src/models/falcon.cpp +0 -0
- {localcode-0.3.13 → localcode-0.3.15}/llama-cpp-turboquant/src/models/gemma-embedding.cpp +0 -0
- {localcode-0.3.13 → localcode-0.3.15}/llama-cpp-turboquant/src/models/gemma.cpp +0 -0
- {localcode-0.3.13 → localcode-0.3.15}/llama-cpp-turboquant/src/models/gemma2-iswa.cpp +0 -0
- {localcode-0.3.13 → localcode-0.3.15}/llama-cpp-turboquant/src/models/gemma3.cpp +0 -0
- {localcode-0.3.13 → localcode-0.3.15}/llama-cpp-turboquant/src/models/gemma3n-iswa.cpp +0 -0
- {localcode-0.3.13 → localcode-0.3.15}/llama-cpp-turboquant/src/models/gemma4-iswa.cpp +0 -0
- {localcode-0.3.13 → localcode-0.3.15}/llama-cpp-turboquant/src/models/glm4-moe.cpp +0 -0
- {localcode-0.3.13 → localcode-0.3.15}/llama-cpp-turboquant/src/models/glm4.cpp +0 -0
- {localcode-0.3.13 → localcode-0.3.15}/llama-cpp-turboquant/src/models/gpt2.cpp +0 -0
- {localcode-0.3.13 → localcode-0.3.15}/llama-cpp-turboquant/src/models/gptneox.cpp +0 -0
- {localcode-0.3.13 → localcode-0.3.15}/llama-cpp-turboquant/src/models/granite-hybrid.cpp +0 -0
- {localcode-0.3.13 → localcode-0.3.15}/llama-cpp-turboquant/src/models/granite.cpp +0 -0
- {localcode-0.3.13 → localcode-0.3.15}/llama-cpp-turboquant/src/models/grok.cpp +0 -0
- {localcode-0.3.13 → localcode-0.3.15}/llama-cpp-turboquant/src/models/grovemoe.cpp +0 -0
- {localcode-0.3.13 → localcode-0.3.15}/llama-cpp-turboquant/src/models/hunyuan-dense.cpp +0 -0
- {localcode-0.3.13 → localcode-0.3.15}/llama-cpp-turboquant/src/models/hunyuan-moe.cpp +0 -0
- {localcode-0.3.13 → localcode-0.3.15}/llama-cpp-turboquant/src/models/internlm2.cpp +0 -0
- {localcode-0.3.13 → localcode-0.3.15}/llama-cpp-turboquant/src/models/jais.cpp +0 -0
- {localcode-0.3.13 → localcode-0.3.15}/llama-cpp-turboquant/src/models/jais2.cpp +0 -0
- {localcode-0.3.13 → localcode-0.3.15}/llama-cpp-turboquant/src/models/jamba.cpp +0 -0
- {localcode-0.3.13 → localcode-0.3.15}/llama-cpp-turboquant/src/models/kimi-linear.cpp +0 -0
- {localcode-0.3.13 → localcode-0.3.15}/llama-cpp-turboquant/src/models/lfm2.cpp +0 -0
- {localcode-0.3.13 → localcode-0.3.15}/llama-cpp-turboquant/src/models/llada-moe.cpp +0 -0
- {localcode-0.3.13 → localcode-0.3.15}/llama-cpp-turboquant/src/models/llada.cpp +0 -0
- {localcode-0.3.13 → localcode-0.3.15}/llama-cpp-turboquant/src/models/llama-iswa.cpp +0 -0
- {localcode-0.3.13 → localcode-0.3.15}/llama-cpp-turboquant/src/models/llama.cpp +0 -0
- {localcode-0.3.13 → localcode-0.3.15}/llama-cpp-turboquant/src/models/maincoder.cpp +0 -0
- {localcode-0.3.13 → localcode-0.3.15}/llama-cpp-turboquant/src/models/mamba-base.cpp +0 -0
- {localcode-0.3.13 → localcode-0.3.15}/llama-cpp-turboquant/src/models/mamba.cpp +0 -0
- {localcode-0.3.13 → localcode-0.3.15}/llama-cpp-turboquant/src/models/mimo2-iswa.cpp +0 -0
- {localcode-0.3.13 → localcode-0.3.15}/llama-cpp-turboquant/src/models/minicpm3.cpp +0 -0
- {localcode-0.3.13 → localcode-0.3.15}/llama-cpp-turboquant/src/models/minimax-m2.cpp +0 -0
- {localcode-0.3.13 → localcode-0.3.15}/llama-cpp-turboquant/src/models/mistral3.cpp +0 -0
- {localcode-0.3.13 → localcode-0.3.15}/llama-cpp-turboquant/src/models/models.h +0 -0
- {localcode-0.3.13 → localcode-0.3.15}/llama-cpp-turboquant/src/models/modern-bert.cpp +0 -0
- {localcode-0.3.13 → localcode-0.3.15}/llama-cpp-turboquant/src/models/mpt.cpp +0 -0
- {localcode-0.3.13 → localcode-0.3.15}/llama-cpp-turboquant/src/models/nemotron-h.cpp +0 -0
- {localcode-0.3.13 → localcode-0.3.15}/llama-cpp-turboquant/src/models/nemotron.cpp +0 -0
- {localcode-0.3.13 → localcode-0.3.15}/llama-cpp-turboquant/src/models/neo-bert.cpp +0 -0
- {localcode-0.3.13 → localcode-0.3.15}/llama-cpp-turboquant/src/models/olmo.cpp +0 -0
- {localcode-0.3.13 → localcode-0.3.15}/llama-cpp-turboquant/src/models/olmo2.cpp +0 -0
- {localcode-0.3.13 → localcode-0.3.15}/llama-cpp-turboquant/src/models/olmoe.cpp +0 -0
- {localcode-0.3.13 → localcode-0.3.15}/llama-cpp-turboquant/src/models/openai-moe-iswa.cpp +0 -0
- {localcode-0.3.13 → localcode-0.3.15}/llama-cpp-turboquant/src/models/openelm.cpp +0 -0
- {localcode-0.3.13 → localcode-0.3.15}/llama-cpp-turboquant/src/models/orion.cpp +0 -0
- {localcode-0.3.13 → localcode-0.3.15}/llama-cpp-turboquant/src/models/paddleocr.cpp +0 -0
- {localcode-0.3.13 → localcode-0.3.15}/llama-cpp-turboquant/src/models/pangu-embedded.cpp +0 -0
- {localcode-0.3.13 → localcode-0.3.15}/llama-cpp-turboquant/src/models/phi2.cpp +0 -0
- {localcode-0.3.13 → localcode-0.3.15}/llama-cpp-turboquant/src/models/phi3.cpp +0 -0
- {localcode-0.3.13 → localcode-0.3.15}/llama-cpp-turboquant/src/models/plamo.cpp +0 -0
- {localcode-0.3.13 → localcode-0.3.15}/llama-cpp-turboquant/src/models/plamo2.cpp +0 -0
- {localcode-0.3.13 → localcode-0.3.15}/llama-cpp-turboquant/src/models/plamo3.cpp +0 -0
- {localcode-0.3.13 → localcode-0.3.15}/llama-cpp-turboquant/src/models/plm.cpp +0 -0
- {localcode-0.3.13 → localcode-0.3.15}/llama-cpp-turboquant/src/models/qwen.cpp +0 -0
- {localcode-0.3.13 → localcode-0.3.15}/llama-cpp-turboquant/src/models/qwen2.cpp +0 -0
- {localcode-0.3.13 → localcode-0.3.15}/llama-cpp-turboquant/src/models/qwen2moe.cpp +0 -0
- {localcode-0.3.13 → localcode-0.3.15}/llama-cpp-turboquant/src/models/qwen2vl.cpp +0 -0
- {localcode-0.3.13 → localcode-0.3.15}/llama-cpp-turboquant/src/models/qwen3.cpp +0 -0
- {localcode-0.3.13 → localcode-0.3.15}/llama-cpp-turboquant/src/models/qwen35.cpp +0 -0
- {localcode-0.3.13 → localcode-0.3.15}/llama-cpp-turboquant/src/models/qwen35moe.cpp +0 -0
- {localcode-0.3.13 → localcode-0.3.15}/llama-cpp-turboquant/src/models/qwen3moe.cpp +0 -0
- {localcode-0.3.13 → localcode-0.3.15}/llama-cpp-turboquant/src/models/qwen3next.cpp +0 -0
- {localcode-0.3.13 → localcode-0.3.15}/llama-cpp-turboquant/src/models/qwen3vl-moe.cpp +0 -0
- {localcode-0.3.13 → localcode-0.3.15}/llama-cpp-turboquant/src/models/qwen3vl.cpp +0 -0
- {localcode-0.3.13 → localcode-0.3.15}/llama-cpp-turboquant/src/models/refact.cpp +0 -0
- {localcode-0.3.13 → localcode-0.3.15}/llama-cpp-turboquant/src/models/rnd1.cpp +0 -0
- {localcode-0.3.13 → localcode-0.3.15}/llama-cpp-turboquant/src/models/rwkv6-base.cpp +0 -0
- {localcode-0.3.13 → localcode-0.3.15}/llama-cpp-turboquant/src/models/rwkv6.cpp +0 -0
- {localcode-0.3.13 → localcode-0.3.15}/llama-cpp-turboquant/src/models/rwkv6qwen2.cpp +0 -0
- {localcode-0.3.13 → localcode-0.3.15}/llama-cpp-turboquant/src/models/rwkv7-base.cpp +0 -0
- {localcode-0.3.13 → localcode-0.3.15}/llama-cpp-turboquant/src/models/rwkv7.cpp +0 -0
- {localcode-0.3.13 → localcode-0.3.15}/llama-cpp-turboquant/src/models/seed-oss.cpp +0 -0
- {localcode-0.3.13 → localcode-0.3.15}/llama-cpp-turboquant/src/models/smallthinker.cpp +0 -0
- {localcode-0.3.13 → localcode-0.3.15}/llama-cpp-turboquant/src/models/smollm3.cpp +0 -0
- {localcode-0.3.13 → localcode-0.3.15}/llama-cpp-turboquant/src/models/stablelm.cpp +0 -0
- {localcode-0.3.13 → localcode-0.3.15}/llama-cpp-turboquant/src/models/starcoder.cpp +0 -0
- {localcode-0.3.13 → localcode-0.3.15}/llama-cpp-turboquant/src/models/starcoder2.cpp +0 -0
- {localcode-0.3.13 → localcode-0.3.15}/llama-cpp-turboquant/src/models/step35-iswa.cpp +0 -0
- {localcode-0.3.13 → localcode-0.3.15}/llama-cpp-turboquant/src/models/t5-dec.cpp +0 -0
- {localcode-0.3.13 → localcode-0.3.15}/llama-cpp-turboquant/src/models/t5-enc.cpp +0 -0
- {localcode-0.3.13 → localcode-0.3.15}/llama-cpp-turboquant/src/models/wavtokenizer-dec.cpp +0 -0
- {localcode-0.3.13 → localcode-0.3.15}/llama-cpp-turboquant/src/models/xverse.cpp +0 -0
- {localcode-0.3.13 → localcode-0.3.15}/llama-cpp-turboquant/src/turbo-rotation-data-32.h +0 -0
- {localcode-0.3.13 → localcode-0.3.15}/llama-cpp-turboquant/src/turbo-rotation-data.h +0 -0
- {localcode-0.3.13 → localcode-0.3.15}/llama-cpp-turboquant/src/unicode-data.cpp +0 -0
- {localcode-0.3.13 → localcode-0.3.15}/llama-cpp-turboquant/src/unicode-data.h +0 -0
- {localcode-0.3.13 → localcode-0.3.15}/llama-cpp-turboquant/src/unicode.cpp +0 -0
- {localcode-0.3.13 → localcode-0.3.15}/llama-cpp-turboquant/src/unicode.h +0 -0
- {localcode-0.3.13 → localcode-0.3.15}/llama-cpp-turboquant/tools/CMakeLists.txt +0 -0
- {localcode-0.3.13 → localcode-0.3.15}/llama-cpp-turboquant/tools/batched-bench/CMakeLists.txt +0 -0
- {localcode-0.3.13 → localcode-0.3.15}/llama-cpp-turboquant/tools/batched-bench/batched-bench.cpp +0 -0
- {localcode-0.3.13 → localcode-0.3.15}/llama-cpp-turboquant/tools/cli/CMakeLists.txt +0 -0
- {localcode-0.3.13 → localcode-0.3.15}/llama-cpp-turboquant/tools/cli/cli.cpp +0 -0
- {localcode-0.3.13 → localcode-0.3.15}/llama-cpp-turboquant/tools/completion/CMakeLists.txt +0 -0
- {localcode-0.3.13 → localcode-0.3.15}/llama-cpp-turboquant/tools/completion/completion.cpp +0 -0
- {localcode-0.3.13 → localcode-0.3.15}/llama-cpp-turboquant/tools/cvector-generator/CMakeLists.txt +0 -0
- {localcode-0.3.13 → localcode-0.3.15}/llama-cpp-turboquant/tools/cvector-generator/cvector-generator.cpp +0 -0
- {localcode-0.3.13 → localcode-0.3.15}/llama-cpp-turboquant/tools/cvector-generator/mean.hpp +0 -0
- {localcode-0.3.13 → localcode-0.3.15}/llama-cpp-turboquant/tools/cvector-generator/pca.hpp +0 -0
- {localcode-0.3.13 → localcode-0.3.15}/llama-cpp-turboquant/tools/export-lora/CMakeLists.txt +0 -0
- {localcode-0.3.13 → localcode-0.3.15}/llama-cpp-turboquant/tools/export-lora/export-lora.cpp +0 -0
- {localcode-0.3.13 → localcode-0.3.15}/llama-cpp-turboquant/tools/fit-params/CMakeLists.txt +0 -0
- {localcode-0.3.13 → localcode-0.3.15}/llama-cpp-turboquant/tools/fit-params/fit-params.cpp +0 -0
- {localcode-0.3.13 → localcode-0.3.15}/llama-cpp-turboquant/tools/gguf-split/CMakeLists.txt +0 -0
- {localcode-0.3.13 → localcode-0.3.15}/llama-cpp-turboquant/tools/gguf-split/gguf-split.cpp +0 -0
- {localcode-0.3.13 → localcode-0.3.15}/llama-cpp-turboquant/tools/imatrix/CMakeLists.txt +0 -0
- {localcode-0.3.13 → localcode-0.3.15}/llama-cpp-turboquant/tools/imatrix/imatrix.cpp +0 -0
- {localcode-0.3.13 → localcode-0.3.15}/llama-cpp-turboquant/tools/llama-bench/CMakeLists.txt +0 -0
- {localcode-0.3.13 → localcode-0.3.15}/llama-cpp-turboquant/tools/llama-bench/llama-bench.cpp +0 -0
- {localcode-0.3.13 → localcode-0.3.15}/llama-cpp-turboquant/tools/mtmd/CMakeLists.txt +0 -0
- {localcode-0.3.13 → localcode-0.3.15}/llama-cpp-turboquant/tools/mtmd/clip-graph.h +0 -0
- {localcode-0.3.13 → localcode-0.3.15}/llama-cpp-turboquant/tools/mtmd/clip-impl.h +0 -0
- {localcode-0.3.13 → localcode-0.3.15}/llama-cpp-turboquant/tools/mtmd/clip-model.h +0 -0
- {localcode-0.3.13 → localcode-0.3.15}/llama-cpp-turboquant/tools/mtmd/clip.cpp +0 -0
- {localcode-0.3.13 → localcode-0.3.15}/llama-cpp-turboquant/tools/mtmd/clip.h +0 -0
- {localcode-0.3.13 → localcode-0.3.15}/llama-cpp-turboquant/tools/mtmd/debug/mtmd-debug.cpp +0 -0
- {localcode-0.3.13 → localcode-0.3.15}/llama-cpp-turboquant/tools/mtmd/debug/mtmd-debug.h +0 -0
- {localcode-0.3.13 → localcode-0.3.15}/llama-cpp-turboquant/tools/mtmd/deprecation-warning.cpp +0 -0
- {localcode-0.3.13 → localcode-0.3.15}/llama-cpp-turboquant/tools/mtmd/models/cogvlm.cpp +0 -0
- {localcode-0.3.13 → localcode-0.3.15}/llama-cpp-turboquant/tools/mtmd/models/conformer.cpp +0 -0
- {localcode-0.3.13 → localcode-0.3.15}/llama-cpp-turboquant/tools/mtmd/models/deepseekocr.cpp +0 -0
- {localcode-0.3.13 → localcode-0.3.15}/llama-cpp-turboquant/tools/mtmd/models/gemma4v.cpp +0 -0
- {localcode-0.3.13 → localcode-0.3.15}/llama-cpp-turboquant/tools/mtmd/models/glm4v.cpp +0 -0
- {localcode-0.3.13 → localcode-0.3.15}/llama-cpp-turboquant/tools/mtmd/models/hunyuanocr.cpp +0 -0
- {localcode-0.3.13 → localcode-0.3.15}/llama-cpp-turboquant/tools/mtmd/models/internvl.cpp +0 -0
- {localcode-0.3.13 → localcode-0.3.15}/llama-cpp-turboquant/tools/mtmd/models/kimik25.cpp +0 -0
- {localcode-0.3.13 → localcode-0.3.15}/llama-cpp-turboquant/tools/mtmd/models/kimivl.cpp +0 -0
- {localcode-0.3.13 → localcode-0.3.15}/llama-cpp-turboquant/tools/mtmd/models/llama4.cpp +0 -0
- {localcode-0.3.13 → localcode-0.3.15}/llama-cpp-turboquant/tools/mtmd/models/llava.cpp +0 -0
- {localcode-0.3.13 → localcode-0.3.15}/llama-cpp-turboquant/tools/mtmd/models/minicpmv.cpp +0 -0
- {localcode-0.3.13 → localcode-0.3.15}/llama-cpp-turboquant/tools/mtmd/models/mobilenetv5.cpp +0 -0
- {localcode-0.3.13 → localcode-0.3.15}/llama-cpp-turboquant/tools/mtmd/models/models.h +0 -0
- {localcode-0.3.13 → localcode-0.3.15}/llama-cpp-turboquant/tools/mtmd/models/nemotron-v2-vl.cpp +0 -0
- {localcode-0.3.13 → localcode-0.3.15}/llama-cpp-turboquant/tools/mtmd/models/paddleocr.cpp +0 -0
- {localcode-0.3.13 → localcode-0.3.15}/llama-cpp-turboquant/tools/mtmd/models/pixtral.cpp +0 -0
- {localcode-0.3.13 → localcode-0.3.15}/llama-cpp-turboquant/tools/mtmd/models/qwen2vl.cpp +0 -0
- {localcode-0.3.13 → localcode-0.3.15}/llama-cpp-turboquant/tools/mtmd/models/qwen3vl.cpp +0 -0
- {localcode-0.3.13 → localcode-0.3.15}/llama-cpp-turboquant/tools/mtmd/models/siglip.cpp +0 -0
- {localcode-0.3.13 → localcode-0.3.15}/llama-cpp-turboquant/tools/mtmd/models/whisper-enc.cpp +0 -0
- {localcode-0.3.13 → localcode-0.3.15}/llama-cpp-turboquant/tools/mtmd/models/youtuvl.cpp +0 -0
- {localcode-0.3.13 → localcode-0.3.15}/llama-cpp-turboquant/tools/mtmd/mtmd-audio.cpp +0 -0
- {localcode-0.3.13 → localcode-0.3.15}/llama-cpp-turboquant/tools/mtmd/mtmd-audio.h +0 -0
- {localcode-0.3.13 → localcode-0.3.15}/llama-cpp-turboquant/tools/mtmd/mtmd-cli.cpp +0 -0
- {localcode-0.3.13 → localcode-0.3.15}/llama-cpp-turboquant/tools/mtmd/mtmd-helper.cpp +0 -0
- {localcode-0.3.13 → localcode-0.3.15}/llama-cpp-turboquant/tools/mtmd/mtmd-helper.h +0 -0
- {localcode-0.3.13 → localcode-0.3.15}/llama-cpp-turboquant/tools/mtmd/mtmd-image.cpp +0 -0
- {localcode-0.3.13 → localcode-0.3.15}/llama-cpp-turboquant/tools/mtmd/mtmd-image.h +0 -0
- {localcode-0.3.13 → localcode-0.3.15}/llama-cpp-turboquant/tools/mtmd/mtmd.cpp +0 -0
- {localcode-0.3.13 → localcode-0.3.15}/llama-cpp-turboquant/tools/mtmd/mtmd.h +0 -0
- {localcode-0.3.13 → localcode-0.3.15}/llama-cpp-turboquant/tools/parser/CMakeLists.txt +0 -0
- {localcode-0.3.13 → localcode-0.3.15}/llama-cpp-turboquant/tools/parser/debug-template-parser.cpp +0 -0
- {localcode-0.3.13 → localcode-0.3.15}/llama-cpp-turboquant/tools/parser/template-analysis.cpp +0 -0
- {localcode-0.3.13 → localcode-0.3.15}/llama-cpp-turboquant/tools/perplexity/CMakeLists.txt +0 -0
- {localcode-0.3.13 → localcode-0.3.15}/llama-cpp-turboquant/tools/perplexity/perplexity.cpp +0 -0
- {localcode-0.3.13 → localcode-0.3.15}/llama-cpp-turboquant/tools/quantize/CMakeLists.txt +0 -0
- {localcode-0.3.13 → localcode-0.3.15}/llama-cpp-turboquant/tools/quantize/quantize.cpp +0 -0
- {localcode-0.3.13 → localcode-0.3.15}/llama-cpp-turboquant/tools/results/CMakeLists.txt +0 -0
- {localcode-0.3.13 → localcode-0.3.15}/llama-cpp-turboquant/tools/results/results.cpp +0 -0
- {localcode-0.3.13 → localcode-0.3.15}/llama-cpp-turboquant/tools/rpc/CMakeLists.txt +0 -0
- {localcode-0.3.13 → localcode-0.3.15}/llama-cpp-turboquant/tools/rpc/rpc-server.cpp +0 -0
- {localcode-0.3.13 → localcode-0.3.15}/llama-cpp-turboquant/tools/server/CMakeLists.txt +0 -0
- {localcode-0.3.13 → localcode-0.3.15}/llama-cpp-turboquant/tools/server/server-common.cpp +0 -0
- {localcode-0.3.13 → localcode-0.3.15}/llama-cpp-turboquant/tools/server/server-common.h +0 -0
- {localcode-0.3.13 → localcode-0.3.15}/llama-cpp-turboquant/tools/server/server-context.cpp +0 -0
- {localcode-0.3.13 → localcode-0.3.15}/llama-cpp-turboquant/tools/server/server-context.h +0 -0
- {localcode-0.3.13 → localcode-0.3.15}/llama-cpp-turboquant/tools/server/server-cors-proxy.h +0 -0
- {localcode-0.3.13 → localcode-0.3.15}/llama-cpp-turboquant/tools/server/server-http.cpp +0 -0
- {localcode-0.3.13 → localcode-0.3.15}/llama-cpp-turboquant/tools/server/server-http.h +0 -0
- {localcode-0.3.13 → localcode-0.3.15}/llama-cpp-turboquant/tools/server/server-models.cpp +0 -0
- {localcode-0.3.13 → localcode-0.3.15}/llama-cpp-turboquant/tools/server/server-models.h +0 -0
- {localcode-0.3.13 → localcode-0.3.15}/llama-cpp-turboquant/tools/server/server-queue.cpp +0 -0
- {localcode-0.3.13 → localcode-0.3.15}/llama-cpp-turboquant/tools/server/server-queue.h +0 -0
- {localcode-0.3.13 → localcode-0.3.15}/llama-cpp-turboquant/tools/server/server-task.cpp +0 -0
- {localcode-0.3.13 → localcode-0.3.15}/llama-cpp-turboquant/tools/server/server-task.h +0 -0
- {localcode-0.3.13 → localcode-0.3.15}/llama-cpp-turboquant/tools/server/server-tools.cpp +0 -0
- {localcode-0.3.13 → localcode-0.3.15}/llama-cpp-turboquant/tools/server/server-tools.h +0 -0
- {localcode-0.3.13 → localcode-0.3.15}/llama-cpp-turboquant/tools/server/server.cpp +0 -0
- {localcode-0.3.13 → localcode-0.3.15}/llama-cpp-turboquant/tools/tokenize/CMakeLists.txt +0 -0
- {localcode-0.3.13 → localcode-0.3.15}/llama-cpp-turboquant/tools/tokenize/tokenize.cpp +0 -0
- {localcode-0.3.13 → localcode-0.3.15}/llama-cpp-turboquant/tools/tts/CMakeLists.txt +0 -0
- {localcode-0.3.13 → localcode-0.3.15}/llama-cpp-turboquant/tools/tts/tts.cpp +0 -0
- {localcode-0.3.13 → localcode-0.3.15}/llama-cpp-turboquant/vendor/cpp-httplib/CMakeLists.txt +0 -0
- {localcode-0.3.13 → localcode-0.3.15}/llama-cpp-turboquant/vendor/cpp-httplib/httplib.cpp +0 -0
- {localcode-0.3.13 → localcode-0.3.15}/llama-cpp-turboquant/vendor/cpp-httplib/httplib.h +0 -0
- {localcode-0.3.13 → localcode-0.3.15}/llama-cpp-turboquant/vendor/miniaudio/miniaudio.h +0 -0
- {localcode-0.3.13 → localcode-0.3.15}/llama-cpp-turboquant/vendor/nlohmann/json.hpp +0 -0
- {localcode-0.3.13 → localcode-0.3.15}/llama-cpp-turboquant/vendor/nlohmann/json_fwd.hpp +0 -0
- {localcode-0.3.13 → localcode-0.3.15}/llama-cpp-turboquant/vendor/sheredom/subprocess.h +0 -0
- {localcode-0.3.13 → localcode-0.3.15}/llama-cpp-turboquant/vendor/stb/stb_image.h +0 -0
- {localcode-0.3.13 → localcode-0.3.15}/setup.cfg +0 -0
- {localcode-0.3.13 → localcode-0.3.15}/setup.py +0 -0
- {localcode-0.3.13 → localcode-0.3.15}/src/localcode/__main__.py +0 -0
- {localcode-0.3.13 → localcode-0.3.15}/src/localcode/_subproc_env.py +0 -0
- {localcode-0.3.13 → localcode-0.3.15}/src/localcode/agent/__init__.py +0 -0
- {localcode-0.3.13 → localcode-0.3.15}/src/localcode/agent/app_tasks.py +0 -0
- {localcode-0.3.13 → localcode-0.3.15}/src/localcode/agent/constants.py +0 -0
- {localcode-0.3.13 → localcode-0.3.15}/src/localcode/agent/goal.py +0 -0
- {localcode-0.3.13 → localcode-0.3.15}/src/localcode/agent/helpers.py +0 -0
- {localcode-0.3.13 → localcode-0.3.15}/src/localcode/agent/hooks.py +0 -0
- {localcode-0.3.13 → localcode-0.3.15}/src/localcode/agent/loop.py +0 -0
- {localcode-0.3.13 → localcode-0.3.15}/src/localcode/agent/recovery.py +0 -0
- {localcode-0.3.13 → localcode-0.3.15}/src/localcode/agent/sections.py +0 -0
- {localcode-0.3.13 → localcode-0.3.15}/src/localcode/agent/streaming.py +0 -0
- {localcode-0.3.13 → localcode-0.3.15}/src/localcode/agent/tool_execution.py +0 -0
- {localcode-0.3.13 → localcode-0.3.15}/src/localcode/agent/tool_orchestration.py +0 -0
- {localcode-0.3.13 → localcode-0.3.15}/src/localcode/agent/turn_finalization.py +0 -0
- {localcode-0.3.13 → localcode-0.3.15}/src/localcode/app.py +0 -0
- {localcode-0.3.13 → localcode-0.3.15}/src/localcode/approvals.py +0 -0
- {localcode-0.3.13 → localcode-0.3.15}/src/localcode/auto_compact.py +0 -0
- {localcode-0.3.13 → localcode-0.3.15}/src/localcode/autonomy.py +0 -0
- {localcode-0.3.13 → localcode-0.3.15}/src/localcode/bin/__init__.py +0 -0
- {localcode-0.3.13 → localcode-0.3.15}/src/localcode/bin/llama-server +0 -0
- {localcode-0.3.13 → localcode-0.3.15}/src/localcode/bootstrap.py +0 -0
- {localcode-0.3.13 → localcode-0.3.15}/src/localcode/cache.py +0 -0
- {localcode-0.3.13 → localcode-0.3.15}/src/localcode/checkpoint.py +0 -0
- {localcode-0.3.13 → localcode-0.3.15}/src/localcode/compact.py +0 -0
- {localcode-0.3.13 → localcode-0.3.15}/src/localcode/compaction.py +0 -0
- {localcode-0.3.13 → localcode-0.3.15}/src/localcode/composer.py +0 -0
- {localcode-0.3.13 → localcode-0.3.15}/src/localcode/config.py +0 -0
- {localcode-0.3.13 → localcode-0.3.15}/src/localcode/context.py +0 -0
- {localcode-0.3.13 → localcode-0.3.15}/src/localcode/display.py +0 -0
- {localcode-0.3.13 → localcode-0.3.15}/src/localcode/embeddings.py +0 -0
- {localcode-0.3.13 → localcode-0.3.15}/src/localcode/entrypoint.py +0 -0
- {localcode-0.3.13 → localcode-0.3.15}/src/localcode/errors.py +0 -0
- {localcode-0.3.13 → localcode-0.3.15}/src/localcode/events.py +0 -0
- {localcode-0.3.13 → localcode-0.3.15}/src/localcode/features.py +0 -0
- {localcode-0.3.13 → localcode-0.3.15}/src/localcode/formatting.py +0 -0
- {localcode-0.3.13 → localcode-0.3.15}/src/localcode/headless_json.py +0 -0
- {localcode-0.3.13 → localcode-0.3.15}/src/localcode/health.py +0 -0
- {localcode-0.3.13 → localcode-0.3.15}/src/localcode/hf_quants.py +0 -0
- {localcode-0.3.13 → localcode-0.3.15}/src/localcode/history.py +0 -0
- {localcode-0.3.13 → localcode-0.3.15}/src/localcode/hooks.py +0 -0
- {localcode-0.3.13 → localcode-0.3.15}/src/localcode/indexer.py +0 -0
- {localcode-0.3.13 → localcode-0.3.15}/src/localcode/injection_defense.py +0 -0
- {localcode-0.3.13 → localcode-0.3.15}/src/localcode/launcher.py +0 -0
- {localcode-0.3.13 → localcode-0.3.15}/src/localcode/logging_utils.py +0 -0
- {localcode-0.3.13 → localcode-0.3.15}/src/localcode/lsp.py +0 -0
- {localcode-0.3.13 → localcode-0.3.15}/src/localcode/mcp/__init__.py +0 -0
- {localcode-0.3.13 → localcode-0.3.15}/src/localcode/mcp/_bridge.py +0 -0
- {localcode-0.3.13 → localcode-0.3.15}/src/localcode/mcp/_config.py +0 -0
- {localcode-0.3.13 → localcode-0.3.15}/src/localcode/mcp/_transports.py +0 -0
- {localcode-0.3.13 → localcode-0.3.15}/src/localcode/mcp/client.py +0 -0
- {localcode-0.3.13 → localcode-0.3.15}/src/localcode/memory_guard.py +0 -0
- {localcode-0.3.13 → localcode-0.3.15}/src/localcode/model_config.py +0 -0
- {localcode-0.3.13 → localcode-0.3.15}/src/localcode/model_families.py +0 -0
- {localcode-0.3.13 → localcode-0.3.15}/src/localcode/models.py +0 -0
- {localcode-0.3.13 → localcode-0.3.15}/src/localcode/models_catalog.py +0 -0
- {localcode-0.3.13 → localcode-0.3.15}/src/localcode/notebook.py +0 -0
- {localcode-0.3.13 → localcode-0.3.15}/src/localcode/output.py +0 -0
- {localcode-0.3.13 → localcode-0.3.15}/src/localcode/patching.py +0 -0
- {localcode-0.3.13 → localcode-0.3.15}/src/localcode/paths.py +0 -0
- {localcode-0.3.13 → localcode-0.3.15}/src/localcode/performance.py +0 -0
- {localcode-0.3.13 → localcode-0.3.15}/src/localcode/permissions.py +0 -0
- {localcode-0.3.13 → localcode-0.3.15}/src/localcode/permissions_v2.py +0 -0
- {localcode-0.3.13 → localcode-0.3.15}/src/localcode/plans.py +0 -0
- {localcode-0.3.13 → localcode-0.3.15}/src/localcode/process_registry.py +0 -0
- {localcode-0.3.13 → localcode-0.3.15}/src/localcode/recommendations.py +0 -0
- {localcode-0.3.13 → localcode-0.3.15}/src/localcode/recovery.py +0 -0
- {localcode-0.3.13 → localcode-0.3.15}/src/localcode/runtime_diffusion.py +0 -0
- {localcode-0.3.13 → localcode-0.3.15}/src/localcode/server_manager.py +0 -0
- {localcode-0.3.13 → localcode-0.3.15}/src/localcode/session.py +0 -0
- {localcode-0.3.13 → localcode-0.3.15}/src/localcode/shell.py +0 -0
- {localcode-0.3.13 → localcode-0.3.15}/src/localcode/skills/debug.md +0 -0
- {localcode-0.3.13 → localcode-0.3.15}/src/localcode/skills/edit-verified.md +0 -0
- {localcode-0.3.13 → localcode-0.3.15}/src/localcode/skills/explain.md +0 -0
- {localcode-0.3.13 → localcode-0.3.15}/src/localcode/skills/git-commit-safely.md +0 -0
- {localcode-0.3.13 → localcode-0.3.15}/src/localcode/skills/locate.md +0 -0
- {localcode-0.3.13 → localcode-0.3.15}/src/localcode/skills/plan-task.md +0 -0
- {localcode-0.3.13 → localcode-0.3.15}/src/localcode/skills/review.md +0 -0
- {localcode-0.3.13 → localcode-0.3.15}/src/localcode/skills/run-tests.md +0 -0
- {localcode-0.3.13 → localcode-0.3.15}/src/localcode/skills.py +0 -0
- {localcode-0.3.13 → localcode-0.3.15}/src/localcode/snapshots.py +0 -0
- {localcode-0.3.13 → localcode-0.3.15}/src/localcode/sounds.py +0 -0
- {localcode-0.3.13 → localcode-0.3.15}/src/localcode/telemetry.py +0 -0
- {localcode-0.3.13 → localcode-0.3.15}/src/localcode/theme.py +0 -0
- {localcode-0.3.13 → localcode-0.3.15}/src/localcode/thermal.py +0 -0
- {localcode-0.3.13 → localcode-0.3.15}/src/localcode/thinking.py +0 -0
- {localcode-0.3.13 → localcode-0.3.15}/src/localcode/tool_router.py +0 -0
- {localcode-0.3.13 → localcode-0.3.15}/src/localcode/toolkit.py +0 -0
- {localcode-0.3.13 → localcode-0.3.15}/src/localcode/tools/__init__.py +0 -0
- {localcode-0.3.13 → localcode-0.3.15}/src/localcode/tools/agent.py +0 -0
- {localcode-0.3.13 → localcode-0.3.15}/src/localcode/tools/append_file.py +0 -0
- {localcode-0.3.13 → localcode-0.3.15}/src/localcode/tools/base.py +0 -0
- {localcode-0.3.13 → localcode-0.3.15}/src/localcode/tools/edit_diff.py +0 -0
- {localcode-0.3.13 → localcode-0.3.15}/src/localcode/tools/edit_file.py +0 -0
- {localcode-0.3.13 → localcode-0.3.15}/src/localcode/tools/facts.py +0 -0
- {localcode-0.3.13 → localcode-0.3.15}/src/localcode/tools/glob_tool.py +0 -0
- {localcode-0.3.13 → localcode-0.3.15}/src/localcode/tools/grep.py +0 -0
- {localcode-0.3.13 → localcode-0.3.15}/src/localcode/tools/launch_app.py +0 -0
- {localcode-0.3.13 → localcode-0.3.15}/src/localcode/tools/list_files.py +0 -0
- {localcode-0.3.13 → localcode-0.3.15}/src/localcode/tools/multi_edit.py +0 -0
- {localcode-0.3.13 → localcode-0.3.15}/src/localcode/tools/plan_mode.py +0 -0
- {localcode-0.3.13 → localcode-0.3.15}/src/localcode/tools/project_check.py +0 -0
- {localcode-0.3.13 → localcode-0.3.15}/src/localcode/tools/skill_tool.py +0 -0
- {localcode-0.3.13 → localcode-0.3.15}/src/localcode/tools/syntax_check.py +0 -0
- {localcode-0.3.13 → localcode-0.3.15}/src/localcode/tools/todo_write.py +0 -0
- {localcode-0.3.13 → localcode-0.3.15}/src/localcode/tools/tool_call_repair.py +0 -0
- {localcode-0.3.13 → localcode-0.3.15}/src/localcode/tools/web_fetch.py +0 -0
- {localcode-0.3.13 → localcode-0.3.15}/src/localcode/tools/web_search.py +0 -0
- {localcode-0.3.13 → localcode-0.3.15}/src/localcode/tui/__init__.py +0 -0
- {localcode-0.3.13 → localcode-0.3.15}/src/localcode/tui/app.py +0 -0
- {localcode-0.3.13 → localcode-0.3.15}/src/localcode/tui/bridge.py +0 -0
- {localcode-0.3.13 → localcode-0.3.15}/src/localcode/tui/screens/__init__.py +0 -0
- {localcode-0.3.13 → localcode-0.3.15}/src/localcode/tui/screens/chat.py +0 -0
- {localcode-0.3.13 → localcode-0.3.15}/src/localcode/tui/screens/mode_picker.py +0 -0
- {localcode-0.3.13 → localcode-0.3.15}/src/localcode/tui/screens/model_picker.py +0 -0
- {localcode-0.3.13 → localcode-0.3.15}/src/localcode/tui/screens/setup.py +0 -0
- {localcode-0.3.13 → localcode-0.3.15}/src/localcode/tui/styles/__init__.py +0 -0
- {localcode-0.3.13 → localcode-0.3.15}/src/localcode/tui/styles/app.tcss +0 -0
- {localcode-0.3.13 → localcode-0.3.15}/src/localcode/tui/widgets/__init__.py +0 -0
- {localcode-0.3.13 → localcode-0.3.15}/src/localcode/tui/widgets/approval.py +0 -0
- {localcode-0.3.13 → localcode-0.3.15}/src/localcode/tui/widgets/chat_log.py +0 -0
- {localcode-0.3.13 → localcode-0.3.15}/src/localcode/tui/widgets/messages/__init__.py +0 -0
- {localcode-0.3.13 → localcode-0.3.15}/src/localcode/tui/widgets/messages/diff.py +0 -0
- {localcode-0.3.13 → localcode-0.3.15}/src/localcode/tui/widgets/voice_visualizer.py +0 -0
- {localcode-0.3.13 → localcode-0.3.15}/src/localcode/turn_diff.py +0 -0
- {localcode-0.3.13 → localcode-0.3.15}/src/localcode/undo.py +0 -0
- {localcode-0.3.13 → localcode-0.3.15}/src/localcode/verification.py +0 -0
- {localcode-0.3.13 → localcode-0.3.15}/src/localcode/voice.py +0 -0
- {localcode-0.3.13 → localcode-0.3.15}/src/localcode.egg-info/SOURCES.txt +0 -0
- {localcode-0.3.13 → localcode-0.3.15}/src/localcode.egg-info/dependency_links.txt +0 -0
- {localcode-0.3.13 → localcode-0.3.15}/src/localcode.egg-info/entry_points.txt +0 -0
- {localcode-0.3.13 → localcode-0.3.15}/src/localcode.egg-info/requires.txt +0 -0
- {localcode-0.3.13 → localcode-0.3.15}/src/localcode.egg-info/top_level.txt +0 -0
- {localcode-0.3.13 → localcode-0.3.15}/tests/test_architecture.py +0 -0
- {localcode-0.3.13 → localcode-0.3.15}/tests/test_bootstrap.py +0 -0
- {localcode-0.3.13 → localcode-0.3.15}/tests/test_checkpoint.py +0 -0
- {localcode-0.3.13 → localcode-0.3.15}/tests/test_churn_detection.py +0 -0
- {localcode-0.3.13 → localcode-0.3.15}/tests/test_compaction.py +0 -0
- {localcode-0.3.13 → localcode-0.3.15}/tests/test_comprehensive_agent.py +0 -0
- {localcode-0.3.13 → localcode-0.3.15}/tests/test_comprehensive_bg_download.py +0 -0
- {localcode-0.3.13 → localcode-0.3.15}/tests/test_comprehensive_binary.py +0 -0
- {localcode-0.3.13 → localcode-0.3.15}/tests/test_comprehensive_cli.py +0 -0
- {localcode-0.3.13 → localcode-0.3.15}/tests/test_comprehensive_diffusion.py +0 -0
- {localcode-0.3.13 → localcode-0.3.15}/tests/test_comprehensive_download.py +0 -0
- {localcode-0.3.13 → localcode-0.3.15}/tests/test_comprehensive_hardening.py +0 -0
- {localcode-0.3.13 → localcode-0.3.15}/tests/test_comprehensive_install.py +0 -0
- {localcode-0.3.13 → localcode-0.3.15}/tests/test_comprehensive_machines.py +0 -0
- {localcode-0.3.13 → localcode-0.3.15}/tests/test_comprehensive_model_picker.py +0 -0
- {localcode-0.3.13 → localcode-0.3.15}/tests/test_comprehensive_models_matrix.py +0 -0
- {localcode-0.3.13 → localcode-0.3.15}/tests/test_comprehensive_tui.py +0 -0
- {localcode-0.3.13 → localcode-0.3.15}/tests/test_comprehensive_vision.py +0 -0
- {localcode-0.3.13 → localcode-0.3.15}/tests/test_comprehensive_voice.py +0 -0
- {localcode-0.3.13 → localcode-0.3.15}/tests/test_comprehensive_whisper.py +0 -0
- {localcode-0.3.13 → localcode-0.3.15}/tests/test_config.py +0 -0
- {localcode-0.3.13 → localcode-0.3.15}/tests/test_context.py +0 -0
- {localcode-0.3.13 → localcode-0.3.15}/tests/test_context_pipeline_e2e.py +0 -0
- {localcode-0.3.13 → localcode-0.3.15}/tests/test_download.py +0 -0
- {localcode-0.3.13 → localcode-0.3.15}/tests/test_embeddings_retrieval.py +0 -0
- {localcode-0.3.13 → localcode-0.3.15}/tests/test_fresh_install.py +0 -0
- {localcode-0.3.13 → localcode-0.3.15}/tests/test_kv_cap.py +0 -0
- {localcode-0.3.13 → localcode-0.3.15}/tests/test_model_config.py +0 -0
- {localcode-0.3.13 → localcode-0.3.15}/tests/test_models_catalog.py +0 -0
- {localcode-0.3.13 → localcode-0.3.15}/tests/test_output.py +0 -0
- {localcode-0.3.13 → localcode-0.3.15}/tests/test_real_models.py +0 -0
- {localcode-0.3.13 → localcode-0.3.15}/tests/test_run_json.py +0 -0
- {localcode-0.3.13 → localcode-0.3.15}/tests/test_runtime.py +0 -0
- {localcode-0.3.13 → localcode-0.3.15}/tests/test_subproc_env.py +0 -0
- {localcode-0.3.13 → localcode-0.3.15}/tests/test_thermal.py +0 -0
- {localcode-0.3.13 → localcode-0.3.15}/tests/test_toolkit.py +0 -0
- {localcode-0.3.13 → localcode-0.3.15}/tests/test_tui_input.py +0 -0
|
@@ -771,6 +771,32 @@ def build_progress_ledger(
|
|
|
771
771
|
return head + ("\n" + extra if extra else "")
|
|
772
772
|
|
|
773
773
|
|
|
774
|
+
_PROJECT_MARKERS = ("package.json", "pyproject.toml", ".git", "go.mod", "Cargo.toml", "tsconfig.json")
|
|
775
|
+
|
|
776
|
+
|
|
777
|
+
def _project_root_for(common: str, dirs: list[str]) -> str | None:
|
|
778
|
+
"""The project directory to scan: the nearest marker at-or-below `common`,
|
|
779
|
+
else the deepest single changed-file dir. Bounds the walk to one project."""
|
|
780
|
+
import os
|
|
781
|
+
# Walk DOWN from each changed dir toward `common` looking for a marker,
|
|
782
|
+
# picking the shallowest marker that is still within `common`.
|
|
783
|
+
candidates = []
|
|
784
|
+
for d in dirs:
|
|
785
|
+
cur = d
|
|
786
|
+
while cur and cur.startswith(common):
|
|
787
|
+
if any(os.path.exists(os.path.join(cur, m)) for m in _PROJECT_MARKERS):
|
|
788
|
+
candidates.append(cur)
|
|
789
|
+
parent = os.path.dirname(cur)
|
|
790
|
+
if parent == cur:
|
|
791
|
+
break
|
|
792
|
+
cur = parent
|
|
793
|
+
if candidates:
|
|
794
|
+
return min(candidates, key=len) # shallowest marker dir
|
|
795
|
+
# No marker: only trust it if all changed files share ONE dir (a real
|
|
796
|
+
# single-project build); otherwise decline (common ancestor may be broad).
|
|
797
|
+
return dirs[0] if len(set(dirs)) == 1 else None
|
|
798
|
+
|
|
799
|
+
|
|
774
800
|
def build_filesystem_state(changed_files: list[str], max_files: int = 80) -> str:
|
|
775
801
|
"""Ground-truth 'what's actually on disk' for the project being built.
|
|
776
802
|
|
|
@@ -786,13 +812,24 @@ def build_filesystem_state(changed_files: list[str], max_files: int = 80) -> str
|
|
|
786
812
|
roots = [os.path.dirname(f) for f in changed_files if f]
|
|
787
813
|
if not roots:
|
|
788
814
|
return ""
|
|
789
|
-
# Project root = shortest existing common-ish ancestor of changed files.
|
|
790
815
|
try:
|
|
791
|
-
|
|
792
|
-
|
|
816
|
+
common = os.path.commonpath([os.path.abspath(os.path.dirname(f))
|
|
817
|
+
for f in changed_files if f])
|
|
793
818
|
except Exception:
|
|
794
|
-
|
|
795
|
-
|
|
819
|
+
common = os.path.abspath(roots[0])
|
|
820
|
+
# SCOPE GUARD: only ever walk a real PROJECT dir, never a broad ancestor
|
|
821
|
+
# like ~ or a top-level workspace. Anchor to the nearest project marker
|
|
822
|
+
# (package.json / pyproject.toml / .git / go.mod / Cargo.toml) at-or-below
|
|
823
|
+
# the common path; if none, use the deepest single changed-file dir. And
|
|
824
|
+
# NEVER walk the home dir or anything shallower — bail out entirely.
|
|
825
|
+
root = _project_root_for(common, [os.path.abspath(os.path.dirname(f))
|
|
826
|
+
for f in changed_files if f])
|
|
827
|
+
home = os.path.expanduser("~")
|
|
828
|
+
if not root or not os.path.isdir(root):
|
|
829
|
+
return ""
|
|
830
|
+
if os.path.abspath(root) in (home, os.path.dirname(home), os.path.sep):
|
|
831
|
+
return ""
|
|
832
|
+
if len(os.path.abspath(root).rstrip("/").split("/")) < 4: # too shallow → unsafe to walk
|
|
796
833
|
return ""
|
|
797
834
|
_SKIP = {".git", "node_modules", "dist", "build", ".venv", "__pycache__", ".next"}
|
|
798
835
|
_SRC = (".ts", ".tsx", ".js", ".jsx", ".py", ".css", ".scss", ".html", ".json",
|
|
@@ -863,50 +900,67 @@ def _compact_messages(messages: list[dict], out: "OutputManager") -> list[dict]:
|
|
|
863
900
|
if not old:
|
|
864
901
|
return messages
|
|
865
902
|
|
|
866
|
-
# Build summary from old messages
|
|
867
|
-
|
|
868
|
-
|
|
869
|
-
|
|
903
|
+
# Build an anchored "Work State" summary from old messages. This is the
|
|
904
|
+
# structure opencode + codex converge on (Objective / Completed / Blocked /
|
|
905
|
+
# Next Move) — a state machine a small local model can follow, not a flat
|
|
906
|
+
# "Called X, Called Y" log. Built DETERMINISTICALLY (no LLM call — matches
|
|
907
|
+
# codex's no-inference compaction, which matters on slow 16GB hardware):
|
|
908
|
+
# completed = files written + commands that succeeded; blocked = commands
|
|
909
|
+
# that failed / errors; objective = the first user request.
|
|
910
|
+
objective = ""
|
|
911
|
+
files_modified: list[str] = []
|
|
912
|
+
ok_cmds: list[str] = []
|
|
913
|
+
failed: list[str] = []
|
|
870
914
|
|
|
871
915
|
for m in old:
|
|
872
916
|
role = m.get("role", "")
|
|
873
917
|
content = str(m.get("content", ""))
|
|
874
|
-
|
|
918
|
+
if role == "user" and not objective and not content.startswith(("Previous", "SYSTEM:", "##")):
|
|
919
|
+
objective = content[:200]
|
|
875
920
|
if role == "assistant" and m.get("tool_calls"):
|
|
876
921
|
for tc in m["tool_calls"]:
|
|
877
922
|
fn = tc.get("function", {})
|
|
878
923
|
name = fn.get("name", "")
|
|
879
924
|
try:
|
|
880
|
-
# `arguments` may be a JSON string OR an already-decoded
|
|
881
|
-
# dict (some providers/parsers do that) — json.loads on a
|
|
882
|
-
# dict raises TypeError, which used to escape and kill the
|
|
883
|
-
# turn with E3102 during compaction.
|
|
884
925
|
_raw = fn.get("arguments", "{}")
|
|
885
926
|
args = _raw if isinstance(_raw, dict) else json.loads(_raw)
|
|
886
927
|
except (json.JSONDecodeError, TypeError, ValueError):
|
|
887
928
|
args = {}
|
|
888
|
-
if name in ("write_file", "append_file", "edit_file"):
|
|
889
|
-
|
|
929
|
+
if name in ("write_file", "append_file", "edit_file", "multi_edit"):
|
|
930
|
+
p = args.get("path") or args.get("file_path")
|
|
931
|
+
if p and p not in files_modified:
|
|
932
|
+
files_modified.append(p)
|
|
890
933
|
elif name == "bash":
|
|
891
|
-
|
|
892
|
-
|
|
934
|
+
ok_cmds.append(str(args.get("command", ""))[:70])
|
|
935
|
+
elif role == "tool":
|
|
936
|
+
c = content.strip()
|
|
937
|
+
if c.startswith(("Error", "[exit code", "REJECTED")) or "Traceback " in c:
|
|
938
|
+
failed.append(c.splitlines()[0][:100] if c else "")
|
|
893
939
|
|
|
894
|
-
|
|
895
|
-
parts.append(f"User: {content[:100]}")
|
|
896
|
-
|
|
897
|
-
summary_lines = ["Previous conversation summary:"]
|
|
940
|
+
completed = []
|
|
898
941
|
if files_modified:
|
|
899
|
-
|
|
900
|
-
if
|
|
901
|
-
|
|
902
|
-
|
|
903
|
-
|
|
904
|
-
|
|
942
|
+
completed.append("Files created/edited: " + ", ".join(files_modified))
|
|
943
|
+
if ok_cmds:
|
|
944
|
+
completed.append("Commands run: " + " | ".join(ok_cmds[-5:]))
|
|
945
|
+
blocked = [f for f in failed if f][-3:]
|
|
946
|
+
|
|
947
|
+
lines = ["## Work state so far (older turns compacted — build on this, don't redo it):"]
|
|
948
|
+
if objective:
|
|
949
|
+
lines.append(f"Objective: {objective}")
|
|
950
|
+
lines.append("Completed:")
|
|
951
|
+
lines.extend(f" - {c}" for c in completed) if completed else lines.append(" - (none yet)")
|
|
952
|
+
if blocked:
|
|
953
|
+
lines.append("Blocked / errors seen:")
|
|
954
|
+
lines.extend(f" - {b}" for b in blocked)
|
|
955
|
+
lines.append("Next move: continue the objective from the current file state; "
|
|
956
|
+
"do not re-read files or re-run commands listed above.")
|
|
957
|
+
|
|
958
|
+
out.print_info("Context compacted — older turns summarized to a work-state note.")
|
|
905
959
|
|
|
906
960
|
return [
|
|
907
961
|
*system,
|
|
908
|
-
{"role": "user", "content": "\n".join(
|
|
909
|
-
{"role": "assistant", "content": "
|
|
962
|
+
{"role": "user", "content": "\n".join(lines)},
|
|
963
|
+
{"role": "assistant", "content": "Understood — continuing from the current state."},
|
|
910
964
|
*recent,
|
|
911
965
|
]
|
|
912
966
|
|
|
@@ -19,85 +19,11 @@ __all__ = [
|
|
|
19
19
|
"build_agent_system_prompt",
|
|
20
20
|
"build_task_goal_block",
|
|
21
21
|
"build_dynamic_skills_block",
|
|
22
|
-
"is_placeholder_segment",
|
|
23
|
-
"sanitize_placeholder_path",
|
|
24
22
|
"build_target_grounding_block",
|
|
25
23
|
"build_incremental_milestones_block",
|
|
26
24
|
]
|
|
27
25
|
|
|
28
26
|
|
|
29
|
-
# A path segment the model emitted as a literal fill-in-the-blank prompt
|
|
30
|
-
# rather than a real name. Observed in a real build failure: the model
|
|
31
|
-
# wrote a target path containing "[insert your model name]" verbatim and
|
|
32
|
-
# then thrashed because that directory could never resolve. We catch the
|
|
33
|
-
# common bracketed/angle-bracketed/braced placeholder shapes plus the
|
|
34
|
-
# bare "your-..." / "my-..." conventions LLMs reach for.
|
|
35
|
-
_PLACEHOLDER_RE = re.compile(
|
|
36
|
-
r"""
|
|
37
|
-
^\s*(?:
|
|
38
|
-
[\[\<\{].*?[\]\>\}] # [insert x] / <your x> / {name}
|
|
39
|
-
| (?:insert|your|my|the)[\s_-]+ # "insert ...", "your ...", "my ..."
|
|
40
|
-
(?:\w+[\s_-]*)*? # the words being filled in
|
|
41
|
-
(?:name|here|project|app|dir|folder|path|model)\b
|
|
42
|
-
| (?:project[\s_-]*name|app[\s_-]*name|model[\s_-]*name|placeholder)
|
|
43
|
-
| \.{3,} # literal "..."
|
|
44
|
-
| xxx+|tbd|todo
|
|
45
|
-
)\s*$
|
|
46
|
-
""",
|
|
47
|
-
re.IGNORECASE | re.VERBOSE,
|
|
48
|
-
)
|
|
49
|
-
|
|
50
|
-
|
|
51
|
-
def is_placeholder_segment(segment: str) -> bool:
|
|
52
|
-
"""True if a single path segment looks like an unfilled placeholder
|
|
53
|
-
(e.g. "[insert your model name]", "<your app>", "project-name",
|
|
54
|
-
"...", "TODO") rather than a concrete name the model chose.
|
|
55
|
-
"""
|
|
56
|
-
seg = str(segment or "").strip()
|
|
57
|
-
if not seg:
|
|
58
|
-
return False
|
|
59
|
-
return bool(_PLACEHOLDER_RE.match(seg))
|
|
60
|
-
|
|
61
|
-
|
|
62
|
-
def sanitize_placeholder_path(path: str, default_name: str = "app") -> str:
|
|
63
|
-
"""Replace any placeholder segments in `path` with a concrete name.
|
|
64
|
-
|
|
65
|
-
The model sometimes emits a target path with a literal fill-in slot
|
|
66
|
-
("./[insert your model name]/main.py"). Such a path can never resolve,
|
|
67
|
-
so the build thrashes. We substitute a sensible default for each
|
|
68
|
-
placeholder segment so the path is at least concrete; the grounding
|
|
69
|
-
block (see `build_target_grounding_block`) separately instructs the
|
|
70
|
-
model to choose a real name. `default_name` is sanitized to a safe
|
|
71
|
-
slug; falls back to "app" when empty.
|
|
72
|
-
|
|
73
|
-
Returns the original string unchanged when no placeholder is present
|
|
74
|
-
(the common case — keeps real paths byte-identical).
|
|
75
|
-
"""
|
|
76
|
-
raw = str(path or "")
|
|
77
|
-
if not raw:
|
|
78
|
-
return raw
|
|
79
|
-
safe_default = re.sub(r"[^A-Za-z0-9._-]+", "-", str(default_name or "").strip()).strip("-")
|
|
80
|
-
if not safe_default:
|
|
81
|
-
safe_default = "app"
|
|
82
|
-
# Preserve a leading "./" or "/" and split on the OS separator without
|
|
83
|
-
# collapsing it, so we can rejoin with the same separator.
|
|
84
|
-
sep = "/"
|
|
85
|
-
if "\\" in raw and "/" not in raw:
|
|
86
|
-
sep = "\\"
|
|
87
|
-
segments = raw.split(sep)
|
|
88
|
-
changed = False
|
|
89
|
-
out_segments: list[str] = []
|
|
90
|
-
for seg in segments:
|
|
91
|
-
if is_placeholder_segment(seg):
|
|
92
|
-
out_segments.append(safe_default)
|
|
93
|
-
changed = True
|
|
94
|
-
else:
|
|
95
|
-
out_segments.append(seg)
|
|
96
|
-
if not changed:
|
|
97
|
-
return raw
|
|
98
|
-
return sep.join(out_segments)
|
|
99
|
-
|
|
100
|
-
|
|
101
27
|
@dataclass
|
|
102
28
|
class PromptBuildResult:
|
|
103
29
|
system_prompt: str
|
|
@@ -183,11 +109,9 @@ def build_agent_system_prompt(
|
|
|
183
109
|
def build_target_grounding_block(repo_root: Any, goal_state: Any) -> str:
|
|
184
110
|
"""One short block that pins the target directory for build-type turns.
|
|
185
111
|
|
|
186
|
-
Grounds the model so it stops thrashing between the repo root and a
|
|
187
|
-
|
|
188
|
-
|
|
189
|
-
instead. Returned only for build_app-shaped goals; empty otherwise so
|
|
190
|
-
the cached prompt prefix is unaffected for ordinary turns.
|
|
112
|
+
Grounds the model so it stops thrashing between the repo root and a subdir.
|
|
113
|
+
Returned only for build_app-shaped goals; empty otherwise so the cached
|
|
114
|
+
prompt prefix is unaffected for ordinary turns.
|
|
191
115
|
"""
|
|
192
116
|
goal_type = str(getattr(goal_state, "goal_type", "") or "")
|
|
193
117
|
if goal_type != "build_app":
|
|
@@ -198,20 +122,11 @@ def build_target_grounding_block(repo_root: Any, goal_state: Any) -> str:
|
|
|
198
122
|
root = str(repo_root or "")
|
|
199
123
|
if not root:
|
|
200
124
|
return ""
|
|
201
|
-
suggested = str(getattr(goal_state, "task_slug", "") or "").strip()
|
|
202
|
-
name_hint = (
|
|
203
|
-
f' If you create a new subdirectory, pick a concrete name (e.g. "{suggested}") —'
|
|
204
|
-
if suggested
|
|
205
|
-
else " If you create a new subdirectory, pick a concrete, descriptive name —"
|
|
206
|
-
)
|
|
207
125
|
return (
|
|
208
126
|
"\n\nTarget location (work here, do not drift):\n"
|
|
209
127
|
f"- The project root is: {root}\n"
|
|
210
128
|
"- Create and edit all files under that root. Do not switch between the "
|
|
211
129
|
"root and an unrelated subdirectory between steps; decide once and stay there.\n"
|
|
212
|
-
"- NEVER write a path containing a literal placeholder such as "
|
|
213
|
-
"`[insert your model name]`, `<your app>`, `{project-name}`, or `...`."
|
|
214
|
-
f"{name_hint} never leave the placeholder text in the path.\n"
|
|
215
130
|
)
|
|
216
131
|
|
|
217
132
|
|
|
@@ -13,7 +13,6 @@ from .constants import PROJECT_FILES as _PROJECT_FILES
|
|
|
13
13
|
|
|
14
14
|
__all__ = [
|
|
15
15
|
"SYSTEM_PROMPT",
|
|
16
|
-
"SYSTEM_PROMPT_V2",
|
|
17
16
|
"REASONING_RULES",
|
|
18
17
|
"model_identity_line",
|
|
19
18
|
"project_stack_line",
|
|
@@ -40,61 +39,21 @@ _STACK_MARKERS: tuple[tuple[str, str], ...] = (
|
|
|
40
39
|
|
|
41
40
|
|
|
42
41
|
SYSTEM_PROMPT = """\
|
|
43
|
-
You are LocalCode, a coding agent on the user's machine with full filesystem access.
|
|
44
|
-
|
|
45
|
-
Available tools: read_file, write_file, append_file, edit_file, bash, list_files, todo_write.
|
|
46
|
-
|
|
47
|
-
How to work:
|
|
48
|
-
- Match scope to the request. Answer plain questions plainly. Build what was asked when asked. Don't write a script when a one-line bash command will do.
|
|
49
|
-
- Cover every requirement the user named. If your chosen approach can't deliver one, change the approach — don't drop the requirement to fit the approach.
|
|
50
|
-
- PLAN MULTI-STEP WORK. For any task with 3+ steps, call `todo_write` FIRST to lay out the steps, then keep it current: mark exactly ONE item in_progress before you start it, and mark it completed the instant it's done. Your task list is shown back to you every round — read it to see what's already finished and what's left, so you advance to the next step instead of redoing one you've already done. If you catch yourself about to re-read a file or re-run a command you ran before, check the list: you've likely already done it.
|
|
51
|
-
- If the request is ambiguous in a way that affects your approach (stack, interface, scope), ask one short question before building, not after.
|
|
52
|
-
- ACT, DON'T NARRATE. Every "let me read", "let me fix", "now I'll write" MUST be followed by the actual tool call IN THE SAME TURN. If you say "let me write the fix" and then end your turn without calling edit_file or write_file, you have failed the user. The user has explicitly complained about this. Never describe a fix without immediately performing it.
|
|
53
|
-
- Forbidden patterns: "Let me read the file:" + end of turn. "I'll rewrite this:" + end of turn. "Now I'll apply the fix:" + end of turn. If the next thing out of your mouth is a verb of intent, the very next action MUST be the tool call that delivers on that intent.
|
|
54
|
-
- One short sentence (≤12 words) per tool call MAX. No multi-sentence preambles. No "let me plan" before acting.
|
|
55
|
-
- Use real, repo-relative paths. Don't improvise `/Users/...` paths unless the user gave one.
|
|
56
|
-
- Write complete code. No TODOs, stubs, fake data, empty dirs, or skeleton files. Never end with "should I do X or Y next?" — once started, finish.
|
|
57
|
-
- Execute every named requirement in this turn until 100% complete. If a piece is too large for one tool call, split across more — never drop it. Never declare a requirement out of scope, over the limit, or needing external assets.
|
|
58
|
-
- MATCH THE PROJECT'S LANGUAGE AND CONVENTIONS. Code MUST be valid for the file's actual language. Never write Python syntax (triple-quoted docstrings, snake_case, `import x`/`from x import y`) in a .ts/.tsx/.js/.jsx/.go/.rs or other non-Python file. Use that language's real comment, naming, and import/module syntax, and mirror the patterns already present in the project (imports, formatting, framework idioms).
|
|
59
|
-
- For new projects, create a small multi-file structure by default. Keep entrypoints thin; move reusable logic, styles, data/config, templates, and assets into focused files. Use one large file only if requested.
|
|
60
|
-
- Prefer edit_file for existing files. Use write_file when creating a new file or doing a deliberate full rewrite.
|
|
61
|
-
- When a tool returns an error, read it, fix the specific problem, and retry with DIFFERENT input. Never repeat an identical failing call: if the same call fails or returns the same result twice, change the arguments or the approach, or move on — do not loop. Don't give up after one failed call, but don't spin on it either.
|
|
62
|
-
- DON'T RE-READ OR RE-SEARCH what you already have. If you already read a file this turn and it hasn't changed, the content is still above — use it, don't read it again. If a search already gave you a useful result, act on it (open the match, make the edit); don't run the same search again. Repeating a read/search you've already done is the #1 way turns stall.
|
|
63
|
-
- After a tool result, CONTINUE from where you left off — don't restate what you just did or re-summarize the plan. Take the next concrete action.
|
|
64
|
-
- DON'T CONFABULATE. If the user names a person, song, place, term, library, command, or concept you do not recognize, your FIRST move is to say "I don't recognize that" — NOT to invent a plausible-sounding meaning by phonetic association. Phonetic fits ("Alombasi sounds Bantu so it must be a Zambian chant", "Pyfoo sounds like a Python library so it must do X") are exactly the failure mode. If a web search would help, run it BEFORE asserting facts; if results are empty, say so plainly. Never write paragraph-length cultural/etymological/technical descriptions of something you can't actually source — "I'd love to know more, what's it from?" is the correct answer. Doubling down when the user repeats the unknown term is also forbidden; repetition is not evidence.
|
|
65
|
-
|
|
66
|
-
Runtime facts (true today; rely on these instead of guessing):
|
|
67
|
-
- write_file creates a new file or fully overwrites an existing one. There is no separate "rewrite" tool.
|
|
68
|
-
- edit_file matches `old_string` with whitespace tolerance; if it can't find the match, it lists the 3 closest lines. Use 2–4 adjacent lines as the anchor — that's almost always unique.
|
|
69
|
-
- read_file output is line-prefixed with `<digit>\\t`; edit_file strips that prefix automatically when you copy lines back as `old_string`.
|
|
70
|
-
- bash returns an exit code; non-zero means the command failed. Background long-running processes (`cmd &` or `nohup cmd &`) so bash returns.
|
|
71
|
-
- The runtime redacts bulky payloads from older turns to save context. If you need that content again, call read_file on the path — the file is still on disk.
|
|
72
|
-
|
|
73
|
-
Working directory: {cwd}
|
|
74
|
-
{network_status}{reasoning_rules}{project_instructions}{skills_block}"""
|
|
75
|
-
|
|
76
|
-
|
|
77
|
-
# Leaner, front-loaded variant tuned for SMALL local models. ~40% shorter
|
|
78
|
-
# than SYSTEM_PROMPT: top rules first, redundancy cut (the 3× act-don't-
|
|
79
|
-
# narrate and the 200-word confabulation paragraph are condensed), the stale
|
|
80
|
-
# 6-item "Available tools" line dropped (the real tool list is delivered by
|
|
81
|
-
# the runtime). Same placeholder slots + cwd/network at the tail to preserve
|
|
82
|
-
# the prefix cache. NOT yet the live default — A/B'd against SYSTEM_PROMPT on
|
|
83
|
-
# the real models before any swap (see scripts/bench_prompt_variants.py).
|
|
84
|
-
SYSTEM_PROMPT_V2 = """\
|
|
85
42
|
You are LocalCode, a coding agent running locally on the user's machine with full filesystem access through your tools.
|
|
86
43
|
|
|
87
44
|
Top rules (most important first):
|
|
88
|
-
1. ACT, DON'T NARRATE. If you say "let me read/fix/write X", the tool call that does it MUST come next, in the same turn. Never end a turn on a statement of intent.
|
|
45
|
+
1. ACT, DON'T NARRATE. If you say "let me read/fix/write X", the tool call that does it MUST come next, in the same turn. Never end a turn on a statement of intent. At most one short sentence of preamble per tool call.
|
|
89
46
|
2. FINISH THE JOB. Cover every requirement the user named. Write complete, runnable code — no TODOs, stubs, placeholders, or "should I do X next?". If a piece is too big for one call, split it across calls; never drop it.
|
|
90
|
-
3. MATCH SCOPE. Answer plain questions plainly; build only what was asked. Don't write a script when one bash line does it.
|
|
91
|
-
4. DON'T
|
|
47
|
+
3. MATCH SCOPE. Answer plain questions plainly; build only what was asked. Don't write a script when one bash line does it.
|
|
48
|
+
4. DON'T REPEAT WORK. Don't re-read a file or re-run a command you already did — the result is still above. After a tool result, continue from where you left off; don't restate the plan.
|
|
49
|
+
5. DON'T INVENT. If you don't recognize a term, library, or command, say so — never guess a plausible meaning. Search the web before asserting facts; if results are empty, say that.
|
|
92
50
|
|
|
93
|
-
|
|
51
|
+
Plan & tools:
|
|
52
|
+
- For a task with 3+ steps, call todo_write first to lay out the steps, then keep exactly one in_progress and mark each done the instant it's finished. Your list is shown back each round — use it to see what's left.
|
|
94
53
|
- Use real, repo-relative paths (don't improvise `/Users/...` paths).
|
|
95
54
|
- edit_file for existing files: anchor `old_string` on 2–4 adjacent lines (matching is whitespace-tolerant; the leading `<n>\\t` from read_file is stripped for you). write_file to create or fully rewrite.
|
|
96
|
-
- On a tool error, read it, fix the specific cause, and retry — don't give up after one failure.
|
|
97
|
-
- New project → prefer a small multi-file layout with a thin entrypoint.
|
|
55
|
+
- On a tool error, read it, fix the specific cause, and retry — don't give up after one failure, and don't repeat the same failing call.
|
|
56
|
+
- New project → prefer a small multi-file layout with a thin entrypoint. Write code valid for the file's real language and match the project's existing conventions.
|
|
98
57
|
|
|
99
58
|
Runtime facts:
|
|
100
59
|
- bash returns an exit code; non-zero = failure. Background long-running commands (`cmd &`) so bash returns.
|
|
@@ -106,6 +65,7 @@ Working directory: {cwd}
|
|
|
106
65
|
{network_status}{reasoning_rules}{project_instructions}{skills_block}"""
|
|
107
66
|
|
|
108
67
|
|
|
68
|
+
|
|
109
69
|
# Reasoning-mode appendix. Injected into `SYSTEM_PROMPT` only when the
|
|
110
70
|
# user is in a `-think` runtime mode (see `use_thinking` at the agent
|
|
111
71
|
# entry). In fast mode the placeholder collapses to an empty string so
|
|
@@ -171,11 +131,10 @@ def model_identity_line(model: str) -> str:
|
|
|
171
131
|
f"the work: take the next action directly. Only state your name if the "
|
|
172
132
|
f"user explicitly asks who you are. "
|
|
173
133
|
f"The model currently powering you is \"{friendly}\". Report it as EXACTLY "
|
|
174
|
-
f"\"{friendly}\" when the user asks which model/version/quant you are
|
|
175
|
-
f"when the task asks you to name a file/folder/project after your model "
|
|
176
|
-
f"
|
|
177
|
-
f"
|
|
178
|
-
f"say you are unsure and never name a different model or provider.\n"
|
|
134
|
+
f"\"{friendly}\" when the user asks which model/version/quant you are, or "
|
|
135
|
+
f"when the task asks you to name a file/folder/project after your model — "
|
|
136
|
+
f"in that case use \"{friendly}\" as the name and create it. Never say you "
|
|
137
|
+
f"are unsure and never name a different model or provider.\n"
|
|
179
138
|
)
|
|
180
139
|
|
|
181
140
|
|
|
@@ -1130,7 +1130,7 @@ class LocalCodeRuntimeGateway(_DiffusionMixin):
|
|
|
1130
1130
|
# loop. Without them (llama.cpp's default breakers don't include
|
|
1131
1131
|
# path chars), a path repeated within one round — `cd X && mkdir X
|
|
1132
1132
|
# && ls X` — got its username subtokens suppressed and the model
|
|
1133
|
-
# emitted mangled variants
|
|
1133
|
+
# emitted mangled variants of the home-dir username. Breaking on
|
|
1134
1134
|
# `/ . _ - space` keeps DRY for phrasal loops but frees paths/idents.
|
|
1135
1135
|
"dry_sequence_breakers": ["\n", "/", ".", "_", "-", " ", ":", "\"", "'"],
|
|
1136
1136
|
}
|
|
@@ -699,9 +699,9 @@ def _normalize_repo_root_variants(cmd: str, repo: str) -> str:
|
|
|
699
699
|
appear and clearly target this repo, normalize them to the actual root
|
|
700
700
|
instead of letting the command fail for a fake home-directory variant.
|
|
701
701
|
Then a general pass repairs ANY `/Users/<garbled>/` (not just repo paths)
|
|
702
|
-
back to the real home — the model mangles the username via
|
|
703
|
-
token corruption (
|
|
704
|
-
|
|
702
|
+
back to the real home — the model mangles the home-dir username via
|
|
703
|
+
penalty-induced token corruption (a DIFFERENT misspelling each time, so it
|
|
704
|
+
can't be dedup'd); we fix it deterministically against the real $HOME.
|
|
705
705
|
"""
|
|
706
706
|
if not repo.startswith("/Users/"):
|
|
707
707
|
return _repair_home_username(cmd)
|
|
@@ -72,7 +72,7 @@ def execute(ctx: ToolContext, args: dict) -> str:
|
|
|
72
72
|
return "Error: 'path' argument is required for read_file."
|
|
73
73
|
path = ctx.repo / args["path"]
|
|
74
74
|
if not path.exists():
|
|
75
|
-
# A small model invents misspelled/wrong-case paths (
|
|
75
|
+
# A small model invents misspelled/wrong-case paths (a dropped letter,
|
|
76
76
|
# gitHub/github/Github) and, getting a bare "not found", retries with
|
|
77
77
|
# ANOTHER wrong variant forever (dedup can't collapse differing typos).
|
|
78
78
|
# Point it at the real nearby file so it corrects instead of guessing.
|
|
@@ -188,7 +188,7 @@ def execute(ctx: ToolContext, args: dict) -> str:
|
|
|
188
188
|
|
|
189
189
|
existed = path.is_file()
|
|
190
190
|
# Typo-duplicate guard: creating a NEW file whose name closely matches an
|
|
191
|
-
# existing sibling (
|
|
191
|
+
# existing sibling (a one-letter-off variant of a file that already exists)
|
|
192
192
|
# is almost always a filename typo that splits the code across two files
|
|
193
193
|
# and breaks imports. Warn before it snowballs. (Observed in real logs.)
|
|
194
194
|
_dup_warning = ""
|
|
@@ -7,8 +7,6 @@ from localcode.agent.prompt_context import (
|
|
|
7
7
|
build_incremental_milestones_block,
|
|
8
8
|
build_target_grounding_block,
|
|
9
9
|
build_task_goal_block,
|
|
10
|
-
is_placeholder_segment,
|
|
11
|
-
sanitize_placeholder_path,
|
|
12
10
|
)
|
|
13
11
|
from localcode.launcher import detect_launch_candidate
|
|
14
12
|
from localcode.process_registry import (
|
|
@@ -519,52 +517,18 @@ def test_build_app_goal_block_is_empty() -> None:
|
|
|
519
517
|
assert build_task_goal_block("build a small dashboard app", goal, task) == ""
|
|
520
518
|
|
|
521
519
|
|
|
522
|
-
|
|
523
|
-
|
|
524
|
-
for seg in (
|
|
525
|
-
"[insert your model name]",
|
|
526
|
-
"<your app>",
|
|
527
|
-
"{project-name}",
|
|
528
|
-
"project-name",
|
|
529
|
-
"app_name",
|
|
530
|
-
"model name",
|
|
531
|
-
"...",
|
|
532
|
-
"TODO",
|
|
533
|
-
"xxxx",
|
|
534
|
-
):
|
|
535
|
-
assert is_placeholder_segment(seg), seg
|
|
536
|
-
# Real, concrete names must NOT be flagged.
|
|
537
|
-
for seg in ("src", "my-dashboard", "app.py", "weather_cli", "v2", "README.md"):
|
|
538
|
-
assert not is_placeholder_segment(seg), seg
|
|
539
|
-
|
|
540
|
-
|
|
541
|
-
def test_sanitize_placeholder_path_substitutes_default() -> None:
|
|
542
|
-
# Placeholder segment is replaced; the rest of the path is preserved.
|
|
543
|
-
assert (
|
|
544
|
-
sanitize_placeholder_path("./[insert your model name]/main.py", "weather-cli")
|
|
545
|
-
== "./weather-cli/main.py"
|
|
546
|
-
)
|
|
547
|
-
# An unsafe default name is slugged.
|
|
548
|
-
assert (
|
|
549
|
-
sanitize_placeholder_path("<your app>/index.html", "My Cool App!")
|
|
550
|
-
== "My-Cool-App/index.html"
|
|
551
|
-
)
|
|
552
|
-
# A concrete path is returned byte-identical (no spurious rewriting).
|
|
553
|
-
assert sanitize_placeholder_path("src/server/app.py", "x") == "src/server/app.py"
|
|
554
|
-
# Empty / missing default falls back to "app".
|
|
555
|
-
assert sanitize_placeholder_path("[insert name]/x.py", "") == "app/x.py"
|
|
520
|
+
# (Removed: the path-placeholder detection/substitution feature — trying to
|
|
521
|
+
# regex every placeholder shape a user might write was task-specific bloat.)
|
|
556
522
|
|
|
557
523
|
|
|
558
524
|
class _BuildGoal:
|
|
559
525
|
goal_type = "build_app"
|
|
560
|
-
task_slug = "
|
|
526
|
+
task_slug = "demo"
|
|
561
527
|
|
|
562
528
|
|
|
563
|
-
def
|
|
529
|
+
def test_target_grounding_block_pins_project_root(tmp_path: Path) -> None:
|
|
564
530
|
block = build_target_grounding_block(tmp_path, _BuildGoal())
|
|
565
|
-
assert str(tmp_path.resolve()) in block
|
|
566
|
-
assert "placeholder" in block.lower()
|
|
567
|
-
assert "weather-dashboard" in block # suggested concrete name
|
|
531
|
+
assert str(tmp_path.resolve()) in block # grounds the model to the project root
|
|
568
532
|
# Non-build goals get no block (keeps the cached prefix unchanged).
|
|
569
533
|
assert build_target_grounding_block(tmp_path, infer_goal_state("what is 2+2")) == ""
|
|
570
534
|
|
|
@@ -14,12 +14,11 @@ from localcode.agent.prompts import SYSTEM_PROMPT, project_stack_line
|
|
|
14
14
|
|
|
15
15
|
def test_system_prompt_has_language_matching_rule() -> None:
|
|
16
16
|
text = SYSTEM_PROMPT.lower()
|
|
17
|
-
# The
|
|
18
|
-
#
|
|
19
|
-
|
|
20
|
-
assert "
|
|
21
|
-
assert "
|
|
22
|
-
assert ".tsx" in SYSTEM_PROMPT
|
|
17
|
+
# The prompt must tell the model to write code valid for the file's actual
|
|
18
|
+
# language and match the project's conventions (worded concisely — no long
|
|
19
|
+
# per-language example list, which bloats the prompt for a small model).
|
|
20
|
+
assert "valid for the file's real language" in text
|
|
21
|
+
assert "match the project's existing conventions" in text
|
|
23
22
|
assert "conventions" in text
|
|
24
23
|
|
|
25
24
|
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{localcode-0.3.13 → localcode-0.3.15}/llama-cpp-turboquant/common/chat-auto-parser-generator.cpp
RENAMED
|
File without changes
|
{localcode-0.3.13 → localcode-0.3.15}/llama-cpp-turboquant/common/chat-auto-parser-helpers.cpp
RENAMED
|
File without changes
|
{localcode-0.3.13 → localcode-0.3.15}/llama-cpp-turboquant/common/chat-auto-parser-helpers.h
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|