localcode 0.3.25__tar.gz → 0.3.27__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.25/src/localcode.egg-info → localcode-0.3.27}/PKG-INFO +1 -1
- {localcode-0.3.25 → localcode-0.3.27}/pyproject.toml +1 -1
- {localcode-0.3.25 → localcode-0.3.27}/src/localcode/agent/goal.py +25 -1
- {localcode-0.3.25 → localcode-0.3.27}/src/localcode/agent/loop.py +52 -22
- {localcode-0.3.25 → localcode-0.3.27}/src/localcode/agent/prompts.py +30 -24
- {localcode-0.3.25 → localcode-0.3.27}/src/localcode/app.py +59 -1
- {localcode-0.3.25 → localcode-0.3.27}/src/localcode/runtime.py +9 -0
- {localcode-0.3.25 → localcode-0.3.27/src/localcode.egg-info}/PKG-INFO +1 -1
- {localcode-0.3.25 → localcode-0.3.27}/src/localcode.egg-info/SOURCES.txt +1 -0
- {localcode-0.3.25 → localcode-0.3.27}/tests/test_agent_state_machine.py +18 -0
- localcode-0.3.27/tests/test_home_build_anchor.py +57 -0
- {localcode-0.3.25 → localcode-0.3.27}/tests/test_prompt_language_steering.py +4 -5
- {localcode-0.3.25 → localcode-0.3.27}/LICENSE +0 -0
- {localcode-0.3.25 → localcode-0.3.27}/MANIFEST.in +0 -0
- {localcode-0.3.25 → localcode-0.3.27}/README.md +0 -0
- {localcode-0.3.25 → localcode-0.3.27}/llama-cpp-turboquant/CMakeLists.txt +0 -0
- {localcode-0.3.25 → localcode-0.3.27}/llama-cpp-turboquant/CMakePresets.json +0 -0
- {localcode-0.3.25 → localcode-0.3.27}/llama-cpp-turboquant/LICENSE +0 -0
- {localcode-0.3.25 → localcode-0.3.27}/llama-cpp-turboquant/cmake/arm64-apple-clang.cmake +0 -0
- {localcode-0.3.25 → localcode-0.3.27}/llama-cpp-turboquant/cmake/arm64-windows-llvm.cmake +0 -0
- {localcode-0.3.25 → localcode-0.3.27}/llama-cpp-turboquant/cmake/build-info.cmake +0 -0
- {localcode-0.3.25 → localcode-0.3.27}/llama-cpp-turboquant/cmake/common.cmake +0 -0
- {localcode-0.3.25 → localcode-0.3.27}/llama-cpp-turboquant/cmake/download-models.cmake +0 -0
- {localcode-0.3.25 → localcode-0.3.27}/llama-cpp-turboquant/cmake/git-vars.cmake +0 -0
- {localcode-0.3.25 → localcode-0.3.27}/llama-cpp-turboquant/cmake/license.cmake +0 -0
- {localcode-0.3.25 → localcode-0.3.27}/llama-cpp-turboquant/cmake/llama-config.cmake.in +0 -0
- {localcode-0.3.25 → localcode-0.3.27}/llama-cpp-turboquant/cmake/llama.pc.in +0 -0
- {localcode-0.3.25 → localcode-0.3.27}/llama-cpp-turboquant/cmake/riscv64-spacemit-linux-gnu-gcc.cmake +0 -0
- {localcode-0.3.25 → localcode-0.3.27}/llama-cpp-turboquant/cmake/x64-windows-llvm.cmake +0 -0
- {localcode-0.3.25 → localcode-0.3.27}/llama-cpp-turboquant/common/CMakeLists.txt +0 -0
- {localcode-0.3.25 → localcode-0.3.27}/llama-cpp-turboquant/common/arg.cpp +0 -0
- {localcode-0.3.25 → localcode-0.3.27}/llama-cpp-turboquant/common/arg.h +0 -0
- {localcode-0.3.25 → localcode-0.3.27}/llama-cpp-turboquant/common/base64.hpp +0 -0
- {localcode-0.3.25 → localcode-0.3.27}/llama-cpp-turboquant/common/chat-auto-parser-generator.cpp +0 -0
- {localcode-0.3.25 → localcode-0.3.27}/llama-cpp-turboquant/common/chat-auto-parser-helpers.cpp +0 -0
- {localcode-0.3.25 → localcode-0.3.27}/llama-cpp-turboquant/common/chat-auto-parser-helpers.h +0 -0
- {localcode-0.3.25 → localcode-0.3.27}/llama-cpp-turboquant/common/chat-auto-parser.h +0 -0
- {localcode-0.3.25 → localcode-0.3.27}/llama-cpp-turboquant/common/chat-diff-analyzer.cpp +0 -0
- {localcode-0.3.25 → localcode-0.3.27}/llama-cpp-turboquant/common/chat-peg-parser.cpp +0 -0
- {localcode-0.3.25 → localcode-0.3.27}/llama-cpp-turboquant/common/chat-peg-parser.h +0 -0
- {localcode-0.3.25 → localcode-0.3.27}/llama-cpp-turboquant/common/chat.cpp +0 -0
- {localcode-0.3.25 → localcode-0.3.27}/llama-cpp-turboquant/common/chat.h +0 -0
- {localcode-0.3.25 → localcode-0.3.27}/llama-cpp-turboquant/common/common.cpp +0 -0
- {localcode-0.3.25 → localcode-0.3.27}/llama-cpp-turboquant/common/common.h +0 -0
- {localcode-0.3.25 → localcode-0.3.27}/llama-cpp-turboquant/common/console.cpp +0 -0
- {localcode-0.3.25 → localcode-0.3.27}/llama-cpp-turboquant/common/console.h +0 -0
- {localcode-0.3.25 → localcode-0.3.27}/llama-cpp-turboquant/common/debug.cpp +0 -0
- {localcode-0.3.25 → localcode-0.3.27}/llama-cpp-turboquant/common/debug.h +0 -0
- {localcode-0.3.25 → localcode-0.3.27}/llama-cpp-turboquant/common/download.cpp +0 -0
- {localcode-0.3.25 → localcode-0.3.27}/llama-cpp-turboquant/common/download.h +0 -0
- {localcode-0.3.25 → localcode-0.3.27}/llama-cpp-turboquant/common/hf-cache.cpp +0 -0
- {localcode-0.3.25 → localcode-0.3.27}/llama-cpp-turboquant/common/hf-cache.h +0 -0
- {localcode-0.3.25 → localcode-0.3.27}/llama-cpp-turboquant/common/http.h +0 -0
- {localcode-0.3.25 → localcode-0.3.27}/llama-cpp-turboquant/common/jinja/caps.cpp +0 -0
- {localcode-0.3.25 → localcode-0.3.27}/llama-cpp-turboquant/common/jinja/caps.h +0 -0
- {localcode-0.3.25 → localcode-0.3.27}/llama-cpp-turboquant/common/jinja/lexer.cpp +0 -0
- {localcode-0.3.25 → localcode-0.3.27}/llama-cpp-turboquant/common/jinja/lexer.h +0 -0
- {localcode-0.3.25 → localcode-0.3.27}/llama-cpp-turboquant/common/jinja/parser.cpp +0 -0
- {localcode-0.3.25 → localcode-0.3.27}/llama-cpp-turboquant/common/jinja/parser.h +0 -0
- {localcode-0.3.25 → localcode-0.3.27}/llama-cpp-turboquant/common/jinja/runtime.cpp +0 -0
- {localcode-0.3.25 → localcode-0.3.27}/llama-cpp-turboquant/common/jinja/runtime.h +0 -0
- {localcode-0.3.25 → localcode-0.3.27}/llama-cpp-turboquant/common/jinja/string.cpp +0 -0
- {localcode-0.3.25 → localcode-0.3.27}/llama-cpp-turboquant/common/jinja/string.h +0 -0
- {localcode-0.3.25 → localcode-0.3.27}/llama-cpp-turboquant/common/jinja/utils.h +0 -0
- {localcode-0.3.25 → localcode-0.3.27}/llama-cpp-turboquant/common/jinja/value.cpp +0 -0
- {localcode-0.3.25 → localcode-0.3.27}/llama-cpp-turboquant/common/jinja/value.h +0 -0
- {localcode-0.3.25 → localcode-0.3.27}/llama-cpp-turboquant/common/json-partial.cpp +0 -0
- {localcode-0.3.25 → localcode-0.3.27}/llama-cpp-turboquant/common/json-partial.h +0 -0
- {localcode-0.3.25 → localcode-0.3.27}/llama-cpp-turboquant/common/json-schema-to-grammar.cpp +0 -0
- {localcode-0.3.25 → localcode-0.3.27}/llama-cpp-turboquant/common/json-schema-to-grammar.h +0 -0
- {localcode-0.3.25 → localcode-0.3.27}/llama-cpp-turboquant/common/llguidance.cpp +0 -0
- {localcode-0.3.25 → localcode-0.3.27}/llama-cpp-turboquant/common/log.cpp +0 -0
- {localcode-0.3.25 → localcode-0.3.27}/llama-cpp-turboquant/common/log.h +0 -0
- {localcode-0.3.25 → localcode-0.3.27}/llama-cpp-turboquant/common/ngram-cache.cpp +0 -0
- {localcode-0.3.25 → localcode-0.3.27}/llama-cpp-turboquant/common/ngram-cache.h +0 -0
- {localcode-0.3.25 → localcode-0.3.27}/llama-cpp-turboquant/common/ngram-map.cpp +0 -0
- {localcode-0.3.25 → localcode-0.3.27}/llama-cpp-turboquant/common/ngram-map.h +0 -0
- {localcode-0.3.25 → localcode-0.3.27}/llama-cpp-turboquant/common/ngram-mod.cpp +0 -0
- {localcode-0.3.25 → localcode-0.3.27}/llama-cpp-turboquant/common/ngram-mod.h +0 -0
- {localcode-0.3.25 → localcode-0.3.27}/llama-cpp-turboquant/common/peg-parser.cpp +0 -0
- {localcode-0.3.25 → localcode-0.3.27}/llama-cpp-turboquant/common/peg-parser.h +0 -0
- {localcode-0.3.25 → localcode-0.3.27}/llama-cpp-turboquant/common/preset.cpp +0 -0
- {localcode-0.3.25 → localcode-0.3.27}/llama-cpp-turboquant/common/preset.h +0 -0
- {localcode-0.3.25 → localcode-0.3.27}/llama-cpp-turboquant/common/reasoning-budget.cpp +0 -0
- {localcode-0.3.25 → localcode-0.3.27}/llama-cpp-turboquant/common/reasoning-budget.h +0 -0
- {localcode-0.3.25 → localcode-0.3.27}/llama-cpp-turboquant/common/regex-partial.cpp +0 -0
- {localcode-0.3.25 → localcode-0.3.27}/llama-cpp-turboquant/common/regex-partial.h +0 -0
- {localcode-0.3.25 → localcode-0.3.27}/llama-cpp-turboquant/common/sampling.cpp +0 -0
- {localcode-0.3.25 → localcode-0.3.27}/llama-cpp-turboquant/common/sampling.h +0 -0
- {localcode-0.3.25 → localcode-0.3.27}/llama-cpp-turboquant/common/speculative.cpp +0 -0
- {localcode-0.3.25 → localcode-0.3.27}/llama-cpp-turboquant/common/speculative.h +0 -0
- {localcode-0.3.25 → localcode-0.3.27}/llama-cpp-turboquant/common/unicode.cpp +0 -0
- {localcode-0.3.25 → localcode-0.3.27}/llama-cpp-turboquant/common/unicode.h +0 -0
- {localcode-0.3.25 → localcode-0.3.27}/llama-cpp-turboquant/ggml/include/ggml-alloc.h +0 -0
- {localcode-0.3.25 → localcode-0.3.27}/llama-cpp-turboquant/ggml/include/ggml-backend.h +0 -0
- {localcode-0.3.25 → localcode-0.3.27}/llama-cpp-turboquant/ggml/include/ggml-blas.h +0 -0
- {localcode-0.3.25 → localcode-0.3.27}/llama-cpp-turboquant/ggml/include/ggml-cann.h +0 -0
- {localcode-0.3.25 → localcode-0.3.27}/llama-cpp-turboquant/ggml/include/ggml-cpp.h +0 -0
- {localcode-0.3.25 → localcode-0.3.27}/llama-cpp-turboquant/ggml/include/ggml-cpu.h +0 -0
- {localcode-0.3.25 → localcode-0.3.27}/llama-cpp-turboquant/ggml/include/ggml-cuda.h +0 -0
- {localcode-0.3.25 → localcode-0.3.27}/llama-cpp-turboquant/ggml/include/ggml-hexagon.h +0 -0
- {localcode-0.3.25 → localcode-0.3.27}/llama-cpp-turboquant/ggml/include/ggml-metal.h +0 -0
- {localcode-0.3.25 → localcode-0.3.27}/llama-cpp-turboquant/ggml/include/ggml-opencl.h +0 -0
- {localcode-0.3.25 → localcode-0.3.27}/llama-cpp-turboquant/ggml/include/ggml-openvino.h +0 -0
- {localcode-0.3.25 → localcode-0.3.27}/llama-cpp-turboquant/ggml/include/ggml-opt.h +0 -0
- {localcode-0.3.25 → localcode-0.3.27}/llama-cpp-turboquant/ggml/include/ggml-rpc.h +0 -0
- {localcode-0.3.25 → localcode-0.3.27}/llama-cpp-turboquant/ggml/include/ggml-sycl.h +0 -0
- {localcode-0.3.25 → localcode-0.3.27}/llama-cpp-turboquant/ggml/include/ggml-virtgpu.h +0 -0
- {localcode-0.3.25 → localcode-0.3.27}/llama-cpp-turboquant/ggml/include/ggml-vulkan.h +0 -0
- {localcode-0.3.25 → localcode-0.3.27}/llama-cpp-turboquant/ggml/include/ggml-webgpu.h +0 -0
- {localcode-0.3.25 → localcode-0.3.27}/llama-cpp-turboquant/ggml/include/ggml-zdnn.h +0 -0
- {localcode-0.3.25 → localcode-0.3.27}/llama-cpp-turboquant/ggml/include/ggml-zendnn.h +0 -0
- {localcode-0.3.25 → localcode-0.3.27}/llama-cpp-turboquant/ggml/include/ggml.h +0 -0
- {localcode-0.3.25 → localcode-0.3.27}/llama-cpp-turboquant/ggml/include/gguf.h +0 -0
- {localcode-0.3.25 → localcode-0.3.27}/llama-cpp-turboquant/ggml/src/CMakeLists.txt +0 -0
- {localcode-0.3.25 → localcode-0.3.27}/llama-cpp-turboquant/ggml/src/ggml-alloc.c +0 -0
- {localcode-0.3.25 → localcode-0.3.27}/llama-cpp-turboquant/ggml/src/ggml-backend-dl.cpp +0 -0
- {localcode-0.3.25 → localcode-0.3.27}/llama-cpp-turboquant/ggml/src/ggml-backend-dl.h +0 -0
- {localcode-0.3.25 → localcode-0.3.27}/llama-cpp-turboquant/ggml/src/ggml-backend-impl.h +0 -0
- {localcode-0.3.25 → localcode-0.3.27}/llama-cpp-turboquant/ggml/src/ggml-backend-reg.cpp +0 -0
- {localcode-0.3.25 → localcode-0.3.27}/llama-cpp-turboquant/ggml/src/ggml-backend.cpp +0 -0
- {localcode-0.3.25 → localcode-0.3.27}/llama-cpp-turboquant/ggml/src/ggml-blas/CMakeLists.txt +0 -0
- {localcode-0.3.25 → localcode-0.3.27}/llama-cpp-turboquant/ggml/src/ggml-blas/ggml-blas.cpp +0 -0
- {localcode-0.3.25 → localcode-0.3.27}/llama-cpp-turboquant/ggml/src/ggml-cann/CMakeLists.txt +0 -0
- {localcode-0.3.25 → localcode-0.3.27}/llama-cpp-turboquant/ggml/src/ggml-cann/acl_tensor.cpp +0 -0
- {localcode-0.3.25 → localcode-0.3.27}/llama-cpp-turboquant/ggml/src/ggml-cann/acl_tensor.h +0 -0
- {localcode-0.3.25 → localcode-0.3.27}/llama-cpp-turboquant/ggml/src/ggml-cann/aclnn_ops.cpp +0 -0
- {localcode-0.3.25 → localcode-0.3.27}/llama-cpp-turboquant/ggml/src/ggml-cann/aclnn_ops.h +0 -0
- {localcode-0.3.25 → localcode-0.3.27}/llama-cpp-turboquant/ggml/src/ggml-cann/common.h +0 -0
- {localcode-0.3.25 → localcode-0.3.27}/llama-cpp-turboquant/ggml/src/ggml-cann/ggml-cann.cpp +0 -0
- {localcode-0.3.25 → localcode-0.3.27}/llama-cpp-turboquant/ggml/src/ggml-common.h +0 -0
- {localcode-0.3.25 → localcode-0.3.27}/llama-cpp-turboquant/ggml/src/ggml-cpu/CMakeLists.txt +0 -0
- {localcode-0.3.25 → localcode-0.3.27}/llama-cpp-turboquant/ggml/src/ggml-cpu/amx/amx.cpp +0 -0
- {localcode-0.3.25 → localcode-0.3.27}/llama-cpp-turboquant/ggml/src/ggml-cpu/amx/amx.h +0 -0
- {localcode-0.3.25 → localcode-0.3.27}/llama-cpp-turboquant/ggml/src/ggml-cpu/amx/common.h +0 -0
- {localcode-0.3.25 → localcode-0.3.27}/llama-cpp-turboquant/ggml/src/ggml-cpu/amx/mmq.cpp +0 -0
- {localcode-0.3.25 → localcode-0.3.27}/llama-cpp-turboquant/ggml/src/ggml-cpu/amx/mmq.h +0 -0
- {localcode-0.3.25 → localcode-0.3.27}/llama-cpp-turboquant/ggml/src/ggml-cpu/arch/arm/cpu-feats.cpp +0 -0
- {localcode-0.3.25 → localcode-0.3.27}/llama-cpp-turboquant/ggml/src/ggml-cpu/arch/arm/quants.c +0 -0
- {localcode-0.3.25 → localcode-0.3.27}/llama-cpp-turboquant/ggml/src/ggml-cpu/arch/arm/repack.cpp +0 -0
- {localcode-0.3.25 → localcode-0.3.27}/llama-cpp-turboquant/ggml/src/ggml-cpu/arch/loongarch/quants.c +0 -0
- {localcode-0.3.25 → localcode-0.3.27}/llama-cpp-turboquant/ggml/src/ggml-cpu/arch/powerpc/cpu-feats.cpp +0 -0
- {localcode-0.3.25 → localcode-0.3.27}/llama-cpp-turboquant/ggml/src/ggml-cpu/arch/powerpc/quants.c +0 -0
- {localcode-0.3.25 → localcode-0.3.27}/llama-cpp-turboquant/ggml/src/ggml-cpu/arch/riscv/cpu-feats.cpp +0 -0
- {localcode-0.3.25 → localcode-0.3.27}/llama-cpp-turboquant/ggml/src/ggml-cpu/arch/riscv/quants.c +0 -0
- {localcode-0.3.25 → localcode-0.3.27}/llama-cpp-turboquant/ggml/src/ggml-cpu/arch/riscv/repack.cpp +0 -0
- {localcode-0.3.25 → localcode-0.3.27}/llama-cpp-turboquant/ggml/src/ggml-cpu/arch/s390/cpu-feats.cpp +0 -0
- {localcode-0.3.25 → localcode-0.3.27}/llama-cpp-turboquant/ggml/src/ggml-cpu/arch/s390/quants.c +0 -0
- {localcode-0.3.25 → localcode-0.3.27}/llama-cpp-turboquant/ggml/src/ggml-cpu/arch/wasm/quants.c +0 -0
- {localcode-0.3.25 → localcode-0.3.27}/llama-cpp-turboquant/ggml/src/ggml-cpu/arch/x86/cpu-feats.cpp +0 -0
- {localcode-0.3.25 → localcode-0.3.27}/llama-cpp-turboquant/ggml/src/ggml-cpu/arch/x86/quants.c +0 -0
- {localcode-0.3.25 → localcode-0.3.27}/llama-cpp-turboquant/ggml/src/ggml-cpu/arch/x86/repack.cpp +0 -0
- {localcode-0.3.25 → localcode-0.3.27}/llama-cpp-turboquant/ggml/src/ggml-cpu/arch-fallback.h +0 -0
- {localcode-0.3.25 → localcode-0.3.27}/llama-cpp-turboquant/ggml/src/ggml-cpu/binary-ops.cpp +0 -0
- {localcode-0.3.25 → localcode-0.3.27}/llama-cpp-turboquant/ggml/src/ggml-cpu/binary-ops.h +0 -0
- {localcode-0.3.25 → localcode-0.3.27}/llama-cpp-turboquant/ggml/src/ggml-cpu/cmake/FindSIMD.cmake +0 -0
- {localcode-0.3.25 → localcode-0.3.27}/llama-cpp-turboquant/ggml/src/ggml-cpu/common.h +0 -0
- {localcode-0.3.25 → localcode-0.3.27}/llama-cpp-turboquant/ggml/src/ggml-cpu/ggml-cpu-impl.h +0 -0
- {localcode-0.3.25 → localcode-0.3.27}/llama-cpp-turboquant/ggml/src/ggml-cpu/ggml-cpu.c +0 -0
- {localcode-0.3.25 → localcode-0.3.27}/llama-cpp-turboquant/ggml/src/ggml-cpu/ggml-cpu.cpp +0 -0
- {localcode-0.3.25 → localcode-0.3.27}/llama-cpp-turboquant/ggml/src/ggml-cpu/hbm.cpp +0 -0
- {localcode-0.3.25 → localcode-0.3.27}/llama-cpp-turboquant/ggml/src/ggml-cpu/hbm.h +0 -0
- {localcode-0.3.25 → localcode-0.3.27}/llama-cpp-turboquant/ggml/src/ggml-cpu/kleidiai/kernels.cpp +0 -0
- {localcode-0.3.25 → localcode-0.3.27}/llama-cpp-turboquant/ggml/src/ggml-cpu/kleidiai/kernels.h +0 -0
- {localcode-0.3.25 → localcode-0.3.27}/llama-cpp-turboquant/ggml/src/ggml-cpu/kleidiai/kleidiai.cpp +0 -0
- {localcode-0.3.25 → localcode-0.3.27}/llama-cpp-turboquant/ggml/src/ggml-cpu/kleidiai/kleidiai.h +0 -0
- {localcode-0.3.25 → localcode-0.3.27}/llama-cpp-turboquant/ggml/src/ggml-cpu/llamafile/sgemm.cpp +0 -0
- {localcode-0.3.25 → localcode-0.3.27}/llama-cpp-turboquant/ggml/src/ggml-cpu/llamafile/sgemm.h +0 -0
- {localcode-0.3.25 → localcode-0.3.27}/llama-cpp-turboquant/ggml/src/ggml-cpu/ops.cpp +0 -0
- {localcode-0.3.25 → localcode-0.3.27}/llama-cpp-turboquant/ggml/src/ggml-cpu/ops.h +0 -0
- {localcode-0.3.25 → localcode-0.3.27}/llama-cpp-turboquant/ggml/src/ggml-cpu/quants.c +0 -0
- {localcode-0.3.25 → localcode-0.3.27}/llama-cpp-turboquant/ggml/src/ggml-cpu/quants.h +0 -0
- {localcode-0.3.25 → localcode-0.3.27}/llama-cpp-turboquant/ggml/src/ggml-cpu/repack.cpp +0 -0
- {localcode-0.3.25 → localcode-0.3.27}/llama-cpp-turboquant/ggml/src/ggml-cpu/repack.h +0 -0
- {localcode-0.3.25 → localcode-0.3.27}/llama-cpp-turboquant/ggml/src/ggml-cpu/simd-gemm.h +0 -0
- {localcode-0.3.25 → localcode-0.3.27}/llama-cpp-turboquant/ggml/src/ggml-cpu/simd-mappings.h +0 -0
- {localcode-0.3.25 → localcode-0.3.27}/llama-cpp-turboquant/ggml/src/ggml-cpu/spacemit/ime.cpp +0 -0
- {localcode-0.3.25 → localcode-0.3.27}/llama-cpp-turboquant/ggml/src/ggml-cpu/spacemit/ime.h +0 -0
- {localcode-0.3.25 → localcode-0.3.27}/llama-cpp-turboquant/ggml/src/ggml-cpu/spacemit/ime1_kernels.cpp +0 -0
- {localcode-0.3.25 → localcode-0.3.27}/llama-cpp-turboquant/ggml/src/ggml-cpu/spacemit/ime_kernels.h +0 -0
- {localcode-0.3.25 → localcode-0.3.27}/llama-cpp-turboquant/ggml/src/ggml-cpu/traits.cpp +0 -0
- {localcode-0.3.25 → localcode-0.3.27}/llama-cpp-turboquant/ggml/src/ggml-cpu/traits.h +0 -0
- {localcode-0.3.25 → localcode-0.3.27}/llama-cpp-turboquant/ggml/src/ggml-cpu/unary-ops.cpp +0 -0
- {localcode-0.3.25 → localcode-0.3.27}/llama-cpp-turboquant/ggml/src/ggml-cpu/unary-ops.h +0 -0
- {localcode-0.3.25 → localcode-0.3.27}/llama-cpp-turboquant/ggml/src/ggml-cpu/vec.cpp +0 -0
- {localcode-0.3.25 → localcode-0.3.27}/llama-cpp-turboquant/ggml/src/ggml-cpu/vec.h +0 -0
- {localcode-0.3.25 → localcode-0.3.27}/llama-cpp-turboquant/ggml/src/ggml-cuda/CMakeLists.txt +0 -0
- {localcode-0.3.25 → localcode-0.3.27}/llama-cpp-turboquant/ggml/src/ggml-cuda/vendors/cuda.h +0 -0
- {localcode-0.3.25 → localcode-0.3.27}/llama-cpp-turboquant/ggml/src/ggml-cuda/vendors/hip.h +0 -0
- {localcode-0.3.25 → localcode-0.3.27}/llama-cpp-turboquant/ggml/src/ggml-cuda/vendors/musa.h +0 -0
- {localcode-0.3.25 → localcode-0.3.27}/llama-cpp-turboquant/ggml/src/ggml-hexagon/CMakeLists.txt +0 -0
- {localcode-0.3.25 → localcode-0.3.27}/llama-cpp-turboquant/ggml/src/ggml-hexagon/ggml-hexagon.cpp +0 -0
- {localcode-0.3.25 → localcode-0.3.27}/llama-cpp-turboquant/ggml/src/ggml-hexagon/htp/CMakeLists.txt +0 -0
- {localcode-0.3.25 → localcode-0.3.27}/llama-cpp-turboquant/ggml/src/ggml-hexagon/htp/act-ops.c +0 -0
- {localcode-0.3.25 → localcode-0.3.27}/llama-cpp-turboquant/ggml/src/ggml-hexagon/htp/argsort-ops.c +0 -0
- {localcode-0.3.25 → localcode-0.3.27}/llama-cpp-turboquant/ggml/src/ggml-hexagon/htp/binary-ops.c +0 -0
- {localcode-0.3.25 → localcode-0.3.27}/llama-cpp-turboquant/ggml/src/ggml-hexagon/htp/cmake-toolchain.cmake +0 -0
- {localcode-0.3.25 → localcode-0.3.27}/llama-cpp-turboquant/ggml/src/ggml-hexagon/htp/cpy-ops.c +0 -0
- {localcode-0.3.25 → localcode-0.3.27}/llama-cpp-turboquant/ggml/src/ggml-hexagon/htp/cumsum-ops.c +0 -0
- {localcode-0.3.25 → localcode-0.3.27}/llama-cpp-turboquant/ggml/src/ggml-hexagon/htp/flash-attn-ops.c +0 -0
- {localcode-0.3.25 → localcode-0.3.27}/llama-cpp-turboquant/ggml/src/ggml-hexagon/htp/get-rows-ops.c +0 -0
- {localcode-0.3.25 → localcode-0.3.27}/llama-cpp-turboquant/ggml/src/ggml-hexagon/htp/hex-dma.c +0 -0
- {localcode-0.3.25 → localcode-0.3.27}/llama-cpp-turboquant/ggml/src/ggml-hexagon/htp/hex-dma.h +0 -0
- {localcode-0.3.25 → localcode-0.3.27}/llama-cpp-turboquant/ggml/src/ggml-hexagon/htp/hex-dump.h +0 -0
- {localcode-0.3.25 → localcode-0.3.27}/llama-cpp-turboquant/ggml/src/ggml-hexagon/htp/hex-fastdiv.h +0 -0
- {localcode-0.3.25 → localcode-0.3.27}/llama-cpp-turboquant/ggml/src/ggml-hexagon/htp/hex-utils.h +0 -0
- {localcode-0.3.25 → localcode-0.3.27}/llama-cpp-turboquant/ggml/src/ggml-hexagon/htp/hmx-matmul-ops.c +0 -0
- {localcode-0.3.25 → localcode-0.3.27}/llama-cpp-turboquant/ggml/src/ggml-hexagon/htp/hmx-ops.h +0 -0
- {localcode-0.3.25 → localcode-0.3.27}/llama-cpp-turboquant/ggml/src/ggml-hexagon/htp/hmx-profile.h +0 -0
- {localcode-0.3.25 → localcode-0.3.27}/llama-cpp-turboquant/ggml/src/ggml-hexagon/htp/hmx-utils.h +0 -0
- {localcode-0.3.25 → localcode-0.3.27}/llama-cpp-turboquant/ggml/src/ggml-hexagon/htp/htp-ctx.h +0 -0
- {localcode-0.3.25 → localcode-0.3.27}/llama-cpp-turboquant/ggml/src/ggml-hexagon/htp/htp-msg.h +0 -0
- {localcode-0.3.25 → localcode-0.3.27}/llama-cpp-turboquant/ggml/src/ggml-hexagon/htp/htp-ops.h +0 -0
- {localcode-0.3.25 → localcode-0.3.27}/llama-cpp-turboquant/ggml/src/ggml-hexagon/htp/hvx-arith.h +0 -0
- {localcode-0.3.25 → localcode-0.3.27}/llama-cpp-turboquant/ggml/src/ggml-hexagon/htp/hvx-base.h +0 -0
- {localcode-0.3.25 → localcode-0.3.27}/llama-cpp-turboquant/ggml/src/ggml-hexagon/htp/hvx-copy.h +0 -0
- {localcode-0.3.25 → localcode-0.3.27}/llama-cpp-turboquant/ggml/src/ggml-hexagon/htp/hvx-div.h +0 -0
- {localcode-0.3.25 → localcode-0.3.27}/llama-cpp-turboquant/ggml/src/ggml-hexagon/htp/hvx-dump.h +0 -0
- {localcode-0.3.25 → localcode-0.3.27}/llama-cpp-turboquant/ggml/src/ggml-hexagon/htp/hvx-exp.h +0 -0
- {localcode-0.3.25 → localcode-0.3.27}/llama-cpp-turboquant/ggml/src/ggml-hexagon/htp/hvx-floor.h +0 -0
- {localcode-0.3.25 → localcode-0.3.27}/llama-cpp-turboquant/ggml/src/ggml-hexagon/htp/hvx-inverse.h +0 -0
- {localcode-0.3.25 → localcode-0.3.27}/llama-cpp-turboquant/ggml/src/ggml-hexagon/htp/hvx-reduce.h +0 -0
- {localcode-0.3.25 → localcode-0.3.27}/llama-cpp-turboquant/ggml/src/ggml-hexagon/htp/hvx-scale.h +0 -0
- {localcode-0.3.25 → localcode-0.3.27}/llama-cpp-turboquant/ggml/src/ggml-hexagon/htp/hvx-sigmoid.h +0 -0
- {localcode-0.3.25 → localcode-0.3.27}/llama-cpp-turboquant/ggml/src/ggml-hexagon/htp/hvx-sqrt.h +0 -0
- {localcode-0.3.25 → localcode-0.3.27}/llama-cpp-turboquant/ggml/src/ggml-hexagon/htp/hvx-types.h +0 -0
- {localcode-0.3.25 → localcode-0.3.27}/llama-cpp-turboquant/ggml/src/ggml-hexagon/htp/hvx-utils.h +0 -0
- {localcode-0.3.25 → localcode-0.3.27}/llama-cpp-turboquant/ggml/src/ggml-hexagon/htp/main.c +0 -0
- {localcode-0.3.25 → localcode-0.3.27}/llama-cpp-turboquant/ggml/src/ggml-hexagon/htp/matmul-ops.c +0 -0
- {localcode-0.3.25 → localcode-0.3.27}/llama-cpp-turboquant/ggml/src/ggml-hexagon/htp/repeat-ops.c +0 -0
- {localcode-0.3.25 → localcode-0.3.27}/llama-cpp-turboquant/ggml/src/ggml-hexagon/htp/rope-ops.c +0 -0
- {localcode-0.3.25 → localcode-0.3.27}/llama-cpp-turboquant/ggml/src/ggml-hexagon/htp/set-rows-ops.c +0 -0
- {localcode-0.3.25 → localcode-0.3.27}/llama-cpp-turboquant/ggml/src/ggml-hexagon/htp/softmax-ops.c +0 -0
- {localcode-0.3.25 → localcode-0.3.27}/llama-cpp-turboquant/ggml/src/ggml-hexagon/htp/ssm-conv.c +0 -0
- {localcode-0.3.25 → localcode-0.3.27}/llama-cpp-turboquant/ggml/src/ggml-hexagon/htp/sum-rows-ops.c +0 -0
- {localcode-0.3.25 → localcode-0.3.27}/llama-cpp-turboquant/ggml/src/ggml-hexagon/htp/unary-ops.c +0 -0
- {localcode-0.3.25 → localcode-0.3.27}/llama-cpp-turboquant/ggml/src/ggml-hexagon/htp/worker-pool.c +0 -0
- {localcode-0.3.25 → localcode-0.3.27}/llama-cpp-turboquant/ggml/src/ggml-hexagon/htp/worker-pool.h +0 -0
- {localcode-0.3.25 → localcode-0.3.27}/llama-cpp-turboquant/ggml/src/ggml-hexagon/htp-drv.cpp +0 -0
- {localcode-0.3.25 → localcode-0.3.27}/llama-cpp-turboquant/ggml/src/ggml-hexagon/htp-drv.h +0 -0
- {localcode-0.3.25 → localcode-0.3.27}/llama-cpp-turboquant/ggml/src/ggml-hexagon/libdl.h +0 -0
- {localcode-0.3.25 → localcode-0.3.27}/llama-cpp-turboquant/ggml/src/ggml-hexagon/op-desc.h +0 -0
- {localcode-0.3.25 → localcode-0.3.27}/llama-cpp-turboquant/ggml/src/ggml-hip/CMakeLists.txt +0 -0
- {localcode-0.3.25 → localcode-0.3.27}/llama-cpp-turboquant/ggml/src/ggml-impl.h +0 -0
- {localcode-0.3.25 → localcode-0.3.27}/llama-cpp-turboquant/ggml/src/ggml-metal/CMakeLists.txt +0 -0
- {localcode-0.3.25 → localcode-0.3.27}/llama-cpp-turboquant/ggml/src/ggml-metal/ggml-metal-common.cpp +0 -0
- {localcode-0.3.25 → localcode-0.3.27}/llama-cpp-turboquant/ggml/src/ggml-metal/ggml-metal-common.h +0 -0
- {localcode-0.3.25 → localcode-0.3.27}/llama-cpp-turboquant/ggml/src/ggml-metal/ggml-metal-context.h +0 -0
- {localcode-0.3.25 → localcode-0.3.27}/llama-cpp-turboquant/ggml/src/ggml-metal/ggml-metal-context.m +0 -0
- {localcode-0.3.25 → localcode-0.3.27}/llama-cpp-turboquant/ggml/src/ggml-metal/ggml-metal-device.cpp +0 -0
- {localcode-0.3.25 → localcode-0.3.27}/llama-cpp-turboquant/ggml/src/ggml-metal/ggml-metal-device.h +0 -0
- {localcode-0.3.25 → localcode-0.3.27}/llama-cpp-turboquant/ggml/src/ggml-metal/ggml-metal-device.m +0 -0
- {localcode-0.3.25 → localcode-0.3.27}/llama-cpp-turboquant/ggml/src/ggml-metal/ggml-metal-impl.h +0 -0
- {localcode-0.3.25 → localcode-0.3.27}/llama-cpp-turboquant/ggml/src/ggml-metal/ggml-metal-ops.cpp +0 -0
- {localcode-0.3.25 → localcode-0.3.27}/llama-cpp-turboquant/ggml/src/ggml-metal/ggml-metal-ops.h +0 -0
- {localcode-0.3.25 → localcode-0.3.27}/llama-cpp-turboquant/ggml/src/ggml-metal/ggml-metal.cpp +0 -0
- {localcode-0.3.25 → localcode-0.3.27}/llama-cpp-turboquant/ggml/src/ggml-metal/ggml-metal.metal +0 -0
- {localcode-0.3.25 → localcode-0.3.27}/llama-cpp-turboquant/ggml/src/ggml-metal/turbo-matrices.h +0 -0
- {localcode-0.3.25 → localcode-0.3.27}/llama-cpp-turboquant/ggml/src/ggml-metal/turbo-wht.h +0 -0
- {localcode-0.3.25 → localcode-0.3.27}/llama-cpp-turboquant/ggml/src/ggml-musa/CMakeLists.txt +0 -0
- {localcode-0.3.25 → localcode-0.3.27}/llama-cpp-turboquant/ggml/src/ggml-opencl/CMakeLists.txt +0 -0
- {localcode-0.3.25 → localcode-0.3.27}/llama-cpp-turboquant/ggml/src/ggml-opencl/ggml-opencl.cpp +0 -0
- {localcode-0.3.25 → localcode-0.3.27}/llama-cpp-turboquant/ggml/src/ggml-openvino/CMakeLists.txt +0 -0
- {localcode-0.3.25 → localcode-0.3.27}/llama-cpp-turboquant/ggml/src/ggml-openvino/ggml-decoder.cpp +0 -0
- {localcode-0.3.25 → localcode-0.3.27}/llama-cpp-turboquant/ggml/src/ggml-openvino/ggml-decoder.h +0 -0
- {localcode-0.3.25 → localcode-0.3.27}/llama-cpp-turboquant/ggml/src/ggml-openvino/ggml-openvino-extra.cpp +0 -0
- {localcode-0.3.25 → localcode-0.3.27}/llama-cpp-turboquant/ggml/src/ggml-openvino/ggml-openvino-extra.h +0 -0
- {localcode-0.3.25 → localcode-0.3.27}/llama-cpp-turboquant/ggml/src/ggml-openvino/ggml-openvino.cpp +0 -0
- {localcode-0.3.25 → localcode-0.3.27}/llama-cpp-turboquant/ggml/src/ggml-openvino/ggml-quants.cpp +0 -0
- {localcode-0.3.25 → localcode-0.3.27}/llama-cpp-turboquant/ggml/src/ggml-openvino/ggml-quants.h +0 -0
- {localcode-0.3.25 → localcode-0.3.27}/llama-cpp-turboquant/ggml/src/ggml-openvino/openvino/decoder.h +0 -0
- {localcode-0.3.25 → localcode-0.3.27}/llama-cpp-turboquant/ggml/src/ggml-openvino/openvino/frontend.cpp +0 -0
- {localcode-0.3.25 → localcode-0.3.27}/llama-cpp-turboquant/ggml/src/ggml-openvino/openvino/frontend.h +0 -0
- {localcode-0.3.25 → localcode-0.3.27}/llama-cpp-turboquant/ggml/src/ggml-openvino/openvino/input_model.cpp +0 -0
- {localcode-0.3.25 → localcode-0.3.27}/llama-cpp-turboquant/ggml/src/ggml-openvino/openvino/input_model.h +0 -0
- {localcode-0.3.25 → localcode-0.3.27}/llama-cpp-turboquant/ggml/src/ggml-openvino/openvino/node_context.h +0 -0
- {localcode-0.3.25 → localcode-0.3.27}/llama-cpp-turboquant/ggml/src/ggml-openvino/openvino/op/cont.cpp +0 -0
- {localcode-0.3.25 → localcode-0.3.27}/llama-cpp-turboquant/ggml/src/ggml-openvino/openvino/op/cpy.cpp +0 -0
- {localcode-0.3.25 → localcode-0.3.27}/llama-cpp-turboquant/ggml/src/ggml-openvino/openvino/op/flash_attn_ext.cpp +0 -0
- {localcode-0.3.25 → localcode-0.3.27}/llama-cpp-turboquant/ggml/src/ggml-openvino/openvino/op/get_rows.cpp +0 -0
- {localcode-0.3.25 → localcode-0.3.27}/llama-cpp-turboquant/ggml/src/ggml-openvino/openvino/op/glu_geglu.cpp +0 -0
- {localcode-0.3.25 → localcode-0.3.27}/llama-cpp-turboquant/ggml/src/ggml-openvino/openvino/op/glu_swiglu.cpp +0 -0
- {localcode-0.3.25 → localcode-0.3.27}/llama-cpp-turboquant/ggml/src/ggml-openvino/openvino/op/mulmat.cpp +0 -0
- {localcode-0.3.25 → localcode-0.3.27}/llama-cpp-turboquant/ggml/src/ggml-openvino/openvino/op/permute.cpp +0 -0
- {localcode-0.3.25 → localcode-0.3.27}/llama-cpp-turboquant/ggml/src/ggml-openvino/openvino/op/reshape.cpp +0 -0
- {localcode-0.3.25 → localcode-0.3.27}/llama-cpp-turboquant/ggml/src/ggml-openvino/openvino/op/rms_norm.cpp +0 -0
- {localcode-0.3.25 → localcode-0.3.27}/llama-cpp-turboquant/ggml/src/ggml-openvino/openvino/op/rope.cpp +0 -0
- {localcode-0.3.25 → localcode-0.3.27}/llama-cpp-turboquant/ggml/src/ggml-openvino/openvino/op/scale.cpp +0 -0
- {localcode-0.3.25 → localcode-0.3.27}/llama-cpp-turboquant/ggml/src/ggml-openvino/openvino/op/set_rows.cpp +0 -0
- {localcode-0.3.25 → localcode-0.3.27}/llama-cpp-turboquant/ggml/src/ggml-openvino/openvino/op/softmax.cpp +0 -0
- {localcode-0.3.25 → localcode-0.3.27}/llama-cpp-turboquant/ggml/src/ggml-openvino/openvino/op/transpose.cpp +0 -0
- {localcode-0.3.25 → localcode-0.3.27}/llama-cpp-turboquant/ggml/src/ggml-openvino/openvino/op/unary_silu.cpp +0 -0
- {localcode-0.3.25 → localcode-0.3.27}/llama-cpp-turboquant/ggml/src/ggml-openvino/openvino/op/view.cpp +0 -0
- {localcode-0.3.25 → localcode-0.3.27}/llama-cpp-turboquant/ggml/src/ggml-openvino/openvino/op_table.cpp +0 -0
- {localcode-0.3.25 → localcode-0.3.27}/llama-cpp-turboquant/ggml/src/ggml-openvino/openvino/op_table.h +0 -0
- {localcode-0.3.25 → localcode-0.3.27}/llama-cpp-turboquant/ggml/src/ggml-openvino/openvino/pass/eliminate_zp.cpp +0 -0
- {localcode-0.3.25 → localcode-0.3.27}/llama-cpp-turboquant/ggml/src/ggml-openvino/openvino/pass/eliminate_zp.h +0 -0
- {localcode-0.3.25 → localcode-0.3.27}/llama-cpp-turboquant/ggml/src/ggml-openvino/openvino/pass/fuse_to_sdpa.cpp +0 -0
- {localcode-0.3.25 → localcode-0.3.27}/llama-cpp-turboquant/ggml/src/ggml-openvino/openvino/pass/fuse_to_sdpa.h +0 -0
- {localcode-0.3.25 → localcode-0.3.27}/llama-cpp-turboquant/ggml/src/ggml-openvino/openvino/pass/mark_decompression_convert_constant_folding.h +0 -0
- {localcode-0.3.25 → localcode-0.3.27}/llama-cpp-turboquant/ggml/src/ggml-openvino/openvino/pass/squeeze_matmul.cpp +0 -0
- {localcode-0.3.25 → localcode-0.3.27}/llama-cpp-turboquant/ggml/src/ggml-openvino/openvino/pass/squeeze_matmul.h +0 -0
- {localcode-0.3.25 → localcode-0.3.27}/llama-cpp-turboquant/ggml/src/ggml-openvino/openvino/translate_session.cpp +0 -0
- {localcode-0.3.25 → localcode-0.3.27}/llama-cpp-turboquant/ggml/src/ggml-openvino/openvino/translate_session.h +0 -0
- {localcode-0.3.25 → localcode-0.3.27}/llama-cpp-turboquant/ggml/src/ggml-openvino/openvino/utils.cpp +0 -0
- {localcode-0.3.25 → localcode-0.3.27}/llama-cpp-turboquant/ggml/src/ggml-openvino/openvino/utils.h +0 -0
- {localcode-0.3.25 → localcode-0.3.27}/llama-cpp-turboquant/ggml/src/ggml-openvino/utils.cpp +0 -0
- {localcode-0.3.25 → localcode-0.3.27}/llama-cpp-turboquant/ggml/src/ggml-openvino/utils.h +0 -0
- {localcode-0.3.25 → localcode-0.3.27}/llama-cpp-turboquant/ggml/src/ggml-opt.cpp +0 -0
- {localcode-0.3.25 → localcode-0.3.27}/llama-cpp-turboquant/ggml/src/ggml-quants.c +0 -0
- {localcode-0.3.25 → localcode-0.3.27}/llama-cpp-turboquant/ggml/src/ggml-quants.h +0 -0
- {localcode-0.3.25 → localcode-0.3.27}/llama-cpp-turboquant/ggml/src/ggml-rpc/CMakeLists.txt +0 -0
- {localcode-0.3.25 → localcode-0.3.27}/llama-cpp-turboquant/ggml/src/ggml-rpc/ggml-rpc.cpp +0 -0
- {localcode-0.3.25 → localcode-0.3.27}/llama-cpp-turboquant/ggml/src/ggml-sycl/CMakeLists.txt +0 -0
- {localcode-0.3.25 → localcode-0.3.27}/llama-cpp-turboquant/ggml/src/ggml-sycl/add-id.cpp +0 -0
- {localcode-0.3.25 → localcode-0.3.27}/llama-cpp-turboquant/ggml/src/ggml-sycl/add-id.hpp +0 -0
- {localcode-0.3.25 → localcode-0.3.27}/llama-cpp-turboquant/ggml/src/ggml-sycl/backend.hpp +0 -0
- {localcode-0.3.25 → localcode-0.3.27}/llama-cpp-turboquant/ggml/src/ggml-sycl/binbcast.cpp +0 -0
- {localcode-0.3.25 → localcode-0.3.27}/llama-cpp-turboquant/ggml/src/ggml-sycl/binbcast.hpp +0 -0
- {localcode-0.3.25 → localcode-0.3.27}/llama-cpp-turboquant/ggml/src/ggml-sycl/common.cpp +0 -0
- {localcode-0.3.25 → localcode-0.3.27}/llama-cpp-turboquant/ggml/src/ggml-sycl/common.hpp +0 -0
- {localcode-0.3.25 → localcode-0.3.27}/llama-cpp-turboquant/ggml/src/ggml-sycl/concat.cpp +0 -0
- {localcode-0.3.25 → localcode-0.3.27}/llama-cpp-turboquant/ggml/src/ggml-sycl/concat.hpp +0 -0
- {localcode-0.3.25 → localcode-0.3.27}/llama-cpp-turboquant/ggml/src/ggml-sycl/conv.cpp +0 -0
- {localcode-0.3.25 → localcode-0.3.27}/llama-cpp-turboquant/ggml/src/ggml-sycl/conv.hpp +0 -0
- {localcode-0.3.25 → localcode-0.3.27}/llama-cpp-turboquant/ggml/src/ggml-sycl/convert.cpp +0 -0
- {localcode-0.3.25 → localcode-0.3.27}/llama-cpp-turboquant/ggml/src/ggml-sycl/convert.hpp +0 -0
- {localcode-0.3.25 → localcode-0.3.27}/llama-cpp-turboquant/ggml/src/ggml-sycl/count-equal.cpp +0 -0
- {localcode-0.3.25 → localcode-0.3.27}/llama-cpp-turboquant/ggml/src/ggml-sycl/count-equal.hpp +0 -0
- {localcode-0.3.25 → localcode-0.3.27}/llama-cpp-turboquant/ggml/src/ggml-sycl/cpy.cpp +0 -0
- {localcode-0.3.25 → localcode-0.3.27}/llama-cpp-turboquant/ggml/src/ggml-sycl/cpy.hpp +0 -0
- {localcode-0.3.25 → localcode-0.3.27}/llama-cpp-turboquant/ggml/src/ggml-sycl/dequantize.hpp +0 -0
- {localcode-0.3.25 → localcode-0.3.27}/llama-cpp-turboquant/ggml/src/ggml-sycl/dmmv.cpp +0 -0
- {localcode-0.3.25 → localcode-0.3.27}/llama-cpp-turboquant/ggml/src/ggml-sycl/dmmv.hpp +0 -0
- {localcode-0.3.25 → localcode-0.3.27}/llama-cpp-turboquant/ggml/src/ggml-sycl/dpct/helper.hpp +0 -0
- {localcode-0.3.25 → localcode-0.3.27}/llama-cpp-turboquant/ggml/src/ggml-sycl/element_wise.cpp +0 -0
- {localcode-0.3.25 → localcode-0.3.27}/llama-cpp-turboquant/ggml/src/ggml-sycl/element_wise.hpp +0 -0
- {localcode-0.3.25 → localcode-0.3.27}/llama-cpp-turboquant/ggml/src/ggml-sycl/fattn-common.hpp +0 -0
- {localcode-0.3.25 → localcode-0.3.27}/llama-cpp-turboquant/ggml/src/ggml-sycl/fattn-tile.cpp +0 -0
- {localcode-0.3.25 → localcode-0.3.27}/llama-cpp-turboquant/ggml/src/ggml-sycl/fattn-tile.hpp +0 -0
- {localcode-0.3.25 → localcode-0.3.27}/llama-cpp-turboquant/ggml/src/ggml-sycl/fattn-vec.hpp +0 -0
- {localcode-0.3.25 → localcode-0.3.27}/llama-cpp-turboquant/ggml/src/ggml-sycl/fattn.cpp +0 -0
- {localcode-0.3.25 → localcode-0.3.27}/llama-cpp-turboquant/ggml/src/ggml-sycl/fattn.hpp +0 -0
- {localcode-0.3.25 → localcode-0.3.27}/llama-cpp-turboquant/ggml/src/ggml-sycl/gated_delta_net.cpp +0 -0
- {localcode-0.3.25 → localcode-0.3.27}/llama-cpp-turboquant/ggml/src/ggml-sycl/gated_delta_net.hpp +0 -0
- {localcode-0.3.25 → localcode-0.3.27}/llama-cpp-turboquant/ggml/src/ggml-sycl/gemm.hpp +0 -0
- {localcode-0.3.25 → localcode-0.3.27}/llama-cpp-turboquant/ggml/src/ggml-sycl/getrows.cpp +0 -0
- {localcode-0.3.25 → localcode-0.3.27}/llama-cpp-turboquant/ggml/src/ggml-sycl/getrows.hpp +0 -0
- {localcode-0.3.25 → localcode-0.3.27}/llama-cpp-turboquant/ggml/src/ggml-sycl/ggml-sycl.cpp +0 -0
- {localcode-0.3.25 → localcode-0.3.27}/llama-cpp-turboquant/ggml/src/ggml-sycl/gla.cpp +0 -0
- {localcode-0.3.25 → localcode-0.3.27}/llama-cpp-turboquant/ggml/src/ggml-sycl/gla.hpp +0 -0
- {localcode-0.3.25 → localcode-0.3.27}/llama-cpp-turboquant/ggml/src/ggml-sycl/im2col.cpp +0 -0
- {localcode-0.3.25 → localcode-0.3.27}/llama-cpp-turboquant/ggml/src/ggml-sycl/im2col.hpp +0 -0
- {localcode-0.3.25 → localcode-0.3.27}/llama-cpp-turboquant/ggml/src/ggml-sycl/mmq.cpp +0 -0
- {localcode-0.3.25 → localcode-0.3.27}/llama-cpp-turboquant/ggml/src/ggml-sycl/mmq.hpp +0 -0
- {localcode-0.3.25 → localcode-0.3.27}/llama-cpp-turboquant/ggml/src/ggml-sycl/mmvq.cpp +0 -0
- {localcode-0.3.25 → localcode-0.3.27}/llama-cpp-turboquant/ggml/src/ggml-sycl/mmvq.hpp +0 -0
- {localcode-0.3.25 → localcode-0.3.27}/llama-cpp-turboquant/ggml/src/ggml-sycl/norm.cpp +0 -0
- {localcode-0.3.25 → localcode-0.3.27}/llama-cpp-turboquant/ggml/src/ggml-sycl/norm.hpp +0 -0
- {localcode-0.3.25 → localcode-0.3.27}/llama-cpp-turboquant/ggml/src/ggml-sycl/outprod.cpp +0 -0
- {localcode-0.3.25 → localcode-0.3.27}/llama-cpp-turboquant/ggml/src/ggml-sycl/outprod.hpp +0 -0
- {localcode-0.3.25 → localcode-0.3.27}/llama-cpp-turboquant/ggml/src/ggml-sycl/pad.cpp +0 -0
- {localcode-0.3.25 → localcode-0.3.27}/llama-cpp-turboquant/ggml/src/ggml-sycl/pad.hpp +0 -0
- {localcode-0.3.25 → localcode-0.3.27}/llama-cpp-turboquant/ggml/src/ggml-sycl/pad_reflect_1d.cpp +0 -0
- {localcode-0.3.25 → localcode-0.3.27}/llama-cpp-turboquant/ggml/src/ggml-sycl/pad_reflect_1d.hpp +0 -0
- {localcode-0.3.25 → localcode-0.3.27}/llama-cpp-turboquant/ggml/src/ggml-sycl/presets.hpp +0 -0
- {localcode-0.3.25 → localcode-0.3.27}/llama-cpp-turboquant/ggml/src/ggml-sycl/quantize.hpp +0 -0
- {localcode-0.3.25 → localcode-0.3.27}/llama-cpp-turboquant/ggml/src/ggml-sycl/quants.hpp +0 -0
- {localcode-0.3.25 → localcode-0.3.27}/llama-cpp-turboquant/ggml/src/ggml-sycl/repeat_back.cpp +0 -0
- {localcode-0.3.25 → localcode-0.3.27}/llama-cpp-turboquant/ggml/src/ggml-sycl/repeat_back.hpp +0 -0
- {localcode-0.3.25 → localcode-0.3.27}/llama-cpp-turboquant/ggml/src/ggml-sycl/roll.cpp +0 -0
- {localcode-0.3.25 → localcode-0.3.27}/llama-cpp-turboquant/ggml/src/ggml-sycl/roll.hpp +0 -0
- {localcode-0.3.25 → localcode-0.3.27}/llama-cpp-turboquant/ggml/src/ggml-sycl/rope.cpp +0 -0
- {localcode-0.3.25 → localcode-0.3.27}/llama-cpp-turboquant/ggml/src/ggml-sycl/rope.hpp +0 -0
- {localcode-0.3.25 → localcode-0.3.27}/llama-cpp-turboquant/ggml/src/ggml-sycl/set.cpp +0 -0
- {localcode-0.3.25 → localcode-0.3.27}/llama-cpp-turboquant/ggml/src/ggml-sycl/set.hpp +0 -0
- {localcode-0.3.25 → localcode-0.3.27}/llama-cpp-turboquant/ggml/src/ggml-sycl/set_rows.cpp +0 -0
- {localcode-0.3.25 → localcode-0.3.27}/llama-cpp-turboquant/ggml/src/ggml-sycl/set_rows.hpp +0 -0
- {localcode-0.3.25 → localcode-0.3.27}/llama-cpp-turboquant/ggml/src/ggml-sycl/softmax.cpp +0 -0
- {localcode-0.3.25 → localcode-0.3.27}/llama-cpp-turboquant/ggml/src/ggml-sycl/softmax.hpp +0 -0
- {localcode-0.3.25 → localcode-0.3.27}/llama-cpp-turboquant/ggml/src/ggml-sycl/ssm_conv.cpp +0 -0
- {localcode-0.3.25 → localcode-0.3.27}/llama-cpp-turboquant/ggml/src/ggml-sycl/ssm_conv.hpp +0 -0
- {localcode-0.3.25 → localcode-0.3.27}/llama-cpp-turboquant/ggml/src/ggml-sycl/sycl_hw.cpp +0 -0
- {localcode-0.3.25 → localcode-0.3.27}/llama-cpp-turboquant/ggml/src/ggml-sycl/sycl_hw.hpp +0 -0
- {localcode-0.3.25 → localcode-0.3.27}/llama-cpp-turboquant/ggml/src/ggml-sycl/template-instances/fattn-tile-instance-dkq112-dv112.cpp +0 -0
- {localcode-0.3.25 → localcode-0.3.27}/llama-cpp-turboquant/ggml/src/ggml-sycl/template-instances/fattn-tile-instance-dkq128-dv128.cpp +0 -0
- {localcode-0.3.25 → localcode-0.3.27}/llama-cpp-turboquant/ggml/src/ggml-sycl/template-instances/fattn-tile-instance-dkq256-dv256.cpp +0 -0
- {localcode-0.3.25 → localcode-0.3.27}/llama-cpp-turboquant/ggml/src/ggml-sycl/template-instances/fattn-tile-instance-dkq40-dv40.cpp +0 -0
- {localcode-0.3.25 → localcode-0.3.27}/llama-cpp-turboquant/ggml/src/ggml-sycl/template-instances/fattn-tile-instance-dkq576-dv512.cpp +0 -0
- {localcode-0.3.25 → localcode-0.3.27}/llama-cpp-turboquant/ggml/src/ggml-sycl/template-instances/fattn-tile-instance-dkq64-dv64.cpp +0 -0
- {localcode-0.3.25 → localcode-0.3.27}/llama-cpp-turboquant/ggml/src/ggml-sycl/template-instances/fattn-tile-instance-dkq72-dv72.cpp +0 -0
- {localcode-0.3.25 → localcode-0.3.27}/llama-cpp-turboquant/ggml/src/ggml-sycl/template-instances/fattn-tile-instance-dkq80-dv80.cpp +0 -0
- {localcode-0.3.25 → localcode-0.3.27}/llama-cpp-turboquant/ggml/src/ggml-sycl/template-instances/fattn-tile-instance-dkq96-dv96.cpp +0 -0
- {localcode-0.3.25 → localcode-0.3.27}/llama-cpp-turboquant/ggml/src/ggml-sycl/template-instances/fattn-vec-instance-f16-f16.cpp +0 -0
- {localcode-0.3.25 → localcode-0.3.27}/llama-cpp-turboquant/ggml/src/ggml-sycl/template-instances/fattn-vec-instance-f16-q4_0.cpp +0 -0
- {localcode-0.3.25 → localcode-0.3.27}/llama-cpp-turboquant/ggml/src/ggml-sycl/template-instances/fattn-vec-instance-f16-q4_1.cpp +0 -0
- {localcode-0.3.25 → localcode-0.3.27}/llama-cpp-turboquant/ggml/src/ggml-sycl/template-instances/fattn-vec-instance-f16-q5_0.cpp +0 -0
- {localcode-0.3.25 → localcode-0.3.27}/llama-cpp-turboquant/ggml/src/ggml-sycl/template-instances/fattn-vec-instance-f16-q5_1.cpp +0 -0
- {localcode-0.3.25 → localcode-0.3.27}/llama-cpp-turboquant/ggml/src/ggml-sycl/template-instances/fattn-vec-instance-f16-q8_0.cpp +0 -0
- {localcode-0.3.25 → localcode-0.3.27}/llama-cpp-turboquant/ggml/src/ggml-sycl/template-instances/fattn-vec-instance-q4_0-f16.cpp +0 -0
- {localcode-0.3.25 → localcode-0.3.27}/llama-cpp-turboquant/ggml/src/ggml-sycl/template-instances/fattn-vec-instance-q4_0-q4_0.cpp +0 -0
- {localcode-0.3.25 → localcode-0.3.27}/llama-cpp-turboquant/ggml/src/ggml-sycl/template-instances/fattn-vec-instance-q4_0-q4_1.cpp +0 -0
- {localcode-0.3.25 → localcode-0.3.27}/llama-cpp-turboquant/ggml/src/ggml-sycl/template-instances/fattn-vec-instance-q4_0-q5_0.cpp +0 -0
- {localcode-0.3.25 → localcode-0.3.27}/llama-cpp-turboquant/ggml/src/ggml-sycl/template-instances/fattn-vec-instance-q4_0-q5_1.cpp +0 -0
- {localcode-0.3.25 → localcode-0.3.27}/llama-cpp-turboquant/ggml/src/ggml-sycl/template-instances/fattn-vec-instance-q4_0-q8_0.cpp +0 -0
- {localcode-0.3.25 → localcode-0.3.27}/llama-cpp-turboquant/ggml/src/ggml-sycl/template-instances/fattn-vec-instance-q4_1-f16.cpp +0 -0
- {localcode-0.3.25 → localcode-0.3.27}/llama-cpp-turboquant/ggml/src/ggml-sycl/template-instances/fattn-vec-instance-q4_1-q4_0.cpp +0 -0
- {localcode-0.3.25 → localcode-0.3.27}/llama-cpp-turboquant/ggml/src/ggml-sycl/template-instances/fattn-vec-instance-q4_1-q4_1.cpp +0 -0
- {localcode-0.3.25 → localcode-0.3.27}/llama-cpp-turboquant/ggml/src/ggml-sycl/template-instances/fattn-vec-instance-q4_1-q5_0.cpp +0 -0
- {localcode-0.3.25 → localcode-0.3.27}/llama-cpp-turboquant/ggml/src/ggml-sycl/template-instances/fattn-vec-instance-q4_1-q5_1.cpp +0 -0
- {localcode-0.3.25 → localcode-0.3.27}/llama-cpp-turboquant/ggml/src/ggml-sycl/template-instances/fattn-vec-instance-q4_1-q8_0.cpp +0 -0
- {localcode-0.3.25 → localcode-0.3.27}/llama-cpp-turboquant/ggml/src/ggml-sycl/template-instances/fattn-vec-instance-q5_0-f16.cpp +0 -0
- {localcode-0.3.25 → localcode-0.3.27}/llama-cpp-turboquant/ggml/src/ggml-sycl/template-instances/fattn-vec-instance-q5_0-q4_0.cpp +0 -0
- {localcode-0.3.25 → localcode-0.3.27}/llama-cpp-turboquant/ggml/src/ggml-sycl/template-instances/fattn-vec-instance-q5_0-q4_1.cpp +0 -0
- {localcode-0.3.25 → localcode-0.3.27}/llama-cpp-turboquant/ggml/src/ggml-sycl/template-instances/fattn-vec-instance-q5_0-q5_0.cpp +0 -0
- {localcode-0.3.25 → localcode-0.3.27}/llama-cpp-turboquant/ggml/src/ggml-sycl/template-instances/fattn-vec-instance-q5_0-q5_1.cpp +0 -0
- {localcode-0.3.25 → localcode-0.3.27}/llama-cpp-turboquant/ggml/src/ggml-sycl/template-instances/fattn-vec-instance-q5_0-q8_0.cpp +0 -0
- {localcode-0.3.25 → localcode-0.3.27}/llama-cpp-turboquant/ggml/src/ggml-sycl/template-instances/fattn-vec-instance-q5_1-f16.cpp +0 -0
- {localcode-0.3.25 → localcode-0.3.27}/llama-cpp-turboquant/ggml/src/ggml-sycl/template-instances/fattn-vec-instance-q5_1-q4_0.cpp +0 -0
- {localcode-0.3.25 → localcode-0.3.27}/llama-cpp-turboquant/ggml/src/ggml-sycl/template-instances/fattn-vec-instance-q5_1-q4_1.cpp +0 -0
- {localcode-0.3.25 → localcode-0.3.27}/llama-cpp-turboquant/ggml/src/ggml-sycl/template-instances/fattn-vec-instance-q5_1-q5_0.cpp +0 -0
- {localcode-0.3.25 → localcode-0.3.27}/llama-cpp-turboquant/ggml/src/ggml-sycl/template-instances/fattn-vec-instance-q5_1-q5_1.cpp +0 -0
- {localcode-0.3.25 → localcode-0.3.27}/llama-cpp-turboquant/ggml/src/ggml-sycl/template-instances/fattn-vec-instance-q5_1-q8_0.cpp +0 -0
- {localcode-0.3.25 → localcode-0.3.27}/llama-cpp-turboquant/ggml/src/ggml-sycl/template-instances/fattn-vec-instance-q8_0-f16.cpp +0 -0
- {localcode-0.3.25 → localcode-0.3.27}/llama-cpp-turboquant/ggml/src/ggml-sycl/template-instances/fattn-vec-instance-q8_0-q4_0.cpp +0 -0
- {localcode-0.3.25 → localcode-0.3.27}/llama-cpp-turboquant/ggml/src/ggml-sycl/template-instances/fattn-vec-instance-q8_0-q4_1.cpp +0 -0
- {localcode-0.3.25 → localcode-0.3.27}/llama-cpp-turboquant/ggml/src/ggml-sycl/template-instances/fattn-vec-instance-q8_0-q5_0.cpp +0 -0
- {localcode-0.3.25 → localcode-0.3.27}/llama-cpp-turboquant/ggml/src/ggml-sycl/template-instances/fattn-vec-instance-q8_0-q5_1.cpp +0 -0
- {localcode-0.3.25 → localcode-0.3.27}/llama-cpp-turboquant/ggml/src/ggml-sycl/template-instances/fattn-vec-instance-q8_0-q8_0.cpp +0 -0
- {localcode-0.3.25 → localcode-0.3.27}/llama-cpp-turboquant/ggml/src/ggml-sycl/tsembd.cpp +0 -0
- {localcode-0.3.25 → localcode-0.3.27}/llama-cpp-turboquant/ggml/src/ggml-sycl/tsembd.hpp +0 -0
- {localcode-0.3.25 → localcode-0.3.27}/llama-cpp-turboquant/ggml/src/ggml-sycl/type.hpp +0 -0
- {localcode-0.3.25 → localcode-0.3.27}/llama-cpp-turboquant/ggml/src/ggml-sycl/upscale.cpp +0 -0
- {localcode-0.3.25 → localcode-0.3.27}/llama-cpp-turboquant/ggml/src/ggml-sycl/upscale.hpp +0 -0
- {localcode-0.3.25 → localcode-0.3.27}/llama-cpp-turboquant/ggml/src/ggml-sycl/vecdotq.hpp +0 -0
- {localcode-0.3.25 → localcode-0.3.27}/llama-cpp-turboquant/ggml/src/ggml-sycl/wkv.cpp +0 -0
- {localcode-0.3.25 → localcode-0.3.27}/llama-cpp-turboquant/ggml/src/ggml-sycl/wkv.hpp +0 -0
- {localcode-0.3.25 → localcode-0.3.27}/llama-cpp-turboquant/ggml/src/ggml-threading.cpp +0 -0
- {localcode-0.3.25 → localcode-0.3.27}/llama-cpp-turboquant/ggml/src/ggml-threading.h +0 -0
- {localcode-0.3.25 → localcode-0.3.27}/llama-cpp-turboquant/ggml/src/ggml-turbo-quant.c +0 -0
- {localcode-0.3.25 → localcode-0.3.27}/llama-cpp-turboquant/ggml/src/ggml-virtgpu/CMakeLists.txt +0 -0
- {localcode-0.3.25 → localcode-0.3.27}/llama-cpp-turboquant/ggml/src/ggml-virtgpu/apir_cs_ggml-rpc-front.cpp +0 -0
- {localcode-0.3.25 → localcode-0.3.27}/llama-cpp-turboquant/ggml/src/ggml-virtgpu/backend/CMakeLists.txt +0 -0
- {localcode-0.3.25 → localcode-0.3.27}/llama-cpp-turboquant/ggml/src/ggml-virtgpu/backend/apir_cs_ggml-rpc-back.cpp +0 -0
- {localcode-0.3.25 → localcode-0.3.27}/llama-cpp-turboquant/ggml/src/ggml-virtgpu/backend/backend-convert.h +0 -0
- {localcode-0.3.25 → localcode-0.3.27}/llama-cpp-turboquant/ggml/src/ggml-virtgpu/backend/backend-dispatched-backend.cpp +0 -0
- {localcode-0.3.25 → localcode-0.3.27}/llama-cpp-turboquant/ggml/src/ggml-virtgpu/backend/backend-dispatched-buffer-type.cpp +0 -0
- {localcode-0.3.25 → localcode-0.3.27}/llama-cpp-turboquant/ggml/src/ggml-virtgpu/backend/backend-dispatched-buffer.cpp +0 -0
- {localcode-0.3.25 → localcode-0.3.27}/llama-cpp-turboquant/ggml/src/ggml-virtgpu/backend/backend-dispatched-device.cpp +0 -0
- {localcode-0.3.25 → localcode-0.3.27}/llama-cpp-turboquant/ggml/src/ggml-virtgpu/backend/backend-dispatched.cpp +0 -0
- {localcode-0.3.25 → localcode-0.3.27}/llama-cpp-turboquant/ggml/src/ggml-virtgpu/backend/backend-dispatched.gen.h +0 -0
- {localcode-0.3.25 → localcode-0.3.27}/llama-cpp-turboquant/ggml/src/ggml-virtgpu/backend/backend-dispatched.h +0 -0
- {localcode-0.3.25 → localcode-0.3.27}/llama-cpp-turboquant/ggml/src/ggml-virtgpu/backend/backend-virgl-apir.h +0 -0
- {localcode-0.3.25 → localcode-0.3.27}/llama-cpp-turboquant/ggml/src/ggml-virtgpu/backend/backend.cpp +0 -0
- {localcode-0.3.25 → localcode-0.3.27}/llama-cpp-turboquant/ggml/src/ggml-virtgpu/backend/shared/api_remoting.h +0 -0
- {localcode-0.3.25 → localcode-0.3.27}/llama-cpp-turboquant/ggml/src/ggml-virtgpu/backend/shared/apir_backend.gen.h +0 -0
- {localcode-0.3.25 → localcode-0.3.27}/llama-cpp-turboquant/ggml/src/ggml-virtgpu/backend/shared/apir_backend.h +0 -0
- {localcode-0.3.25 → localcode-0.3.27}/llama-cpp-turboquant/ggml/src/ggml-virtgpu/backend/shared/apir_cs.h +0 -0
- {localcode-0.3.25 → localcode-0.3.27}/llama-cpp-turboquant/ggml/src/ggml-virtgpu/backend/shared/apir_cs_ggml.h +0 -0
- {localcode-0.3.25 → localcode-0.3.27}/llama-cpp-turboquant/ggml/src/ggml-virtgpu/backend/shared/apir_cs_rpc.h +0 -0
- {localcode-0.3.25 → localcode-0.3.27}/llama-cpp-turboquant/ggml/src/ggml-virtgpu/ggml-backend-buffer-type.cpp +0 -0
- {localcode-0.3.25 → localcode-0.3.27}/llama-cpp-turboquant/ggml/src/ggml-virtgpu/ggml-backend-buffer.cpp +0 -0
- {localcode-0.3.25 → localcode-0.3.27}/llama-cpp-turboquant/ggml/src/ggml-virtgpu/ggml-backend-device.cpp +0 -0
- {localcode-0.3.25 → localcode-0.3.27}/llama-cpp-turboquant/ggml/src/ggml-virtgpu/ggml-backend-reg.cpp +0 -0
- {localcode-0.3.25 → localcode-0.3.27}/llama-cpp-turboquant/ggml/src/ggml-virtgpu/ggml-backend.cpp +0 -0
- {localcode-0.3.25 → localcode-0.3.27}/llama-cpp-turboquant/ggml/src/ggml-virtgpu/ggml-remoting.h +0 -0
- {localcode-0.3.25 → localcode-0.3.27}/llama-cpp-turboquant/ggml/src/ggml-virtgpu/include/apir_hw.h +0 -0
- {localcode-0.3.25 → localcode-0.3.27}/llama-cpp-turboquant/ggml/src/ggml-virtgpu/virtgpu-apir.h +0 -0
- {localcode-0.3.25 → localcode-0.3.27}/llama-cpp-turboquant/ggml/src/ggml-virtgpu/virtgpu-forward-backend.cpp +0 -0
- {localcode-0.3.25 → localcode-0.3.27}/llama-cpp-turboquant/ggml/src/ggml-virtgpu/virtgpu-forward-buffer-type.cpp +0 -0
- {localcode-0.3.25 → localcode-0.3.27}/llama-cpp-turboquant/ggml/src/ggml-virtgpu/virtgpu-forward-buffer.cpp +0 -0
- {localcode-0.3.25 → localcode-0.3.27}/llama-cpp-turboquant/ggml/src/ggml-virtgpu/virtgpu-forward-device.cpp +0 -0
- {localcode-0.3.25 → localcode-0.3.27}/llama-cpp-turboquant/ggml/src/ggml-virtgpu/virtgpu-forward-impl.h +0 -0
- {localcode-0.3.25 → localcode-0.3.27}/llama-cpp-turboquant/ggml/src/ggml-virtgpu/virtgpu-forward.gen.h +0 -0
- {localcode-0.3.25 → localcode-0.3.27}/llama-cpp-turboquant/ggml/src/ggml-virtgpu/virtgpu-shm.cpp +0 -0
- {localcode-0.3.25 → localcode-0.3.27}/llama-cpp-turboquant/ggml/src/ggml-virtgpu/virtgpu-shm.h +0 -0
- {localcode-0.3.25 → localcode-0.3.27}/llama-cpp-turboquant/ggml/src/ggml-virtgpu/virtgpu-utils.cpp +0 -0
- {localcode-0.3.25 → localcode-0.3.27}/llama-cpp-turboquant/ggml/src/ggml-virtgpu/virtgpu-utils.h +0 -0
- {localcode-0.3.25 → localcode-0.3.27}/llama-cpp-turboquant/ggml/src/ggml-virtgpu/virtgpu.cpp +0 -0
- {localcode-0.3.25 → localcode-0.3.27}/llama-cpp-turboquant/ggml/src/ggml-virtgpu/virtgpu.h +0 -0
- {localcode-0.3.25 → localcode-0.3.27}/llama-cpp-turboquant/ggml/src/ggml-vulkan/CMakeLists.txt +0 -0
- {localcode-0.3.25 → localcode-0.3.27}/llama-cpp-turboquant/ggml/src/ggml-vulkan/ggml-vulkan.cpp +0 -0
- {localcode-0.3.25 → localcode-0.3.27}/llama-cpp-turboquant/ggml/src/ggml-vulkan/vulkan-shaders/CMakeLists.txt +0 -0
- {localcode-0.3.25 → localcode-0.3.27}/llama-cpp-turboquant/ggml/src/ggml-vulkan/vulkan-shaders/vulkan-shaders-gen.cpp +0 -0
- {localcode-0.3.25 → localcode-0.3.27}/llama-cpp-turboquant/ggml/src/ggml-webgpu/CMakeLists.txt +0 -0
- {localcode-0.3.25 → localcode-0.3.27}/llama-cpp-turboquant/ggml/src/ggml-webgpu/ggml-webgpu-shader-lib.hpp +0 -0
- {localcode-0.3.25 → localcode-0.3.27}/llama-cpp-turboquant/ggml/src/ggml-webgpu/ggml-webgpu.cpp +0 -0
- {localcode-0.3.25 → localcode-0.3.27}/llama-cpp-turboquant/ggml/src/ggml-webgpu/pre_wgsl.hpp +0 -0
- {localcode-0.3.25 → localcode-0.3.27}/llama-cpp-turboquant/ggml/src/ggml-zdnn/CMakeLists.txt +0 -0
- {localcode-0.3.25 → localcode-0.3.27}/llama-cpp-turboquant/ggml/src/ggml-zdnn/common.hpp +0 -0
- {localcode-0.3.25 → localcode-0.3.27}/llama-cpp-turboquant/ggml/src/ggml-zdnn/ggml-zdnn.cpp +0 -0
- {localcode-0.3.25 → localcode-0.3.27}/llama-cpp-turboquant/ggml/src/ggml-zdnn/mmf.cpp +0 -0
- {localcode-0.3.25 → localcode-0.3.27}/llama-cpp-turboquant/ggml/src/ggml-zdnn/mmf.hpp +0 -0
- {localcode-0.3.25 → localcode-0.3.27}/llama-cpp-turboquant/ggml/src/ggml-zdnn/utils.cpp +0 -0
- {localcode-0.3.25 → localcode-0.3.27}/llama-cpp-turboquant/ggml/src/ggml-zdnn/utils.hpp +0 -0
- {localcode-0.3.25 → localcode-0.3.27}/llama-cpp-turboquant/ggml/src/ggml-zendnn/CMakeLists.txt +0 -0
- {localcode-0.3.25 → localcode-0.3.27}/llama-cpp-turboquant/ggml/src/ggml-zendnn/ggml-zendnn.cpp +0 -0
- {localcode-0.3.25 → localcode-0.3.27}/llama-cpp-turboquant/ggml/src/ggml.c +0 -0
- {localcode-0.3.25 → localcode-0.3.27}/llama-cpp-turboquant/ggml/src/ggml.cpp +0 -0
- {localcode-0.3.25 → localcode-0.3.27}/llama-cpp-turboquant/ggml/src/gguf.cpp +0 -0
- {localcode-0.3.25 → localcode-0.3.27}/llama-cpp-turboquant/include/llama-cpp.h +0 -0
- {localcode-0.3.25 → localcode-0.3.27}/llama-cpp-turboquant/include/llama.h +0 -0
- {localcode-0.3.25 → localcode-0.3.27}/llama-cpp-turboquant/licenses/LICENSE-jsonhpp +0 -0
- {localcode-0.3.25 → localcode-0.3.27}/llama-cpp-turboquant/src/CMakeLists.txt +0 -0
- {localcode-0.3.25 → localcode-0.3.27}/llama-cpp-turboquant/src/llama-adapter.cpp +0 -0
- {localcode-0.3.25 → localcode-0.3.27}/llama-cpp-turboquant/src/llama-adapter.h +0 -0
- {localcode-0.3.25 → localcode-0.3.27}/llama-cpp-turboquant/src/llama-arch.cpp +0 -0
- {localcode-0.3.25 → localcode-0.3.27}/llama-cpp-turboquant/src/llama-arch.h +0 -0
- {localcode-0.3.25 → localcode-0.3.27}/llama-cpp-turboquant/src/llama-batch.cpp +0 -0
- {localcode-0.3.25 → localcode-0.3.27}/llama-cpp-turboquant/src/llama-batch.h +0 -0
- {localcode-0.3.25 → localcode-0.3.27}/llama-cpp-turboquant/src/llama-chat.cpp +0 -0
- {localcode-0.3.25 → localcode-0.3.27}/llama-cpp-turboquant/src/llama-chat.h +0 -0
- {localcode-0.3.25 → localcode-0.3.27}/llama-cpp-turboquant/src/llama-context.cpp +0 -0
- {localcode-0.3.25 → localcode-0.3.27}/llama-cpp-turboquant/src/llama-context.h +0 -0
- {localcode-0.3.25 → localcode-0.3.27}/llama-cpp-turboquant/src/llama-cparams.cpp +0 -0
- {localcode-0.3.25 → localcode-0.3.27}/llama-cpp-turboquant/src/llama-cparams.h +0 -0
- {localcode-0.3.25 → localcode-0.3.27}/llama-cpp-turboquant/src/llama-ext.h +0 -0
- {localcode-0.3.25 → localcode-0.3.27}/llama-cpp-turboquant/src/llama-grammar.cpp +0 -0
- {localcode-0.3.25 → localcode-0.3.27}/llama-cpp-turboquant/src/llama-grammar.h +0 -0
- {localcode-0.3.25 → localcode-0.3.27}/llama-cpp-turboquant/src/llama-graph.cpp +0 -0
- {localcode-0.3.25 → localcode-0.3.27}/llama-cpp-turboquant/src/llama-graph.h +0 -0
- {localcode-0.3.25 → localcode-0.3.27}/llama-cpp-turboquant/src/llama-hparams.cpp +0 -0
- {localcode-0.3.25 → localcode-0.3.27}/llama-cpp-turboquant/src/llama-hparams.h +0 -0
- {localcode-0.3.25 → localcode-0.3.27}/llama-cpp-turboquant/src/llama-impl.cpp +0 -0
- {localcode-0.3.25 → localcode-0.3.27}/llama-cpp-turboquant/src/llama-impl.h +0 -0
- {localcode-0.3.25 → localcode-0.3.27}/llama-cpp-turboquant/src/llama-io.cpp +0 -0
- {localcode-0.3.25 → localcode-0.3.27}/llama-cpp-turboquant/src/llama-io.h +0 -0
- {localcode-0.3.25 → localcode-0.3.27}/llama-cpp-turboquant/src/llama-kv-cache-iswa.cpp +0 -0
- {localcode-0.3.25 → localcode-0.3.27}/llama-cpp-turboquant/src/llama-kv-cache-iswa.h +0 -0
- {localcode-0.3.25 → localcode-0.3.27}/llama-cpp-turboquant/src/llama-kv-cache.cpp +0 -0
- {localcode-0.3.25 → localcode-0.3.27}/llama-cpp-turboquant/src/llama-kv-cache.h +0 -0
- {localcode-0.3.25 → localcode-0.3.27}/llama-cpp-turboquant/src/llama-kv-cells.h +0 -0
- {localcode-0.3.25 → localcode-0.3.27}/llama-cpp-turboquant/src/llama-memory-hybrid-iswa.cpp +0 -0
- {localcode-0.3.25 → localcode-0.3.27}/llama-cpp-turboquant/src/llama-memory-hybrid-iswa.h +0 -0
- {localcode-0.3.25 → localcode-0.3.27}/llama-cpp-turboquant/src/llama-memory-hybrid.cpp +0 -0
- {localcode-0.3.25 → localcode-0.3.27}/llama-cpp-turboquant/src/llama-memory-hybrid.h +0 -0
- {localcode-0.3.25 → localcode-0.3.27}/llama-cpp-turboquant/src/llama-memory-recurrent.cpp +0 -0
- {localcode-0.3.25 → localcode-0.3.27}/llama-cpp-turboquant/src/llama-memory-recurrent.h +0 -0
- {localcode-0.3.25 → localcode-0.3.27}/llama-cpp-turboquant/src/llama-memory.cpp +0 -0
- {localcode-0.3.25 → localcode-0.3.27}/llama-cpp-turboquant/src/llama-memory.h +0 -0
- {localcode-0.3.25 → localcode-0.3.27}/llama-cpp-turboquant/src/llama-mmap.cpp +0 -0
- {localcode-0.3.25 → localcode-0.3.27}/llama-cpp-turboquant/src/llama-mmap.h +0 -0
- {localcode-0.3.25 → localcode-0.3.27}/llama-cpp-turboquant/src/llama-model-loader.cpp +0 -0
- {localcode-0.3.25 → localcode-0.3.27}/llama-cpp-turboquant/src/llama-model-loader.h +0 -0
- {localcode-0.3.25 → localcode-0.3.27}/llama-cpp-turboquant/src/llama-model-saver.cpp +0 -0
- {localcode-0.3.25 → localcode-0.3.27}/llama-cpp-turboquant/src/llama-model-saver.h +0 -0
- {localcode-0.3.25 → localcode-0.3.27}/llama-cpp-turboquant/src/llama-model.cpp +0 -0
- {localcode-0.3.25 → localcode-0.3.27}/llama-cpp-turboquant/src/llama-model.h +0 -0
- {localcode-0.3.25 → localcode-0.3.27}/llama-cpp-turboquant/src/llama-quant.cpp +0 -0
- {localcode-0.3.25 → localcode-0.3.27}/llama-cpp-turboquant/src/llama-quant.h +0 -0
- {localcode-0.3.25 → localcode-0.3.27}/llama-cpp-turboquant/src/llama-sampler.cpp +0 -0
- {localcode-0.3.25 → localcode-0.3.27}/llama-cpp-turboquant/src/llama-sampler.h +0 -0
- {localcode-0.3.25 → localcode-0.3.27}/llama-cpp-turboquant/src/llama-vocab.cpp +0 -0
- {localcode-0.3.25 → localcode-0.3.27}/llama-cpp-turboquant/src/llama-vocab.h +0 -0
- {localcode-0.3.25 → localcode-0.3.27}/llama-cpp-turboquant/src/llama.cpp +0 -0
- {localcode-0.3.25 → localcode-0.3.27}/llama-cpp-turboquant/src/models/afmoe.cpp +0 -0
- {localcode-0.3.25 → localcode-0.3.27}/llama-cpp-turboquant/src/models/apertus.cpp +0 -0
- {localcode-0.3.25 → localcode-0.3.27}/llama-cpp-turboquant/src/models/arcee.cpp +0 -0
- {localcode-0.3.25 → localcode-0.3.27}/llama-cpp-turboquant/src/models/arctic.cpp +0 -0
- {localcode-0.3.25 → localcode-0.3.27}/llama-cpp-turboquant/src/models/arwkv7.cpp +0 -0
- {localcode-0.3.25 → localcode-0.3.27}/llama-cpp-turboquant/src/models/baichuan.cpp +0 -0
- {localcode-0.3.25 → localcode-0.3.27}/llama-cpp-turboquant/src/models/bailingmoe.cpp +0 -0
- {localcode-0.3.25 → localcode-0.3.27}/llama-cpp-turboquant/src/models/bailingmoe2.cpp +0 -0
- {localcode-0.3.25 → localcode-0.3.27}/llama-cpp-turboquant/src/models/bert.cpp +0 -0
- {localcode-0.3.25 → localcode-0.3.27}/llama-cpp-turboquant/src/models/bitnet.cpp +0 -0
- {localcode-0.3.25 → localcode-0.3.27}/llama-cpp-turboquant/src/models/bloom.cpp +0 -0
- {localcode-0.3.25 → localcode-0.3.27}/llama-cpp-turboquant/src/models/chameleon.cpp +0 -0
- {localcode-0.3.25 → localcode-0.3.27}/llama-cpp-turboquant/src/models/chatglm.cpp +0 -0
- {localcode-0.3.25 → localcode-0.3.27}/llama-cpp-turboquant/src/models/codeshell.cpp +0 -0
- {localcode-0.3.25 → localcode-0.3.27}/llama-cpp-turboquant/src/models/cogvlm.cpp +0 -0
- {localcode-0.3.25 → localcode-0.3.27}/llama-cpp-turboquant/src/models/cohere2-iswa.cpp +0 -0
- {localcode-0.3.25 → localcode-0.3.27}/llama-cpp-turboquant/src/models/command-r.cpp +0 -0
- {localcode-0.3.25 → localcode-0.3.27}/llama-cpp-turboquant/src/models/dbrx.cpp +0 -0
- {localcode-0.3.25 → localcode-0.3.27}/llama-cpp-turboquant/src/models/deci.cpp +0 -0
- {localcode-0.3.25 → localcode-0.3.27}/llama-cpp-turboquant/src/models/deepseek.cpp +0 -0
- {localcode-0.3.25 → localcode-0.3.27}/llama-cpp-turboquant/src/models/deepseek2.cpp +0 -0
- {localcode-0.3.25 → localcode-0.3.27}/llama-cpp-turboquant/src/models/delta-net-base.cpp +0 -0
- {localcode-0.3.25 → localcode-0.3.27}/llama-cpp-turboquant/src/models/dots1.cpp +0 -0
- {localcode-0.3.25 → localcode-0.3.27}/llama-cpp-turboquant/src/models/dream.cpp +0 -0
- {localcode-0.3.25 → localcode-0.3.27}/llama-cpp-turboquant/src/models/ernie4-5-moe.cpp +0 -0
- {localcode-0.3.25 → localcode-0.3.27}/llama-cpp-turboquant/src/models/ernie4-5.cpp +0 -0
- {localcode-0.3.25 → localcode-0.3.27}/llama-cpp-turboquant/src/models/eurobert.cpp +0 -0
- {localcode-0.3.25 → localcode-0.3.27}/llama-cpp-turboquant/src/models/exaone-moe.cpp +0 -0
- {localcode-0.3.25 → localcode-0.3.27}/llama-cpp-turboquant/src/models/exaone.cpp +0 -0
- {localcode-0.3.25 → localcode-0.3.27}/llama-cpp-turboquant/src/models/exaone4.cpp +0 -0
- {localcode-0.3.25 → localcode-0.3.27}/llama-cpp-turboquant/src/models/falcon-h1.cpp +0 -0
- {localcode-0.3.25 → localcode-0.3.27}/llama-cpp-turboquant/src/models/falcon.cpp +0 -0
- {localcode-0.3.25 → localcode-0.3.27}/llama-cpp-turboquant/src/models/gemma-embedding.cpp +0 -0
- {localcode-0.3.25 → localcode-0.3.27}/llama-cpp-turboquant/src/models/gemma.cpp +0 -0
- {localcode-0.3.25 → localcode-0.3.27}/llama-cpp-turboquant/src/models/gemma2-iswa.cpp +0 -0
- {localcode-0.3.25 → localcode-0.3.27}/llama-cpp-turboquant/src/models/gemma3.cpp +0 -0
- {localcode-0.3.25 → localcode-0.3.27}/llama-cpp-turboquant/src/models/gemma3n-iswa.cpp +0 -0
- {localcode-0.3.25 → localcode-0.3.27}/llama-cpp-turboquant/src/models/gemma4-iswa.cpp +0 -0
- {localcode-0.3.25 → localcode-0.3.27}/llama-cpp-turboquant/src/models/glm4-moe.cpp +0 -0
- {localcode-0.3.25 → localcode-0.3.27}/llama-cpp-turboquant/src/models/glm4.cpp +0 -0
- {localcode-0.3.25 → localcode-0.3.27}/llama-cpp-turboquant/src/models/gpt2.cpp +0 -0
- {localcode-0.3.25 → localcode-0.3.27}/llama-cpp-turboquant/src/models/gptneox.cpp +0 -0
- {localcode-0.3.25 → localcode-0.3.27}/llama-cpp-turboquant/src/models/granite-hybrid.cpp +0 -0
- {localcode-0.3.25 → localcode-0.3.27}/llama-cpp-turboquant/src/models/granite.cpp +0 -0
- {localcode-0.3.25 → localcode-0.3.27}/llama-cpp-turboquant/src/models/grok.cpp +0 -0
- {localcode-0.3.25 → localcode-0.3.27}/llama-cpp-turboquant/src/models/grovemoe.cpp +0 -0
- {localcode-0.3.25 → localcode-0.3.27}/llama-cpp-turboquant/src/models/hunyuan-dense.cpp +0 -0
- {localcode-0.3.25 → localcode-0.3.27}/llama-cpp-turboquant/src/models/hunyuan-moe.cpp +0 -0
- {localcode-0.3.25 → localcode-0.3.27}/llama-cpp-turboquant/src/models/internlm2.cpp +0 -0
- {localcode-0.3.25 → localcode-0.3.27}/llama-cpp-turboquant/src/models/jais.cpp +0 -0
- {localcode-0.3.25 → localcode-0.3.27}/llama-cpp-turboquant/src/models/jais2.cpp +0 -0
- {localcode-0.3.25 → localcode-0.3.27}/llama-cpp-turboquant/src/models/jamba.cpp +0 -0
- {localcode-0.3.25 → localcode-0.3.27}/llama-cpp-turboquant/src/models/kimi-linear.cpp +0 -0
- {localcode-0.3.25 → localcode-0.3.27}/llama-cpp-turboquant/src/models/lfm2.cpp +0 -0
- {localcode-0.3.25 → localcode-0.3.27}/llama-cpp-turboquant/src/models/llada-moe.cpp +0 -0
- {localcode-0.3.25 → localcode-0.3.27}/llama-cpp-turboquant/src/models/llada.cpp +0 -0
- {localcode-0.3.25 → localcode-0.3.27}/llama-cpp-turboquant/src/models/llama-iswa.cpp +0 -0
- {localcode-0.3.25 → localcode-0.3.27}/llama-cpp-turboquant/src/models/llama.cpp +0 -0
- {localcode-0.3.25 → localcode-0.3.27}/llama-cpp-turboquant/src/models/maincoder.cpp +0 -0
- {localcode-0.3.25 → localcode-0.3.27}/llama-cpp-turboquant/src/models/mamba-base.cpp +0 -0
- {localcode-0.3.25 → localcode-0.3.27}/llama-cpp-turboquant/src/models/mamba.cpp +0 -0
- {localcode-0.3.25 → localcode-0.3.27}/llama-cpp-turboquant/src/models/mimo2-iswa.cpp +0 -0
- {localcode-0.3.25 → localcode-0.3.27}/llama-cpp-turboquant/src/models/minicpm3.cpp +0 -0
- {localcode-0.3.25 → localcode-0.3.27}/llama-cpp-turboquant/src/models/minimax-m2.cpp +0 -0
- {localcode-0.3.25 → localcode-0.3.27}/llama-cpp-turboquant/src/models/mistral3.cpp +0 -0
- {localcode-0.3.25 → localcode-0.3.27}/llama-cpp-turboquant/src/models/models.h +0 -0
- {localcode-0.3.25 → localcode-0.3.27}/llama-cpp-turboquant/src/models/modern-bert.cpp +0 -0
- {localcode-0.3.25 → localcode-0.3.27}/llama-cpp-turboquant/src/models/mpt.cpp +0 -0
- {localcode-0.3.25 → localcode-0.3.27}/llama-cpp-turboquant/src/models/nemotron-h.cpp +0 -0
- {localcode-0.3.25 → localcode-0.3.27}/llama-cpp-turboquant/src/models/nemotron.cpp +0 -0
- {localcode-0.3.25 → localcode-0.3.27}/llama-cpp-turboquant/src/models/neo-bert.cpp +0 -0
- {localcode-0.3.25 → localcode-0.3.27}/llama-cpp-turboquant/src/models/olmo.cpp +0 -0
- {localcode-0.3.25 → localcode-0.3.27}/llama-cpp-turboquant/src/models/olmo2.cpp +0 -0
- {localcode-0.3.25 → localcode-0.3.27}/llama-cpp-turboquant/src/models/olmoe.cpp +0 -0
- {localcode-0.3.25 → localcode-0.3.27}/llama-cpp-turboquant/src/models/openai-moe-iswa.cpp +0 -0
- {localcode-0.3.25 → localcode-0.3.27}/llama-cpp-turboquant/src/models/openelm.cpp +0 -0
- {localcode-0.3.25 → localcode-0.3.27}/llama-cpp-turboquant/src/models/orion.cpp +0 -0
- {localcode-0.3.25 → localcode-0.3.27}/llama-cpp-turboquant/src/models/paddleocr.cpp +0 -0
- {localcode-0.3.25 → localcode-0.3.27}/llama-cpp-turboquant/src/models/pangu-embedded.cpp +0 -0
- {localcode-0.3.25 → localcode-0.3.27}/llama-cpp-turboquant/src/models/phi2.cpp +0 -0
- {localcode-0.3.25 → localcode-0.3.27}/llama-cpp-turboquant/src/models/phi3.cpp +0 -0
- {localcode-0.3.25 → localcode-0.3.27}/llama-cpp-turboquant/src/models/plamo.cpp +0 -0
- {localcode-0.3.25 → localcode-0.3.27}/llama-cpp-turboquant/src/models/plamo2.cpp +0 -0
- {localcode-0.3.25 → localcode-0.3.27}/llama-cpp-turboquant/src/models/plamo3.cpp +0 -0
- {localcode-0.3.25 → localcode-0.3.27}/llama-cpp-turboquant/src/models/plm.cpp +0 -0
- {localcode-0.3.25 → localcode-0.3.27}/llama-cpp-turboquant/src/models/qwen.cpp +0 -0
- {localcode-0.3.25 → localcode-0.3.27}/llama-cpp-turboquant/src/models/qwen2.cpp +0 -0
- {localcode-0.3.25 → localcode-0.3.27}/llama-cpp-turboquant/src/models/qwen2moe.cpp +0 -0
- {localcode-0.3.25 → localcode-0.3.27}/llama-cpp-turboquant/src/models/qwen2vl.cpp +0 -0
- {localcode-0.3.25 → localcode-0.3.27}/llama-cpp-turboquant/src/models/qwen3.cpp +0 -0
- {localcode-0.3.25 → localcode-0.3.27}/llama-cpp-turboquant/src/models/qwen35.cpp +0 -0
- {localcode-0.3.25 → localcode-0.3.27}/llama-cpp-turboquant/src/models/qwen35moe.cpp +0 -0
- {localcode-0.3.25 → localcode-0.3.27}/llama-cpp-turboquant/src/models/qwen3moe.cpp +0 -0
- {localcode-0.3.25 → localcode-0.3.27}/llama-cpp-turboquant/src/models/qwen3next.cpp +0 -0
- {localcode-0.3.25 → localcode-0.3.27}/llama-cpp-turboquant/src/models/qwen3vl-moe.cpp +0 -0
- {localcode-0.3.25 → localcode-0.3.27}/llama-cpp-turboquant/src/models/qwen3vl.cpp +0 -0
- {localcode-0.3.25 → localcode-0.3.27}/llama-cpp-turboquant/src/models/refact.cpp +0 -0
- {localcode-0.3.25 → localcode-0.3.27}/llama-cpp-turboquant/src/models/rnd1.cpp +0 -0
- {localcode-0.3.25 → localcode-0.3.27}/llama-cpp-turboquant/src/models/rwkv6-base.cpp +0 -0
- {localcode-0.3.25 → localcode-0.3.27}/llama-cpp-turboquant/src/models/rwkv6.cpp +0 -0
- {localcode-0.3.25 → localcode-0.3.27}/llama-cpp-turboquant/src/models/rwkv6qwen2.cpp +0 -0
- {localcode-0.3.25 → localcode-0.3.27}/llama-cpp-turboquant/src/models/rwkv7-base.cpp +0 -0
- {localcode-0.3.25 → localcode-0.3.27}/llama-cpp-turboquant/src/models/rwkv7.cpp +0 -0
- {localcode-0.3.25 → localcode-0.3.27}/llama-cpp-turboquant/src/models/seed-oss.cpp +0 -0
- {localcode-0.3.25 → localcode-0.3.27}/llama-cpp-turboquant/src/models/smallthinker.cpp +0 -0
- {localcode-0.3.25 → localcode-0.3.27}/llama-cpp-turboquant/src/models/smollm3.cpp +0 -0
- {localcode-0.3.25 → localcode-0.3.27}/llama-cpp-turboquant/src/models/stablelm.cpp +0 -0
- {localcode-0.3.25 → localcode-0.3.27}/llama-cpp-turboquant/src/models/starcoder.cpp +0 -0
- {localcode-0.3.25 → localcode-0.3.27}/llama-cpp-turboquant/src/models/starcoder2.cpp +0 -0
- {localcode-0.3.25 → localcode-0.3.27}/llama-cpp-turboquant/src/models/step35-iswa.cpp +0 -0
- {localcode-0.3.25 → localcode-0.3.27}/llama-cpp-turboquant/src/models/t5-dec.cpp +0 -0
- {localcode-0.3.25 → localcode-0.3.27}/llama-cpp-turboquant/src/models/t5-enc.cpp +0 -0
- {localcode-0.3.25 → localcode-0.3.27}/llama-cpp-turboquant/src/models/wavtokenizer-dec.cpp +0 -0
- {localcode-0.3.25 → localcode-0.3.27}/llama-cpp-turboquant/src/models/xverse.cpp +0 -0
- {localcode-0.3.25 → localcode-0.3.27}/llama-cpp-turboquant/src/turbo-rotation-data-32.h +0 -0
- {localcode-0.3.25 → localcode-0.3.27}/llama-cpp-turboquant/src/turbo-rotation-data.h +0 -0
- {localcode-0.3.25 → localcode-0.3.27}/llama-cpp-turboquant/src/unicode-data.cpp +0 -0
- {localcode-0.3.25 → localcode-0.3.27}/llama-cpp-turboquant/src/unicode-data.h +0 -0
- {localcode-0.3.25 → localcode-0.3.27}/llama-cpp-turboquant/src/unicode.cpp +0 -0
- {localcode-0.3.25 → localcode-0.3.27}/llama-cpp-turboquant/src/unicode.h +0 -0
- {localcode-0.3.25 → localcode-0.3.27}/llama-cpp-turboquant/tools/CMakeLists.txt +0 -0
- {localcode-0.3.25 → localcode-0.3.27}/llama-cpp-turboquant/tools/batched-bench/CMakeLists.txt +0 -0
- {localcode-0.3.25 → localcode-0.3.27}/llama-cpp-turboquant/tools/batched-bench/batched-bench.cpp +0 -0
- {localcode-0.3.25 → localcode-0.3.27}/llama-cpp-turboquant/tools/cli/CMakeLists.txt +0 -0
- {localcode-0.3.25 → localcode-0.3.27}/llama-cpp-turboquant/tools/cli/cli.cpp +0 -0
- {localcode-0.3.25 → localcode-0.3.27}/llama-cpp-turboquant/tools/completion/CMakeLists.txt +0 -0
- {localcode-0.3.25 → localcode-0.3.27}/llama-cpp-turboquant/tools/completion/completion.cpp +0 -0
- {localcode-0.3.25 → localcode-0.3.27}/llama-cpp-turboquant/tools/cvector-generator/CMakeLists.txt +0 -0
- {localcode-0.3.25 → localcode-0.3.27}/llama-cpp-turboquant/tools/cvector-generator/cvector-generator.cpp +0 -0
- {localcode-0.3.25 → localcode-0.3.27}/llama-cpp-turboquant/tools/cvector-generator/mean.hpp +0 -0
- {localcode-0.3.25 → localcode-0.3.27}/llama-cpp-turboquant/tools/cvector-generator/pca.hpp +0 -0
- {localcode-0.3.25 → localcode-0.3.27}/llama-cpp-turboquant/tools/export-lora/CMakeLists.txt +0 -0
- {localcode-0.3.25 → localcode-0.3.27}/llama-cpp-turboquant/tools/export-lora/export-lora.cpp +0 -0
- {localcode-0.3.25 → localcode-0.3.27}/llama-cpp-turboquant/tools/fit-params/CMakeLists.txt +0 -0
- {localcode-0.3.25 → localcode-0.3.27}/llama-cpp-turboquant/tools/fit-params/fit-params.cpp +0 -0
- {localcode-0.3.25 → localcode-0.3.27}/llama-cpp-turboquant/tools/gguf-split/CMakeLists.txt +0 -0
- {localcode-0.3.25 → localcode-0.3.27}/llama-cpp-turboquant/tools/gguf-split/gguf-split.cpp +0 -0
- {localcode-0.3.25 → localcode-0.3.27}/llama-cpp-turboquant/tools/imatrix/CMakeLists.txt +0 -0
- {localcode-0.3.25 → localcode-0.3.27}/llama-cpp-turboquant/tools/imatrix/imatrix.cpp +0 -0
- {localcode-0.3.25 → localcode-0.3.27}/llama-cpp-turboquant/tools/llama-bench/CMakeLists.txt +0 -0
- {localcode-0.3.25 → localcode-0.3.27}/llama-cpp-turboquant/tools/llama-bench/llama-bench.cpp +0 -0
- {localcode-0.3.25 → localcode-0.3.27}/llama-cpp-turboquant/tools/mtmd/CMakeLists.txt +0 -0
- {localcode-0.3.25 → localcode-0.3.27}/llama-cpp-turboquant/tools/mtmd/clip-graph.h +0 -0
- {localcode-0.3.25 → localcode-0.3.27}/llama-cpp-turboquant/tools/mtmd/clip-impl.h +0 -0
- {localcode-0.3.25 → localcode-0.3.27}/llama-cpp-turboquant/tools/mtmd/clip-model.h +0 -0
- {localcode-0.3.25 → localcode-0.3.27}/llama-cpp-turboquant/tools/mtmd/clip.cpp +0 -0
- {localcode-0.3.25 → localcode-0.3.27}/llama-cpp-turboquant/tools/mtmd/clip.h +0 -0
- {localcode-0.3.25 → localcode-0.3.27}/llama-cpp-turboquant/tools/mtmd/debug/mtmd-debug.cpp +0 -0
- {localcode-0.3.25 → localcode-0.3.27}/llama-cpp-turboquant/tools/mtmd/debug/mtmd-debug.h +0 -0
- {localcode-0.3.25 → localcode-0.3.27}/llama-cpp-turboquant/tools/mtmd/deprecation-warning.cpp +0 -0
- {localcode-0.3.25 → localcode-0.3.27}/llama-cpp-turboquant/tools/mtmd/models/cogvlm.cpp +0 -0
- {localcode-0.3.25 → localcode-0.3.27}/llama-cpp-turboquant/tools/mtmd/models/conformer.cpp +0 -0
- {localcode-0.3.25 → localcode-0.3.27}/llama-cpp-turboquant/tools/mtmd/models/deepseekocr.cpp +0 -0
- {localcode-0.3.25 → localcode-0.3.27}/llama-cpp-turboquant/tools/mtmd/models/gemma4v.cpp +0 -0
- {localcode-0.3.25 → localcode-0.3.27}/llama-cpp-turboquant/tools/mtmd/models/glm4v.cpp +0 -0
- {localcode-0.3.25 → localcode-0.3.27}/llama-cpp-turboquant/tools/mtmd/models/hunyuanocr.cpp +0 -0
- {localcode-0.3.25 → localcode-0.3.27}/llama-cpp-turboquant/tools/mtmd/models/internvl.cpp +0 -0
- {localcode-0.3.25 → localcode-0.3.27}/llama-cpp-turboquant/tools/mtmd/models/kimik25.cpp +0 -0
- {localcode-0.3.25 → localcode-0.3.27}/llama-cpp-turboquant/tools/mtmd/models/kimivl.cpp +0 -0
- {localcode-0.3.25 → localcode-0.3.27}/llama-cpp-turboquant/tools/mtmd/models/llama4.cpp +0 -0
- {localcode-0.3.25 → localcode-0.3.27}/llama-cpp-turboquant/tools/mtmd/models/llava.cpp +0 -0
- {localcode-0.3.25 → localcode-0.3.27}/llama-cpp-turboquant/tools/mtmd/models/minicpmv.cpp +0 -0
- {localcode-0.3.25 → localcode-0.3.27}/llama-cpp-turboquant/tools/mtmd/models/mobilenetv5.cpp +0 -0
- {localcode-0.3.25 → localcode-0.3.27}/llama-cpp-turboquant/tools/mtmd/models/models.h +0 -0
- {localcode-0.3.25 → localcode-0.3.27}/llama-cpp-turboquant/tools/mtmd/models/nemotron-v2-vl.cpp +0 -0
- {localcode-0.3.25 → localcode-0.3.27}/llama-cpp-turboquant/tools/mtmd/models/paddleocr.cpp +0 -0
- {localcode-0.3.25 → localcode-0.3.27}/llama-cpp-turboquant/tools/mtmd/models/pixtral.cpp +0 -0
- {localcode-0.3.25 → localcode-0.3.27}/llama-cpp-turboquant/tools/mtmd/models/qwen2vl.cpp +0 -0
- {localcode-0.3.25 → localcode-0.3.27}/llama-cpp-turboquant/tools/mtmd/models/qwen3vl.cpp +0 -0
- {localcode-0.3.25 → localcode-0.3.27}/llama-cpp-turboquant/tools/mtmd/models/siglip.cpp +0 -0
- {localcode-0.3.25 → localcode-0.3.27}/llama-cpp-turboquant/tools/mtmd/models/whisper-enc.cpp +0 -0
- {localcode-0.3.25 → localcode-0.3.27}/llama-cpp-turboquant/tools/mtmd/models/youtuvl.cpp +0 -0
- {localcode-0.3.25 → localcode-0.3.27}/llama-cpp-turboquant/tools/mtmd/mtmd-audio.cpp +0 -0
- {localcode-0.3.25 → localcode-0.3.27}/llama-cpp-turboquant/tools/mtmd/mtmd-audio.h +0 -0
- {localcode-0.3.25 → localcode-0.3.27}/llama-cpp-turboquant/tools/mtmd/mtmd-cli.cpp +0 -0
- {localcode-0.3.25 → localcode-0.3.27}/llama-cpp-turboquant/tools/mtmd/mtmd-helper.cpp +0 -0
- {localcode-0.3.25 → localcode-0.3.27}/llama-cpp-turboquant/tools/mtmd/mtmd-helper.h +0 -0
- {localcode-0.3.25 → localcode-0.3.27}/llama-cpp-turboquant/tools/mtmd/mtmd-image.cpp +0 -0
- {localcode-0.3.25 → localcode-0.3.27}/llama-cpp-turboquant/tools/mtmd/mtmd-image.h +0 -0
- {localcode-0.3.25 → localcode-0.3.27}/llama-cpp-turboquant/tools/mtmd/mtmd.cpp +0 -0
- {localcode-0.3.25 → localcode-0.3.27}/llama-cpp-turboquant/tools/mtmd/mtmd.h +0 -0
- {localcode-0.3.25 → localcode-0.3.27}/llama-cpp-turboquant/tools/parser/CMakeLists.txt +0 -0
- {localcode-0.3.25 → localcode-0.3.27}/llama-cpp-turboquant/tools/parser/debug-template-parser.cpp +0 -0
- {localcode-0.3.25 → localcode-0.3.27}/llama-cpp-turboquant/tools/parser/template-analysis.cpp +0 -0
- {localcode-0.3.25 → localcode-0.3.27}/llama-cpp-turboquant/tools/perplexity/CMakeLists.txt +0 -0
- {localcode-0.3.25 → localcode-0.3.27}/llama-cpp-turboquant/tools/perplexity/perplexity.cpp +0 -0
- {localcode-0.3.25 → localcode-0.3.27}/llama-cpp-turboquant/tools/quantize/CMakeLists.txt +0 -0
- {localcode-0.3.25 → localcode-0.3.27}/llama-cpp-turboquant/tools/quantize/quantize.cpp +0 -0
- {localcode-0.3.25 → localcode-0.3.27}/llama-cpp-turboquant/tools/results/CMakeLists.txt +0 -0
- {localcode-0.3.25 → localcode-0.3.27}/llama-cpp-turboquant/tools/results/results.cpp +0 -0
- {localcode-0.3.25 → localcode-0.3.27}/llama-cpp-turboquant/tools/rpc/CMakeLists.txt +0 -0
- {localcode-0.3.25 → localcode-0.3.27}/llama-cpp-turboquant/tools/rpc/rpc-server.cpp +0 -0
- {localcode-0.3.25 → localcode-0.3.27}/llama-cpp-turboquant/tools/server/CMakeLists.txt +0 -0
- {localcode-0.3.25 → localcode-0.3.27}/llama-cpp-turboquant/tools/server/server-common.cpp +0 -0
- {localcode-0.3.25 → localcode-0.3.27}/llama-cpp-turboquant/tools/server/server-common.h +0 -0
- {localcode-0.3.25 → localcode-0.3.27}/llama-cpp-turboquant/tools/server/server-context.cpp +0 -0
- {localcode-0.3.25 → localcode-0.3.27}/llama-cpp-turboquant/tools/server/server-context.h +0 -0
- {localcode-0.3.25 → localcode-0.3.27}/llama-cpp-turboquant/tools/server/server-cors-proxy.h +0 -0
- {localcode-0.3.25 → localcode-0.3.27}/llama-cpp-turboquant/tools/server/server-http.cpp +0 -0
- {localcode-0.3.25 → localcode-0.3.27}/llama-cpp-turboquant/tools/server/server-http.h +0 -0
- {localcode-0.3.25 → localcode-0.3.27}/llama-cpp-turboquant/tools/server/server-models.cpp +0 -0
- {localcode-0.3.25 → localcode-0.3.27}/llama-cpp-turboquant/tools/server/server-models.h +0 -0
- {localcode-0.3.25 → localcode-0.3.27}/llama-cpp-turboquant/tools/server/server-queue.cpp +0 -0
- {localcode-0.3.25 → localcode-0.3.27}/llama-cpp-turboquant/tools/server/server-queue.h +0 -0
- {localcode-0.3.25 → localcode-0.3.27}/llama-cpp-turboquant/tools/server/server-task.cpp +0 -0
- {localcode-0.3.25 → localcode-0.3.27}/llama-cpp-turboquant/tools/server/server-task.h +0 -0
- {localcode-0.3.25 → localcode-0.3.27}/llama-cpp-turboquant/tools/server/server-tools.cpp +0 -0
- {localcode-0.3.25 → localcode-0.3.27}/llama-cpp-turboquant/tools/server/server-tools.h +0 -0
- {localcode-0.3.25 → localcode-0.3.27}/llama-cpp-turboquant/tools/server/server.cpp +0 -0
- {localcode-0.3.25 → localcode-0.3.27}/llama-cpp-turboquant/tools/tokenize/CMakeLists.txt +0 -0
- {localcode-0.3.25 → localcode-0.3.27}/llama-cpp-turboquant/tools/tokenize/tokenize.cpp +0 -0
- {localcode-0.3.25 → localcode-0.3.27}/llama-cpp-turboquant/tools/tts/CMakeLists.txt +0 -0
- {localcode-0.3.25 → localcode-0.3.27}/llama-cpp-turboquant/tools/tts/tts.cpp +0 -0
- {localcode-0.3.25 → localcode-0.3.27}/llama-cpp-turboquant/vendor/cpp-httplib/CMakeLists.txt +0 -0
- {localcode-0.3.25 → localcode-0.3.27}/llama-cpp-turboquant/vendor/cpp-httplib/httplib.cpp +0 -0
- {localcode-0.3.25 → localcode-0.3.27}/llama-cpp-turboquant/vendor/cpp-httplib/httplib.h +0 -0
- {localcode-0.3.25 → localcode-0.3.27}/llama-cpp-turboquant/vendor/miniaudio/miniaudio.h +0 -0
- {localcode-0.3.25 → localcode-0.3.27}/llama-cpp-turboquant/vendor/nlohmann/json.hpp +0 -0
- {localcode-0.3.25 → localcode-0.3.27}/llama-cpp-turboquant/vendor/nlohmann/json_fwd.hpp +0 -0
- {localcode-0.3.25 → localcode-0.3.27}/llama-cpp-turboquant/vendor/sheredom/subprocess.h +0 -0
- {localcode-0.3.25 → localcode-0.3.27}/llama-cpp-turboquant/vendor/stb/stb_image.h +0 -0
- {localcode-0.3.25 → localcode-0.3.27}/setup.cfg +0 -0
- {localcode-0.3.25 → localcode-0.3.27}/setup.py +0 -0
- {localcode-0.3.25 → localcode-0.3.27}/src/localcode/__init__.py +0 -0
- {localcode-0.3.25 → localcode-0.3.27}/src/localcode/__main__.py +0 -0
- {localcode-0.3.25 → localcode-0.3.27}/src/localcode/_subproc_env.py +0 -0
- {localcode-0.3.25 → localcode-0.3.27}/src/localcode/agent/__init__.py +0 -0
- {localcode-0.3.25 → localcode-0.3.27}/src/localcode/agent/app_tasks.py +0 -0
- {localcode-0.3.25 → localcode-0.3.27}/src/localcode/agent/constants.py +0 -0
- {localcode-0.3.25 → localcode-0.3.27}/src/localcode/agent/context.py +0 -0
- {localcode-0.3.25 → localcode-0.3.27}/src/localcode/agent/helpers.py +0 -0
- {localcode-0.3.25 → localcode-0.3.27}/src/localcode/agent/hooks.py +0 -0
- {localcode-0.3.25 → localcode-0.3.27}/src/localcode/agent/prompt_context.py +0 -0
- {localcode-0.3.25 → localcode-0.3.27}/src/localcode/agent/recovery.py +0 -0
- {localcode-0.3.25 → localcode-0.3.27}/src/localcode/agent/sections.py +0 -0
- {localcode-0.3.25 → localcode-0.3.27}/src/localcode/agent/state_machine.py +0 -0
- {localcode-0.3.25 → localcode-0.3.27}/src/localcode/agent/streaming.py +0 -0
- {localcode-0.3.25 → localcode-0.3.27}/src/localcode/agent/tool_execution.py +0 -0
- {localcode-0.3.25 → localcode-0.3.27}/src/localcode/agent/tool_orchestration.py +0 -0
- {localcode-0.3.25 → localcode-0.3.27}/src/localcode/agent/turn_finalization.py +0 -0
- {localcode-0.3.25 → localcode-0.3.27}/src/localcode/approvals.py +0 -0
- {localcode-0.3.25 → localcode-0.3.27}/src/localcode/auto_compact.py +0 -0
- {localcode-0.3.25 → localcode-0.3.27}/src/localcode/autonomy.py +0 -0
- {localcode-0.3.25 → localcode-0.3.27}/src/localcode/bin/__init__.py +0 -0
- {localcode-0.3.25 → localcode-0.3.27}/src/localcode/bin/llama-server +0 -0
- {localcode-0.3.25 → localcode-0.3.27}/src/localcode/bootstrap.py +0 -0
- {localcode-0.3.25 → localcode-0.3.27}/src/localcode/cache.py +0 -0
- {localcode-0.3.25 → localcode-0.3.27}/src/localcode/checkpoint.py +0 -0
- {localcode-0.3.25 → localcode-0.3.27}/src/localcode/compact.py +0 -0
- {localcode-0.3.25 → localcode-0.3.27}/src/localcode/compaction.py +0 -0
- {localcode-0.3.25 → localcode-0.3.27}/src/localcode/composer.py +0 -0
- {localcode-0.3.25 → localcode-0.3.27}/src/localcode/config.py +0 -0
- {localcode-0.3.25 → localcode-0.3.27}/src/localcode/context.py +0 -0
- {localcode-0.3.25 → localcode-0.3.27}/src/localcode/display.py +0 -0
- {localcode-0.3.25 → localcode-0.3.27}/src/localcode/embeddings.py +0 -0
- {localcode-0.3.25 → localcode-0.3.27}/src/localcode/entrypoint.py +0 -0
- {localcode-0.3.25 → localcode-0.3.27}/src/localcode/errors.py +0 -0
- {localcode-0.3.25 → localcode-0.3.27}/src/localcode/events.py +0 -0
- {localcode-0.3.25 → localcode-0.3.27}/src/localcode/evidence.py +0 -0
- {localcode-0.3.25 → localcode-0.3.27}/src/localcode/execution_policy.py +0 -0
- {localcode-0.3.25 → localcode-0.3.27}/src/localcode/features.py +0 -0
- {localcode-0.3.25 → localcode-0.3.27}/src/localcode/formatting.py +0 -0
- {localcode-0.3.25 → localcode-0.3.27}/src/localcode/headless_json.py +0 -0
- {localcode-0.3.25 → localcode-0.3.27}/src/localcode/health.py +0 -0
- {localcode-0.3.25 → localcode-0.3.27}/src/localcode/hf_quants.py +0 -0
- {localcode-0.3.25 → localcode-0.3.27}/src/localcode/history.py +0 -0
- {localcode-0.3.25 → localcode-0.3.27}/src/localcode/hooks.py +0 -0
- {localcode-0.3.25 → localcode-0.3.27}/src/localcode/indexer.py +0 -0
- {localcode-0.3.25 → localcode-0.3.27}/src/localcode/injection_defense.py +0 -0
- {localcode-0.3.25 → localcode-0.3.27}/src/localcode/launcher.py +0 -0
- {localcode-0.3.25 → localcode-0.3.27}/src/localcode/logging_utils.py +0 -0
- {localcode-0.3.25 → localcode-0.3.27}/src/localcode/lsp.py +0 -0
- {localcode-0.3.25 → localcode-0.3.27}/src/localcode/mcp/__init__.py +0 -0
- {localcode-0.3.25 → localcode-0.3.27}/src/localcode/mcp/_bridge.py +0 -0
- {localcode-0.3.25 → localcode-0.3.27}/src/localcode/mcp/_config.py +0 -0
- {localcode-0.3.25 → localcode-0.3.27}/src/localcode/mcp/_transports.py +0 -0
- {localcode-0.3.25 → localcode-0.3.27}/src/localcode/mcp/client.py +0 -0
- {localcode-0.3.25 → localcode-0.3.27}/src/localcode/memory_guard.py +0 -0
- {localcode-0.3.25 → localcode-0.3.27}/src/localcode/model_config.py +0 -0
- {localcode-0.3.25 → localcode-0.3.27}/src/localcode/model_families.py +0 -0
- {localcode-0.3.25 → localcode-0.3.27}/src/localcode/models.py +0 -0
- {localcode-0.3.25 → localcode-0.3.27}/src/localcode/models_catalog.py +0 -0
- {localcode-0.3.25 → localcode-0.3.27}/src/localcode/notebook.py +0 -0
- {localcode-0.3.25 → localcode-0.3.27}/src/localcode/output.py +0 -0
- {localcode-0.3.25 → localcode-0.3.27}/src/localcode/patching.py +0 -0
- {localcode-0.3.25 → localcode-0.3.27}/src/localcode/paths.py +0 -0
- {localcode-0.3.25 → localcode-0.3.27}/src/localcode/performance.py +0 -0
- {localcode-0.3.25 → localcode-0.3.27}/src/localcode/permissions.py +0 -0
- {localcode-0.3.25 → localcode-0.3.27}/src/localcode/permissions_v2.py +0 -0
- {localcode-0.3.25 → localcode-0.3.27}/src/localcode/plans.py +0 -0
- {localcode-0.3.25 → localcode-0.3.27}/src/localcode/process_registry.py +0 -0
- {localcode-0.3.25 → localcode-0.3.27}/src/localcode/recommendations.py +0 -0
- {localcode-0.3.25 → localcode-0.3.27}/src/localcode/recovery.py +0 -0
- {localcode-0.3.25 → localcode-0.3.27}/src/localcode/runtime_diffusion.py +0 -0
- {localcode-0.3.25 → localcode-0.3.27}/src/localcode/server_manager.py +0 -0
- {localcode-0.3.25 → localcode-0.3.27}/src/localcode/session.py +0 -0
- {localcode-0.3.25 → localcode-0.3.27}/src/localcode/shell.py +0 -0
- {localcode-0.3.25 → localcode-0.3.27}/src/localcode/skills/debug.md +0 -0
- {localcode-0.3.25 → localcode-0.3.27}/src/localcode/skills/edit-verified.md +0 -0
- {localcode-0.3.25 → localcode-0.3.27}/src/localcode/skills/explain.md +0 -0
- {localcode-0.3.25 → localcode-0.3.27}/src/localcode/skills/finish-verified.md +0 -0
- {localcode-0.3.25 → localcode-0.3.27}/src/localcode/skills/git-commit-safely.md +0 -0
- {localcode-0.3.25 → localcode-0.3.27}/src/localcode/skills/locate.md +0 -0
- {localcode-0.3.25 → localcode-0.3.27}/src/localcode/skills/plan-task.md +0 -0
- {localcode-0.3.25 → localcode-0.3.27}/src/localcode/skills/review.md +0 -0
- {localcode-0.3.25 → localcode-0.3.27}/src/localcode/skills/run-tests.md +0 -0
- {localcode-0.3.25 → localcode-0.3.27}/src/localcode/skills.py +0 -0
- {localcode-0.3.25 → localcode-0.3.27}/src/localcode/snapshots.py +0 -0
- {localcode-0.3.25 → localcode-0.3.27}/src/localcode/sounds.py +0 -0
- {localcode-0.3.25 → localcode-0.3.27}/src/localcode/telemetry.py +0 -0
- {localcode-0.3.25 → localcode-0.3.27}/src/localcode/theme.py +0 -0
- {localcode-0.3.25 → localcode-0.3.27}/src/localcode/thermal.py +0 -0
- {localcode-0.3.25 → localcode-0.3.27}/src/localcode/thinking.py +0 -0
- {localcode-0.3.25 → localcode-0.3.27}/src/localcode/tool_router.py +0 -0
- {localcode-0.3.25 → localcode-0.3.27}/src/localcode/toolkit.py +0 -0
- {localcode-0.3.25 → localcode-0.3.27}/src/localcode/tools/__init__.py +0 -0
- {localcode-0.3.25 → localcode-0.3.27}/src/localcode/tools/agent.py +0 -0
- {localcode-0.3.25 → localcode-0.3.27}/src/localcode/tools/append_file.py +0 -0
- {localcode-0.3.25 → localcode-0.3.27}/src/localcode/tools/background_process.py +0 -0
- {localcode-0.3.25 → localcode-0.3.27}/src/localcode/tools/base.py +0 -0
- {localcode-0.3.25 → localcode-0.3.27}/src/localcode/tools/bash.py +0 -0
- {localcode-0.3.25 → localcode-0.3.27}/src/localcode/tools/code_navigation.py +0 -0
- {localcode-0.3.25 → localcode-0.3.27}/src/localcode/tools/edit_diff.py +0 -0
- {localcode-0.3.25 → localcode-0.3.27}/src/localcode/tools/edit_file.py +0 -0
- {localcode-0.3.25 → localcode-0.3.27}/src/localcode/tools/facts.py +0 -0
- {localcode-0.3.25 → localcode-0.3.27}/src/localcode/tools/glob_tool.py +0 -0
- {localcode-0.3.25 → localcode-0.3.27}/src/localcode/tools/grep.py +0 -0
- {localcode-0.3.25 → localcode-0.3.27}/src/localcode/tools/launch_app.py +0 -0
- {localcode-0.3.25 → localcode-0.3.27}/src/localcode/tools/list_files.py +0 -0
- {localcode-0.3.25 → localcode-0.3.27}/src/localcode/tools/multi_edit.py +0 -0
- {localcode-0.3.25 → localcode-0.3.27}/src/localcode/tools/plan_mode.py +0 -0
- {localcode-0.3.25 → localcode-0.3.27}/src/localcode/tools/project_check.py +0 -0
- {localcode-0.3.25 → localcode-0.3.27}/src/localcode/tools/read_file.py +0 -0
- {localcode-0.3.25 → localcode-0.3.27}/src/localcode/tools/read_state.py +0 -0
- {localcode-0.3.25 → localcode-0.3.27}/src/localcode/tools/skill_tool.py +0 -0
- {localcode-0.3.25 → localcode-0.3.27}/src/localcode/tools/syntax_check.py +0 -0
- {localcode-0.3.25 → localcode-0.3.27}/src/localcode/tools/todo_write.py +0 -0
- {localcode-0.3.25 → localcode-0.3.27}/src/localcode/tools/tool_call_repair.py +0 -0
- {localcode-0.3.25 → localcode-0.3.27}/src/localcode/tools/web_fetch.py +0 -0
- {localcode-0.3.25 → localcode-0.3.27}/src/localcode/tools/web_search.py +0 -0
- {localcode-0.3.25 → localcode-0.3.27}/src/localcode/tools/write_file.py +0 -0
- {localcode-0.3.25 → localcode-0.3.27}/src/localcode/tui/__init__.py +0 -0
- {localcode-0.3.25 → localcode-0.3.27}/src/localcode/tui/app.py +0 -0
- {localcode-0.3.25 → localcode-0.3.27}/src/localcode/tui/bridge.py +0 -0
- {localcode-0.3.25 → localcode-0.3.27}/src/localcode/tui/clipboard_image.py +0 -0
- {localcode-0.3.25 → localcode-0.3.27}/src/localcode/tui/paste_collapse.py +0 -0
- {localcode-0.3.25 → localcode-0.3.27}/src/localcode/tui/screens/__init__.py +0 -0
- {localcode-0.3.25 → localcode-0.3.27}/src/localcode/tui/screens/chat.py +0 -0
- {localcode-0.3.25 → localcode-0.3.27}/src/localcode/tui/screens/mode_picker.py +0 -0
- {localcode-0.3.25 → localcode-0.3.27}/src/localcode/tui/screens/model_picker.py +0 -0
- {localcode-0.3.25 → localcode-0.3.27}/src/localcode/tui/screens/setup.py +0 -0
- {localcode-0.3.25 → localcode-0.3.27}/src/localcode/tui/styles/__init__.py +0 -0
- {localcode-0.3.25 → localcode-0.3.27}/src/localcode/tui/styles/app.tcss +0 -0
- {localcode-0.3.25 → localcode-0.3.27}/src/localcode/tui/widgets/__init__.py +0 -0
- {localcode-0.3.25 → localcode-0.3.27}/src/localcode/tui/widgets/approval.py +0 -0
- {localcode-0.3.25 → localcode-0.3.27}/src/localcode/tui/widgets/chat_log.py +0 -0
- {localcode-0.3.25 → localcode-0.3.27}/src/localcode/tui/widgets/messages/__init__.py +0 -0
- {localcode-0.3.25 → localcode-0.3.27}/src/localcode/tui/widgets/messages/diff.py +0 -0
- {localcode-0.3.25 → localcode-0.3.27}/src/localcode/tui/widgets/voice_visualizer.py +0 -0
- {localcode-0.3.25 → localcode-0.3.27}/src/localcode/turn_diff.py +0 -0
- {localcode-0.3.25 → localcode-0.3.27}/src/localcode/undo.py +0 -0
- {localcode-0.3.25 → localcode-0.3.27}/src/localcode/verification.py +0 -0
- {localcode-0.3.25 → localcode-0.3.27}/src/localcode/voice.py +0 -0
- {localcode-0.3.25 → localcode-0.3.27}/src/localcode.egg-info/dependency_links.txt +0 -0
- {localcode-0.3.25 → localcode-0.3.27}/src/localcode.egg-info/entry_points.txt +0 -0
- {localcode-0.3.25 → localcode-0.3.27}/src/localcode.egg-info/requires.txt +0 -0
- {localcode-0.3.25 → localcode-0.3.27}/src/localcode.egg-info/top_level.txt +0 -0
- {localcode-0.3.25 → localcode-0.3.27}/tests/test_agent_event_regressions.py +0 -0
- {localcode-0.3.25 → localcode-0.3.27}/tests/test_architecture.py +0 -0
- {localcode-0.3.25 → localcode-0.3.27}/tests/test_bootstrap.py +0 -0
- {localcode-0.3.25 → localcode-0.3.27}/tests/test_checkpoint.py +0 -0
- {localcode-0.3.25 → localcode-0.3.27}/tests/test_churn_detection.py +0 -0
- {localcode-0.3.25 → localcode-0.3.27}/tests/test_clipboard_image.py +0 -0
- {localcode-0.3.25 → localcode-0.3.27}/tests/test_code_navigation_and_processes.py +0 -0
- {localcode-0.3.25 → localcode-0.3.27}/tests/test_compaction.py +0 -0
- {localcode-0.3.25 → localcode-0.3.27}/tests/test_comprehensive_agent.py +0 -0
- {localcode-0.3.25 → localcode-0.3.27}/tests/test_comprehensive_bg_download.py +0 -0
- {localcode-0.3.25 → localcode-0.3.27}/tests/test_comprehensive_binary.py +0 -0
- {localcode-0.3.25 → localcode-0.3.27}/tests/test_comprehensive_cli.py +0 -0
- {localcode-0.3.25 → localcode-0.3.27}/tests/test_comprehensive_diffusion.py +0 -0
- {localcode-0.3.25 → localcode-0.3.27}/tests/test_comprehensive_download.py +0 -0
- {localcode-0.3.25 → localcode-0.3.27}/tests/test_comprehensive_hardening.py +0 -0
- {localcode-0.3.25 → localcode-0.3.27}/tests/test_comprehensive_install.py +0 -0
- {localcode-0.3.25 → localcode-0.3.27}/tests/test_comprehensive_machines.py +0 -0
- {localcode-0.3.25 → localcode-0.3.27}/tests/test_comprehensive_model_picker.py +0 -0
- {localcode-0.3.25 → localcode-0.3.27}/tests/test_comprehensive_models_matrix.py +0 -0
- {localcode-0.3.25 → localcode-0.3.27}/tests/test_comprehensive_tui.py +0 -0
- {localcode-0.3.25 → localcode-0.3.27}/tests/test_comprehensive_vision.py +0 -0
- {localcode-0.3.25 → localcode-0.3.27}/tests/test_comprehensive_voice.py +0 -0
- {localcode-0.3.25 → localcode-0.3.27}/tests/test_comprehensive_whisper.py +0 -0
- {localcode-0.3.25 → localcode-0.3.27}/tests/test_config.py +0 -0
- {localcode-0.3.25 → localcode-0.3.27}/tests/test_context.py +0 -0
- {localcode-0.3.25 → localcode-0.3.27}/tests/test_context_pipeline_e2e.py +0 -0
- {localcode-0.3.25 → localcode-0.3.27}/tests/test_download.py +0 -0
- {localcode-0.3.25 → localcode-0.3.27}/tests/test_edit_guard_and_fuzzy.py +0 -0
- {localcode-0.3.25 → localcode-0.3.27}/tests/test_embeddings_retrieval.py +0 -0
- {localcode-0.3.25 → localcode-0.3.27}/tests/test_evidence_and_lifecycle_hooks.py +0 -0
- {localcode-0.3.25 → localcode-0.3.27}/tests/test_execution_policies.py +0 -0
- {localcode-0.3.25 → localcode-0.3.27}/tests/test_fresh_install.py +0 -0
- {localcode-0.3.25 → localcode-0.3.27}/tests/test_kv_cap.py +0 -0
- {localcode-0.3.25 → localcode-0.3.27}/tests/test_loop_recovery_ladder.py +0 -0
- {localcode-0.3.25 → localcode-0.3.27}/tests/test_model_config.py +0 -0
- {localcode-0.3.25 → localcode-0.3.27}/tests/test_models_catalog.py +0 -0
- {localcode-0.3.25 → localcode-0.3.27}/tests/test_not_found_recovery.py +0 -0
- {localcode-0.3.25 → localcode-0.3.27}/tests/test_output.py +0 -0
- {localcode-0.3.25 → localcode-0.3.27}/tests/test_paste_collapse.py +0 -0
- {localcode-0.3.25 → localcode-0.3.27}/tests/test_real_models.py +0 -0
- {localcode-0.3.25 → localcode-0.3.27}/tests/test_run_json.py +0 -0
- {localcode-0.3.25 → localcode-0.3.27}/tests/test_runtime.py +0 -0
- {localcode-0.3.25 → localcode-0.3.27}/tests/test_subproc_env.py +0 -0
- {localcode-0.3.25 → localcode-0.3.27}/tests/test_syntax_check.py +0 -0
- {localcode-0.3.25 → localcode-0.3.27}/tests/test_thermal.py +0 -0
- {localcode-0.3.25 → localcode-0.3.27}/tests/test_toolkit.py +0 -0
- {localcode-0.3.25 → localcode-0.3.27}/tests/test_tui_input.py +0 -0
|
@@ -153,10 +153,34 @@ class GoalState:
|
|
|
153
153
|
return data
|
|
154
154
|
|
|
155
155
|
|
|
156
|
+
# NOTE ON THIS CLASSIFIER: goal_type is a WEAK hint, not the authority on
|
|
157
|
+
# whether a task is finished. Completion is governed by the model's own todo
|
|
158
|
+
# list (see the open-todo gate in agent/loop.py) — never by these regexes or by
|
|
159
|
+
# a detected server port. History: "Build me an Anki clone … so I can launch it
|
|
160
|
+
# like a native app" used to match the run_or_launch pattern on the phrase
|
|
161
|
+
# "launch it", which then let a freshly-opened dev-server port count as "app
|
|
162
|
+
# built" at ~10% of the work. The lasting fix is that a port no longer ends a
|
|
163
|
+
# turn while todos are open; the widening below just keeps genuine builds out of
|
|
164
|
+
# run_or_launch in the first place. Misclassifying an edit as build_app is
|
|
165
|
+
# cheap (its criteria are just "code exists + verification passes"); the
|
|
166
|
+
# dangerous direction is a build leaking into run_or_launch, so bias toward
|
|
167
|
+
# build_app and require run_or_launch to be an *unambiguous* run request.
|
|
168
|
+
_BUILD_VERB = r"(?:build|create|make|scaffold|implement|develop|generate|write|design|code)"
|
|
169
|
+
_APP_NOUN = (
|
|
170
|
+
r"(?:app|application|web ?app|website|web ?page|site|dashboard|api|service|"
|
|
171
|
+
r"project|clone|game|tool|extension|widget|spa|pwa|frontend|back ?end|"
|
|
172
|
+
r"platform|bot|cli|ui|component|library|package|script|program|"
|
|
173
|
+
r"tracker|editor|viewer|generator)"
|
|
174
|
+
)
|
|
175
|
+
|
|
176
|
+
|
|
156
177
|
def infer_goal_state(user_text: str) -> GoalState:
|
|
157
178
|
text = (user_text or "").strip()
|
|
158
179
|
lower = text.lower()
|
|
159
|
-
|
|
180
|
+
# build verb + app-ish noun anywhere in the request → it's a build. No tight
|
|
181
|
+
# proximity window (the old `.{0,40}` cap is exactly why "Build me a … web
|
|
182
|
+
# app" fell through — the noun sat 48 chars past the verb).
|
|
183
|
+
if re.search(rf"\b{_BUILD_VERB}\b", lower) and re.search(rf"\b{_APP_NOUN}\b", lower):
|
|
160
184
|
goal_type, task_kind = "build_app", "new_app"
|
|
161
185
|
criteria = ("Requested implementation exists on disk", "Relevant build or tests pass", "Runtime behavior is verified when applicable")
|
|
162
186
|
elif re.search(r"\b(run|launch|start|serve|open)\b.{0,24}\b(app|server|site|project|it)\b", lower):
|
|
@@ -49,6 +49,7 @@ from .constants import (
|
|
|
49
49
|
)
|
|
50
50
|
from .goal import GoalState, infer_goal_state
|
|
51
51
|
from .context import (
|
|
52
|
+
_msg_bytes,
|
|
52
53
|
_prepare_model_messages,
|
|
53
54
|
_summarize_args,
|
|
54
55
|
_truncate_result,
|
|
@@ -110,9 +111,7 @@ from .hooks import (
|
|
|
110
111
|
)
|
|
111
112
|
from .app_tasks import (
|
|
112
113
|
extract_port,
|
|
113
|
-
format_run_or_launch_summary,
|
|
114
114
|
ground_run_or_launch_text,
|
|
115
|
-
has_launch_signal,
|
|
116
115
|
has_runtime_verification_signal,
|
|
117
116
|
is_focused_blocking_question,
|
|
118
117
|
looks_like_partial_handoff,
|
|
@@ -787,11 +786,6 @@ def run_agent_loop(
|
|
|
787
786
|
user_text=user_text,
|
|
788
787
|
)
|
|
789
788
|
try:
|
|
790
|
-
# Compact older tool results so every round's prompt stays small
|
|
791
|
-
# enough for hybrid-memory models (Qwen 3.6) to re-evaluate fast.
|
|
792
|
-
# Pass the model's context window (RAM-derived) so compaction is
|
|
793
|
-
# window-aware: a big machine keeps far more history instead of
|
|
794
|
-
# crushing it to a fixed 36 KB (which made the model lose track).
|
|
795
789
|
_ctx_chars = None
|
|
796
790
|
try:
|
|
797
791
|
_nctx = app.engine._target_num_ctx()
|
|
@@ -799,11 +793,45 @@ def run_agent_loop(
|
|
|
799
793
|
_ctx_chars = int(_nctx * 3.5) # tokens → ~chars
|
|
800
794
|
except Exception:
|
|
801
795
|
_ctx_chars = None
|
|
802
|
-
|
|
803
|
-
|
|
804
|
-
|
|
805
|
-
|
|
806
|
-
|
|
796
|
+
# ── Append-only transcript between DISCRETE compactions ──
|
|
797
|
+
# (codex/opencode/pi/claude-code pattern). The old behavior ran the
|
|
798
|
+
# full shrink pass EVERY round with a moving age boundary: each
|
|
799
|
+
# round another message crossed "old" and got stubbed, changing
|
|
800
|
+
# bytes near the START of the prompt, so llama.cpp's prefix cache
|
|
801
|
+
# missed and the ENTIRE conversation re-prefilled every round. On a
|
|
802
|
+
# measured 55-min build that was 77% of wall-clock (TTFT grew from
|
|
803
|
+
# 3 s at round 3 to 95 s at round 53 — pure re-prefill). All four
|
|
804
|
+
# reference harnesses append-only within a turn and compact as a
|
|
805
|
+
# discrete event; on a LOCAL model, where prefill is the dominant
|
|
806
|
+
# cost, the prefix cache is the single biggest speed lever.
|
|
807
|
+
#
|
|
808
|
+
# Trigger is dynamic (window-derived, RAM-scaled upstream): compact
|
|
809
|
+
# when the serialized transcript passes ~55% of the context window
|
|
810
|
+
# (headroom for the trailing ephemeral block + generation). The
|
|
811
|
+
# compaction is DURABLE (messages[:] = shrunk) so subsequent rounds
|
|
812
|
+
# are again byte-stable prefixes — one cache miss per compaction,
|
|
813
|
+
# zero per round.
|
|
814
|
+
_trigger_bytes = int((_ctx_chars or 250_000) * 0.55)
|
|
815
|
+
if _msg_bytes(messages) > _trigger_bytes:
|
|
816
|
+
# Mid-turn nudges are per-round steering the model has already
|
|
817
|
+
# consumed; their stored INDICES are only valid on the
|
|
818
|
+
# uncompacted list, so strip them first and reset bookkeeping.
|
|
819
|
+
if _ephemeral_nudge_indices:
|
|
820
|
+
strip_ephemeral_nudges(messages, _ephemeral_nudge_indices)
|
|
821
|
+
_ephemeral_nudge_indices.clear()
|
|
822
|
+
messages[:] = _prepare_model_messages(
|
|
823
|
+
messages, ctx_window_chars=_ctx_chars,
|
|
824
|
+
observed_ttft_ms=_observed_ttft_ms,
|
|
825
|
+
)
|
|
826
|
+
try:
|
|
827
|
+
from ..events import emit as _emit_compact
|
|
828
|
+
_emit_compact("discrete_compaction", turn_id=_turn_id,
|
|
829
|
+
round_idx=round_num,
|
|
830
|
+
bytes_after=_msg_bytes(messages),
|
|
831
|
+
trigger_bytes=_trigger_bytes)
|
|
832
|
+
except Exception:
|
|
833
|
+
pass
|
|
834
|
+
model_messages = hook_before_model(list(messages), _hook_state)
|
|
807
835
|
# Inject a window-scaled progress ledger (Codex-style tool-state
|
|
808
836
|
# awareness): the model always sees what it has already done, so it
|
|
809
837
|
# stops re-reading files / restarting from scratch. Built from
|
|
@@ -2152,16 +2180,18 @@ def run_agent_loop(
|
|
|
2152
2180
|
full_response.append(_verified_launch_summary)
|
|
2153
2181
|
break
|
|
2154
2182
|
|
|
2155
|
-
|
|
2156
|
-
|
|
2157
|
-
|
|
2158
|
-
|
|
2159
|
-
|
|
2160
|
-
|
|
2161
|
-
|
|
2162
|
-
|
|
2163
|
-
|
|
2164
|
-
|
|
2183
|
+
# NOTE: there used to be a "run_or_launch + a port opened ⇒ the task is
|
|
2184
|
+
# done" break here. It was an anti-pattern — none of the reference
|
|
2185
|
+
# harnesses (codex, opencode, pi, claude-code) infer completion from a
|
|
2186
|
+
# detected port, a launched process, or output patterns. All of them end
|
|
2187
|
+
# a turn on ONE structural signal: the model returned a message with no
|
|
2188
|
+
# tool calls. That block let `npm run dev` opening a socket count as a
|
|
2189
|
+
# finished app at ~10% of the work. Removed for good. Completion is now
|
|
2190
|
+
# model-driven (the no-tool-calls exit below), backstopped only by the
|
|
2191
|
+
# open-todo gate for the small local models that stop early — the harness
|
|
2192
|
+
# nudges AGAINST stopping, it never invents a "done" signal. If a run
|
|
2193
|
+
# task launches a server, the model reports the URL in its own reply,
|
|
2194
|
+
# exactly like the reference tools do.
|
|
2165
2195
|
|
|
2166
2196
|
# ── Cross-round repeated-call nudge ──
|
|
2167
2197
|
# The dominant waste in the logs: the model calls the SAME (tool, args)
|
|
@@ -39,30 +39,36 @@ _STACK_MARKERS: tuple[tuple[str, str], ...] = (
|
|
|
39
39
|
|
|
40
40
|
|
|
41
41
|
SYSTEM_PROMPT = """\
|
|
42
|
-
You are LocalCode, a coding agent running locally on the user's machine with full filesystem access through your tools.
|
|
43
|
-
|
|
44
|
-
|
|
45
|
-
|
|
46
|
-
2
|
|
47
|
-
|
|
48
|
-
|
|
49
|
-
|
|
50
|
-
|
|
51
|
-
|
|
52
|
-
-
|
|
53
|
-
-
|
|
54
|
-
-
|
|
55
|
-
|
|
56
|
-
|
|
57
|
-
-
|
|
58
|
-
-
|
|
59
|
-
-
|
|
60
|
-
|
|
61
|
-
|
|
62
|
-
|
|
63
|
-
-
|
|
64
|
-
|
|
65
|
-
If
|
|
42
|
+
You are LocalCode, a coding agent running locally on the user's machine with full filesystem access through your tools. You run on a small, quantized model on the user's own hardware — so every token you spend costs the user real latency. Be fast by being decisive, not by cutting the work short.
|
|
43
|
+
|
|
44
|
+
FINISH THE WHOLE TASK (most important):
|
|
45
|
+
- Keep going until the user's request is COMPLETELY done. Do not end your turn while any part of the work remains. A dev server that starts, a scaffold that installs, a single file written — none of these is "done" unless that was the entire request.
|
|
46
|
+
- For any task with 2+ steps, call todo_write FIRST to lay out every step. Keep exactly ONE item in_progress; mark each done the instant it's finished. Your todo list is your contract: if any item is still pending or in_progress, you are NOT done — take the next action, don't stop to ask "should I continue?".
|
|
47
|
+
- Only stop for one of two reasons: (a) every requirement is met and verified, or (b) you have ONE specific blocking question you cannot answer yourself. Nothing else ends your turn.
|
|
48
|
+
- When you say "next I'll do X", the tool call that does X MUST be your very next action. Never end a turn on a statement of intent.
|
|
49
|
+
|
|
50
|
+
WORK FAST AND CLEAN:
|
|
51
|
+
- ACT, DON'T NARRATE. At most one short sentence before a tool call. No "Here is…" preambles, no "Let me know if…" postambles. Terse PROSE — but complete CODE.
|
|
52
|
+
- Don't repeat work. Never re-read a file or re-run a command whose result is already above. Continue from where you left off.
|
|
53
|
+
- Write complete, runnable code — no TODOs, stubs, placeholders, or "you could add…". If a piece is too big for one call, split it across calls; never drop it.
|
|
54
|
+
- On a tool error, read it, fix the specific cause, and retry with a real change — don't repeat the same failing call, and don't give up after one failure.
|
|
55
|
+
|
|
56
|
+
TOOLS & FILES:
|
|
57
|
+
- Use read_file / write_file / edit_file / list_files for files — NOT bash (`cat`, `ls`, `>`). bash is only for running commands (npm, git, build, test).
|
|
58
|
+
- edit_file on an existing file: anchor `old_string` on 2–4 adjacent lines (whitespace-tolerant; the read_file line-number prefix is stripped for you). write_file to create or fully rewrite.
|
|
59
|
+
- Use real, repo-relative paths. Keep source in the language's conventional directory, not dumped in the repo root. Match the project's existing conventions and language.
|
|
60
|
+
- Background long-running commands (`cmd &`) so bash returns. Non-zero exit = failure — fix it, don't move on. Bulky tool output from older turns is redacted to save context — re-read from disk if you need it again.
|
|
61
|
+
|
|
62
|
+
DON'T GUESS:
|
|
63
|
+
- Don't invent dependencies: before importing a library, confirm it's in the project's manifest (package.json / requirements.txt / Cargo.toml / go.mod) or a neighboring file. When installing, don't pin a guessed version — let the resolver pick.
|
|
64
|
+
- Never assume a library's API. Verify exports/types/signatures by reading its installed source, checking neighboring usage, or web_fetch'ing its docs. Implementing from a spec or reference? Work from the real source, not memory.
|
|
65
|
+
- If you don't recognize a term, library, or command, say so — search the web before asserting. If results are empty, say that.
|
|
66
|
+
|
|
67
|
+
VERIFY BEFORE YOU CLAIM DONE:
|
|
68
|
+
- After building something runnable, actually run it (build, tests, or a real probe) and read the output. "It should work" is not verification.
|
|
69
|
+
- Report outcomes faithfully: if a build/test fails, say so with the output; if you skipped a step, say that.
|
|
70
|
+
|
|
71
|
+
If the request is ambiguous in a way that changes your approach (stack, interface, scope), ask ONE short question first — otherwise pick the sensible default and proceed.
|
|
66
72
|
|
|
67
73
|
Working directory: {cwd}
|
|
68
74
|
{network_status}{reasoning_rules}{project_instructions}{skills_block}"""
|
|
@@ -245,6 +245,50 @@ class LocalCodeApp:
|
|
|
245
245
|
except Exception:
|
|
246
246
|
pass
|
|
247
247
|
|
|
248
|
+
def _anchor_home_build_root(self, slug: str) -> bool:
|
|
249
|
+
"""Give a $HOME-launched new-app build a real project directory.
|
|
250
|
+
|
|
251
|
+
When localcode is started from $HOME with no project root, there is no
|
|
252
|
+
directory to anchor against, so `repo_root` stays at $HOME. The model
|
|
253
|
+
then scatters files into some arbitrary deep subdir while the harness —
|
|
254
|
+
launcher, verification, context, RAG — stays pinned at $HOME and never
|
|
255
|
+
finds the app it "built". (This is the second half of the Anki-build
|
|
256
|
+
stop: the build ran with cwd=$HOME.) Fix: anchor the build to a clean
|
|
257
|
+
canonical dir, $HOME/<slug>, created up-front BEFORE the turn's first
|
|
258
|
+
tool call, and re-point the path-critical components at it. Everything
|
|
259
|
+
else (launcher, verify, context, snapshots) reads `self.repo_root` live,
|
|
260
|
+
so re-pointing here is enough.
|
|
261
|
+
|
|
262
|
+
Guarded by the caller to the degenerate $HOME + build_app/new_app case,
|
|
263
|
+
so a normal in-project launch is never re-pinned. Idempotent — re-running
|
|
264
|
+
for the same slug re-adopts the existing dir (resume-friendly). Returns
|
|
265
|
+
True when the anchored dir already had files (a resume).
|
|
266
|
+
"""
|
|
267
|
+
clean = (slug or "").strip().strip("/")
|
|
268
|
+
if not clean:
|
|
269
|
+
return False
|
|
270
|
+
new_root = (self.repo_root / clean).resolve()
|
|
271
|
+
# Never escape or re-adopt $HOME; never walk upward.
|
|
272
|
+
if _is_home_or_shallower(new_root) or self.repo_root.resolve() not in new_root.parents:
|
|
273
|
+
return False
|
|
274
|
+
try:
|
|
275
|
+
new_root.mkdir(parents=True, exist_ok=True)
|
|
276
|
+
had_files = any(new_root.iterdir())
|
|
277
|
+
except OSError:
|
|
278
|
+
return False
|
|
279
|
+
self.log.info("Anchoring $HOME build to canonical project dir %s", new_root)
|
|
280
|
+
self.repo_root = new_root
|
|
281
|
+
self.repo_root_is_home = False
|
|
282
|
+
# Re-point ONLY the components whose path resolution / write-containment
|
|
283
|
+
# must follow the new root. The turn_tracker keeps its $HOME baseline
|
|
284
|
+
# (already snapshotted this turn) — its diff is cosmetic.
|
|
285
|
+
try:
|
|
286
|
+
self.toolkit.repo_root = new_root
|
|
287
|
+
self.toolkit.changes.repo_root = new_root
|
|
288
|
+
except Exception:
|
|
289
|
+
pass
|
|
290
|
+
return had_files
|
|
291
|
+
|
|
248
292
|
def _record_exec_event(self, event_type: str, payload: dict) -> None:
|
|
249
293
|
detail = payload.get("stage") or payload.get("name") or payload.get("message") or payload.get("chunk") or event_type
|
|
250
294
|
detail_text = str(detail).replace("\n", " ")[:200]
|
|
@@ -482,11 +526,25 @@ class LocalCodeApp:
|
|
|
482
526
|
goal_summary=goal_state.goal_summary,
|
|
483
527
|
success_criteria=merged_criteria,
|
|
484
528
|
)
|
|
529
|
+
# $HOME-launched new-app build: anchor to a clean canonical project dir
|
|
530
|
+
# BEFORE any tool call, so the model builds in one place and the harness
|
|
531
|
+
# (launcher/verify/context) follows it. Only fires in the degenerate
|
|
532
|
+
# $HOME case; a normal in-project launch is untouched.
|
|
533
|
+
_anchored_resume = False
|
|
534
|
+
if (
|
|
535
|
+
self.repo_root_is_home
|
|
536
|
+
and goal_state.goal_type == "build_app"
|
|
537
|
+
and goal_state.task_kind == "new_app"
|
|
538
|
+
):
|
|
539
|
+
_anchored_resume = self._anchor_home_build_root(goal_state.task_slug)
|
|
485
540
|
if (
|
|
486
541
|
not _continuing_task
|
|
487
542
|
and goal_state.goal_type == "build_app"
|
|
488
543
|
and goal_state.task_kind == "new_app"
|
|
489
|
-
and
|
|
544
|
+
and (
|
|
545
|
+
_anchored_resume
|
|
546
|
+
or _canonical_project_dir_has_files(self.repo_root, goal_state.task_slug)
|
|
547
|
+
)
|
|
490
548
|
):
|
|
491
549
|
task_state.current_stage = "scaffolding"
|
|
492
550
|
task_state.goal_summary = (
|
|
@@ -2055,6 +2055,15 @@ class LocalCodeRuntimeGateway(_DiffusionMixin):
|
|
|
2055
2055
|
"messages": messages,
|
|
2056
2056
|
"temperature": opts["temperature"],
|
|
2057
2057
|
"chat_template_kwargs": {"enable_thinking": think},
|
|
2058
|
+
# Explicit KV prefix-cache opt-in. Recent llama.cpp builds default
|
|
2059
|
+
# this to true for /v1/chat/completions, but TurboQuant is a fork —
|
|
2060
|
+
# never rely on the default for the single biggest local-speed
|
|
2061
|
+
# lever. The agent loop keeps the transcript append-only between
|
|
2062
|
+
# discrete compactions precisely so this cache HITS every round
|
|
2063
|
+
# (see loop.py "Append-only transcript"): prefill dominates local
|
|
2064
|
+
# inference, and a hit turns a 40K-token re-read into just the
|
|
2065
|
+
# few hundred new tokens.
|
|
2066
|
+
"cache_prompt": True,
|
|
2058
2067
|
}
|
|
2059
2068
|
# Single-knob anti-rephrase: `repeat_penalty=1.05` only.
|
|
2060
2069
|
# Added 2026-04-29 after stripping the full sampler stack
|
|
@@ -948,6 +948,7 @@ tests/test_embeddings_retrieval.py
|
|
|
948
948
|
tests/test_evidence_and_lifecycle_hooks.py
|
|
949
949
|
tests/test_execution_policies.py
|
|
950
950
|
tests/test_fresh_install.py
|
|
951
|
+
tests/test_home_build_anchor.py
|
|
951
952
|
tests/test_kv_cap.py
|
|
952
953
|
tests/test_loop_recovery_ladder.py
|
|
953
954
|
tests/test_model_config.py
|
|
@@ -10,6 +10,24 @@ def test_conservative_goal_classifier_activates_harness_lifecycles() -> None:
|
|
|
10
10
|
assert infer_goal_state("organize these notes").goal_type == "general_task"
|
|
11
11
|
|
|
12
12
|
|
|
13
|
+
def test_build_verb_wins_over_incidental_run_words() -> None:
|
|
14
|
+
# A build request that also *describes* the finished artifact with run/launch
|
|
15
|
+
# words ("so I can launch it", "then start it") must stay build_app. The old
|
|
16
|
+
# classifier let the trailing "launch it"/"start it" phrase flip the whole
|
|
17
|
+
# task to run_or_launch, after which a freshly-opened dev-server port counted
|
|
18
|
+
# as a finished build. This pins the class of bug, not one prompt.
|
|
19
|
+
for text in (
|
|
20
|
+
"build a web app so I can launch it like a native app",
|
|
21
|
+
"create an api and then start the server to test it",
|
|
22
|
+
"make a game I can run in the browser",
|
|
23
|
+
"implement a dashboard, then open it to check the charts",
|
|
24
|
+
):
|
|
25
|
+
assert infer_goal_state(text).goal_type == "build_app", text
|
|
26
|
+
# Genuine run/launch requests (no build verb) must stay run_or_launch.
|
|
27
|
+
for text in ("launch it", "run the app", "start the server", "open the project"):
|
|
28
|
+
assert infer_goal_state(text).goal_type == "run_or_launch", text
|
|
29
|
+
|
|
30
|
+
|
|
13
31
|
def test_task_lifecycle_requires_verification_before_completion() -> None:
|
|
14
32
|
assert transition("planning", TaskEvent.MUTATION_SUCCEEDED).after == TaskStage.IMPLEMENT
|
|
15
33
|
assert transition("implement", TaskEvent.REQUIREMENTS_SATISFIED).after == TaskStage.IMPLEMENT
|
|
@@ -0,0 +1,57 @@
|
|
|
1
|
+
"""Regression: a $HOME-launched new-app build must anchor to a real project dir.
|
|
2
|
+
|
|
3
|
+
Half of the Anki-build stop was that the build ran with repo_root=$HOME — the
|
|
4
|
+
model scattered files while launcher/verify/context stayed pinned at $HOME.
|
|
5
|
+
`_anchor_home_build_root` re-pins to $HOME/<slug> before the first tool call.
|
|
6
|
+
Tested in isolation with a lightweight stub so we don't spin up a real model.
|
|
7
|
+
"""
|
|
8
|
+
import logging
|
|
9
|
+
import types
|
|
10
|
+
from pathlib import Path
|
|
11
|
+
|
|
12
|
+
from localcode.app import LocalCodeApp
|
|
13
|
+
|
|
14
|
+
|
|
15
|
+
def _stub(home: Path):
|
|
16
|
+
changes = types.SimpleNamespace(repo_root=home)
|
|
17
|
+
toolkit = types.SimpleNamespace(repo_root=home, changes=changes)
|
|
18
|
+
return types.SimpleNamespace(
|
|
19
|
+
repo_root=home,
|
|
20
|
+
repo_root_is_home=True,
|
|
21
|
+
log=logging.getLogger("test"),
|
|
22
|
+
toolkit=toolkit,
|
|
23
|
+
)
|
|
24
|
+
|
|
25
|
+
|
|
26
|
+
def test_anchor_creates_and_repins_to_canonical_dir(tmp_path: Path) -> None:
|
|
27
|
+
fake = _stub(tmp_path)
|
|
28
|
+
had_files = LocalCodeApp._anchor_home_build_root(fake, "local-first-anki-clone")
|
|
29
|
+
expected = (tmp_path / "local-first-anki-clone").resolve()
|
|
30
|
+
assert had_files is False
|
|
31
|
+
assert expected.is_dir()
|
|
32
|
+
# repo_root and the path-critical components all follow the new root.
|
|
33
|
+
assert fake.repo_root == expected
|
|
34
|
+
assert fake.repo_root_is_home is False
|
|
35
|
+
assert fake.toolkit.repo_root == expected
|
|
36
|
+
assert fake.toolkit.changes.repo_root == expected
|
|
37
|
+
|
|
38
|
+
|
|
39
|
+
def test_anchor_is_idempotent_and_flags_resume(tmp_path: Path) -> None:
|
|
40
|
+
# An existing canonical dir with files is a resume, not a fresh build.
|
|
41
|
+
proj = tmp_path / "my-app"
|
|
42
|
+
proj.mkdir()
|
|
43
|
+
(proj / "package.json").write_text("{}\n")
|
|
44
|
+
fake = _stub(tmp_path)
|
|
45
|
+
assert LocalCodeApp._anchor_home_build_root(fake, "my-app") is True
|
|
46
|
+
assert fake.repo_root == proj.resolve()
|
|
47
|
+
|
|
48
|
+
|
|
49
|
+
def test_anchor_rejects_empty_slug_and_traversal(tmp_path: Path) -> None:
|
|
50
|
+
fake = _stub(tmp_path)
|
|
51
|
+
assert LocalCodeApp._anchor_home_build_root(fake, "") is False
|
|
52
|
+
assert fake.repo_root == tmp_path # unchanged
|
|
53
|
+
assert fake.repo_root_is_home is True
|
|
54
|
+
# A slug that tries to climb out of $HOME must be refused.
|
|
55
|
+
fake2 = _stub(tmp_path)
|
|
56
|
+
LocalCodeApp._anchor_home_build_root(fake2, "..")
|
|
57
|
+
assert fake2.repo_root == tmp_path
|
|
@@ -14,11 +14,10 @@ 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 prompt must tell the model to
|
|
18
|
-
#
|
|
19
|
-
#
|
|
20
|
-
assert "
|
|
21
|
-
assert "match the project's existing conventions" in text
|
|
17
|
+
# The prompt must tell the model to match the project's actual language and
|
|
18
|
+
# conventions (worded concisely — no long per-language example list, which
|
|
19
|
+
# bloats the prompt for a small model).
|
|
20
|
+
assert "match the project's existing conventions and language" in text
|
|
22
21
|
assert "conventions" in text
|
|
23
22
|
|
|
24
23
|
|
|
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.25 → localcode-0.3.27}/llama-cpp-turboquant/common/chat-auto-parser-generator.cpp
RENAMED
|
File without changes
|
{localcode-0.3.25 → localcode-0.3.27}/llama-cpp-turboquant/common/chat-auto-parser-helpers.cpp
RENAMED
|
File without changes
|
{localcode-0.3.25 → localcode-0.3.27}/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
|
|
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
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{localcode-0.3.25 → localcode-0.3.27}/llama-cpp-turboquant/common/json-schema-to-grammar.cpp
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|