localcode 0.3.15__tar.gz → 0.3.16__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.15/src/localcode.egg-info → localcode-0.3.16}/PKG-INFO +1 -1
- {localcode-0.3.15 → localcode-0.3.16}/pyproject.toml +1 -1
- {localcode-0.3.15 → localcode-0.3.16}/src/localcode/__init__.py +1 -1
- {localcode-0.3.15 → localcode-0.3.16}/src/localcode/agent/context.py +37 -2
- {localcode-0.3.15 → localcode-0.3.16}/src/localcode/agent/helpers.py +61 -4
- {localcode-0.3.15 → localcode-0.3.16}/src/localcode/agent/loop.py +50 -14
- {localcode-0.3.15 → localcode-0.3.16}/src/localcode/bootstrap.py +4 -0
- {localcode-0.3.15 → localcode-0.3.16}/src/localcode/memory_guard.py +33 -11
- {localcode-0.3.15 → localcode-0.3.16}/src/localcode/runtime.py +17 -2
- {localcode-0.3.15 → localcode-0.3.16}/src/localcode/server_manager.py +16 -4
- {localcode-0.3.15 → localcode-0.3.16}/src/localcode/tools/read_file.py +26 -5
- {localcode-0.3.15 → localcode-0.3.16}/src/localcode/tui/screens/chat.py +6 -0
- {localcode-0.3.15 → localcode-0.3.16}/src/localcode/tui/widgets/chat_log.py +2 -2
- {localcode-0.3.15 → localcode-0.3.16/src/localcode.egg-info}/PKG-INFO +1 -1
- {localcode-0.3.15 → localcode-0.3.16}/tests/test_comprehensive_install.py +0 -7
- {localcode-0.3.15 → localcode-0.3.16}/LICENSE +0 -0
- {localcode-0.3.15 → localcode-0.3.16}/MANIFEST.in +0 -0
- {localcode-0.3.15 → localcode-0.3.16}/README.md +0 -0
- {localcode-0.3.15 → localcode-0.3.16}/llama-cpp-turboquant/CMakeLists.txt +0 -0
- {localcode-0.3.15 → localcode-0.3.16}/llama-cpp-turboquant/CMakePresets.json +0 -0
- {localcode-0.3.15 → localcode-0.3.16}/llama-cpp-turboquant/LICENSE +0 -0
- {localcode-0.3.15 → localcode-0.3.16}/llama-cpp-turboquant/cmake/arm64-apple-clang.cmake +0 -0
- {localcode-0.3.15 → localcode-0.3.16}/llama-cpp-turboquant/cmake/arm64-windows-llvm.cmake +0 -0
- {localcode-0.3.15 → localcode-0.3.16}/llama-cpp-turboquant/cmake/build-info.cmake +0 -0
- {localcode-0.3.15 → localcode-0.3.16}/llama-cpp-turboquant/cmake/common.cmake +0 -0
- {localcode-0.3.15 → localcode-0.3.16}/llama-cpp-turboquant/cmake/download-models.cmake +0 -0
- {localcode-0.3.15 → localcode-0.3.16}/llama-cpp-turboquant/cmake/git-vars.cmake +0 -0
- {localcode-0.3.15 → localcode-0.3.16}/llama-cpp-turboquant/cmake/license.cmake +0 -0
- {localcode-0.3.15 → localcode-0.3.16}/llama-cpp-turboquant/cmake/llama-config.cmake.in +0 -0
- {localcode-0.3.15 → localcode-0.3.16}/llama-cpp-turboquant/cmake/llama.pc.in +0 -0
- {localcode-0.3.15 → localcode-0.3.16}/llama-cpp-turboquant/cmake/riscv64-spacemit-linux-gnu-gcc.cmake +0 -0
- {localcode-0.3.15 → localcode-0.3.16}/llama-cpp-turboquant/cmake/x64-windows-llvm.cmake +0 -0
- {localcode-0.3.15 → localcode-0.3.16}/llama-cpp-turboquant/common/CMakeLists.txt +0 -0
- {localcode-0.3.15 → localcode-0.3.16}/llama-cpp-turboquant/common/arg.cpp +0 -0
- {localcode-0.3.15 → localcode-0.3.16}/llama-cpp-turboquant/common/arg.h +0 -0
- {localcode-0.3.15 → localcode-0.3.16}/llama-cpp-turboquant/common/base64.hpp +0 -0
- {localcode-0.3.15 → localcode-0.3.16}/llama-cpp-turboquant/common/chat-auto-parser-generator.cpp +0 -0
- {localcode-0.3.15 → localcode-0.3.16}/llama-cpp-turboquant/common/chat-auto-parser-helpers.cpp +0 -0
- {localcode-0.3.15 → localcode-0.3.16}/llama-cpp-turboquant/common/chat-auto-parser-helpers.h +0 -0
- {localcode-0.3.15 → localcode-0.3.16}/llama-cpp-turboquant/common/chat-auto-parser.h +0 -0
- {localcode-0.3.15 → localcode-0.3.16}/llama-cpp-turboquant/common/chat-diff-analyzer.cpp +0 -0
- {localcode-0.3.15 → localcode-0.3.16}/llama-cpp-turboquant/common/chat-peg-parser.cpp +0 -0
- {localcode-0.3.15 → localcode-0.3.16}/llama-cpp-turboquant/common/chat-peg-parser.h +0 -0
- {localcode-0.3.15 → localcode-0.3.16}/llama-cpp-turboquant/common/chat.cpp +0 -0
- {localcode-0.3.15 → localcode-0.3.16}/llama-cpp-turboquant/common/chat.h +0 -0
- {localcode-0.3.15 → localcode-0.3.16}/llama-cpp-turboquant/common/common.cpp +0 -0
- {localcode-0.3.15 → localcode-0.3.16}/llama-cpp-turboquant/common/common.h +0 -0
- {localcode-0.3.15 → localcode-0.3.16}/llama-cpp-turboquant/common/console.cpp +0 -0
- {localcode-0.3.15 → localcode-0.3.16}/llama-cpp-turboquant/common/console.h +0 -0
- {localcode-0.3.15 → localcode-0.3.16}/llama-cpp-turboquant/common/debug.cpp +0 -0
- {localcode-0.3.15 → localcode-0.3.16}/llama-cpp-turboquant/common/debug.h +0 -0
- {localcode-0.3.15 → localcode-0.3.16}/llama-cpp-turboquant/common/download.cpp +0 -0
- {localcode-0.3.15 → localcode-0.3.16}/llama-cpp-turboquant/common/download.h +0 -0
- {localcode-0.3.15 → localcode-0.3.16}/llama-cpp-turboquant/common/hf-cache.cpp +0 -0
- {localcode-0.3.15 → localcode-0.3.16}/llama-cpp-turboquant/common/hf-cache.h +0 -0
- {localcode-0.3.15 → localcode-0.3.16}/llama-cpp-turboquant/common/http.h +0 -0
- {localcode-0.3.15 → localcode-0.3.16}/llama-cpp-turboquant/common/jinja/caps.cpp +0 -0
- {localcode-0.3.15 → localcode-0.3.16}/llama-cpp-turboquant/common/jinja/caps.h +0 -0
- {localcode-0.3.15 → localcode-0.3.16}/llama-cpp-turboquant/common/jinja/lexer.cpp +0 -0
- {localcode-0.3.15 → localcode-0.3.16}/llama-cpp-turboquant/common/jinja/lexer.h +0 -0
- {localcode-0.3.15 → localcode-0.3.16}/llama-cpp-turboquant/common/jinja/parser.cpp +0 -0
- {localcode-0.3.15 → localcode-0.3.16}/llama-cpp-turboquant/common/jinja/parser.h +0 -0
- {localcode-0.3.15 → localcode-0.3.16}/llama-cpp-turboquant/common/jinja/runtime.cpp +0 -0
- {localcode-0.3.15 → localcode-0.3.16}/llama-cpp-turboquant/common/jinja/runtime.h +0 -0
- {localcode-0.3.15 → localcode-0.3.16}/llama-cpp-turboquant/common/jinja/string.cpp +0 -0
- {localcode-0.3.15 → localcode-0.3.16}/llama-cpp-turboquant/common/jinja/string.h +0 -0
- {localcode-0.3.15 → localcode-0.3.16}/llama-cpp-turboquant/common/jinja/utils.h +0 -0
- {localcode-0.3.15 → localcode-0.3.16}/llama-cpp-turboquant/common/jinja/value.cpp +0 -0
- {localcode-0.3.15 → localcode-0.3.16}/llama-cpp-turboquant/common/jinja/value.h +0 -0
- {localcode-0.3.15 → localcode-0.3.16}/llama-cpp-turboquant/common/json-partial.cpp +0 -0
- {localcode-0.3.15 → localcode-0.3.16}/llama-cpp-turboquant/common/json-partial.h +0 -0
- {localcode-0.3.15 → localcode-0.3.16}/llama-cpp-turboquant/common/json-schema-to-grammar.cpp +0 -0
- {localcode-0.3.15 → localcode-0.3.16}/llama-cpp-turboquant/common/json-schema-to-grammar.h +0 -0
- {localcode-0.3.15 → localcode-0.3.16}/llama-cpp-turboquant/common/llguidance.cpp +0 -0
- {localcode-0.3.15 → localcode-0.3.16}/llama-cpp-turboquant/common/log.cpp +0 -0
- {localcode-0.3.15 → localcode-0.3.16}/llama-cpp-turboquant/common/log.h +0 -0
- {localcode-0.3.15 → localcode-0.3.16}/llama-cpp-turboquant/common/ngram-cache.cpp +0 -0
- {localcode-0.3.15 → localcode-0.3.16}/llama-cpp-turboquant/common/ngram-cache.h +0 -0
- {localcode-0.3.15 → localcode-0.3.16}/llama-cpp-turboquant/common/ngram-map.cpp +0 -0
- {localcode-0.3.15 → localcode-0.3.16}/llama-cpp-turboquant/common/ngram-map.h +0 -0
- {localcode-0.3.15 → localcode-0.3.16}/llama-cpp-turboquant/common/ngram-mod.cpp +0 -0
- {localcode-0.3.15 → localcode-0.3.16}/llama-cpp-turboquant/common/ngram-mod.h +0 -0
- {localcode-0.3.15 → localcode-0.3.16}/llama-cpp-turboquant/common/peg-parser.cpp +0 -0
- {localcode-0.3.15 → localcode-0.3.16}/llama-cpp-turboquant/common/peg-parser.h +0 -0
- {localcode-0.3.15 → localcode-0.3.16}/llama-cpp-turboquant/common/preset.cpp +0 -0
- {localcode-0.3.15 → localcode-0.3.16}/llama-cpp-turboquant/common/preset.h +0 -0
- {localcode-0.3.15 → localcode-0.3.16}/llama-cpp-turboquant/common/reasoning-budget.cpp +0 -0
- {localcode-0.3.15 → localcode-0.3.16}/llama-cpp-turboquant/common/reasoning-budget.h +0 -0
- {localcode-0.3.15 → localcode-0.3.16}/llama-cpp-turboquant/common/regex-partial.cpp +0 -0
- {localcode-0.3.15 → localcode-0.3.16}/llama-cpp-turboquant/common/regex-partial.h +0 -0
- {localcode-0.3.15 → localcode-0.3.16}/llama-cpp-turboquant/common/sampling.cpp +0 -0
- {localcode-0.3.15 → localcode-0.3.16}/llama-cpp-turboquant/common/sampling.h +0 -0
- {localcode-0.3.15 → localcode-0.3.16}/llama-cpp-turboquant/common/speculative.cpp +0 -0
- {localcode-0.3.15 → localcode-0.3.16}/llama-cpp-turboquant/common/speculative.h +0 -0
- {localcode-0.3.15 → localcode-0.3.16}/llama-cpp-turboquant/common/unicode.cpp +0 -0
- {localcode-0.3.15 → localcode-0.3.16}/llama-cpp-turboquant/common/unicode.h +0 -0
- {localcode-0.3.15 → localcode-0.3.16}/llama-cpp-turboquant/ggml/include/ggml-alloc.h +0 -0
- {localcode-0.3.15 → localcode-0.3.16}/llama-cpp-turboquant/ggml/include/ggml-backend.h +0 -0
- {localcode-0.3.15 → localcode-0.3.16}/llama-cpp-turboquant/ggml/include/ggml-blas.h +0 -0
- {localcode-0.3.15 → localcode-0.3.16}/llama-cpp-turboquant/ggml/include/ggml-cann.h +0 -0
- {localcode-0.3.15 → localcode-0.3.16}/llama-cpp-turboquant/ggml/include/ggml-cpp.h +0 -0
- {localcode-0.3.15 → localcode-0.3.16}/llama-cpp-turboquant/ggml/include/ggml-cpu.h +0 -0
- {localcode-0.3.15 → localcode-0.3.16}/llama-cpp-turboquant/ggml/include/ggml-cuda.h +0 -0
- {localcode-0.3.15 → localcode-0.3.16}/llama-cpp-turboquant/ggml/include/ggml-hexagon.h +0 -0
- {localcode-0.3.15 → localcode-0.3.16}/llama-cpp-turboquant/ggml/include/ggml-metal.h +0 -0
- {localcode-0.3.15 → localcode-0.3.16}/llama-cpp-turboquant/ggml/include/ggml-opencl.h +0 -0
- {localcode-0.3.15 → localcode-0.3.16}/llama-cpp-turboquant/ggml/include/ggml-openvino.h +0 -0
- {localcode-0.3.15 → localcode-0.3.16}/llama-cpp-turboquant/ggml/include/ggml-opt.h +0 -0
- {localcode-0.3.15 → localcode-0.3.16}/llama-cpp-turboquant/ggml/include/ggml-rpc.h +0 -0
- {localcode-0.3.15 → localcode-0.3.16}/llama-cpp-turboquant/ggml/include/ggml-sycl.h +0 -0
- {localcode-0.3.15 → localcode-0.3.16}/llama-cpp-turboquant/ggml/include/ggml-virtgpu.h +0 -0
- {localcode-0.3.15 → localcode-0.3.16}/llama-cpp-turboquant/ggml/include/ggml-vulkan.h +0 -0
- {localcode-0.3.15 → localcode-0.3.16}/llama-cpp-turboquant/ggml/include/ggml-webgpu.h +0 -0
- {localcode-0.3.15 → localcode-0.3.16}/llama-cpp-turboquant/ggml/include/ggml-zdnn.h +0 -0
- {localcode-0.3.15 → localcode-0.3.16}/llama-cpp-turboquant/ggml/include/ggml-zendnn.h +0 -0
- {localcode-0.3.15 → localcode-0.3.16}/llama-cpp-turboquant/ggml/include/ggml.h +0 -0
- {localcode-0.3.15 → localcode-0.3.16}/llama-cpp-turboquant/ggml/include/gguf.h +0 -0
- {localcode-0.3.15 → localcode-0.3.16}/llama-cpp-turboquant/ggml/src/CMakeLists.txt +0 -0
- {localcode-0.3.15 → localcode-0.3.16}/llama-cpp-turboquant/ggml/src/ggml-alloc.c +0 -0
- {localcode-0.3.15 → localcode-0.3.16}/llama-cpp-turboquant/ggml/src/ggml-backend-dl.cpp +0 -0
- {localcode-0.3.15 → localcode-0.3.16}/llama-cpp-turboquant/ggml/src/ggml-backend-dl.h +0 -0
- {localcode-0.3.15 → localcode-0.3.16}/llama-cpp-turboquant/ggml/src/ggml-backend-impl.h +0 -0
- {localcode-0.3.15 → localcode-0.3.16}/llama-cpp-turboquant/ggml/src/ggml-backend-reg.cpp +0 -0
- {localcode-0.3.15 → localcode-0.3.16}/llama-cpp-turboquant/ggml/src/ggml-backend.cpp +0 -0
- {localcode-0.3.15 → localcode-0.3.16}/llama-cpp-turboquant/ggml/src/ggml-blas/CMakeLists.txt +0 -0
- {localcode-0.3.15 → localcode-0.3.16}/llama-cpp-turboquant/ggml/src/ggml-blas/ggml-blas.cpp +0 -0
- {localcode-0.3.15 → localcode-0.3.16}/llama-cpp-turboquant/ggml/src/ggml-cann/CMakeLists.txt +0 -0
- {localcode-0.3.15 → localcode-0.3.16}/llama-cpp-turboquant/ggml/src/ggml-cann/acl_tensor.cpp +0 -0
- {localcode-0.3.15 → localcode-0.3.16}/llama-cpp-turboquant/ggml/src/ggml-cann/acl_tensor.h +0 -0
- {localcode-0.3.15 → localcode-0.3.16}/llama-cpp-turboquant/ggml/src/ggml-cann/aclnn_ops.cpp +0 -0
- {localcode-0.3.15 → localcode-0.3.16}/llama-cpp-turboquant/ggml/src/ggml-cann/aclnn_ops.h +0 -0
- {localcode-0.3.15 → localcode-0.3.16}/llama-cpp-turboquant/ggml/src/ggml-cann/common.h +0 -0
- {localcode-0.3.15 → localcode-0.3.16}/llama-cpp-turboquant/ggml/src/ggml-cann/ggml-cann.cpp +0 -0
- {localcode-0.3.15 → localcode-0.3.16}/llama-cpp-turboquant/ggml/src/ggml-common.h +0 -0
- {localcode-0.3.15 → localcode-0.3.16}/llama-cpp-turboquant/ggml/src/ggml-cpu/CMakeLists.txt +0 -0
- {localcode-0.3.15 → localcode-0.3.16}/llama-cpp-turboquant/ggml/src/ggml-cpu/amx/amx.cpp +0 -0
- {localcode-0.3.15 → localcode-0.3.16}/llama-cpp-turboquant/ggml/src/ggml-cpu/amx/amx.h +0 -0
- {localcode-0.3.15 → localcode-0.3.16}/llama-cpp-turboquant/ggml/src/ggml-cpu/amx/common.h +0 -0
- {localcode-0.3.15 → localcode-0.3.16}/llama-cpp-turboquant/ggml/src/ggml-cpu/amx/mmq.cpp +0 -0
- {localcode-0.3.15 → localcode-0.3.16}/llama-cpp-turboquant/ggml/src/ggml-cpu/amx/mmq.h +0 -0
- {localcode-0.3.15 → localcode-0.3.16}/llama-cpp-turboquant/ggml/src/ggml-cpu/arch/arm/cpu-feats.cpp +0 -0
- {localcode-0.3.15 → localcode-0.3.16}/llama-cpp-turboquant/ggml/src/ggml-cpu/arch/arm/quants.c +0 -0
- {localcode-0.3.15 → localcode-0.3.16}/llama-cpp-turboquant/ggml/src/ggml-cpu/arch/arm/repack.cpp +0 -0
- {localcode-0.3.15 → localcode-0.3.16}/llama-cpp-turboquant/ggml/src/ggml-cpu/arch/loongarch/quants.c +0 -0
- {localcode-0.3.15 → localcode-0.3.16}/llama-cpp-turboquant/ggml/src/ggml-cpu/arch/powerpc/cpu-feats.cpp +0 -0
- {localcode-0.3.15 → localcode-0.3.16}/llama-cpp-turboquant/ggml/src/ggml-cpu/arch/powerpc/quants.c +0 -0
- {localcode-0.3.15 → localcode-0.3.16}/llama-cpp-turboquant/ggml/src/ggml-cpu/arch/riscv/cpu-feats.cpp +0 -0
- {localcode-0.3.15 → localcode-0.3.16}/llama-cpp-turboquant/ggml/src/ggml-cpu/arch/riscv/quants.c +0 -0
- {localcode-0.3.15 → localcode-0.3.16}/llama-cpp-turboquant/ggml/src/ggml-cpu/arch/riscv/repack.cpp +0 -0
- {localcode-0.3.15 → localcode-0.3.16}/llama-cpp-turboquant/ggml/src/ggml-cpu/arch/s390/cpu-feats.cpp +0 -0
- {localcode-0.3.15 → localcode-0.3.16}/llama-cpp-turboquant/ggml/src/ggml-cpu/arch/s390/quants.c +0 -0
- {localcode-0.3.15 → localcode-0.3.16}/llama-cpp-turboquant/ggml/src/ggml-cpu/arch/wasm/quants.c +0 -0
- {localcode-0.3.15 → localcode-0.3.16}/llama-cpp-turboquant/ggml/src/ggml-cpu/arch/x86/cpu-feats.cpp +0 -0
- {localcode-0.3.15 → localcode-0.3.16}/llama-cpp-turboquant/ggml/src/ggml-cpu/arch/x86/quants.c +0 -0
- {localcode-0.3.15 → localcode-0.3.16}/llama-cpp-turboquant/ggml/src/ggml-cpu/arch/x86/repack.cpp +0 -0
- {localcode-0.3.15 → localcode-0.3.16}/llama-cpp-turboquant/ggml/src/ggml-cpu/arch-fallback.h +0 -0
- {localcode-0.3.15 → localcode-0.3.16}/llama-cpp-turboquant/ggml/src/ggml-cpu/binary-ops.cpp +0 -0
- {localcode-0.3.15 → localcode-0.3.16}/llama-cpp-turboquant/ggml/src/ggml-cpu/binary-ops.h +0 -0
- {localcode-0.3.15 → localcode-0.3.16}/llama-cpp-turboquant/ggml/src/ggml-cpu/cmake/FindSIMD.cmake +0 -0
- {localcode-0.3.15 → localcode-0.3.16}/llama-cpp-turboquant/ggml/src/ggml-cpu/common.h +0 -0
- {localcode-0.3.15 → localcode-0.3.16}/llama-cpp-turboquant/ggml/src/ggml-cpu/ggml-cpu-impl.h +0 -0
- {localcode-0.3.15 → localcode-0.3.16}/llama-cpp-turboquant/ggml/src/ggml-cpu/ggml-cpu.c +0 -0
- {localcode-0.3.15 → localcode-0.3.16}/llama-cpp-turboquant/ggml/src/ggml-cpu/ggml-cpu.cpp +0 -0
- {localcode-0.3.15 → localcode-0.3.16}/llama-cpp-turboquant/ggml/src/ggml-cpu/hbm.cpp +0 -0
- {localcode-0.3.15 → localcode-0.3.16}/llama-cpp-turboquant/ggml/src/ggml-cpu/hbm.h +0 -0
- {localcode-0.3.15 → localcode-0.3.16}/llama-cpp-turboquant/ggml/src/ggml-cpu/kleidiai/kernels.cpp +0 -0
- {localcode-0.3.15 → localcode-0.3.16}/llama-cpp-turboquant/ggml/src/ggml-cpu/kleidiai/kernels.h +0 -0
- {localcode-0.3.15 → localcode-0.3.16}/llama-cpp-turboquant/ggml/src/ggml-cpu/kleidiai/kleidiai.cpp +0 -0
- {localcode-0.3.15 → localcode-0.3.16}/llama-cpp-turboquant/ggml/src/ggml-cpu/kleidiai/kleidiai.h +0 -0
- {localcode-0.3.15 → localcode-0.3.16}/llama-cpp-turboquant/ggml/src/ggml-cpu/llamafile/sgemm.cpp +0 -0
- {localcode-0.3.15 → localcode-0.3.16}/llama-cpp-turboquant/ggml/src/ggml-cpu/llamafile/sgemm.h +0 -0
- {localcode-0.3.15 → localcode-0.3.16}/llama-cpp-turboquant/ggml/src/ggml-cpu/ops.cpp +0 -0
- {localcode-0.3.15 → localcode-0.3.16}/llama-cpp-turboquant/ggml/src/ggml-cpu/ops.h +0 -0
- {localcode-0.3.15 → localcode-0.3.16}/llama-cpp-turboquant/ggml/src/ggml-cpu/quants.c +0 -0
- {localcode-0.3.15 → localcode-0.3.16}/llama-cpp-turboquant/ggml/src/ggml-cpu/quants.h +0 -0
- {localcode-0.3.15 → localcode-0.3.16}/llama-cpp-turboquant/ggml/src/ggml-cpu/repack.cpp +0 -0
- {localcode-0.3.15 → localcode-0.3.16}/llama-cpp-turboquant/ggml/src/ggml-cpu/repack.h +0 -0
- {localcode-0.3.15 → localcode-0.3.16}/llama-cpp-turboquant/ggml/src/ggml-cpu/simd-gemm.h +0 -0
- {localcode-0.3.15 → localcode-0.3.16}/llama-cpp-turboquant/ggml/src/ggml-cpu/simd-mappings.h +0 -0
- {localcode-0.3.15 → localcode-0.3.16}/llama-cpp-turboquant/ggml/src/ggml-cpu/spacemit/ime.cpp +0 -0
- {localcode-0.3.15 → localcode-0.3.16}/llama-cpp-turboquant/ggml/src/ggml-cpu/spacemit/ime.h +0 -0
- {localcode-0.3.15 → localcode-0.3.16}/llama-cpp-turboquant/ggml/src/ggml-cpu/spacemit/ime1_kernels.cpp +0 -0
- {localcode-0.3.15 → localcode-0.3.16}/llama-cpp-turboquant/ggml/src/ggml-cpu/spacemit/ime_kernels.h +0 -0
- {localcode-0.3.15 → localcode-0.3.16}/llama-cpp-turboquant/ggml/src/ggml-cpu/traits.cpp +0 -0
- {localcode-0.3.15 → localcode-0.3.16}/llama-cpp-turboquant/ggml/src/ggml-cpu/traits.h +0 -0
- {localcode-0.3.15 → localcode-0.3.16}/llama-cpp-turboquant/ggml/src/ggml-cpu/unary-ops.cpp +0 -0
- {localcode-0.3.15 → localcode-0.3.16}/llama-cpp-turboquant/ggml/src/ggml-cpu/unary-ops.h +0 -0
- {localcode-0.3.15 → localcode-0.3.16}/llama-cpp-turboquant/ggml/src/ggml-cpu/vec.cpp +0 -0
- {localcode-0.3.15 → localcode-0.3.16}/llama-cpp-turboquant/ggml/src/ggml-cpu/vec.h +0 -0
- {localcode-0.3.15 → localcode-0.3.16}/llama-cpp-turboquant/ggml/src/ggml-cuda/CMakeLists.txt +0 -0
- {localcode-0.3.15 → localcode-0.3.16}/llama-cpp-turboquant/ggml/src/ggml-cuda/vendors/cuda.h +0 -0
- {localcode-0.3.15 → localcode-0.3.16}/llama-cpp-turboquant/ggml/src/ggml-cuda/vendors/hip.h +0 -0
- {localcode-0.3.15 → localcode-0.3.16}/llama-cpp-turboquant/ggml/src/ggml-cuda/vendors/musa.h +0 -0
- {localcode-0.3.15 → localcode-0.3.16}/llama-cpp-turboquant/ggml/src/ggml-hexagon/CMakeLists.txt +0 -0
- {localcode-0.3.15 → localcode-0.3.16}/llama-cpp-turboquant/ggml/src/ggml-hexagon/ggml-hexagon.cpp +0 -0
- {localcode-0.3.15 → localcode-0.3.16}/llama-cpp-turboquant/ggml/src/ggml-hexagon/htp/CMakeLists.txt +0 -0
- {localcode-0.3.15 → localcode-0.3.16}/llama-cpp-turboquant/ggml/src/ggml-hexagon/htp/act-ops.c +0 -0
- {localcode-0.3.15 → localcode-0.3.16}/llama-cpp-turboquant/ggml/src/ggml-hexagon/htp/argsort-ops.c +0 -0
- {localcode-0.3.15 → localcode-0.3.16}/llama-cpp-turboquant/ggml/src/ggml-hexagon/htp/binary-ops.c +0 -0
- {localcode-0.3.15 → localcode-0.3.16}/llama-cpp-turboquant/ggml/src/ggml-hexagon/htp/cmake-toolchain.cmake +0 -0
- {localcode-0.3.15 → localcode-0.3.16}/llama-cpp-turboquant/ggml/src/ggml-hexagon/htp/cpy-ops.c +0 -0
- {localcode-0.3.15 → localcode-0.3.16}/llama-cpp-turboquant/ggml/src/ggml-hexagon/htp/cumsum-ops.c +0 -0
- {localcode-0.3.15 → localcode-0.3.16}/llama-cpp-turboquant/ggml/src/ggml-hexagon/htp/flash-attn-ops.c +0 -0
- {localcode-0.3.15 → localcode-0.3.16}/llama-cpp-turboquant/ggml/src/ggml-hexagon/htp/get-rows-ops.c +0 -0
- {localcode-0.3.15 → localcode-0.3.16}/llama-cpp-turboquant/ggml/src/ggml-hexagon/htp/hex-dma.c +0 -0
- {localcode-0.3.15 → localcode-0.3.16}/llama-cpp-turboquant/ggml/src/ggml-hexagon/htp/hex-dma.h +0 -0
- {localcode-0.3.15 → localcode-0.3.16}/llama-cpp-turboquant/ggml/src/ggml-hexagon/htp/hex-dump.h +0 -0
- {localcode-0.3.15 → localcode-0.3.16}/llama-cpp-turboquant/ggml/src/ggml-hexagon/htp/hex-fastdiv.h +0 -0
- {localcode-0.3.15 → localcode-0.3.16}/llama-cpp-turboquant/ggml/src/ggml-hexagon/htp/hex-utils.h +0 -0
- {localcode-0.3.15 → localcode-0.3.16}/llama-cpp-turboquant/ggml/src/ggml-hexagon/htp/hmx-matmul-ops.c +0 -0
- {localcode-0.3.15 → localcode-0.3.16}/llama-cpp-turboquant/ggml/src/ggml-hexagon/htp/hmx-ops.h +0 -0
- {localcode-0.3.15 → localcode-0.3.16}/llama-cpp-turboquant/ggml/src/ggml-hexagon/htp/hmx-profile.h +0 -0
- {localcode-0.3.15 → localcode-0.3.16}/llama-cpp-turboquant/ggml/src/ggml-hexagon/htp/hmx-utils.h +0 -0
- {localcode-0.3.15 → localcode-0.3.16}/llama-cpp-turboquant/ggml/src/ggml-hexagon/htp/htp-ctx.h +0 -0
- {localcode-0.3.15 → localcode-0.3.16}/llama-cpp-turboquant/ggml/src/ggml-hexagon/htp/htp-msg.h +0 -0
- {localcode-0.3.15 → localcode-0.3.16}/llama-cpp-turboquant/ggml/src/ggml-hexagon/htp/htp-ops.h +0 -0
- {localcode-0.3.15 → localcode-0.3.16}/llama-cpp-turboquant/ggml/src/ggml-hexagon/htp/hvx-arith.h +0 -0
- {localcode-0.3.15 → localcode-0.3.16}/llama-cpp-turboquant/ggml/src/ggml-hexagon/htp/hvx-base.h +0 -0
- {localcode-0.3.15 → localcode-0.3.16}/llama-cpp-turboquant/ggml/src/ggml-hexagon/htp/hvx-copy.h +0 -0
- {localcode-0.3.15 → localcode-0.3.16}/llama-cpp-turboquant/ggml/src/ggml-hexagon/htp/hvx-div.h +0 -0
- {localcode-0.3.15 → localcode-0.3.16}/llama-cpp-turboquant/ggml/src/ggml-hexagon/htp/hvx-dump.h +0 -0
- {localcode-0.3.15 → localcode-0.3.16}/llama-cpp-turboquant/ggml/src/ggml-hexagon/htp/hvx-exp.h +0 -0
- {localcode-0.3.15 → localcode-0.3.16}/llama-cpp-turboquant/ggml/src/ggml-hexagon/htp/hvx-floor.h +0 -0
- {localcode-0.3.15 → localcode-0.3.16}/llama-cpp-turboquant/ggml/src/ggml-hexagon/htp/hvx-inverse.h +0 -0
- {localcode-0.3.15 → localcode-0.3.16}/llama-cpp-turboquant/ggml/src/ggml-hexagon/htp/hvx-reduce.h +0 -0
- {localcode-0.3.15 → localcode-0.3.16}/llama-cpp-turboquant/ggml/src/ggml-hexagon/htp/hvx-scale.h +0 -0
- {localcode-0.3.15 → localcode-0.3.16}/llama-cpp-turboquant/ggml/src/ggml-hexagon/htp/hvx-sigmoid.h +0 -0
- {localcode-0.3.15 → localcode-0.3.16}/llama-cpp-turboquant/ggml/src/ggml-hexagon/htp/hvx-sqrt.h +0 -0
- {localcode-0.3.15 → localcode-0.3.16}/llama-cpp-turboquant/ggml/src/ggml-hexagon/htp/hvx-types.h +0 -0
- {localcode-0.3.15 → localcode-0.3.16}/llama-cpp-turboquant/ggml/src/ggml-hexagon/htp/hvx-utils.h +0 -0
- {localcode-0.3.15 → localcode-0.3.16}/llama-cpp-turboquant/ggml/src/ggml-hexagon/htp/main.c +0 -0
- {localcode-0.3.15 → localcode-0.3.16}/llama-cpp-turboquant/ggml/src/ggml-hexagon/htp/matmul-ops.c +0 -0
- {localcode-0.3.15 → localcode-0.3.16}/llama-cpp-turboquant/ggml/src/ggml-hexagon/htp/repeat-ops.c +0 -0
- {localcode-0.3.15 → localcode-0.3.16}/llama-cpp-turboquant/ggml/src/ggml-hexagon/htp/rope-ops.c +0 -0
- {localcode-0.3.15 → localcode-0.3.16}/llama-cpp-turboquant/ggml/src/ggml-hexagon/htp/set-rows-ops.c +0 -0
- {localcode-0.3.15 → localcode-0.3.16}/llama-cpp-turboquant/ggml/src/ggml-hexagon/htp/softmax-ops.c +0 -0
- {localcode-0.3.15 → localcode-0.3.16}/llama-cpp-turboquant/ggml/src/ggml-hexagon/htp/ssm-conv.c +0 -0
- {localcode-0.3.15 → localcode-0.3.16}/llama-cpp-turboquant/ggml/src/ggml-hexagon/htp/sum-rows-ops.c +0 -0
- {localcode-0.3.15 → localcode-0.3.16}/llama-cpp-turboquant/ggml/src/ggml-hexagon/htp/unary-ops.c +0 -0
- {localcode-0.3.15 → localcode-0.3.16}/llama-cpp-turboquant/ggml/src/ggml-hexagon/htp/worker-pool.c +0 -0
- {localcode-0.3.15 → localcode-0.3.16}/llama-cpp-turboquant/ggml/src/ggml-hexagon/htp/worker-pool.h +0 -0
- {localcode-0.3.15 → localcode-0.3.16}/llama-cpp-turboquant/ggml/src/ggml-hexagon/htp-drv.cpp +0 -0
- {localcode-0.3.15 → localcode-0.3.16}/llama-cpp-turboquant/ggml/src/ggml-hexagon/htp-drv.h +0 -0
- {localcode-0.3.15 → localcode-0.3.16}/llama-cpp-turboquant/ggml/src/ggml-hexagon/libdl.h +0 -0
- {localcode-0.3.15 → localcode-0.3.16}/llama-cpp-turboquant/ggml/src/ggml-hexagon/op-desc.h +0 -0
- {localcode-0.3.15 → localcode-0.3.16}/llama-cpp-turboquant/ggml/src/ggml-hip/CMakeLists.txt +0 -0
- {localcode-0.3.15 → localcode-0.3.16}/llama-cpp-turboquant/ggml/src/ggml-impl.h +0 -0
- {localcode-0.3.15 → localcode-0.3.16}/llama-cpp-turboquant/ggml/src/ggml-metal/CMakeLists.txt +0 -0
- {localcode-0.3.15 → localcode-0.3.16}/llama-cpp-turboquant/ggml/src/ggml-metal/ggml-metal-common.cpp +0 -0
- {localcode-0.3.15 → localcode-0.3.16}/llama-cpp-turboquant/ggml/src/ggml-metal/ggml-metal-common.h +0 -0
- {localcode-0.3.15 → localcode-0.3.16}/llama-cpp-turboquant/ggml/src/ggml-metal/ggml-metal-context.h +0 -0
- {localcode-0.3.15 → localcode-0.3.16}/llama-cpp-turboquant/ggml/src/ggml-metal/ggml-metal-context.m +0 -0
- {localcode-0.3.15 → localcode-0.3.16}/llama-cpp-turboquant/ggml/src/ggml-metal/ggml-metal-device.cpp +0 -0
- {localcode-0.3.15 → localcode-0.3.16}/llama-cpp-turboquant/ggml/src/ggml-metal/ggml-metal-device.h +0 -0
- {localcode-0.3.15 → localcode-0.3.16}/llama-cpp-turboquant/ggml/src/ggml-metal/ggml-metal-device.m +0 -0
- {localcode-0.3.15 → localcode-0.3.16}/llama-cpp-turboquant/ggml/src/ggml-metal/ggml-metal-impl.h +0 -0
- {localcode-0.3.15 → localcode-0.3.16}/llama-cpp-turboquant/ggml/src/ggml-metal/ggml-metal-ops.cpp +0 -0
- {localcode-0.3.15 → localcode-0.3.16}/llama-cpp-turboquant/ggml/src/ggml-metal/ggml-metal-ops.h +0 -0
- {localcode-0.3.15 → localcode-0.3.16}/llama-cpp-turboquant/ggml/src/ggml-metal/ggml-metal.cpp +0 -0
- {localcode-0.3.15 → localcode-0.3.16}/llama-cpp-turboquant/ggml/src/ggml-metal/ggml-metal.metal +0 -0
- {localcode-0.3.15 → localcode-0.3.16}/llama-cpp-turboquant/ggml/src/ggml-metal/turbo-matrices.h +0 -0
- {localcode-0.3.15 → localcode-0.3.16}/llama-cpp-turboquant/ggml/src/ggml-metal/turbo-wht.h +0 -0
- {localcode-0.3.15 → localcode-0.3.16}/llama-cpp-turboquant/ggml/src/ggml-musa/CMakeLists.txt +0 -0
- {localcode-0.3.15 → localcode-0.3.16}/llama-cpp-turboquant/ggml/src/ggml-opencl/CMakeLists.txt +0 -0
- {localcode-0.3.15 → localcode-0.3.16}/llama-cpp-turboquant/ggml/src/ggml-opencl/ggml-opencl.cpp +0 -0
- {localcode-0.3.15 → localcode-0.3.16}/llama-cpp-turboquant/ggml/src/ggml-openvino/CMakeLists.txt +0 -0
- {localcode-0.3.15 → localcode-0.3.16}/llama-cpp-turboquant/ggml/src/ggml-openvino/ggml-decoder.cpp +0 -0
- {localcode-0.3.15 → localcode-0.3.16}/llama-cpp-turboquant/ggml/src/ggml-openvino/ggml-decoder.h +0 -0
- {localcode-0.3.15 → localcode-0.3.16}/llama-cpp-turboquant/ggml/src/ggml-openvino/ggml-openvino-extra.cpp +0 -0
- {localcode-0.3.15 → localcode-0.3.16}/llama-cpp-turboquant/ggml/src/ggml-openvino/ggml-openvino-extra.h +0 -0
- {localcode-0.3.15 → localcode-0.3.16}/llama-cpp-turboquant/ggml/src/ggml-openvino/ggml-openvino.cpp +0 -0
- {localcode-0.3.15 → localcode-0.3.16}/llama-cpp-turboquant/ggml/src/ggml-openvino/ggml-quants.cpp +0 -0
- {localcode-0.3.15 → localcode-0.3.16}/llama-cpp-turboquant/ggml/src/ggml-openvino/ggml-quants.h +0 -0
- {localcode-0.3.15 → localcode-0.3.16}/llama-cpp-turboquant/ggml/src/ggml-openvino/openvino/decoder.h +0 -0
- {localcode-0.3.15 → localcode-0.3.16}/llama-cpp-turboquant/ggml/src/ggml-openvino/openvino/frontend.cpp +0 -0
- {localcode-0.3.15 → localcode-0.3.16}/llama-cpp-turboquant/ggml/src/ggml-openvino/openvino/frontend.h +0 -0
- {localcode-0.3.15 → localcode-0.3.16}/llama-cpp-turboquant/ggml/src/ggml-openvino/openvino/input_model.cpp +0 -0
- {localcode-0.3.15 → localcode-0.3.16}/llama-cpp-turboquant/ggml/src/ggml-openvino/openvino/input_model.h +0 -0
- {localcode-0.3.15 → localcode-0.3.16}/llama-cpp-turboquant/ggml/src/ggml-openvino/openvino/node_context.h +0 -0
- {localcode-0.3.15 → localcode-0.3.16}/llama-cpp-turboquant/ggml/src/ggml-openvino/openvino/op/cont.cpp +0 -0
- {localcode-0.3.15 → localcode-0.3.16}/llama-cpp-turboquant/ggml/src/ggml-openvino/openvino/op/cpy.cpp +0 -0
- {localcode-0.3.15 → localcode-0.3.16}/llama-cpp-turboquant/ggml/src/ggml-openvino/openvino/op/flash_attn_ext.cpp +0 -0
- {localcode-0.3.15 → localcode-0.3.16}/llama-cpp-turboquant/ggml/src/ggml-openvino/openvino/op/get_rows.cpp +0 -0
- {localcode-0.3.15 → localcode-0.3.16}/llama-cpp-turboquant/ggml/src/ggml-openvino/openvino/op/glu_geglu.cpp +0 -0
- {localcode-0.3.15 → localcode-0.3.16}/llama-cpp-turboquant/ggml/src/ggml-openvino/openvino/op/glu_swiglu.cpp +0 -0
- {localcode-0.3.15 → localcode-0.3.16}/llama-cpp-turboquant/ggml/src/ggml-openvino/openvino/op/mulmat.cpp +0 -0
- {localcode-0.3.15 → localcode-0.3.16}/llama-cpp-turboquant/ggml/src/ggml-openvino/openvino/op/permute.cpp +0 -0
- {localcode-0.3.15 → localcode-0.3.16}/llama-cpp-turboquant/ggml/src/ggml-openvino/openvino/op/reshape.cpp +0 -0
- {localcode-0.3.15 → localcode-0.3.16}/llama-cpp-turboquant/ggml/src/ggml-openvino/openvino/op/rms_norm.cpp +0 -0
- {localcode-0.3.15 → localcode-0.3.16}/llama-cpp-turboquant/ggml/src/ggml-openvino/openvino/op/rope.cpp +0 -0
- {localcode-0.3.15 → localcode-0.3.16}/llama-cpp-turboquant/ggml/src/ggml-openvino/openvino/op/scale.cpp +0 -0
- {localcode-0.3.15 → localcode-0.3.16}/llama-cpp-turboquant/ggml/src/ggml-openvino/openvino/op/set_rows.cpp +0 -0
- {localcode-0.3.15 → localcode-0.3.16}/llama-cpp-turboquant/ggml/src/ggml-openvino/openvino/op/softmax.cpp +0 -0
- {localcode-0.3.15 → localcode-0.3.16}/llama-cpp-turboquant/ggml/src/ggml-openvino/openvino/op/transpose.cpp +0 -0
- {localcode-0.3.15 → localcode-0.3.16}/llama-cpp-turboquant/ggml/src/ggml-openvino/openvino/op/unary_silu.cpp +0 -0
- {localcode-0.3.15 → localcode-0.3.16}/llama-cpp-turboquant/ggml/src/ggml-openvino/openvino/op/view.cpp +0 -0
- {localcode-0.3.15 → localcode-0.3.16}/llama-cpp-turboquant/ggml/src/ggml-openvino/openvino/op_table.cpp +0 -0
- {localcode-0.3.15 → localcode-0.3.16}/llama-cpp-turboquant/ggml/src/ggml-openvino/openvino/op_table.h +0 -0
- {localcode-0.3.15 → localcode-0.3.16}/llama-cpp-turboquant/ggml/src/ggml-openvino/openvino/pass/eliminate_zp.cpp +0 -0
- {localcode-0.3.15 → localcode-0.3.16}/llama-cpp-turboquant/ggml/src/ggml-openvino/openvino/pass/eliminate_zp.h +0 -0
- {localcode-0.3.15 → localcode-0.3.16}/llama-cpp-turboquant/ggml/src/ggml-openvino/openvino/pass/fuse_to_sdpa.cpp +0 -0
- {localcode-0.3.15 → localcode-0.3.16}/llama-cpp-turboquant/ggml/src/ggml-openvino/openvino/pass/fuse_to_sdpa.h +0 -0
- {localcode-0.3.15 → localcode-0.3.16}/llama-cpp-turboquant/ggml/src/ggml-openvino/openvino/pass/mark_decompression_convert_constant_folding.h +0 -0
- {localcode-0.3.15 → localcode-0.3.16}/llama-cpp-turboquant/ggml/src/ggml-openvino/openvino/pass/squeeze_matmul.cpp +0 -0
- {localcode-0.3.15 → localcode-0.3.16}/llama-cpp-turboquant/ggml/src/ggml-openvino/openvino/pass/squeeze_matmul.h +0 -0
- {localcode-0.3.15 → localcode-0.3.16}/llama-cpp-turboquant/ggml/src/ggml-openvino/openvino/translate_session.cpp +0 -0
- {localcode-0.3.15 → localcode-0.3.16}/llama-cpp-turboquant/ggml/src/ggml-openvino/openvino/translate_session.h +0 -0
- {localcode-0.3.15 → localcode-0.3.16}/llama-cpp-turboquant/ggml/src/ggml-openvino/openvino/utils.cpp +0 -0
- {localcode-0.3.15 → localcode-0.3.16}/llama-cpp-turboquant/ggml/src/ggml-openvino/openvino/utils.h +0 -0
- {localcode-0.3.15 → localcode-0.3.16}/llama-cpp-turboquant/ggml/src/ggml-openvino/utils.cpp +0 -0
- {localcode-0.3.15 → localcode-0.3.16}/llama-cpp-turboquant/ggml/src/ggml-openvino/utils.h +0 -0
- {localcode-0.3.15 → localcode-0.3.16}/llama-cpp-turboquant/ggml/src/ggml-opt.cpp +0 -0
- {localcode-0.3.15 → localcode-0.3.16}/llama-cpp-turboquant/ggml/src/ggml-quants.c +0 -0
- {localcode-0.3.15 → localcode-0.3.16}/llama-cpp-turboquant/ggml/src/ggml-quants.h +0 -0
- {localcode-0.3.15 → localcode-0.3.16}/llama-cpp-turboquant/ggml/src/ggml-rpc/CMakeLists.txt +0 -0
- {localcode-0.3.15 → localcode-0.3.16}/llama-cpp-turboquant/ggml/src/ggml-rpc/ggml-rpc.cpp +0 -0
- {localcode-0.3.15 → localcode-0.3.16}/llama-cpp-turboquant/ggml/src/ggml-sycl/CMakeLists.txt +0 -0
- {localcode-0.3.15 → localcode-0.3.16}/llama-cpp-turboquant/ggml/src/ggml-sycl/add-id.cpp +0 -0
- {localcode-0.3.15 → localcode-0.3.16}/llama-cpp-turboquant/ggml/src/ggml-sycl/add-id.hpp +0 -0
- {localcode-0.3.15 → localcode-0.3.16}/llama-cpp-turboquant/ggml/src/ggml-sycl/backend.hpp +0 -0
- {localcode-0.3.15 → localcode-0.3.16}/llama-cpp-turboquant/ggml/src/ggml-sycl/binbcast.cpp +0 -0
- {localcode-0.3.15 → localcode-0.3.16}/llama-cpp-turboquant/ggml/src/ggml-sycl/binbcast.hpp +0 -0
- {localcode-0.3.15 → localcode-0.3.16}/llama-cpp-turboquant/ggml/src/ggml-sycl/common.cpp +0 -0
- {localcode-0.3.15 → localcode-0.3.16}/llama-cpp-turboquant/ggml/src/ggml-sycl/common.hpp +0 -0
- {localcode-0.3.15 → localcode-0.3.16}/llama-cpp-turboquant/ggml/src/ggml-sycl/concat.cpp +0 -0
- {localcode-0.3.15 → localcode-0.3.16}/llama-cpp-turboquant/ggml/src/ggml-sycl/concat.hpp +0 -0
- {localcode-0.3.15 → localcode-0.3.16}/llama-cpp-turboquant/ggml/src/ggml-sycl/conv.cpp +0 -0
- {localcode-0.3.15 → localcode-0.3.16}/llama-cpp-turboquant/ggml/src/ggml-sycl/conv.hpp +0 -0
- {localcode-0.3.15 → localcode-0.3.16}/llama-cpp-turboquant/ggml/src/ggml-sycl/convert.cpp +0 -0
- {localcode-0.3.15 → localcode-0.3.16}/llama-cpp-turboquant/ggml/src/ggml-sycl/convert.hpp +0 -0
- {localcode-0.3.15 → localcode-0.3.16}/llama-cpp-turboquant/ggml/src/ggml-sycl/count-equal.cpp +0 -0
- {localcode-0.3.15 → localcode-0.3.16}/llama-cpp-turboquant/ggml/src/ggml-sycl/count-equal.hpp +0 -0
- {localcode-0.3.15 → localcode-0.3.16}/llama-cpp-turboquant/ggml/src/ggml-sycl/cpy.cpp +0 -0
- {localcode-0.3.15 → localcode-0.3.16}/llama-cpp-turboquant/ggml/src/ggml-sycl/cpy.hpp +0 -0
- {localcode-0.3.15 → localcode-0.3.16}/llama-cpp-turboquant/ggml/src/ggml-sycl/dequantize.hpp +0 -0
- {localcode-0.3.15 → localcode-0.3.16}/llama-cpp-turboquant/ggml/src/ggml-sycl/dmmv.cpp +0 -0
- {localcode-0.3.15 → localcode-0.3.16}/llama-cpp-turboquant/ggml/src/ggml-sycl/dmmv.hpp +0 -0
- {localcode-0.3.15 → localcode-0.3.16}/llama-cpp-turboquant/ggml/src/ggml-sycl/dpct/helper.hpp +0 -0
- {localcode-0.3.15 → localcode-0.3.16}/llama-cpp-turboquant/ggml/src/ggml-sycl/element_wise.cpp +0 -0
- {localcode-0.3.15 → localcode-0.3.16}/llama-cpp-turboquant/ggml/src/ggml-sycl/element_wise.hpp +0 -0
- {localcode-0.3.15 → localcode-0.3.16}/llama-cpp-turboquant/ggml/src/ggml-sycl/fattn-common.hpp +0 -0
- {localcode-0.3.15 → localcode-0.3.16}/llama-cpp-turboquant/ggml/src/ggml-sycl/fattn-tile.cpp +0 -0
- {localcode-0.3.15 → localcode-0.3.16}/llama-cpp-turboquant/ggml/src/ggml-sycl/fattn-tile.hpp +0 -0
- {localcode-0.3.15 → localcode-0.3.16}/llama-cpp-turboquant/ggml/src/ggml-sycl/fattn-vec.hpp +0 -0
- {localcode-0.3.15 → localcode-0.3.16}/llama-cpp-turboquant/ggml/src/ggml-sycl/fattn.cpp +0 -0
- {localcode-0.3.15 → localcode-0.3.16}/llama-cpp-turboquant/ggml/src/ggml-sycl/fattn.hpp +0 -0
- {localcode-0.3.15 → localcode-0.3.16}/llama-cpp-turboquant/ggml/src/ggml-sycl/gated_delta_net.cpp +0 -0
- {localcode-0.3.15 → localcode-0.3.16}/llama-cpp-turboquant/ggml/src/ggml-sycl/gated_delta_net.hpp +0 -0
- {localcode-0.3.15 → localcode-0.3.16}/llama-cpp-turboquant/ggml/src/ggml-sycl/gemm.hpp +0 -0
- {localcode-0.3.15 → localcode-0.3.16}/llama-cpp-turboquant/ggml/src/ggml-sycl/getrows.cpp +0 -0
- {localcode-0.3.15 → localcode-0.3.16}/llama-cpp-turboquant/ggml/src/ggml-sycl/getrows.hpp +0 -0
- {localcode-0.3.15 → localcode-0.3.16}/llama-cpp-turboquant/ggml/src/ggml-sycl/ggml-sycl.cpp +0 -0
- {localcode-0.3.15 → localcode-0.3.16}/llama-cpp-turboquant/ggml/src/ggml-sycl/gla.cpp +0 -0
- {localcode-0.3.15 → localcode-0.3.16}/llama-cpp-turboquant/ggml/src/ggml-sycl/gla.hpp +0 -0
- {localcode-0.3.15 → localcode-0.3.16}/llama-cpp-turboquant/ggml/src/ggml-sycl/im2col.cpp +0 -0
- {localcode-0.3.15 → localcode-0.3.16}/llama-cpp-turboquant/ggml/src/ggml-sycl/im2col.hpp +0 -0
- {localcode-0.3.15 → localcode-0.3.16}/llama-cpp-turboquant/ggml/src/ggml-sycl/mmq.cpp +0 -0
- {localcode-0.3.15 → localcode-0.3.16}/llama-cpp-turboquant/ggml/src/ggml-sycl/mmq.hpp +0 -0
- {localcode-0.3.15 → localcode-0.3.16}/llama-cpp-turboquant/ggml/src/ggml-sycl/mmvq.cpp +0 -0
- {localcode-0.3.15 → localcode-0.3.16}/llama-cpp-turboquant/ggml/src/ggml-sycl/mmvq.hpp +0 -0
- {localcode-0.3.15 → localcode-0.3.16}/llama-cpp-turboquant/ggml/src/ggml-sycl/norm.cpp +0 -0
- {localcode-0.3.15 → localcode-0.3.16}/llama-cpp-turboquant/ggml/src/ggml-sycl/norm.hpp +0 -0
- {localcode-0.3.15 → localcode-0.3.16}/llama-cpp-turboquant/ggml/src/ggml-sycl/outprod.cpp +0 -0
- {localcode-0.3.15 → localcode-0.3.16}/llama-cpp-turboquant/ggml/src/ggml-sycl/outprod.hpp +0 -0
- {localcode-0.3.15 → localcode-0.3.16}/llama-cpp-turboquant/ggml/src/ggml-sycl/pad.cpp +0 -0
- {localcode-0.3.15 → localcode-0.3.16}/llama-cpp-turboquant/ggml/src/ggml-sycl/pad.hpp +0 -0
- {localcode-0.3.15 → localcode-0.3.16}/llama-cpp-turboquant/ggml/src/ggml-sycl/pad_reflect_1d.cpp +0 -0
- {localcode-0.3.15 → localcode-0.3.16}/llama-cpp-turboquant/ggml/src/ggml-sycl/pad_reflect_1d.hpp +0 -0
- {localcode-0.3.15 → localcode-0.3.16}/llama-cpp-turboquant/ggml/src/ggml-sycl/presets.hpp +0 -0
- {localcode-0.3.15 → localcode-0.3.16}/llama-cpp-turboquant/ggml/src/ggml-sycl/quantize.hpp +0 -0
- {localcode-0.3.15 → localcode-0.3.16}/llama-cpp-turboquant/ggml/src/ggml-sycl/quants.hpp +0 -0
- {localcode-0.3.15 → localcode-0.3.16}/llama-cpp-turboquant/ggml/src/ggml-sycl/repeat_back.cpp +0 -0
- {localcode-0.3.15 → localcode-0.3.16}/llama-cpp-turboquant/ggml/src/ggml-sycl/repeat_back.hpp +0 -0
- {localcode-0.3.15 → localcode-0.3.16}/llama-cpp-turboquant/ggml/src/ggml-sycl/roll.cpp +0 -0
- {localcode-0.3.15 → localcode-0.3.16}/llama-cpp-turboquant/ggml/src/ggml-sycl/roll.hpp +0 -0
- {localcode-0.3.15 → localcode-0.3.16}/llama-cpp-turboquant/ggml/src/ggml-sycl/rope.cpp +0 -0
- {localcode-0.3.15 → localcode-0.3.16}/llama-cpp-turboquant/ggml/src/ggml-sycl/rope.hpp +0 -0
- {localcode-0.3.15 → localcode-0.3.16}/llama-cpp-turboquant/ggml/src/ggml-sycl/set.cpp +0 -0
- {localcode-0.3.15 → localcode-0.3.16}/llama-cpp-turboquant/ggml/src/ggml-sycl/set.hpp +0 -0
- {localcode-0.3.15 → localcode-0.3.16}/llama-cpp-turboquant/ggml/src/ggml-sycl/set_rows.cpp +0 -0
- {localcode-0.3.15 → localcode-0.3.16}/llama-cpp-turboquant/ggml/src/ggml-sycl/set_rows.hpp +0 -0
- {localcode-0.3.15 → localcode-0.3.16}/llama-cpp-turboquant/ggml/src/ggml-sycl/softmax.cpp +0 -0
- {localcode-0.3.15 → localcode-0.3.16}/llama-cpp-turboquant/ggml/src/ggml-sycl/softmax.hpp +0 -0
- {localcode-0.3.15 → localcode-0.3.16}/llama-cpp-turboquant/ggml/src/ggml-sycl/ssm_conv.cpp +0 -0
- {localcode-0.3.15 → localcode-0.3.16}/llama-cpp-turboquant/ggml/src/ggml-sycl/ssm_conv.hpp +0 -0
- {localcode-0.3.15 → localcode-0.3.16}/llama-cpp-turboquant/ggml/src/ggml-sycl/sycl_hw.cpp +0 -0
- {localcode-0.3.15 → localcode-0.3.16}/llama-cpp-turboquant/ggml/src/ggml-sycl/sycl_hw.hpp +0 -0
- {localcode-0.3.15 → localcode-0.3.16}/llama-cpp-turboquant/ggml/src/ggml-sycl/template-instances/fattn-tile-instance-dkq112-dv112.cpp +0 -0
- {localcode-0.3.15 → localcode-0.3.16}/llama-cpp-turboquant/ggml/src/ggml-sycl/template-instances/fattn-tile-instance-dkq128-dv128.cpp +0 -0
- {localcode-0.3.15 → localcode-0.3.16}/llama-cpp-turboquant/ggml/src/ggml-sycl/template-instances/fattn-tile-instance-dkq256-dv256.cpp +0 -0
- {localcode-0.3.15 → localcode-0.3.16}/llama-cpp-turboquant/ggml/src/ggml-sycl/template-instances/fattn-tile-instance-dkq40-dv40.cpp +0 -0
- {localcode-0.3.15 → localcode-0.3.16}/llama-cpp-turboquant/ggml/src/ggml-sycl/template-instances/fattn-tile-instance-dkq576-dv512.cpp +0 -0
- {localcode-0.3.15 → localcode-0.3.16}/llama-cpp-turboquant/ggml/src/ggml-sycl/template-instances/fattn-tile-instance-dkq64-dv64.cpp +0 -0
- {localcode-0.3.15 → localcode-0.3.16}/llama-cpp-turboquant/ggml/src/ggml-sycl/template-instances/fattn-tile-instance-dkq72-dv72.cpp +0 -0
- {localcode-0.3.15 → localcode-0.3.16}/llama-cpp-turboquant/ggml/src/ggml-sycl/template-instances/fattn-tile-instance-dkq80-dv80.cpp +0 -0
- {localcode-0.3.15 → localcode-0.3.16}/llama-cpp-turboquant/ggml/src/ggml-sycl/template-instances/fattn-tile-instance-dkq96-dv96.cpp +0 -0
- {localcode-0.3.15 → localcode-0.3.16}/llama-cpp-turboquant/ggml/src/ggml-sycl/template-instances/fattn-vec-instance-f16-f16.cpp +0 -0
- {localcode-0.3.15 → localcode-0.3.16}/llama-cpp-turboquant/ggml/src/ggml-sycl/template-instances/fattn-vec-instance-f16-q4_0.cpp +0 -0
- {localcode-0.3.15 → localcode-0.3.16}/llama-cpp-turboquant/ggml/src/ggml-sycl/template-instances/fattn-vec-instance-f16-q4_1.cpp +0 -0
- {localcode-0.3.15 → localcode-0.3.16}/llama-cpp-turboquant/ggml/src/ggml-sycl/template-instances/fattn-vec-instance-f16-q5_0.cpp +0 -0
- {localcode-0.3.15 → localcode-0.3.16}/llama-cpp-turboquant/ggml/src/ggml-sycl/template-instances/fattn-vec-instance-f16-q5_1.cpp +0 -0
- {localcode-0.3.15 → localcode-0.3.16}/llama-cpp-turboquant/ggml/src/ggml-sycl/template-instances/fattn-vec-instance-f16-q8_0.cpp +0 -0
- {localcode-0.3.15 → localcode-0.3.16}/llama-cpp-turboquant/ggml/src/ggml-sycl/template-instances/fattn-vec-instance-q4_0-f16.cpp +0 -0
- {localcode-0.3.15 → localcode-0.3.16}/llama-cpp-turboquant/ggml/src/ggml-sycl/template-instances/fattn-vec-instance-q4_0-q4_0.cpp +0 -0
- {localcode-0.3.15 → localcode-0.3.16}/llama-cpp-turboquant/ggml/src/ggml-sycl/template-instances/fattn-vec-instance-q4_0-q4_1.cpp +0 -0
- {localcode-0.3.15 → localcode-0.3.16}/llama-cpp-turboquant/ggml/src/ggml-sycl/template-instances/fattn-vec-instance-q4_0-q5_0.cpp +0 -0
- {localcode-0.3.15 → localcode-0.3.16}/llama-cpp-turboquant/ggml/src/ggml-sycl/template-instances/fattn-vec-instance-q4_0-q5_1.cpp +0 -0
- {localcode-0.3.15 → localcode-0.3.16}/llama-cpp-turboquant/ggml/src/ggml-sycl/template-instances/fattn-vec-instance-q4_0-q8_0.cpp +0 -0
- {localcode-0.3.15 → localcode-0.3.16}/llama-cpp-turboquant/ggml/src/ggml-sycl/template-instances/fattn-vec-instance-q4_1-f16.cpp +0 -0
- {localcode-0.3.15 → localcode-0.3.16}/llama-cpp-turboquant/ggml/src/ggml-sycl/template-instances/fattn-vec-instance-q4_1-q4_0.cpp +0 -0
- {localcode-0.3.15 → localcode-0.3.16}/llama-cpp-turboquant/ggml/src/ggml-sycl/template-instances/fattn-vec-instance-q4_1-q4_1.cpp +0 -0
- {localcode-0.3.15 → localcode-0.3.16}/llama-cpp-turboquant/ggml/src/ggml-sycl/template-instances/fattn-vec-instance-q4_1-q5_0.cpp +0 -0
- {localcode-0.3.15 → localcode-0.3.16}/llama-cpp-turboquant/ggml/src/ggml-sycl/template-instances/fattn-vec-instance-q4_1-q5_1.cpp +0 -0
- {localcode-0.3.15 → localcode-0.3.16}/llama-cpp-turboquant/ggml/src/ggml-sycl/template-instances/fattn-vec-instance-q4_1-q8_0.cpp +0 -0
- {localcode-0.3.15 → localcode-0.3.16}/llama-cpp-turboquant/ggml/src/ggml-sycl/template-instances/fattn-vec-instance-q5_0-f16.cpp +0 -0
- {localcode-0.3.15 → localcode-0.3.16}/llama-cpp-turboquant/ggml/src/ggml-sycl/template-instances/fattn-vec-instance-q5_0-q4_0.cpp +0 -0
- {localcode-0.3.15 → localcode-0.3.16}/llama-cpp-turboquant/ggml/src/ggml-sycl/template-instances/fattn-vec-instance-q5_0-q4_1.cpp +0 -0
- {localcode-0.3.15 → localcode-0.3.16}/llama-cpp-turboquant/ggml/src/ggml-sycl/template-instances/fattn-vec-instance-q5_0-q5_0.cpp +0 -0
- {localcode-0.3.15 → localcode-0.3.16}/llama-cpp-turboquant/ggml/src/ggml-sycl/template-instances/fattn-vec-instance-q5_0-q5_1.cpp +0 -0
- {localcode-0.3.15 → localcode-0.3.16}/llama-cpp-turboquant/ggml/src/ggml-sycl/template-instances/fattn-vec-instance-q5_0-q8_0.cpp +0 -0
- {localcode-0.3.15 → localcode-0.3.16}/llama-cpp-turboquant/ggml/src/ggml-sycl/template-instances/fattn-vec-instance-q5_1-f16.cpp +0 -0
- {localcode-0.3.15 → localcode-0.3.16}/llama-cpp-turboquant/ggml/src/ggml-sycl/template-instances/fattn-vec-instance-q5_1-q4_0.cpp +0 -0
- {localcode-0.3.15 → localcode-0.3.16}/llama-cpp-turboquant/ggml/src/ggml-sycl/template-instances/fattn-vec-instance-q5_1-q4_1.cpp +0 -0
- {localcode-0.3.15 → localcode-0.3.16}/llama-cpp-turboquant/ggml/src/ggml-sycl/template-instances/fattn-vec-instance-q5_1-q5_0.cpp +0 -0
- {localcode-0.3.15 → localcode-0.3.16}/llama-cpp-turboquant/ggml/src/ggml-sycl/template-instances/fattn-vec-instance-q5_1-q5_1.cpp +0 -0
- {localcode-0.3.15 → localcode-0.3.16}/llama-cpp-turboquant/ggml/src/ggml-sycl/template-instances/fattn-vec-instance-q5_1-q8_0.cpp +0 -0
- {localcode-0.3.15 → localcode-0.3.16}/llama-cpp-turboquant/ggml/src/ggml-sycl/template-instances/fattn-vec-instance-q8_0-f16.cpp +0 -0
- {localcode-0.3.15 → localcode-0.3.16}/llama-cpp-turboquant/ggml/src/ggml-sycl/template-instances/fattn-vec-instance-q8_0-q4_0.cpp +0 -0
- {localcode-0.3.15 → localcode-0.3.16}/llama-cpp-turboquant/ggml/src/ggml-sycl/template-instances/fattn-vec-instance-q8_0-q4_1.cpp +0 -0
- {localcode-0.3.15 → localcode-0.3.16}/llama-cpp-turboquant/ggml/src/ggml-sycl/template-instances/fattn-vec-instance-q8_0-q5_0.cpp +0 -0
- {localcode-0.3.15 → localcode-0.3.16}/llama-cpp-turboquant/ggml/src/ggml-sycl/template-instances/fattn-vec-instance-q8_0-q5_1.cpp +0 -0
- {localcode-0.3.15 → localcode-0.3.16}/llama-cpp-turboquant/ggml/src/ggml-sycl/template-instances/fattn-vec-instance-q8_0-q8_0.cpp +0 -0
- {localcode-0.3.15 → localcode-0.3.16}/llama-cpp-turboquant/ggml/src/ggml-sycl/tsembd.cpp +0 -0
- {localcode-0.3.15 → localcode-0.3.16}/llama-cpp-turboquant/ggml/src/ggml-sycl/tsembd.hpp +0 -0
- {localcode-0.3.15 → localcode-0.3.16}/llama-cpp-turboquant/ggml/src/ggml-sycl/type.hpp +0 -0
- {localcode-0.3.15 → localcode-0.3.16}/llama-cpp-turboquant/ggml/src/ggml-sycl/upscale.cpp +0 -0
- {localcode-0.3.15 → localcode-0.3.16}/llama-cpp-turboquant/ggml/src/ggml-sycl/upscale.hpp +0 -0
- {localcode-0.3.15 → localcode-0.3.16}/llama-cpp-turboquant/ggml/src/ggml-sycl/vecdotq.hpp +0 -0
- {localcode-0.3.15 → localcode-0.3.16}/llama-cpp-turboquant/ggml/src/ggml-sycl/wkv.cpp +0 -0
- {localcode-0.3.15 → localcode-0.3.16}/llama-cpp-turboquant/ggml/src/ggml-sycl/wkv.hpp +0 -0
- {localcode-0.3.15 → localcode-0.3.16}/llama-cpp-turboquant/ggml/src/ggml-threading.cpp +0 -0
- {localcode-0.3.15 → localcode-0.3.16}/llama-cpp-turboquant/ggml/src/ggml-threading.h +0 -0
- {localcode-0.3.15 → localcode-0.3.16}/llama-cpp-turboquant/ggml/src/ggml-turbo-quant.c +0 -0
- {localcode-0.3.15 → localcode-0.3.16}/llama-cpp-turboquant/ggml/src/ggml-virtgpu/CMakeLists.txt +0 -0
- {localcode-0.3.15 → localcode-0.3.16}/llama-cpp-turboquant/ggml/src/ggml-virtgpu/apir_cs_ggml-rpc-front.cpp +0 -0
- {localcode-0.3.15 → localcode-0.3.16}/llama-cpp-turboquant/ggml/src/ggml-virtgpu/backend/CMakeLists.txt +0 -0
- {localcode-0.3.15 → localcode-0.3.16}/llama-cpp-turboquant/ggml/src/ggml-virtgpu/backend/apir_cs_ggml-rpc-back.cpp +0 -0
- {localcode-0.3.15 → localcode-0.3.16}/llama-cpp-turboquant/ggml/src/ggml-virtgpu/backend/backend-convert.h +0 -0
- {localcode-0.3.15 → localcode-0.3.16}/llama-cpp-turboquant/ggml/src/ggml-virtgpu/backend/backend-dispatched-backend.cpp +0 -0
- {localcode-0.3.15 → localcode-0.3.16}/llama-cpp-turboquant/ggml/src/ggml-virtgpu/backend/backend-dispatched-buffer-type.cpp +0 -0
- {localcode-0.3.15 → localcode-0.3.16}/llama-cpp-turboquant/ggml/src/ggml-virtgpu/backend/backend-dispatched-buffer.cpp +0 -0
- {localcode-0.3.15 → localcode-0.3.16}/llama-cpp-turboquant/ggml/src/ggml-virtgpu/backend/backend-dispatched-device.cpp +0 -0
- {localcode-0.3.15 → localcode-0.3.16}/llama-cpp-turboquant/ggml/src/ggml-virtgpu/backend/backend-dispatched.cpp +0 -0
- {localcode-0.3.15 → localcode-0.3.16}/llama-cpp-turboquant/ggml/src/ggml-virtgpu/backend/backend-dispatched.gen.h +0 -0
- {localcode-0.3.15 → localcode-0.3.16}/llama-cpp-turboquant/ggml/src/ggml-virtgpu/backend/backend-dispatched.h +0 -0
- {localcode-0.3.15 → localcode-0.3.16}/llama-cpp-turboquant/ggml/src/ggml-virtgpu/backend/backend-virgl-apir.h +0 -0
- {localcode-0.3.15 → localcode-0.3.16}/llama-cpp-turboquant/ggml/src/ggml-virtgpu/backend/backend.cpp +0 -0
- {localcode-0.3.15 → localcode-0.3.16}/llama-cpp-turboquant/ggml/src/ggml-virtgpu/backend/shared/api_remoting.h +0 -0
- {localcode-0.3.15 → localcode-0.3.16}/llama-cpp-turboquant/ggml/src/ggml-virtgpu/backend/shared/apir_backend.gen.h +0 -0
- {localcode-0.3.15 → localcode-0.3.16}/llama-cpp-turboquant/ggml/src/ggml-virtgpu/backend/shared/apir_backend.h +0 -0
- {localcode-0.3.15 → localcode-0.3.16}/llama-cpp-turboquant/ggml/src/ggml-virtgpu/backend/shared/apir_cs.h +0 -0
- {localcode-0.3.15 → localcode-0.3.16}/llama-cpp-turboquant/ggml/src/ggml-virtgpu/backend/shared/apir_cs_ggml.h +0 -0
- {localcode-0.3.15 → localcode-0.3.16}/llama-cpp-turboquant/ggml/src/ggml-virtgpu/backend/shared/apir_cs_rpc.h +0 -0
- {localcode-0.3.15 → localcode-0.3.16}/llama-cpp-turboquant/ggml/src/ggml-virtgpu/ggml-backend-buffer-type.cpp +0 -0
- {localcode-0.3.15 → localcode-0.3.16}/llama-cpp-turboquant/ggml/src/ggml-virtgpu/ggml-backend-buffer.cpp +0 -0
- {localcode-0.3.15 → localcode-0.3.16}/llama-cpp-turboquant/ggml/src/ggml-virtgpu/ggml-backend-device.cpp +0 -0
- {localcode-0.3.15 → localcode-0.3.16}/llama-cpp-turboquant/ggml/src/ggml-virtgpu/ggml-backend-reg.cpp +0 -0
- {localcode-0.3.15 → localcode-0.3.16}/llama-cpp-turboquant/ggml/src/ggml-virtgpu/ggml-backend.cpp +0 -0
- {localcode-0.3.15 → localcode-0.3.16}/llama-cpp-turboquant/ggml/src/ggml-virtgpu/ggml-remoting.h +0 -0
- {localcode-0.3.15 → localcode-0.3.16}/llama-cpp-turboquant/ggml/src/ggml-virtgpu/include/apir_hw.h +0 -0
- {localcode-0.3.15 → localcode-0.3.16}/llama-cpp-turboquant/ggml/src/ggml-virtgpu/virtgpu-apir.h +0 -0
- {localcode-0.3.15 → localcode-0.3.16}/llama-cpp-turboquant/ggml/src/ggml-virtgpu/virtgpu-forward-backend.cpp +0 -0
- {localcode-0.3.15 → localcode-0.3.16}/llama-cpp-turboquant/ggml/src/ggml-virtgpu/virtgpu-forward-buffer-type.cpp +0 -0
- {localcode-0.3.15 → localcode-0.3.16}/llama-cpp-turboquant/ggml/src/ggml-virtgpu/virtgpu-forward-buffer.cpp +0 -0
- {localcode-0.3.15 → localcode-0.3.16}/llama-cpp-turboquant/ggml/src/ggml-virtgpu/virtgpu-forward-device.cpp +0 -0
- {localcode-0.3.15 → localcode-0.3.16}/llama-cpp-turboquant/ggml/src/ggml-virtgpu/virtgpu-forward-impl.h +0 -0
- {localcode-0.3.15 → localcode-0.3.16}/llama-cpp-turboquant/ggml/src/ggml-virtgpu/virtgpu-forward.gen.h +0 -0
- {localcode-0.3.15 → localcode-0.3.16}/llama-cpp-turboquant/ggml/src/ggml-virtgpu/virtgpu-shm.cpp +0 -0
- {localcode-0.3.15 → localcode-0.3.16}/llama-cpp-turboquant/ggml/src/ggml-virtgpu/virtgpu-shm.h +0 -0
- {localcode-0.3.15 → localcode-0.3.16}/llama-cpp-turboquant/ggml/src/ggml-virtgpu/virtgpu-utils.cpp +0 -0
- {localcode-0.3.15 → localcode-0.3.16}/llama-cpp-turboquant/ggml/src/ggml-virtgpu/virtgpu-utils.h +0 -0
- {localcode-0.3.15 → localcode-0.3.16}/llama-cpp-turboquant/ggml/src/ggml-virtgpu/virtgpu.cpp +0 -0
- {localcode-0.3.15 → localcode-0.3.16}/llama-cpp-turboquant/ggml/src/ggml-virtgpu/virtgpu.h +0 -0
- {localcode-0.3.15 → localcode-0.3.16}/llama-cpp-turboquant/ggml/src/ggml-vulkan/CMakeLists.txt +0 -0
- {localcode-0.3.15 → localcode-0.3.16}/llama-cpp-turboquant/ggml/src/ggml-vulkan/ggml-vulkan.cpp +0 -0
- {localcode-0.3.15 → localcode-0.3.16}/llama-cpp-turboquant/ggml/src/ggml-vulkan/vulkan-shaders/CMakeLists.txt +0 -0
- {localcode-0.3.15 → localcode-0.3.16}/llama-cpp-turboquant/ggml/src/ggml-vulkan/vulkan-shaders/vulkan-shaders-gen.cpp +0 -0
- {localcode-0.3.15 → localcode-0.3.16}/llama-cpp-turboquant/ggml/src/ggml-webgpu/CMakeLists.txt +0 -0
- {localcode-0.3.15 → localcode-0.3.16}/llama-cpp-turboquant/ggml/src/ggml-webgpu/ggml-webgpu-shader-lib.hpp +0 -0
- {localcode-0.3.15 → localcode-0.3.16}/llama-cpp-turboquant/ggml/src/ggml-webgpu/ggml-webgpu.cpp +0 -0
- {localcode-0.3.15 → localcode-0.3.16}/llama-cpp-turboquant/ggml/src/ggml-webgpu/pre_wgsl.hpp +0 -0
- {localcode-0.3.15 → localcode-0.3.16}/llama-cpp-turboquant/ggml/src/ggml-zdnn/CMakeLists.txt +0 -0
- {localcode-0.3.15 → localcode-0.3.16}/llama-cpp-turboquant/ggml/src/ggml-zdnn/common.hpp +0 -0
- {localcode-0.3.15 → localcode-0.3.16}/llama-cpp-turboquant/ggml/src/ggml-zdnn/ggml-zdnn.cpp +0 -0
- {localcode-0.3.15 → localcode-0.3.16}/llama-cpp-turboquant/ggml/src/ggml-zdnn/mmf.cpp +0 -0
- {localcode-0.3.15 → localcode-0.3.16}/llama-cpp-turboquant/ggml/src/ggml-zdnn/mmf.hpp +0 -0
- {localcode-0.3.15 → localcode-0.3.16}/llama-cpp-turboquant/ggml/src/ggml-zdnn/utils.cpp +0 -0
- {localcode-0.3.15 → localcode-0.3.16}/llama-cpp-turboquant/ggml/src/ggml-zdnn/utils.hpp +0 -0
- {localcode-0.3.15 → localcode-0.3.16}/llama-cpp-turboquant/ggml/src/ggml-zendnn/CMakeLists.txt +0 -0
- {localcode-0.3.15 → localcode-0.3.16}/llama-cpp-turboquant/ggml/src/ggml-zendnn/ggml-zendnn.cpp +0 -0
- {localcode-0.3.15 → localcode-0.3.16}/llama-cpp-turboquant/ggml/src/ggml.c +0 -0
- {localcode-0.3.15 → localcode-0.3.16}/llama-cpp-turboquant/ggml/src/ggml.cpp +0 -0
- {localcode-0.3.15 → localcode-0.3.16}/llama-cpp-turboquant/ggml/src/gguf.cpp +0 -0
- {localcode-0.3.15 → localcode-0.3.16}/llama-cpp-turboquant/include/llama-cpp.h +0 -0
- {localcode-0.3.15 → localcode-0.3.16}/llama-cpp-turboquant/include/llama.h +0 -0
- {localcode-0.3.15 → localcode-0.3.16}/llama-cpp-turboquant/licenses/LICENSE-jsonhpp +0 -0
- {localcode-0.3.15 → localcode-0.3.16}/llama-cpp-turboquant/src/CMakeLists.txt +0 -0
- {localcode-0.3.15 → localcode-0.3.16}/llama-cpp-turboquant/src/llama-adapter.cpp +0 -0
- {localcode-0.3.15 → localcode-0.3.16}/llama-cpp-turboquant/src/llama-adapter.h +0 -0
- {localcode-0.3.15 → localcode-0.3.16}/llama-cpp-turboquant/src/llama-arch.cpp +0 -0
- {localcode-0.3.15 → localcode-0.3.16}/llama-cpp-turboquant/src/llama-arch.h +0 -0
- {localcode-0.3.15 → localcode-0.3.16}/llama-cpp-turboquant/src/llama-batch.cpp +0 -0
- {localcode-0.3.15 → localcode-0.3.16}/llama-cpp-turboquant/src/llama-batch.h +0 -0
- {localcode-0.3.15 → localcode-0.3.16}/llama-cpp-turboquant/src/llama-chat.cpp +0 -0
- {localcode-0.3.15 → localcode-0.3.16}/llama-cpp-turboquant/src/llama-chat.h +0 -0
- {localcode-0.3.15 → localcode-0.3.16}/llama-cpp-turboquant/src/llama-context.cpp +0 -0
- {localcode-0.3.15 → localcode-0.3.16}/llama-cpp-turboquant/src/llama-context.h +0 -0
- {localcode-0.3.15 → localcode-0.3.16}/llama-cpp-turboquant/src/llama-cparams.cpp +0 -0
- {localcode-0.3.15 → localcode-0.3.16}/llama-cpp-turboquant/src/llama-cparams.h +0 -0
- {localcode-0.3.15 → localcode-0.3.16}/llama-cpp-turboquant/src/llama-ext.h +0 -0
- {localcode-0.3.15 → localcode-0.3.16}/llama-cpp-turboquant/src/llama-grammar.cpp +0 -0
- {localcode-0.3.15 → localcode-0.3.16}/llama-cpp-turboquant/src/llama-grammar.h +0 -0
- {localcode-0.3.15 → localcode-0.3.16}/llama-cpp-turboquant/src/llama-graph.cpp +0 -0
- {localcode-0.3.15 → localcode-0.3.16}/llama-cpp-turboquant/src/llama-graph.h +0 -0
- {localcode-0.3.15 → localcode-0.3.16}/llama-cpp-turboquant/src/llama-hparams.cpp +0 -0
- {localcode-0.3.15 → localcode-0.3.16}/llama-cpp-turboquant/src/llama-hparams.h +0 -0
- {localcode-0.3.15 → localcode-0.3.16}/llama-cpp-turboquant/src/llama-impl.cpp +0 -0
- {localcode-0.3.15 → localcode-0.3.16}/llama-cpp-turboquant/src/llama-impl.h +0 -0
- {localcode-0.3.15 → localcode-0.3.16}/llama-cpp-turboquant/src/llama-io.cpp +0 -0
- {localcode-0.3.15 → localcode-0.3.16}/llama-cpp-turboquant/src/llama-io.h +0 -0
- {localcode-0.3.15 → localcode-0.3.16}/llama-cpp-turboquant/src/llama-kv-cache-iswa.cpp +0 -0
- {localcode-0.3.15 → localcode-0.3.16}/llama-cpp-turboquant/src/llama-kv-cache-iswa.h +0 -0
- {localcode-0.3.15 → localcode-0.3.16}/llama-cpp-turboquant/src/llama-kv-cache.cpp +0 -0
- {localcode-0.3.15 → localcode-0.3.16}/llama-cpp-turboquant/src/llama-kv-cache.h +0 -0
- {localcode-0.3.15 → localcode-0.3.16}/llama-cpp-turboquant/src/llama-kv-cells.h +0 -0
- {localcode-0.3.15 → localcode-0.3.16}/llama-cpp-turboquant/src/llama-memory-hybrid-iswa.cpp +0 -0
- {localcode-0.3.15 → localcode-0.3.16}/llama-cpp-turboquant/src/llama-memory-hybrid-iswa.h +0 -0
- {localcode-0.3.15 → localcode-0.3.16}/llama-cpp-turboquant/src/llama-memory-hybrid.cpp +0 -0
- {localcode-0.3.15 → localcode-0.3.16}/llama-cpp-turboquant/src/llama-memory-hybrid.h +0 -0
- {localcode-0.3.15 → localcode-0.3.16}/llama-cpp-turboquant/src/llama-memory-recurrent.cpp +0 -0
- {localcode-0.3.15 → localcode-0.3.16}/llama-cpp-turboquant/src/llama-memory-recurrent.h +0 -0
- {localcode-0.3.15 → localcode-0.3.16}/llama-cpp-turboquant/src/llama-memory.cpp +0 -0
- {localcode-0.3.15 → localcode-0.3.16}/llama-cpp-turboquant/src/llama-memory.h +0 -0
- {localcode-0.3.15 → localcode-0.3.16}/llama-cpp-turboquant/src/llama-mmap.cpp +0 -0
- {localcode-0.3.15 → localcode-0.3.16}/llama-cpp-turboquant/src/llama-mmap.h +0 -0
- {localcode-0.3.15 → localcode-0.3.16}/llama-cpp-turboquant/src/llama-model-loader.cpp +0 -0
- {localcode-0.3.15 → localcode-0.3.16}/llama-cpp-turboquant/src/llama-model-loader.h +0 -0
- {localcode-0.3.15 → localcode-0.3.16}/llama-cpp-turboquant/src/llama-model-saver.cpp +0 -0
- {localcode-0.3.15 → localcode-0.3.16}/llama-cpp-turboquant/src/llama-model-saver.h +0 -0
- {localcode-0.3.15 → localcode-0.3.16}/llama-cpp-turboquant/src/llama-model.cpp +0 -0
- {localcode-0.3.15 → localcode-0.3.16}/llama-cpp-turboquant/src/llama-model.h +0 -0
- {localcode-0.3.15 → localcode-0.3.16}/llama-cpp-turboquant/src/llama-quant.cpp +0 -0
- {localcode-0.3.15 → localcode-0.3.16}/llama-cpp-turboquant/src/llama-quant.h +0 -0
- {localcode-0.3.15 → localcode-0.3.16}/llama-cpp-turboquant/src/llama-sampler.cpp +0 -0
- {localcode-0.3.15 → localcode-0.3.16}/llama-cpp-turboquant/src/llama-sampler.h +0 -0
- {localcode-0.3.15 → localcode-0.3.16}/llama-cpp-turboquant/src/llama-vocab.cpp +0 -0
- {localcode-0.3.15 → localcode-0.3.16}/llama-cpp-turboquant/src/llama-vocab.h +0 -0
- {localcode-0.3.15 → localcode-0.3.16}/llama-cpp-turboquant/src/llama.cpp +0 -0
- {localcode-0.3.15 → localcode-0.3.16}/llama-cpp-turboquant/src/models/afmoe.cpp +0 -0
- {localcode-0.3.15 → localcode-0.3.16}/llama-cpp-turboquant/src/models/apertus.cpp +0 -0
- {localcode-0.3.15 → localcode-0.3.16}/llama-cpp-turboquant/src/models/arcee.cpp +0 -0
- {localcode-0.3.15 → localcode-0.3.16}/llama-cpp-turboquant/src/models/arctic.cpp +0 -0
- {localcode-0.3.15 → localcode-0.3.16}/llama-cpp-turboquant/src/models/arwkv7.cpp +0 -0
- {localcode-0.3.15 → localcode-0.3.16}/llama-cpp-turboquant/src/models/baichuan.cpp +0 -0
- {localcode-0.3.15 → localcode-0.3.16}/llama-cpp-turboquant/src/models/bailingmoe.cpp +0 -0
- {localcode-0.3.15 → localcode-0.3.16}/llama-cpp-turboquant/src/models/bailingmoe2.cpp +0 -0
- {localcode-0.3.15 → localcode-0.3.16}/llama-cpp-turboquant/src/models/bert.cpp +0 -0
- {localcode-0.3.15 → localcode-0.3.16}/llama-cpp-turboquant/src/models/bitnet.cpp +0 -0
- {localcode-0.3.15 → localcode-0.3.16}/llama-cpp-turboquant/src/models/bloom.cpp +0 -0
- {localcode-0.3.15 → localcode-0.3.16}/llama-cpp-turboquant/src/models/chameleon.cpp +0 -0
- {localcode-0.3.15 → localcode-0.3.16}/llama-cpp-turboquant/src/models/chatglm.cpp +0 -0
- {localcode-0.3.15 → localcode-0.3.16}/llama-cpp-turboquant/src/models/codeshell.cpp +0 -0
- {localcode-0.3.15 → localcode-0.3.16}/llama-cpp-turboquant/src/models/cogvlm.cpp +0 -0
- {localcode-0.3.15 → localcode-0.3.16}/llama-cpp-turboquant/src/models/cohere2-iswa.cpp +0 -0
- {localcode-0.3.15 → localcode-0.3.16}/llama-cpp-turboquant/src/models/command-r.cpp +0 -0
- {localcode-0.3.15 → localcode-0.3.16}/llama-cpp-turboquant/src/models/dbrx.cpp +0 -0
- {localcode-0.3.15 → localcode-0.3.16}/llama-cpp-turboquant/src/models/deci.cpp +0 -0
- {localcode-0.3.15 → localcode-0.3.16}/llama-cpp-turboquant/src/models/deepseek.cpp +0 -0
- {localcode-0.3.15 → localcode-0.3.16}/llama-cpp-turboquant/src/models/deepseek2.cpp +0 -0
- {localcode-0.3.15 → localcode-0.3.16}/llama-cpp-turboquant/src/models/delta-net-base.cpp +0 -0
- {localcode-0.3.15 → localcode-0.3.16}/llama-cpp-turboquant/src/models/dots1.cpp +0 -0
- {localcode-0.3.15 → localcode-0.3.16}/llama-cpp-turboquant/src/models/dream.cpp +0 -0
- {localcode-0.3.15 → localcode-0.3.16}/llama-cpp-turboquant/src/models/ernie4-5-moe.cpp +0 -0
- {localcode-0.3.15 → localcode-0.3.16}/llama-cpp-turboquant/src/models/ernie4-5.cpp +0 -0
- {localcode-0.3.15 → localcode-0.3.16}/llama-cpp-turboquant/src/models/eurobert.cpp +0 -0
- {localcode-0.3.15 → localcode-0.3.16}/llama-cpp-turboquant/src/models/exaone-moe.cpp +0 -0
- {localcode-0.3.15 → localcode-0.3.16}/llama-cpp-turboquant/src/models/exaone.cpp +0 -0
- {localcode-0.3.15 → localcode-0.3.16}/llama-cpp-turboquant/src/models/exaone4.cpp +0 -0
- {localcode-0.3.15 → localcode-0.3.16}/llama-cpp-turboquant/src/models/falcon-h1.cpp +0 -0
- {localcode-0.3.15 → localcode-0.3.16}/llama-cpp-turboquant/src/models/falcon.cpp +0 -0
- {localcode-0.3.15 → localcode-0.3.16}/llama-cpp-turboquant/src/models/gemma-embedding.cpp +0 -0
- {localcode-0.3.15 → localcode-0.3.16}/llama-cpp-turboquant/src/models/gemma.cpp +0 -0
- {localcode-0.3.15 → localcode-0.3.16}/llama-cpp-turboquant/src/models/gemma2-iswa.cpp +0 -0
- {localcode-0.3.15 → localcode-0.3.16}/llama-cpp-turboquant/src/models/gemma3.cpp +0 -0
- {localcode-0.3.15 → localcode-0.3.16}/llama-cpp-turboquant/src/models/gemma3n-iswa.cpp +0 -0
- {localcode-0.3.15 → localcode-0.3.16}/llama-cpp-turboquant/src/models/gemma4-iswa.cpp +0 -0
- {localcode-0.3.15 → localcode-0.3.16}/llama-cpp-turboquant/src/models/glm4-moe.cpp +0 -0
- {localcode-0.3.15 → localcode-0.3.16}/llama-cpp-turboquant/src/models/glm4.cpp +0 -0
- {localcode-0.3.15 → localcode-0.3.16}/llama-cpp-turboquant/src/models/gpt2.cpp +0 -0
- {localcode-0.3.15 → localcode-0.3.16}/llama-cpp-turboquant/src/models/gptneox.cpp +0 -0
- {localcode-0.3.15 → localcode-0.3.16}/llama-cpp-turboquant/src/models/granite-hybrid.cpp +0 -0
- {localcode-0.3.15 → localcode-0.3.16}/llama-cpp-turboquant/src/models/granite.cpp +0 -0
- {localcode-0.3.15 → localcode-0.3.16}/llama-cpp-turboquant/src/models/grok.cpp +0 -0
- {localcode-0.3.15 → localcode-0.3.16}/llama-cpp-turboquant/src/models/grovemoe.cpp +0 -0
- {localcode-0.3.15 → localcode-0.3.16}/llama-cpp-turboquant/src/models/hunyuan-dense.cpp +0 -0
- {localcode-0.3.15 → localcode-0.3.16}/llama-cpp-turboquant/src/models/hunyuan-moe.cpp +0 -0
- {localcode-0.3.15 → localcode-0.3.16}/llama-cpp-turboquant/src/models/internlm2.cpp +0 -0
- {localcode-0.3.15 → localcode-0.3.16}/llama-cpp-turboquant/src/models/jais.cpp +0 -0
- {localcode-0.3.15 → localcode-0.3.16}/llama-cpp-turboquant/src/models/jais2.cpp +0 -0
- {localcode-0.3.15 → localcode-0.3.16}/llama-cpp-turboquant/src/models/jamba.cpp +0 -0
- {localcode-0.3.15 → localcode-0.3.16}/llama-cpp-turboquant/src/models/kimi-linear.cpp +0 -0
- {localcode-0.3.15 → localcode-0.3.16}/llama-cpp-turboquant/src/models/lfm2.cpp +0 -0
- {localcode-0.3.15 → localcode-0.3.16}/llama-cpp-turboquant/src/models/llada-moe.cpp +0 -0
- {localcode-0.3.15 → localcode-0.3.16}/llama-cpp-turboquant/src/models/llada.cpp +0 -0
- {localcode-0.3.15 → localcode-0.3.16}/llama-cpp-turboquant/src/models/llama-iswa.cpp +0 -0
- {localcode-0.3.15 → localcode-0.3.16}/llama-cpp-turboquant/src/models/llama.cpp +0 -0
- {localcode-0.3.15 → localcode-0.3.16}/llama-cpp-turboquant/src/models/maincoder.cpp +0 -0
- {localcode-0.3.15 → localcode-0.3.16}/llama-cpp-turboquant/src/models/mamba-base.cpp +0 -0
- {localcode-0.3.15 → localcode-0.3.16}/llama-cpp-turboquant/src/models/mamba.cpp +0 -0
- {localcode-0.3.15 → localcode-0.3.16}/llama-cpp-turboquant/src/models/mimo2-iswa.cpp +0 -0
- {localcode-0.3.15 → localcode-0.3.16}/llama-cpp-turboquant/src/models/minicpm3.cpp +0 -0
- {localcode-0.3.15 → localcode-0.3.16}/llama-cpp-turboquant/src/models/minimax-m2.cpp +0 -0
- {localcode-0.3.15 → localcode-0.3.16}/llama-cpp-turboquant/src/models/mistral3.cpp +0 -0
- {localcode-0.3.15 → localcode-0.3.16}/llama-cpp-turboquant/src/models/models.h +0 -0
- {localcode-0.3.15 → localcode-0.3.16}/llama-cpp-turboquant/src/models/modern-bert.cpp +0 -0
- {localcode-0.3.15 → localcode-0.3.16}/llama-cpp-turboquant/src/models/mpt.cpp +0 -0
- {localcode-0.3.15 → localcode-0.3.16}/llama-cpp-turboquant/src/models/nemotron-h.cpp +0 -0
- {localcode-0.3.15 → localcode-0.3.16}/llama-cpp-turboquant/src/models/nemotron.cpp +0 -0
- {localcode-0.3.15 → localcode-0.3.16}/llama-cpp-turboquant/src/models/neo-bert.cpp +0 -0
- {localcode-0.3.15 → localcode-0.3.16}/llama-cpp-turboquant/src/models/olmo.cpp +0 -0
- {localcode-0.3.15 → localcode-0.3.16}/llama-cpp-turboquant/src/models/olmo2.cpp +0 -0
- {localcode-0.3.15 → localcode-0.3.16}/llama-cpp-turboquant/src/models/olmoe.cpp +0 -0
- {localcode-0.3.15 → localcode-0.3.16}/llama-cpp-turboquant/src/models/openai-moe-iswa.cpp +0 -0
- {localcode-0.3.15 → localcode-0.3.16}/llama-cpp-turboquant/src/models/openelm.cpp +0 -0
- {localcode-0.3.15 → localcode-0.3.16}/llama-cpp-turboquant/src/models/orion.cpp +0 -0
- {localcode-0.3.15 → localcode-0.3.16}/llama-cpp-turboquant/src/models/paddleocr.cpp +0 -0
- {localcode-0.3.15 → localcode-0.3.16}/llama-cpp-turboquant/src/models/pangu-embedded.cpp +0 -0
- {localcode-0.3.15 → localcode-0.3.16}/llama-cpp-turboquant/src/models/phi2.cpp +0 -0
- {localcode-0.3.15 → localcode-0.3.16}/llama-cpp-turboquant/src/models/phi3.cpp +0 -0
- {localcode-0.3.15 → localcode-0.3.16}/llama-cpp-turboquant/src/models/plamo.cpp +0 -0
- {localcode-0.3.15 → localcode-0.3.16}/llama-cpp-turboquant/src/models/plamo2.cpp +0 -0
- {localcode-0.3.15 → localcode-0.3.16}/llama-cpp-turboquant/src/models/plamo3.cpp +0 -0
- {localcode-0.3.15 → localcode-0.3.16}/llama-cpp-turboquant/src/models/plm.cpp +0 -0
- {localcode-0.3.15 → localcode-0.3.16}/llama-cpp-turboquant/src/models/qwen.cpp +0 -0
- {localcode-0.3.15 → localcode-0.3.16}/llama-cpp-turboquant/src/models/qwen2.cpp +0 -0
- {localcode-0.3.15 → localcode-0.3.16}/llama-cpp-turboquant/src/models/qwen2moe.cpp +0 -0
- {localcode-0.3.15 → localcode-0.3.16}/llama-cpp-turboquant/src/models/qwen2vl.cpp +0 -0
- {localcode-0.3.15 → localcode-0.3.16}/llama-cpp-turboquant/src/models/qwen3.cpp +0 -0
- {localcode-0.3.15 → localcode-0.3.16}/llama-cpp-turboquant/src/models/qwen35.cpp +0 -0
- {localcode-0.3.15 → localcode-0.3.16}/llama-cpp-turboquant/src/models/qwen35moe.cpp +0 -0
- {localcode-0.3.15 → localcode-0.3.16}/llama-cpp-turboquant/src/models/qwen3moe.cpp +0 -0
- {localcode-0.3.15 → localcode-0.3.16}/llama-cpp-turboquant/src/models/qwen3next.cpp +0 -0
- {localcode-0.3.15 → localcode-0.3.16}/llama-cpp-turboquant/src/models/qwen3vl-moe.cpp +0 -0
- {localcode-0.3.15 → localcode-0.3.16}/llama-cpp-turboquant/src/models/qwen3vl.cpp +0 -0
- {localcode-0.3.15 → localcode-0.3.16}/llama-cpp-turboquant/src/models/refact.cpp +0 -0
- {localcode-0.3.15 → localcode-0.3.16}/llama-cpp-turboquant/src/models/rnd1.cpp +0 -0
- {localcode-0.3.15 → localcode-0.3.16}/llama-cpp-turboquant/src/models/rwkv6-base.cpp +0 -0
- {localcode-0.3.15 → localcode-0.3.16}/llama-cpp-turboquant/src/models/rwkv6.cpp +0 -0
- {localcode-0.3.15 → localcode-0.3.16}/llama-cpp-turboquant/src/models/rwkv6qwen2.cpp +0 -0
- {localcode-0.3.15 → localcode-0.3.16}/llama-cpp-turboquant/src/models/rwkv7-base.cpp +0 -0
- {localcode-0.3.15 → localcode-0.3.16}/llama-cpp-turboquant/src/models/rwkv7.cpp +0 -0
- {localcode-0.3.15 → localcode-0.3.16}/llama-cpp-turboquant/src/models/seed-oss.cpp +0 -0
- {localcode-0.3.15 → localcode-0.3.16}/llama-cpp-turboquant/src/models/smallthinker.cpp +0 -0
- {localcode-0.3.15 → localcode-0.3.16}/llama-cpp-turboquant/src/models/smollm3.cpp +0 -0
- {localcode-0.3.15 → localcode-0.3.16}/llama-cpp-turboquant/src/models/stablelm.cpp +0 -0
- {localcode-0.3.15 → localcode-0.3.16}/llama-cpp-turboquant/src/models/starcoder.cpp +0 -0
- {localcode-0.3.15 → localcode-0.3.16}/llama-cpp-turboquant/src/models/starcoder2.cpp +0 -0
- {localcode-0.3.15 → localcode-0.3.16}/llama-cpp-turboquant/src/models/step35-iswa.cpp +0 -0
- {localcode-0.3.15 → localcode-0.3.16}/llama-cpp-turboquant/src/models/t5-dec.cpp +0 -0
- {localcode-0.3.15 → localcode-0.3.16}/llama-cpp-turboquant/src/models/t5-enc.cpp +0 -0
- {localcode-0.3.15 → localcode-0.3.16}/llama-cpp-turboquant/src/models/wavtokenizer-dec.cpp +0 -0
- {localcode-0.3.15 → localcode-0.3.16}/llama-cpp-turboquant/src/models/xverse.cpp +0 -0
- {localcode-0.3.15 → localcode-0.3.16}/llama-cpp-turboquant/src/turbo-rotation-data-32.h +0 -0
- {localcode-0.3.15 → localcode-0.3.16}/llama-cpp-turboquant/src/turbo-rotation-data.h +0 -0
- {localcode-0.3.15 → localcode-0.3.16}/llama-cpp-turboquant/src/unicode-data.cpp +0 -0
- {localcode-0.3.15 → localcode-0.3.16}/llama-cpp-turboquant/src/unicode-data.h +0 -0
- {localcode-0.3.15 → localcode-0.3.16}/llama-cpp-turboquant/src/unicode.cpp +0 -0
- {localcode-0.3.15 → localcode-0.3.16}/llama-cpp-turboquant/src/unicode.h +0 -0
- {localcode-0.3.15 → localcode-0.3.16}/llama-cpp-turboquant/tools/CMakeLists.txt +0 -0
- {localcode-0.3.15 → localcode-0.3.16}/llama-cpp-turboquant/tools/batched-bench/CMakeLists.txt +0 -0
- {localcode-0.3.15 → localcode-0.3.16}/llama-cpp-turboquant/tools/batched-bench/batched-bench.cpp +0 -0
- {localcode-0.3.15 → localcode-0.3.16}/llama-cpp-turboquant/tools/cli/CMakeLists.txt +0 -0
- {localcode-0.3.15 → localcode-0.3.16}/llama-cpp-turboquant/tools/cli/cli.cpp +0 -0
- {localcode-0.3.15 → localcode-0.3.16}/llama-cpp-turboquant/tools/completion/CMakeLists.txt +0 -0
- {localcode-0.3.15 → localcode-0.3.16}/llama-cpp-turboquant/tools/completion/completion.cpp +0 -0
- {localcode-0.3.15 → localcode-0.3.16}/llama-cpp-turboquant/tools/cvector-generator/CMakeLists.txt +0 -0
- {localcode-0.3.15 → localcode-0.3.16}/llama-cpp-turboquant/tools/cvector-generator/cvector-generator.cpp +0 -0
- {localcode-0.3.15 → localcode-0.3.16}/llama-cpp-turboquant/tools/cvector-generator/mean.hpp +0 -0
- {localcode-0.3.15 → localcode-0.3.16}/llama-cpp-turboquant/tools/cvector-generator/pca.hpp +0 -0
- {localcode-0.3.15 → localcode-0.3.16}/llama-cpp-turboquant/tools/export-lora/CMakeLists.txt +0 -0
- {localcode-0.3.15 → localcode-0.3.16}/llama-cpp-turboquant/tools/export-lora/export-lora.cpp +0 -0
- {localcode-0.3.15 → localcode-0.3.16}/llama-cpp-turboquant/tools/fit-params/CMakeLists.txt +0 -0
- {localcode-0.3.15 → localcode-0.3.16}/llama-cpp-turboquant/tools/fit-params/fit-params.cpp +0 -0
- {localcode-0.3.15 → localcode-0.3.16}/llama-cpp-turboquant/tools/gguf-split/CMakeLists.txt +0 -0
- {localcode-0.3.15 → localcode-0.3.16}/llama-cpp-turboquant/tools/gguf-split/gguf-split.cpp +0 -0
- {localcode-0.3.15 → localcode-0.3.16}/llama-cpp-turboquant/tools/imatrix/CMakeLists.txt +0 -0
- {localcode-0.3.15 → localcode-0.3.16}/llama-cpp-turboquant/tools/imatrix/imatrix.cpp +0 -0
- {localcode-0.3.15 → localcode-0.3.16}/llama-cpp-turboquant/tools/llama-bench/CMakeLists.txt +0 -0
- {localcode-0.3.15 → localcode-0.3.16}/llama-cpp-turboquant/tools/llama-bench/llama-bench.cpp +0 -0
- {localcode-0.3.15 → localcode-0.3.16}/llama-cpp-turboquant/tools/mtmd/CMakeLists.txt +0 -0
- {localcode-0.3.15 → localcode-0.3.16}/llama-cpp-turboquant/tools/mtmd/clip-graph.h +0 -0
- {localcode-0.3.15 → localcode-0.3.16}/llama-cpp-turboquant/tools/mtmd/clip-impl.h +0 -0
- {localcode-0.3.15 → localcode-0.3.16}/llama-cpp-turboquant/tools/mtmd/clip-model.h +0 -0
- {localcode-0.3.15 → localcode-0.3.16}/llama-cpp-turboquant/tools/mtmd/clip.cpp +0 -0
- {localcode-0.3.15 → localcode-0.3.16}/llama-cpp-turboquant/tools/mtmd/clip.h +0 -0
- {localcode-0.3.15 → localcode-0.3.16}/llama-cpp-turboquant/tools/mtmd/debug/mtmd-debug.cpp +0 -0
- {localcode-0.3.15 → localcode-0.3.16}/llama-cpp-turboquant/tools/mtmd/debug/mtmd-debug.h +0 -0
- {localcode-0.3.15 → localcode-0.3.16}/llama-cpp-turboquant/tools/mtmd/deprecation-warning.cpp +0 -0
- {localcode-0.3.15 → localcode-0.3.16}/llama-cpp-turboquant/tools/mtmd/models/cogvlm.cpp +0 -0
- {localcode-0.3.15 → localcode-0.3.16}/llama-cpp-turboquant/tools/mtmd/models/conformer.cpp +0 -0
- {localcode-0.3.15 → localcode-0.3.16}/llama-cpp-turboquant/tools/mtmd/models/deepseekocr.cpp +0 -0
- {localcode-0.3.15 → localcode-0.3.16}/llama-cpp-turboquant/tools/mtmd/models/gemma4v.cpp +0 -0
- {localcode-0.3.15 → localcode-0.3.16}/llama-cpp-turboquant/tools/mtmd/models/glm4v.cpp +0 -0
- {localcode-0.3.15 → localcode-0.3.16}/llama-cpp-turboquant/tools/mtmd/models/hunyuanocr.cpp +0 -0
- {localcode-0.3.15 → localcode-0.3.16}/llama-cpp-turboquant/tools/mtmd/models/internvl.cpp +0 -0
- {localcode-0.3.15 → localcode-0.3.16}/llama-cpp-turboquant/tools/mtmd/models/kimik25.cpp +0 -0
- {localcode-0.3.15 → localcode-0.3.16}/llama-cpp-turboquant/tools/mtmd/models/kimivl.cpp +0 -0
- {localcode-0.3.15 → localcode-0.3.16}/llama-cpp-turboquant/tools/mtmd/models/llama4.cpp +0 -0
- {localcode-0.3.15 → localcode-0.3.16}/llama-cpp-turboquant/tools/mtmd/models/llava.cpp +0 -0
- {localcode-0.3.15 → localcode-0.3.16}/llama-cpp-turboquant/tools/mtmd/models/minicpmv.cpp +0 -0
- {localcode-0.3.15 → localcode-0.3.16}/llama-cpp-turboquant/tools/mtmd/models/mobilenetv5.cpp +0 -0
- {localcode-0.3.15 → localcode-0.3.16}/llama-cpp-turboquant/tools/mtmd/models/models.h +0 -0
- {localcode-0.3.15 → localcode-0.3.16}/llama-cpp-turboquant/tools/mtmd/models/nemotron-v2-vl.cpp +0 -0
- {localcode-0.3.15 → localcode-0.3.16}/llama-cpp-turboquant/tools/mtmd/models/paddleocr.cpp +0 -0
- {localcode-0.3.15 → localcode-0.3.16}/llama-cpp-turboquant/tools/mtmd/models/pixtral.cpp +0 -0
- {localcode-0.3.15 → localcode-0.3.16}/llama-cpp-turboquant/tools/mtmd/models/qwen2vl.cpp +0 -0
- {localcode-0.3.15 → localcode-0.3.16}/llama-cpp-turboquant/tools/mtmd/models/qwen3vl.cpp +0 -0
- {localcode-0.3.15 → localcode-0.3.16}/llama-cpp-turboquant/tools/mtmd/models/siglip.cpp +0 -0
- {localcode-0.3.15 → localcode-0.3.16}/llama-cpp-turboquant/tools/mtmd/models/whisper-enc.cpp +0 -0
- {localcode-0.3.15 → localcode-0.3.16}/llama-cpp-turboquant/tools/mtmd/models/youtuvl.cpp +0 -0
- {localcode-0.3.15 → localcode-0.3.16}/llama-cpp-turboquant/tools/mtmd/mtmd-audio.cpp +0 -0
- {localcode-0.3.15 → localcode-0.3.16}/llama-cpp-turboquant/tools/mtmd/mtmd-audio.h +0 -0
- {localcode-0.3.15 → localcode-0.3.16}/llama-cpp-turboquant/tools/mtmd/mtmd-cli.cpp +0 -0
- {localcode-0.3.15 → localcode-0.3.16}/llama-cpp-turboquant/tools/mtmd/mtmd-helper.cpp +0 -0
- {localcode-0.3.15 → localcode-0.3.16}/llama-cpp-turboquant/tools/mtmd/mtmd-helper.h +0 -0
- {localcode-0.3.15 → localcode-0.3.16}/llama-cpp-turboquant/tools/mtmd/mtmd-image.cpp +0 -0
- {localcode-0.3.15 → localcode-0.3.16}/llama-cpp-turboquant/tools/mtmd/mtmd-image.h +0 -0
- {localcode-0.3.15 → localcode-0.3.16}/llama-cpp-turboquant/tools/mtmd/mtmd.cpp +0 -0
- {localcode-0.3.15 → localcode-0.3.16}/llama-cpp-turboquant/tools/mtmd/mtmd.h +0 -0
- {localcode-0.3.15 → localcode-0.3.16}/llama-cpp-turboquant/tools/parser/CMakeLists.txt +0 -0
- {localcode-0.3.15 → localcode-0.3.16}/llama-cpp-turboquant/tools/parser/debug-template-parser.cpp +0 -0
- {localcode-0.3.15 → localcode-0.3.16}/llama-cpp-turboquant/tools/parser/template-analysis.cpp +0 -0
- {localcode-0.3.15 → localcode-0.3.16}/llama-cpp-turboquant/tools/perplexity/CMakeLists.txt +0 -0
- {localcode-0.3.15 → localcode-0.3.16}/llama-cpp-turboquant/tools/perplexity/perplexity.cpp +0 -0
- {localcode-0.3.15 → localcode-0.3.16}/llama-cpp-turboquant/tools/quantize/CMakeLists.txt +0 -0
- {localcode-0.3.15 → localcode-0.3.16}/llama-cpp-turboquant/tools/quantize/quantize.cpp +0 -0
- {localcode-0.3.15 → localcode-0.3.16}/llama-cpp-turboquant/tools/results/CMakeLists.txt +0 -0
- {localcode-0.3.15 → localcode-0.3.16}/llama-cpp-turboquant/tools/results/results.cpp +0 -0
- {localcode-0.3.15 → localcode-0.3.16}/llama-cpp-turboquant/tools/rpc/CMakeLists.txt +0 -0
- {localcode-0.3.15 → localcode-0.3.16}/llama-cpp-turboquant/tools/rpc/rpc-server.cpp +0 -0
- {localcode-0.3.15 → localcode-0.3.16}/llama-cpp-turboquant/tools/server/CMakeLists.txt +0 -0
- {localcode-0.3.15 → localcode-0.3.16}/llama-cpp-turboquant/tools/server/server-common.cpp +0 -0
- {localcode-0.3.15 → localcode-0.3.16}/llama-cpp-turboquant/tools/server/server-common.h +0 -0
- {localcode-0.3.15 → localcode-0.3.16}/llama-cpp-turboquant/tools/server/server-context.cpp +0 -0
- {localcode-0.3.15 → localcode-0.3.16}/llama-cpp-turboquant/tools/server/server-context.h +0 -0
- {localcode-0.3.15 → localcode-0.3.16}/llama-cpp-turboquant/tools/server/server-cors-proxy.h +0 -0
- {localcode-0.3.15 → localcode-0.3.16}/llama-cpp-turboquant/tools/server/server-http.cpp +0 -0
- {localcode-0.3.15 → localcode-0.3.16}/llama-cpp-turboquant/tools/server/server-http.h +0 -0
- {localcode-0.3.15 → localcode-0.3.16}/llama-cpp-turboquant/tools/server/server-models.cpp +0 -0
- {localcode-0.3.15 → localcode-0.3.16}/llama-cpp-turboquant/tools/server/server-models.h +0 -0
- {localcode-0.3.15 → localcode-0.3.16}/llama-cpp-turboquant/tools/server/server-queue.cpp +0 -0
- {localcode-0.3.15 → localcode-0.3.16}/llama-cpp-turboquant/tools/server/server-queue.h +0 -0
- {localcode-0.3.15 → localcode-0.3.16}/llama-cpp-turboquant/tools/server/server-task.cpp +0 -0
- {localcode-0.3.15 → localcode-0.3.16}/llama-cpp-turboquant/tools/server/server-task.h +0 -0
- {localcode-0.3.15 → localcode-0.3.16}/llama-cpp-turboquant/tools/server/server-tools.cpp +0 -0
- {localcode-0.3.15 → localcode-0.3.16}/llama-cpp-turboquant/tools/server/server-tools.h +0 -0
- {localcode-0.3.15 → localcode-0.3.16}/llama-cpp-turboquant/tools/server/server.cpp +0 -0
- {localcode-0.3.15 → localcode-0.3.16}/llama-cpp-turboquant/tools/tokenize/CMakeLists.txt +0 -0
- {localcode-0.3.15 → localcode-0.3.16}/llama-cpp-turboquant/tools/tokenize/tokenize.cpp +0 -0
- {localcode-0.3.15 → localcode-0.3.16}/llama-cpp-turboquant/tools/tts/CMakeLists.txt +0 -0
- {localcode-0.3.15 → localcode-0.3.16}/llama-cpp-turboquant/tools/tts/tts.cpp +0 -0
- {localcode-0.3.15 → localcode-0.3.16}/llama-cpp-turboquant/vendor/cpp-httplib/CMakeLists.txt +0 -0
- {localcode-0.3.15 → localcode-0.3.16}/llama-cpp-turboquant/vendor/cpp-httplib/httplib.cpp +0 -0
- {localcode-0.3.15 → localcode-0.3.16}/llama-cpp-turboquant/vendor/cpp-httplib/httplib.h +0 -0
- {localcode-0.3.15 → localcode-0.3.16}/llama-cpp-turboquant/vendor/miniaudio/miniaudio.h +0 -0
- {localcode-0.3.15 → localcode-0.3.16}/llama-cpp-turboquant/vendor/nlohmann/json.hpp +0 -0
- {localcode-0.3.15 → localcode-0.3.16}/llama-cpp-turboquant/vendor/nlohmann/json_fwd.hpp +0 -0
- {localcode-0.3.15 → localcode-0.3.16}/llama-cpp-turboquant/vendor/sheredom/subprocess.h +0 -0
- {localcode-0.3.15 → localcode-0.3.16}/llama-cpp-turboquant/vendor/stb/stb_image.h +0 -0
- {localcode-0.3.15 → localcode-0.3.16}/setup.cfg +0 -0
- {localcode-0.3.15 → localcode-0.3.16}/setup.py +0 -0
- {localcode-0.3.15 → localcode-0.3.16}/src/localcode/__main__.py +0 -0
- {localcode-0.3.15 → localcode-0.3.16}/src/localcode/_subproc_env.py +0 -0
- {localcode-0.3.15 → localcode-0.3.16}/src/localcode/agent/__init__.py +0 -0
- {localcode-0.3.15 → localcode-0.3.16}/src/localcode/agent/app_tasks.py +0 -0
- {localcode-0.3.15 → localcode-0.3.16}/src/localcode/agent/constants.py +0 -0
- {localcode-0.3.15 → localcode-0.3.16}/src/localcode/agent/goal.py +0 -0
- {localcode-0.3.15 → localcode-0.3.16}/src/localcode/agent/hooks.py +0 -0
- {localcode-0.3.15 → localcode-0.3.16}/src/localcode/agent/prompt_context.py +0 -0
- {localcode-0.3.15 → localcode-0.3.16}/src/localcode/agent/prompts.py +0 -0
- {localcode-0.3.15 → localcode-0.3.16}/src/localcode/agent/recovery.py +0 -0
- {localcode-0.3.15 → localcode-0.3.16}/src/localcode/agent/sections.py +0 -0
- {localcode-0.3.15 → localcode-0.3.16}/src/localcode/agent/streaming.py +0 -0
- {localcode-0.3.15 → localcode-0.3.16}/src/localcode/agent/tool_execution.py +0 -0
- {localcode-0.3.15 → localcode-0.3.16}/src/localcode/agent/tool_orchestration.py +0 -0
- {localcode-0.3.15 → localcode-0.3.16}/src/localcode/agent/turn_finalization.py +0 -0
- {localcode-0.3.15 → localcode-0.3.16}/src/localcode/app.py +0 -0
- {localcode-0.3.15 → localcode-0.3.16}/src/localcode/approvals.py +0 -0
- {localcode-0.3.15 → localcode-0.3.16}/src/localcode/auto_compact.py +0 -0
- {localcode-0.3.15 → localcode-0.3.16}/src/localcode/autonomy.py +0 -0
- {localcode-0.3.15 → localcode-0.3.16}/src/localcode/bin/__init__.py +0 -0
- {localcode-0.3.15 → localcode-0.3.16}/src/localcode/bin/llama-server +0 -0
- {localcode-0.3.15 → localcode-0.3.16}/src/localcode/cache.py +0 -0
- {localcode-0.3.15 → localcode-0.3.16}/src/localcode/checkpoint.py +0 -0
- {localcode-0.3.15 → localcode-0.3.16}/src/localcode/compact.py +0 -0
- {localcode-0.3.15 → localcode-0.3.16}/src/localcode/compaction.py +0 -0
- {localcode-0.3.15 → localcode-0.3.16}/src/localcode/composer.py +0 -0
- {localcode-0.3.15 → localcode-0.3.16}/src/localcode/config.py +0 -0
- {localcode-0.3.15 → localcode-0.3.16}/src/localcode/context.py +0 -0
- {localcode-0.3.15 → localcode-0.3.16}/src/localcode/display.py +0 -0
- {localcode-0.3.15 → localcode-0.3.16}/src/localcode/embeddings.py +0 -0
- {localcode-0.3.15 → localcode-0.3.16}/src/localcode/entrypoint.py +0 -0
- {localcode-0.3.15 → localcode-0.3.16}/src/localcode/errors.py +0 -0
- {localcode-0.3.15 → localcode-0.3.16}/src/localcode/events.py +0 -0
- {localcode-0.3.15 → localcode-0.3.16}/src/localcode/features.py +0 -0
- {localcode-0.3.15 → localcode-0.3.16}/src/localcode/formatting.py +0 -0
- {localcode-0.3.15 → localcode-0.3.16}/src/localcode/headless_json.py +0 -0
- {localcode-0.3.15 → localcode-0.3.16}/src/localcode/health.py +0 -0
- {localcode-0.3.15 → localcode-0.3.16}/src/localcode/hf_quants.py +0 -0
- {localcode-0.3.15 → localcode-0.3.16}/src/localcode/history.py +0 -0
- {localcode-0.3.15 → localcode-0.3.16}/src/localcode/hooks.py +0 -0
- {localcode-0.3.15 → localcode-0.3.16}/src/localcode/indexer.py +0 -0
- {localcode-0.3.15 → localcode-0.3.16}/src/localcode/injection_defense.py +0 -0
- {localcode-0.3.15 → localcode-0.3.16}/src/localcode/launcher.py +0 -0
- {localcode-0.3.15 → localcode-0.3.16}/src/localcode/logging_utils.py +0 -0
- {localcode-0.3.15 → localcode-0.3.16}/src/localcode/lsp.py +0 -0
- {localcode-0.3.15 → localcode-0.3.16}/src/localcode/mcp/__init__.py +0 -0
- {localcode-0.3.15 → localcode-0.3.16}/src/localcode/mcp/_bridge.py +0 -0
- {localcode-0.3.15 → localcode-0.3.16}/src/localcode/mcp/_config.py +0 -0
- {localcode-0.3.15 → localcode-0.3.16}/src/localcode/mcp/_transports.py +0 -0
- {localcode-0.3.15 → localcode-0.3.16}/src/localcode/mcp/client.py +0 -0
- {localcode-0.3.15 → localcode-0.3.16}/src/localcode/model_config.py +0 -0
- {localcode-0.3.15 → localcode-0.3.16}/src/localcode/model_families.py +0 -0
- {localcode-0.3.15 → localcode-0.3.16}/src/localcode/models.py +0 -0
- {localcode-0.3.15 → localcode-0.3.16}/src/localcode/models_catalog.py +0 -0
- {localcode-0.3.15 → localcode-0.3.16}/src/localcode/notebook.py +0 -0
- {localcode-0.3.15 → localcode-0.3.16}/src/localcode/output.py +0 -0
- {localcode-0.3.15 → localcode-0.3.16}/src/localcode/patching.py +0 -0
- {localcode-0.3.15 → localcode-0.3.16}/src/localcode/paths.py +0 -0
- {localcode-0.3.15 → localcode-0.3.16}/src/localcode/performance.py +0 -0
- {localcode-0.3.15 → localcode-0.3.16}/src/localcode/permissions.py +0 -0
- {localcode-0.3.15 → localcode-0.3.16}/src/localcode/permissions_v2.py +0 -0
- {localcode-0.3.15 → localcode-0.3.16}/src/localcode/plans.py +0 -0
- {localcode-0.3.15 → localcode-0.3.16}/src/localcode/process_registry.py +0 -0
- {localcode-0.3.15 → localcode-0.3.16}/src/localcode/recommendations.py +0 -0
- {localcode-0.3.15 → localcode-0.3.16}/src/localcode/recovery.py +0 -0
- {localcode-0.3.15 → localcode-0.3.16}/src/localcode/runtime_diffusion.py +0 -0
- {localcode-0.3.15 → localcode-0.3.16}/src/localcode/session.py +0 -0
- {localcode-0.3.15 → localcode-0.3.16}/src/localcode/shell.py +0 -0
- {localcode-0.3.15 → localcode-0.3.16}/src/localcode/skills/debug.md +0 -0
- {localcode-0.3.15 → localcode-0.3.16}/src/localcode/skills/edit-verified.md +0 -0
- {localcode-0.3.15 → localcode-0.3.16}/src/localcode/skills/explain.md +0 -0
- {localcode-0.3.15 → localcode-0.3.16}/src/localcode/skills/git-commit-safely.md +0 -0
- {localcode-0.3.15 → localcode-0.3.16}/src/localcode/skills/locate.md +0 -0
- {localcode-0.3.15 → localcode-0.3.16}/src/localcode/skills/plan-task.md +0 -0
- {localcode-0.3.15 → localcode-0.3.16}/src/localcode/skills/review.md +0 -0
- {localcode-0.3.15 → localcode-0.3.16}/src/localcode/skills/run-tests.md +0 -0
- {localcode-0.3.15 → localcode-0.3.16}/src/localcode/skills.py +0 -0
- {localcode-0.3.15 → localcode-0.3.16}/src/localcode/snapshots.py +0 -0
- {localcode-0.3.15 → localcode-0.3.16}/src/localcode/sounds.py +0 -0
- {localcode-0.3.15 → localcode-0.3.16}/src/localcode/telemetry.py +0 -0
- {localcode-0.3.15 → localcode-0.3.16}/src/localcode/theme.py +0 -0
- {localcode-0.3.15 → localcode-0.3.16}/src/localcode/thermal.py +0 -0
- {localcode-0.3.15 → localcode-0.3.16}/src/localcode/thinking.py +0 -0
- {localcode-0.3.15 → localcode-0.3.16}/src/localcode/tool_router.py +0 -0
- {localcode-0.3.15 → localcode-0.3.16}/src/localcode/toolkit.py +0 -0
- {localcode-0.3.15 → localcode-0.3.16}/src/localcode/tools/__init__.py +0 -0
- {localcode-0.3.15 → localcode-0.3.16}/src/localcode/tools/agent.py +0 -0
- {localcode-0.3.15 → localcode-0.3.16}/src/localcode/tools/append_file.py +0 -0
- {localcode-0.3.15 → localcode-0.3.16}/src/localcode/tools/base.py +0 -0
- {localcode-0.3.15 → localcode-0.3.16}/src/localcode/tools/bash.py +0 -0
- {localcode-0.3.15 → localcode-0.3.16}/src/localcode/tools/edit_diff.py +0 -0
- {localcode-0.3.15 → localcode-0.3.16}/src/localcode/tools/edit_file.py +0 -0
- {localcode-0.3.15 → localcode-0.3.16}/src/localcode/tools/facts.py +0 -0
- {localcode-0.3.15 → localcode-0.3.16}/src/localcode/tools/glob_tool.py +0 -0
- {localcode-0.3.15 → localcode-0.3.16}/src/localcode/tools/grep.py +0 -0
- {localcode-0.3.15 → localcode-0.3.16}/src/localcode/tools/launch_app.py +0 -0
- {localcode-0.3.15 → localcode-0.3.16}/src/localcode/tools/list_files.py +0 -0
- {localcode-0.3.15 → localcode-0.3.16}/src/localcode/tools/multi_edit.py +0 -0
- {localcode-0.3.15 → localcode-0.3.16}/src/localcode/tools/plan_mode.py +0 -0
- {localcode-0.3.15 → localcode-0.3.16}/src/localcode/tools/project_check.py +0 -0
- {localcode-0.3.15 → localcode-0.3.16}/src/localcode/tools/skill_tool.py +0 -0
- {localcode-0.3.15 → localcode-0.3.16}/src/localcode/tools/syntax_check.py +0 -0
- {localcode-0.3.15 → localcode-0.3.16}/src/localcode/tools/todo_write.py +0 -0
- {localcode-0.3.15 → localcode-0.3.16}/src/localcode/tools/tool_call_repair.py +0 -0
- {localcode-0.3.15 → localcode-0.3.16}/src/localcode/tools/web_fetch.py +0 -0
- {localcode-0.3.15 → localcode-0.3.16}/src/localcode/tools/web_search.py +0 -0
- {localcode-0.3.15 → localcode-0.3.16}/src/localcode/tools/write_file.py +0 -0
- {localcode-0.3.15 → localcode-0.3.16}/src/localcode/tui/__init__.py +0 -0
- {localcode-0.3.15 → localcode-0.3.16}/src/localcode/tui/app.py +0 -0
- {localcode-0.3.15 → localcode-0.3.16}/src/localcode/tui/bridge.py +0 -0
- {localcode-0.3.15 → localcode-0.3.16}/src/localcode/tui/screens/__init__.py +0 -0
- {localcode-0.3.15 → localcode-0.3.16}/src/localcode/tui/screens/mode_picker.py +0 -0
- {localcode-0.3.15 → localcode-0.3.16}/src/localcode/tui/screens/model_picker.py +0 -0
- {localcode-0.3.15 → localcode-0.3.16}/src/localcode/tui/screens/setup.py +0 -0
- {localcode-0.3.15 → localcode-0.3.16}/src/localcode/tui/styles/__init__.py +0 -0
- {localcode-0.3.15 → localcode-0.3.16}/src/localcode/tui/styles/app.tcss +0 -0
- {localcode-0.3.15 → localcode-0.3.16}/src/localcode/tui/widgets/__init__.py +0 -0
- {localcode-0.3.15 → localcode-0.3.16}/src/localcode/tui/widgets/approval.py +0 -0
- {localcode-0.3.15 → localcode-0.3.16}/src/localcode/tui/widgets/messages/__init__.py +0 -0
- {localcode-0.3.15 → localcode-0.3.16}/src/localcode/tui/widgets/messages/diff.py +0 -0
- {localcode-0.3.15 → localcode-0.3.16}/src/localcode/tui/widgets/voice_visualizer.py +0 -0
- {localcode-0.3.15 → localcode-0.3.16}/src/localcode/turn_diff.py +0 -0
- {localcode-0.3.15 → localcode-0.3.16}/src/localcode/undo.py +0 -0
- {localcode-0.3.15 → localcode-0.3.16}/src/localcode/verification.py +0 -0
- {localcode-0.3.15 → localcode-0.3.16}/src/localcode/voice.py +0 -0
- {localcode-0.3.15 → localcode-0.3.16}/src/localcode.egg-info/SOURCES.txt +0 -0
- {localcode-0.3.15 → localcode-0.3.16}/src/localcode.egg-info/dependency_links.txt +0 -0
- {localcode-0.3.15 → localcode-0.3.16}/src/localcode.egg-info/entry_points.txt +0 -0
- {localcode-0.3.15 → localcode-0.3.16}/src/localcode.egg-info/requires.txt +0 -0
- {localcode-0.3.15 → localcode-0.3.16}/src/localcode.egg-info/top_level.txt +0 -0
- {localcode-0.3.15 → localcode-0.3.16}/tests/test_agent_event_regressions.py +0 -0
- {localcode-0.3.15 → localcode-0.3.16}/tests/test_architecture.py +0 -0
- {localcode-0.3.15 → localcode-0.3.16}/tests/test_bootstrap.py +0 -0
- {localcode-0.3.15 → localcode-0.3.16}/tests/test_checkpoint.py +0 -0
- {localcode-0.3.15 → localcode-0.3.16}/tests/test_churn_detection.py +0 -0
- {localcode-0.3.15 → localcode-0.3.16}/tests/test_compaction.py +0 -0
- {localcode-0.3.15 → localcode-0.3.16}/tests/test_comprehensive_agent.py +0 -0
- {localcode-0.3.15 → localcode-0.3.16}/tests/test_comprehensive_bg_download.py +0 -0
- {localcode-0.3.15 → localcode-0.3.16}/tests/test_comprehensive_binary.py +0 -0
- {localcode-0.3.15 → localcode-0.3.16}/tests/test_comprehensive_cli.py +0 -0
- {localcode-0.3.15 → localcode-0.3.16}/tests/test_comprehensive_diffusion.py +0 -0
- {localcode-0.3.15 → localcode-0.3.16}/tests/test_comprehensive_download.py +0 -0
- {localcode-0.3.15 → localcode-0.3.16}/tests/test_comprehensive_hardening.py +0 -0
- {localcode-0.3.15 → localcode-0.3.16}/tests/test_comprehensive_machines.py +0 -0
- {localcode-0.3.15 → localcode-0.3.16}/tests/test_comprehensive_model_picker.py +0 -0
- {localcode-0.3.15 → localcode-0.3.16}/tests/test_comprehensive_models_matrix.py +0 -0
- {localcode-0.3.15 → localcode-0.3.16}/tests/test_comprehensive_tui.py +0 -0
- {localcode-0.3.15 → localcode-0.3.16}/tests/test_comprehensive_vision.py +0 -0
- {localcode-0.3.15 → localcode-0.3.16}/tests/test_comprehensive_voice.py +0 -0
- {localcode-0.3.15 → localcode-0.3.16}/tests/test_comprehensive_whisper.py +0 -0
- {localcode-0.3.15 → localcode-0.3.16}/tests/test_config.py +0 -0
- {localcode-0.3.15 → localcode-0.3.16}/tests/test_context.py +0 -0
- {localcode-0.3.15 → localcode-0.3.16}/tests/test_context_pipeline_e2e.py +0 -0
- {localcode-0.3.15 → localcode-0.3.16}/tests/test_download.py +0 -0
- {localcode-0.3.15 → localcode-0.3.16}/tests/test_embeddings_retrieval.py +0 -0
- {localcode-0.3.15 → localcode-0.3.16}/tests/test_fresh_install.py +0 -0
- {localcode-0.3.15 → localcode-0.3.16}/tests/test_kv_cap.py +0 -0
- {localcode-0.3.15 → localcode-0.3.16}/tests/test_model_config.py +0 -0
- {localcode-0.3.15 → localcode-0.3.16}/tests/test_models_catalog.py +0 -0
- {localcode-0.3.15 → localcode-0.3.16}/tests/test_output.py +0 -0
- {localcode-0.3.15 → localcode-0.3.16}/tests/test_prompt_language_steering.py +0 -0
- {localcode-0.3.15 → localcode-0.3.16}/tests/test_real_models.py +0 -0
- {localcode-0.3.15 → localcode-0.3.16}/tests/test_run_json.py +0 -0
- {localcode-0.3.15 → localcode-0.3.16}/tests/test_runtime.py +0 -0
- {localcode-0.3.15 → localcode-0.3.16}/tests/test_subproc_env.py +0 -0
- {localcode-0.3.15 → localcode-0.3.16}/tests/test_thermal.py +0 -0
- {localcode-0.3.15 → localcode-0.3.16}/tests/test_toolkit.py +0 -0
- {localcode-0.3.15 → localcode-0.3.16}/tests/test_tui_input.py +0 -0
|
@@ -76,10 +76,45 @@ def _spill_tool_output(result: str, tool_name: str) -> str | None:
|
|
|
76
76
|
return None
|
|
77
77
|
|
|
78
78
|
|
|
79
|
-
|
|
79
|
+
# How much of the context window (in chars) a single tool result may occupy,
|
|
80
|
+
# per tool. The static RESULT_LIMITS values act as the FLOOR, so small machines
|
|
81
|
+
# (64K window ≈ 224K chars → these fractions fall below the floor) are
|
|
82
|
+
# byte-identical to before, while a big machine (256K ≈ 900K chars) lets the
|
|
83
|
+
# model keep far more of the output it has room for instead of a fixed 20–50K
|
|
84
|
+
# slice. grep matches are dense/repetitive so get the smallest share; read_file
|
|
85
|
+
# is the primary code-ingestion path so gets the most.
|
|
86
|
+
_RESULT_LIMIT_WINDOW_FRACTION: dict[str, float] = {
|
|
87
|
+
"grep": 0.03,
|
|
88
|
+
"bash": 0.05,
|
|
89
|
+
"read_file": 0.08,
|
|
90
|
+
"default": 0.08,
|
|
91
|
+
}
|
|
92
|
+
|
|
93
|
+
|
|
94
|
+
def _dynamic_result_limit(tool_name: str, ctx_tokens: int) -> int:
|
|
95
|
+
"""Per-tool truncation budget (chars), scaled to the real context window.
|
|
96
|
+
|
|
97
|
+
Returns the static RESULT_LIMITS value as a floor; on a large window the
|
|
98
|
+
limit grows to a fraction of the window so the model isn't starved of output
|
|
99
|
+
it has room for. web_search and any tool without a fraction stay at the
|
|
100
|
+
fixed floor (web results don't benefit from window-scaling).
|
|
101
|
+
"""
|
|
102
|
+
floor = RESULT_LIMITS.get(tool_name, RESULT_LIMITS["default"])
|
|
103
|
+
frac = _RESULT_LIMIT_WINDOW_FRACTION.get(tool_name)
|
|
104
|
+
if not ctx_tokens or frac is None:
|
|
105
|
+
return floor
|
|
106
|
+
# CHARS_PER_TOKEN=4 is the internal estimate; use 3.5 to match loop.py's
|
|
107
|
+
# tokens→chars conversion and stay conservative.
|
|
108
|
+
return max(floor, int(ctx_tokens * 3.5 * frac))
|
|
109
|
+
|
|
110
|
+
|
|
111
|
+
def _truncate_result(result: str, tool_name: str, ctx_tokens: int = 0) -> str:
|
|
80
112
|
"""Truncate a tool result to its per-tool size limit with a
|
|
81
113
|
strategy tuned to what each tool's output actually looks like.
|
|
82
114
|
|
|
115
|
+
`ctx_tokens` (the model's real context window) scales the limit up on big
|
|
116
|
+
machines; 0 falls back to the static floor (small machines unchanged).
|
|
117
|
+
|
|
83
118
|
Strategies:
|
|
84
119
|
• `read_file` — keep HEAD only. File content is ordered; the
|
|
85
120
|
model can paginate with `offset=` to see more. Middle-dropping
|
|
@@ -96,7 +131,7 @@ def _truncate_result(result: str, tool_name: str) -> str:
|
|
|
96
131
|
|
|
97
132
|
Returns the result unchanged when it's within the limit.
|
|
98
133
|
"""
|
|
99
|
-
limit =
|
|
134
|
+
limit = _dynamic_result_limit(tool_name, ctx_tokens)
|
|
100
135
|
if len(result) <= limit:
|
|
101
136
|
return result
|
|
102
137
|
|
|
@@ -287,6 +287,49 @@ def _render_markdown(text: str, console: Console | None = None) -> None:
|
|
|
287
287
|
else:
|
|
288
288
|
c.print(Padding(text, (0, 2, 0, 2)))
|
|
289
289
|
|
|
290
|
+
def _split_exit_code(result: str) -> tuple[int | None, str]:
|
|
291
|
+
"""Split a bash result into (exit_code, body).
|
|
292
|
+
|
|
293
|
+
bash.py prepends `[exit code N]\\n` to a failed command's output as a
|
|
294
|
+
model-facing failure marker. Return the parsed code and the remaining body,
|
|
295
|
+
or (None, result) when the marker is absent (command succeeded).
|
|
296
|
+
"""
|
|
297
|
+
s = result.lstrip()
|
|
298
|
+
if s.startswith("[exit code "):
|
|
299
|
+
end = s.find("]")
|
|
300
|
+
if end != -1:
|
|
301
|
+
try:
|
|
302
|
+
code = int(s[len("[exit code "):end].strip())
|
|
303
|
+
except ValueError:
|
|
304
|
+
return None, result
|
|
305
|
+
body = s[end + 1:]
|
|
306
|
+
return code, body[1:] if body.startswith("\n") else body
|
|
307
|
+
return None, result
|
|
308
|
+
|
|
309
|
+
|
|
310
|
+
def _redirect_note(result: str) -> str:
|
|
311
|
+
"""Turn an internal `REJECTED …` string into a short user-facing note.
|
|
312
|
+
|
|
313
|
+
The full REJECTED payload (routing hints, "Suggested tool call: …",
|
|
314
|
+
hard-stop instructions) is for the model's recovery, not the user. Two
|
|
315
|
+
cases: a routing redirect ("use X instead") → "→ used X instead"; anything
|
|
316
|
+
else (repeat/hard-stop/unsafe/oversize block) → a neutral "→ skipped …"
|
|
317
|
+
note. Never show the raw protocol text.
|
|
318
|
+
"""
|
|
319
|
+
import re
|
|
320
|
+
m = re.search(r"\buse\s+([a-z_]+)\s+instead", result)
|
|
321
|
+
if m:
|
|
322
|
+
return f"→ used {m.group(1)} instead"
|
|
323
|
+
low = result.lower()
|
|
324
|
+
if "hard stop" in low or "already failed" in low or "already ran" in low or "rewritten" in low:
|
|
325
|
+
return "→ skipped (repeating a call that won't help)"
|
|
326
|
+
if "safety ceiling" in low or "over the" in low:
|
|
327
|
+
return "→ skipped (too large — splitting instead)"
|
|
328
|
+
if "defer" in low or "blocked" in low or "live server" in low:
|
|
329
|
+
return "→ skipped that step"
|
|
330
|
+
return "→ adjusted approach"
|
|
331
|
+
|
|
332
|
+
|
|
290
333
|
def _brief_result(tool_name: str, result: str) -> str:
|
|
291
334
|
"""Short summary of a tool result for terminal display."""
|
|
292
335
|
lines = result.strip().splitlines()
|
|
@@ -301,6 +344,11 @@ def _brief_result(tool_name: str, result: str) -> str:
|
|
|
301
344
|
return "already done — using cached result"
|
|
302
345
|
if s.startswith("[FILE UNCHANGED"):
|
|
303
346
|
return "unchanged — see earlier read"
|
|
347
|
+
# Internal tool-routing/hard-stop correction. This is a signal FOR THE
|
|
348
|
+
# MODEL, not the user — render a short neutral note, never the raw
|
|
349
|
+
# "REJECTED: …" / "REJECTED — HARD STOP: …" protocol text (both forms).
|
|
350
|
+
if s.startswith("REJECTED"):
|
|
351
|
+
return _redirect_note(s)
|
|
304
352
|
if tool_name == "read_file":
|
|
305
353
|
return f"{len(lines)} lines"
|
|
306
354
|
if tool_name == "write_file":
|
|
@@ -308,11 +356,20 @@ def _brief_result(tool_name: str, result: str) -> str:
|
|
|
308
356
|
if tool_name == "edit_file":
|
|
309
357
|
return result.strip()[:80] if result.strip() else "edited"
|
|
310
358
|
if tool_name == "bash":
|
|
311
|
-
|
|
359
|
+
# `[exit code N]` is a model-facing marker prepended to the output so the
|
|
360
|
+
# model knows the command failed. Don't show that raw token to the user:
|
|
361
|
+
# strip it, and render a clean "failed (exit N)" plus any real output.
|
|
362
|
+
exit_code, body = _split_exit_code(result)
|
|
363
|
+
body_lines = body.strip().splitlines()
|
|
364
|
+
if exit_code is not None:
|
|
365
|
+
head = body_lines[0][:80] if body_lines and body_lines[0].strip() else ""
|
|
366
|
+
tail = f" …({len(body_lines)} lines)" if len(body_lines) > 1 else ""
|
|
367
|
+
return f"failed (exit {exit_code}){(': ' + head) if head else ''}{tail}"
|
|
368
|
+
if not body.strip():
|
|
312
369
|
return "done (no output)"
|
|
313
|
-
if len(
|
|
314
|
-
return "\n".join(
|
|
315
|
-
return f"{
|
|
370
|
+
if len(body_lines) <= 3:
|
|
371
|
+
return "\n".join(body_lines)[:200]
|
|
372
|
+
return f"{body_lines[0][:80]} …({len(body_lines)} lines)"
|
|
316
373
|
if tool_name == "grep":
|
|
317
374
|
return f"{len(lines)} matches" if lines and lines[0] else "no matches"
|
|
318
375
|
if tool_name in ("glob", "list_files"):
|
|
@@ -52,8 +52,6 @@ from .context import (
|
|
|
52
52
|
_prepare_model_messages,
|
|
53
53
|
_summarize_args,
|
|
54
54
|
_truncate_result,
|
|
55
|
-
_estimate_tokens,
|
|
56
|
-
_compact_messages,
|
|
57
55
|
build_progress_ledger,
|
|
58
56
|
)
|
|
59
57
|
from .helpers import (
|
|
@@ -334,14 +332,23 @@ def run_agent_loop(
|
|
|
334
332
|
messages.append(m)
|
|
335
333
|
elif use_thinking:
|
|
336
334
|
# Thinking mode: keep context shorter but preserve recent assistant responses
|
|
337
|
-
# Only drop very large blocks (repo structure dumps, huge tool results)
|
|
335
|
+
# Only drop very large blocks (repo structure dumps, huge tool results).
|
|
336
|
+
# The "large block" threshold scales with the model's real context window
|
|
337
|
+
# instead of a fixed 1500 chars — on a 256K window 1500 chars is ~1% of
|
|
338
|
+
# the budget, so the old fixed value silently stripped tool results the
|
|
339
|
+
# big machine had ample room to keep (and needs, to track its work).
|
|
340
|
+
try:
|
|
341
|
+
_tw = int(app.engine._target_num_ctx())
|
|
342
|
+
except Exception:
|
|
343
|
+
_tw = 0
|
|
344
|
+
_big_block_chars = max(1500, int(_tw * 3.5 * 0.02)) if _tw else 1500
|
|
338
345
|
for m in composed_messages:
|
|
339
346
|
if m.get("role") == "system":
|
|
340
347
|
continue
|
|
341
348
|
content = str(m.get("content", ""))
|
|
342
349
|
# Skip very large context blocks (repo structure, bulk retrieval results)
|
|
343
350
|
# but keep normal assistant responses so model remembers recent conversation
|
|
344
|
-
if len(content) >
|
|
351
|
+
if len(content) > _big_block_chars and m.get("role") not in ("user", "assistant"):
|
|
345
352
|
continue
|
|
346
353
|
messages.append(m)
|
|
347
354
|
else:
|
|
@@ -373,8 +380,23 @@ def run_agent_loop(
|
|
|
373
380
|
)
|
|
374
381
|
hook_before_turn(_hook_state)
|
|
375
382
|
_app_build_request = is_app_build_request(user_text) or _goal_state.goal_type == "build_app"
|
|
376
|
-
|
|
377
|
-
|
|
383
|
+
# Per-turn tool-output budget (in chars) scales with the model's REAL
|
|
384
|
+
# context window instead of a fixed cap: allow tool results to fill up to
|
|
385
|
+
# ~35% of the window before further output this turn is truncated. Dynamic
|
|
386
|
+
# per RAM/model — a 256K window keeps far more than a 64K one. The old fixed
|
|
387
|
+
# values (24K for app builds, 100K otherwise) starved big machines and,
|
|
388
|
+
# perversely, gave app builds — which read/write the MOST — the LEAST. The
|
|
389
|
+
# floor keeps small windows usable; within-turn overflow is still caught by
|
|
390
|
+
# the window-aware compaction pass at the top of each round.
|
|
391
|
+
try:
|
|
392
|
+
_ctx_tokens_turn = int(app.engine._target_num_ctx())
|
|
393
|
+
except Exception:
|
|
394
|
+
_ctx_tokens_turn = 0
|
|
395
|
+
_aggregate_budget = (
|
|
396
|
+
max(MAX_AGGREGATE_PER_TURN, int(_ctx_tokens_turn * 3.5 * 0.35))
|
|
397
|
+
if _ctx_tokens_turn
|
|
398
|
+
else MAX_AGGREGATE_PER_TURN
|
|
399
|
+
)
|
|
378
400
|
_completion_gate_retries = 0
|
|
379
401
|
_MAX_COMPLETION_GATE_RETRIES = 1
|
|
380
402
|
_edit_recovery_nudges = 0
|
|
@@ -1805,9 +1827,15 @@ def run_agent_loop(
|
|
|
1805
1827
|
_write_existing_rejections_this_turn += 1
|
|
1806
1828
|
# Show result to user — send full result for write/edit so TUI can render diff
|
|
1807
1829
|
is_error = tool_result_is_error(tool_result)
|
|
1808
|
-
|
|
1830
|
+
# Match BOTH "REJECTED:" and "REJECTED — HARD STOP:" (em-dash) — the
|
|
1831
|
+
# latter used to slip past this colon-only check and render as a raw
|
|
1832
|
+
# red protocol line to the user.
|
|
1833
|
+
is_rejected = tool_result.startswith("REJECTED")
|
|
1809
1834
|
if is_rejected:
|
|
1810
|
-
|
|
1835
|
+
# Internal tool-routing redirect — the model needs the full
|
|
1836
|
+
# REJECTED payload (kept in `messages` below), but the user sees
|
|
1837
|
+
# only a short neutral note, not a red error block.
|
|
1838
|
+
out.tool_result(_brief_result(tool_name, tool_result), error=False, idx=idx)
|
|
1811
1839
|
elif tool_name in ("write_file", "append_file", "edit_file") and not is_error:
|
|
1812
1840
|
out.tool_result(tool_result, error=False, idx=idx)
|
|
1813
1841
|
else:
|
|
@@ -1817,12 +1845,16 @@ def run_agent_loop(
|
|
|
1817
1845
|
_facts_note = facts_suffix(_tool_facts)
|
|
1818
1846
|
if _facts_note and _facts_note not in tool_result:
|
|
1819
1847
|
tool_result = f"{tool_result}{_facts_note}"
|
|
1820
|
-
tool_result = _truncate_result(tool_result, tool_name)
|
|
1848
|
+
tool_result = _truncate_result(tool_result, tool_name, ctx_tokens=_ctx_tokens_turn)
|
|
1821
1849
|
aggregate_size += len(tool_result)
|
|
1822
1850
|
|
|
1823
|
-
# Aggregate budget
|
|
1851
|
+
# Aggregate budget. The post-budget clamp scales with the window too:
|
|
1852
|
+
# once a turn's cumulative tool output crosses the (dynamic) budget,
|
|
1853
|
+
# a big machine still keeps a proportionally larger stub than a 16 GB
|
|
1854
|
+
# one instead of a brutal fixed 500 chars.
|
|
1824
1855
|
if aggregate_size > _aggregate_budget:
|
|
1825
|
-
|
|
1856
|
+
_stub_chars = max(500, int(_ctx_tokens_turn * 3.5 * 0.01)) if _ctx_tokens_turn else 500
|
|
1857
|
+
tool_result = tool_result[:_stub_chars] + "\n[Truncated — context budget exceeded this turn]"
|
|
1826
1858
|
|
|
1827
1859
|
# Add to history
|
|
1828
1860
|
messages.append({
|
|
@@ -1982,9 +2014,13 @@ def run_agent_loop(
|
|
|
1982
2014
|
if loop_detected:
|
|
1983
2015
|
break
|
|
1984
2016
|
|
|
1985
|
-
#
|
|
1986
|
-
|
|
1987
|
-
|
|
2017
|
+
# Compaction is handled ONCE per round at the TOP of the loop by the
|
|
2018
|
+
# window-aware `should_compact`/`compact` path (see ~line 612), whose
|
|
2019
|
+
# threshold scales with the model's real context window and the user's
|
|
2020
|
+
# RAM. The old fixed-12K/27K second pass that used to live here fired at
|
|
2021
|
+
# <5% of a 256K window, crushed all but 8 messages into a 5-line note,
|
|
2022
|
+
# and made the model lose provenance of its own writes → the re-read /
|
|
2023
|
+
# "fix systematically" churn loop. Removed: one dynamic system only.
|
|
1988
2024
|
|
|
1989
2025
|
else:
|
|
1990
2026
|
# `for…else` only fires when the loop exhausted naturally
|
|
@@ -132,6 +132,10 @@ def _runner_panel(label: str, detail: str, tick: int, steps: list[SetupStep], cu
|
|
|
132
132
|
|
|
133
133
|
_progress_status: dict[str, str] = {}
|
|
134
134
|
|
|
135
|
+
# Generic return type for run_with_runner (the TypeVar was imported but never
|
|
136
|
+
# bound — ruff F821, and it broke the E9/F82 lint gate in CI).
|
|
137
|
+
T = TypeVar("T")
|
|
138
|
+
|
|
135
139
|
|
|
136
140
|
def run_with_runner(console: Console, step: SetupStep, steps: list[SetupStep], fn: Callable[[], T]) -> T:
|
|
137
141
|
result: dict[str, T] = {}
|
|
@@ -25,6 +25,7 @@ from __future__ import annotations
|
|
|
25
25
|
|
|
26
26
|
import ctypes
|
|
27
27
|
import ctypes.util
|
|
28
|
+
import os
|
|
28
29
|
import platform
|
|
29
30
|
import subprocess
|
|
30
31
|
import threading
|
|
@@ -192,21 +193,42 @@ def set_jetsam_highwater(pid: int, limit_mb: int) -> bool:
|
|
|
192
193
|
return False
|
|
193
194
|
|
|
194
195
|
|
|
195
|
-
def
|
|
196
|
-
"""Budget: physical_ram − 3.5 GB reserved for macOS + other apps.
|
|
197
|
-
|
|
198
|
-
On a 16 GB Mac that's 16384 − 3500 = 12884 MB. llama-server for our
|
|
199
|
-
10–11 GB models tops out around 13 GB wired during decode (measured
|
|
200
|
-
Apr 22 2026), so this leaves ~100 MB margin — kernel will kill
|
|
201
|
-
llama-server before it can push the system over the edge. On 32 GB+
|
|
202
|
-
we're more permissive.
|
|
203
|
-
"""
|
|
196
|
+
def _total_ram_mb() -> int:
|
|
204
197
|
try:
|
|
205
198
|
r = subprocess.run(["sysctl", "-n", "hw.memsize"],
|
|
206
199
|
capture_output=True, text=True, timeout=2)
|
|
207
|
-
|
|
200
|
+
return int(r.stdout.strip()) // (1024 * 1024)
|
|
208
201
|
except Exception:
|
|
209
|
-
|
|
202
|
+
return 16 * 1024
|
|
203
|
+
|
|
204
|
+
|
|
205
|
+
def should_set_fatal_jetsam_limit() -> bool:
|
|
206
|
+
"""Whether to install the FATAL per-process jetsam highwater on the server.
|
|
207
|
+
|
|
208
|
+
The fatal kernel cap exists to stop a runaway server from freezing a SMALL
|
|
209
|
+
Mac — on 16 GB, an ~11 GB model that spikes must be killed before it takes
|
|
210
|
+
the whole machine down. But on a large Mac a big model legitimately needs
|
|
211
|
+
most of RAM: a 36 GB model at 256K context (weights + a huge KV cache + ctx
|
|
212
|
+
checkpoints + compute-buffer spikes) can push the server's phys_footprint
|
|
213
|
+
past total−reserve during a normal decode step, and the FATAL cap then makes
|
|
214
|
+
the kernel SIGKILL it (-9, no crash report — the mystery crash we chased for
|
|
215
|
+
hours). On 48 GB+ the graceful userspace pressure monitor (SIGTERM on WARN)
|
|
216
|
+
is enough, so we DON'T install a fatal cap there. Override with
|
|
217
|
+
LOCALCODE_FORCE_JETSAM_LIMIT=1 / =0.
|
|
218
|
+
"""
|
|
219
|
+
force = os.environ.get("LOCALCODE_FORCE_JETSAM_LIMIT")
|
|
220
|
+
if force in ("0", "1"):
|
|
221
|
+
return force == "1"
|
|
222
|
+
return _total_ram_mb() < 48 * 1024
|
|
223
|
+
|
|
224
|
+
|
|
225
|
+
def recommended_jetsam_limit_mb() -> int:
|
|
226
|
+
"""Per-process fatal jetsam highwater (MB) for machines that get one.
|
|
227
|
+
|
|
228
|
+
Only used when should_set_fatal_jetsam_limit() is True (small Macs). Budget
|
|
229
|
+
= physical RAM − reserve for macOS + other apps.
|
|
230
|
+
"""
|
|
231
|
+
total_mb = _total_ram_mb()
|
|
210
232
|
reserve = 3500 if total_mb < 24 * 1024 else 6000
|
|
211
233
|
return max(2048, total_mb - reserve)
|
|
212
234
|
|
|
@@ -510,13 +510,28 @@ class LocalCodeRuntimeGateway(_DiffusionMixin):
|
|
|
510
510
|
# subsequent multi-turn requests can restore and skip prefix
|
|
511
511
|
# re-evaluation. Measured 19× speedup on turn 2 vs cold turn 1
|
|
512
512
|
# (5932 ms → 302 ms prompt eval at 2K ctx).
|
|
513
|
-
# --ctx-checkpoints
|
|
513
|
+
# --ctx-checkpoints N keep up to N rolling state snapshots
|
|
514
514
|
# --checkpoint-every-n-tokens 2048 snapshot every 2K tokens during prefill
|
|
515
515
|
# For pure-attention models these are no-ops; cheap to always set.
|
|
516
516
|
# Note: --swa-full would additionally warm the attention SWA cache
|
|
517
517
|
# but causes Metal OOM at our 14336 MiB sysctl on 16 GB Macs. Skip.
|
|
518
|
+
# Scale the snapshot count DOWN as context grows: a checkpoint stores
|
|
519
|
+
# the model's recurrent/KV state, and at 256K each one is far larger
|
|
520
|
+
# than at 8K. 32 snapshots × a 256K state is gigabytes of extra RSS
|
|
521
|
+
# that pushed the server into the memory killer on long tasks. 32 is
|
|
522
|
+
# only worth it at small contexts where each snapshot is tiny; at big
|
|
523
|
+
# windows a handful still gives the multi-turn prefix-reuse speedup.
|
|
524
|
+
_ckpt_ctx = self._target_num_ctx(model_path=model_path)
|
|
525
|
+
if _ckpt_ctx >= 131072:
|
|
526
|
+
_ckpts = "4"
|
|
527
|
+
elif _ckpt_ctx >= 65536:
|
|
528
|
+
_ckpts = "8"
|
|
529
|
+
elif _ckpt_ctx >= 32768:
|
|
530
|
+
_ckpts = "16"
|
|
531
|
+
else:
|
|
532
|
+
_ckpts = "32"
|
|
518
533
|
cmd.extend([
|
|
519
|
-
"--ctx-checkpoints",
|
|
534
|
+
"--ctx-checkpoints", _ckpts,
|
|
520
535
|
"--checkpoint-every-n-tokens", "2048",
|
|
521
536
|
])
|
|
522
537
|
# Single slot, disable fit check (we manage memory via sysctl)
|
|
@@ -455,14 +455,26 @@ class ServerManager:
|
|
|
455
455
|
|
|
456
456
|
# Layer 1: kernel-enforced memory ceiling via jetsam — the hard
|
|
457
457
|
# backstop (sanctioned Apple API) that kills llama-server before it
|
|
458
|
-
# can push the system over the edge.
|
|
458
|
+
# can push the system over the edge. ONLY installed on small Macs
|
|
459
|
+
# (<48 GB): there a runaway server must be killed before it freezes
|
|
460
|
+
# the machine. On a large Mac a big model legitimately needs most of
|
|
461
|
+
# RAM, and a FATAL highwater there just SIGKILLs (-9) the server
|
|
462
|
+
# mid-decode when its footprint spikes past total−reserve — the
|
|
463
|
+
# mystery long-task crash. Big machines rely on Layer 2 (graceful).
|
|
459
464
|
try:
|
|
460
465
|
from .memory_guard import (
|
|
461
466
|
set_jetsam_highwater, recommended_jetsam_limit_mb,
|
|
462
|
-
start_pressure_monitor,
|
|
467
|
+
should_set_fatal_jetsam_limit, start_pressure_monitor,
|
|
463
468
|
)
|
|
464
|
-
|
|
465
|
-
|
|
469
|
+
if should_set_fatal_jetsam_limit():
|
|
470
|
+
_limit = recommended_jetsam_limit_mb()
|
|
471
|
+
set_jetsam_highwater(self._process.pid, _limit)
|
|
472
|
+
_lifecycle_log("jetsam_highwater_set", pid=self._process.pid,
|
|
473
|
+
limit_mb=_limit)
|
|
474
|
+
else:
|
|
475
|
+
_lifecycle_log("jetsam_highwater_skipped",
|
|
476
|
+
pid=self._process.pid,
|
|
477
|
+
reason="large_ram_uses_pressure_monitor")
|
|
466
478
|
except Exception:
|
|
467
479
|
pass
|
|
468
480
|
|
|
@@ -7,6 +7,26 @@ from .base import ToolContext
|
|
|
7
7
|
DEFAULT_LIMIT = 240
|
|
8
8
|
MAX_DEFAULT_CHARS = 12_000
|
|
9
9
|
|
|
10
|
+
|
|
11
|
+
def _dynamic_read_defaults(ctx: ToolContext) -> tuple[int, int]:
|
|
12
|
+
"""(default_line_limit, max_default_chars), scaled to the model's real
|
|
13
|
+
context window. read_file is the primary code-ingestion path: on a 256K
|
|
14
|
+
window the fixed 240-line / 12K-char default forces needless pagination and
|
|
15
|
+
re-reads where the machine has the MOST room. Scale up to ~6% of the window
|
|
16
|
+
in chars (and lines proportionally), floored at the static defaults so a
|
|
17
|
+
16 GB Mac (small window) is byte-identical to before.
|
|
18
|
+
"""
|
|
19
|
+
try:
|
|
20
|
+
ctx_tokens = int(ctx.app.engine._target_num_ctx())
|
|
21
|
+
except Exception:
|
|
22
|
+
ctx_tokens = 0
|
|
23
|
+
if not ctx_tokens:
|
|
24
|
+
return DEFAULT_LIMIT, MAX_DEFAULT_CHARS
|
|
25
|
+
max_chars = max(MAX_DEFAULT_CHARS, int(ctx_tokens * 3.5 * 0.06))
|
|
26
|
+
# Keep the historical ~50 chars/line ratio between the two defaults.
|
|
27
|
+
line_limit = max(DEFAULT_LIMIT, max_chars // 50)
|
|
28
|
+
return line_limit, max_chars
|
|
29
|
+
|
|
10
30
|
SCHEMA = {
|
|
11
31
|
"type": "function",
|
|
12
32
|
"function": {
|
|
@@ -80,28 +100,29 @@ def execute(ctx: ToolContext, args: dict) -> str:
|
|
|
80
100
|
return f"File not found: {args['path']}" + (f"\n{hint}" if hint else "")
|
|
81
101
|
content = path.read_text(errors="replace")
|
|
82
102
|
lines = content.splitlines()
|
|
103
|
+
default_limit, max_default_chars = _dynamic_read_defaults(ctx)
|
|
83
104
|
offset = args.get("offset", 0)
|
|
84
105
|
explicit_limit = "limit" in args
|
|
85
|
-
limit = args.get("limit",
|
|
106
|
+
limit = args.get("limit", default_limit)
|
|
86
107
|
selected = lines[offset:offset + limit]
|
|
87
108
|
numbered = [f"{i + offset + 1}\t{line}" for i, line in enumerate(selected)]
|
|
88
109
|
result = "\n".join(numbered)
|
|
89
110
|
if len(lines) > offset + limit:
|
|
90
111
|
result += f"\n\n[{len(lines) - offset - limit} more lines — use offset={offset + limit} to continue]"
|
|
91
|
-
if not explicit_limit and len(result) >
|
|
112
|
+
if not explicit_limit and len(result) > max_default_chars:
|
|
92
113
|
kept: list[str] = []
|
|
93
114
|
total = 0
|
|
94
115
|
for line in numbered:
|
|
95
116
|
total += len(line) + 1
|
|
96
|
-
if total >
|
|
117
|
+
if total > max_default_chars:
|
|
97
118
|
break
|
|
98
119
|
kept.append(line)
|
|
99
120
|
result = "\n".join(kept)
|
|
100
121
|
remaining_from_line = offset + len(kept)
|
|
101
122
|
result += (
|
|
102
|
-
f"\n\n[Large file summarized at {
|
|
123
|
+
f"\n\n[Large file summarized at {max_default_chars} chars. "
|
|
103
124
|
f"File has {len(lines)} lines; continue with "
|
|
104
|
-
f"offset={remaining_from_line}, limit={
|
|
125
|
+
f"offset={remaining_from_line}, limit={default_limit}, or request "
|
|
105
126
|
"a focused smaller range around the symbol you need.]"
|
|
106
127
|
)
|
|
107
128
|
# Prompt-injection defence: wrap untrusted file content in explicit
|
|
@@ -1093,6 +1093,12 @@ class ChatScreen(Screen):
|
|
|
1093
1093
|
text = (m.get("content") or "").strip()
|
|
1094
1094
|
if not text:
|
|
1095
1095
|
continue
|
|
1096
|
+
# Defense-in-depth: an ephemeral "SYSTEM:" nudge is a role:user
|
|
1097
|
+
# message that is normally stripped before persistence — but if a
|
|
1098
|
+
# turn was interrupted before stripping ran, it can survive. Never
|
|
1099
|
+
# replay it as "you: SYSTEM: …" (it was never the user's words).
|
|
1100
|
+
if text.startswith("SYSTEM:") or text.startswith("SYSTEM —"):
|
|
1101
|
+
continue
|
|
1096
1102
|
if role == "user":
|
|
1097
1103
|
log.append_info(f"[dim]you:[/] {text}")
|
|
1098
1104
|
elif role == "assistant":
|
|
@@ -1507,7 +1507,7 @@ class ChatLog(RichLog):
|
|
|
1507
1507
|
# so warnings/errors render in a dim-red panel below the main
|
|
1508
1508
|
# output. Heuristic — only applies if stderr-style markers are
|
|
1509
1509
|
# detected; otherwise the whole result renders as stdout.
|
|
1510
|
-
from
|
|
1510
|
+
from ...formatting import truncate_with_tail, split_stdout_stderr
|
|
1511
1511
|
stdout_text, stderr_text = split_stdout_stderr(result)
|
|
1512
1512
|
|
|
1513
1513
|
# If we extracted distinct stderr, render stdout normally and
|
|
@@ -1559,7 +1559,7 @@ class ChatLog(RichLog):
|
|
|
1559
1559
|
_render_tool_result. Stderr blocks pass label='stderr' + a
|
|
1560
1560
|
red color to differentiate from normal output.
|
|
1561
1561
|
"""
|
|
1562
|
-
from
|
|
1562
|
+
from ...formatting import truncate_with_tail
|
|
1563
1563
|
lines = text.strip().splitlines()
|
|
1564
1564
|
if not lines:
|
|
1565
1565
|
return
|
|
@@ -78,13 +78,6 @@ def test_installed_help_runs(installed_venv, tmp_path):
|
|
|
78
78
|
assert "LocalCode" in r.stdout
|
|
79
79
|
|
|
80
80
|
|
|
81
|
-
def test_installed_models_command_shows_12b(installed_venv, tmp_path):
|
|
82
|
-
"""The freshly-installed package exposes the new Gemma 4 12B profile."""
|
|
83
|
-
r = _run_installed(installed_venv, "models", home=tmp_path)
|
|
84
|
-
assert r.returncode == 0, r.stderr
|
|
85
|
-
assert "12b" in r.stdout
|
|
86
|
-
|
|
87
|
-
|
|
88
81
|
def test_installed_package_imports_clean(installed_venv):
|
|
89
82
|
"""Import the top-level package from the installed location (NOT the
|
|
90
83
|
source tree) to catch missing modules / packaging gaps."""
|
|
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.15 → localcode-0.3.16}/llama-cpp-turboquant/common/chat-auto-parser-generator.cpp
RENAMED
|
File without changes
|
{localcode-0.3.15 → localcode-0.3.16}/llama-cpp-turboquant/common/chat-auto-parser-helpers.cpp
RENAMED
|
File without changes
|
{localcode-0.3.15 → localcode-0.3.16}/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
|