localcode 0.3.8__tar.gz → 0.3.10__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.8/src/localcode.egg-info → localcode-0.3.10}/PKG-INFO +3 -1
- {localcode-0.3.8 → localcode-0.3.10}/pyproject.toml +3 -1
- {localcode-0.3.8 → localcode-0.3.10}/src/localcode/__init__.py +1 -1
- {localcode-0.3.8 → localcode-0.3.10}/src/localcode/agent/loop.py +19 -0
- localcode-0.3.10/src/localcode/tools/syntax_check.py +122 -0
- localcode-0.3.10/src/localcode/tools/tool_call_repair.py +157 -0
- {localcode-0.3.8 → localcode-0.3.10/src/localcode.egg-info}/PKG-INFO +3 -1
- {localcode-0.3.8 → localcode-0.3.10}/src/localcode.egg-info/SOURCES.txt +1 -0
- {localcode-0.3.8 → localcode-0.3.10}/src/localcode.egg-info/requires.txt +2 -0
- {localcode-0.3.8 → localcode-0.3.10}/tests/test_architecture.py +5 -0
- localcode-0.3.8/src/localcode/tools/syntax_check.py +0 -159
- {localcode-0.3.8 → localcode-0.3.10}/LICENSE +0 -0
- {localcode-0.3.8 → localcode-0.3.10}/MANIFEST.in +0 -0
- {localcode-0.3.8 → localcode-0.3.10}/README.md +0 -0
- {localcode-0.3.8 → localcode-0.3.10}/llama-cpp-turboquant/CMakeLists.txt +0 -0
- {localcode-0.3.8 → localcode-0.3.10}/llama-cpp-turboquant/CMakePresets.json +0 -0
- {localcode-0.3.8 → localcode-0.3.10}/llama-cpp-turboquant/LICENSE +0 -0
- {localcode-0.3.8 → localcode-0.3.10}/llama-cpp-turboquant/cmake/arm64-apple-clang.cmake +0 -0
- {localcode-0.3.8 → localcode-0.3.10}/llama-cpp-turboquant/cmake/arm64-windows-llvm.cmake +0 -0
- {localcode-0.3.8 → localcode-0.3.10}/llama-cpp-turboquant/cmake/build-info.cmake +0 -0
- {localcode-0.3.8 → localcode-0.3.10}/llama-cpp-turboquant/cmake/common.cmake +0 -0
- {localcode-0.3.8 → localcode-0.3.10}/llama-cpp-turboquant/cmake/download-models.cmake +0 -0
- {localcode-0.3.8 → localcode-0.3.10}/llama-cpp-turboquant/cmake/git-vars.cmake +0 -0
- {localcode-0.3.8 → localcode-0.3.10}/llama-cpp-turboquant/cmake/license.cmake +0 -0
- {localcode-0.3.8 → localcode-0.3.10}/llama-cpp-turboquant/cmake/llama-config.cmake.in +0 -0
- {localcode-0.3.8 → localcode-0.3.10}/llama-cpp-turboquant/cmake/llama.pc.in +0 -0
- {localcode-0.3.8 → localcode-0.3.10}/llama-cpp-turboquant/cmake/riscv64-spacemit-linux-gnu-gcc.cmake +0 -0
- {localcode-0.3.8 → localcode-0.3.10}/llama-cpp-turboquant/cmake/x64-windows-llvm.cmake +0 -0
- {localcode-0.3.8 → localcode-0.3.10}/llama-cpp-turboquant/common/CMakeLists.txt +0 -0
- {localcode-0.3.8 → localcode-0.3.10}/llama-cpp-turboquant/common/arg.cpp +0 -0
- {localcode-0.3.8 → localcode-0.3.10}/llama-cpp-turboquant/common/arg.h +0 -0
- {localcode-0.3.8 → localcode-0.3.10}/llama-cpp-turboquant/common/base64.hpp +0 -0
- {localcode-0.3.8 → localcode-0.3.10}/llama-cpp-turboquant/common/chat-auto-parser-generator.cpp +0 -0
- {localcode-0.3.8 → localcode-0.3.10}/llama-cpp-turboquant/common/chat-auto-parser-helpers.cpp +0 -0
- {localcode-0.3.8 → localcode-0.3.10}/llama-cpp-turboquant/common/chat-auto-parser-helpers.h +0 -0
- {localcode-0.3.8 → localcode-0.3.10}/llama-cpp-turboquant/common/chat-auto-parser.h +0 -0
- {localcode-0.3.8 → localcode-0.3.10}/llama-cpp-turboquant/common/chat-diff-analyzer.cpp +0 -0
- {localcode-0.3.8 → localcode-0.3.10}/llama-cpp-turboquant/common/chat-peg-parser.cpp +0 -0
- {localcode-0.3.8 → localcode-0.3.10}/llama-cpp-turboquant/common/chat-peg-parser.h +0 -0
- {localcode-0.3.8 → localcode-0.3.10}/llama-cpp-turboquant/common/chat.cpp +0 -0
- {localcode-0.3.8 → localcode-0.3.10}/llama-cpp-turboquant/common/chat.h +0 -0
- {localcode-0.3.8 → localcode-0.3.10}/llama-cpp-turboquant/common/common.cpp +0 -0
- {localcode-0.3.8 → localcode-0.3.10}/llama-cpp-turboquant/common/common.h +0 -0
- {localcode-0.3.8 → localcode-0.3.10}/llama-cpp-turboquant/common/console.cpp +0 -0
- {localcode-0.3.8 → localcode-0.3.10}/llama-cpp-turboquant/common/console.h +0 -0
- {localcode-0.3.8 → localcode-0.3.10}/llama-cpp-turboquant/common/debug.cpp +0 -0
- {localcode-0.3.8 → localcode-0.3.10}/llama-cpp-turboquant/common/debug.h +0 -0
- {localcode-0.3.8 → localcode-0.3.10}/llama-cpp-turboquant/common/download.cpp +0 -0
- {localcode-0.3.8 → localcode-0.3.10}/llama-cpp-turboquant/common/download.h +0 -0
- {localcode-0.3.8 → localcode-0.3.10}/llama-cpp-turboquant/common/hf-cache.cpp +0 -0
- {localcode-0.3.8 → localcode-0.3.10}/llama-cpp-turboquant/common/hf-cache.h +0 -0
- {localcode-0.3.8 → localcode-0.3.10}/llama-cpp-turboquant/common/http.h +0 -0
- {localcode-0.3.8 → localcode-0.3.10}/llama-cpp-turboquant/common/jinja/caps.cpp +0 -0
- {localcode-0.3.8 → localcode-0.3.10}/llama-cpp-turboquant/common/jinja/caps.h +0 -0
- {localcode-0.3.8 → localcode-0.3.10}/llama-cpp-turboquant/common/jinja/lexer.cpp +0 -0
- {localcode-0.3.8 → localcode-0.3.10}/llama-cpp-turboquant/common/jinja/lexer.h +0 -0
- {localcode-0.3.8 → localcode-0.3.10}/llama-cpp-turboquant/common/jinja/parser.cpp +0 -0
- {localcode-0.3.8 → localcode-0.3.10}/llama-cpp-turboquant/common/jinja/parser.h +0 -0
- {localcode-0.3.8 → localcode-0.3.10}/llama-cpp-turboquant/common/jinja/runtime.cpp +0 -0
- {localcode-0.3.8 → localcode-0.3.10}/llama-cpp-turboquant/common/jinja/runtime.h +0 -0
- {localcode-0.3.8 → localcode-0.3.10}/llama-cpp-turboquant/common/jinja/string.cpp +0 -0
- {localcode-0.3.8 → localcode-0.3.10}/llama-cpp-turboquant/common/jinja/string.h +0 -0
- {localcode-0.3.8 → localcode-0.3.10}/llama-cpp-turboquant/common/jinja/utils.h +0 -0
- {localcode-0.3.8 → localcode-0.3.10}/llama-cpp-turboquant/common/jinja/value.cpp +0 -0
- {localcode-0.3.8 → localcode-0.3.10}/llama-cpp-turboquant/common/jinja/value.h +0 -0
- {localcode-0.3.8 → localcode-0.3.10}/llama-cpp-turboquant/common/json-partial.cpp +0 -0
- {localcode-0.3.8 → localcode-0.3.10}/llama-cpp-turboquant/common/json-partial.h +0 -0
- {localcode-0.3.8 → localcode-0.3.10}/llama-cpp-turboquant/common/json-schema-to-grammar.cpp +0 -0
- {localcode-0.3.8 → localcode-0.3.10}/llama-cpp-turboquant/common/json-schema-to-grammar.h +0 -0
- {localcode-0.3.8 → localcode-0.3.10}/llama-cpp-turboquant/common/llguidance.cpp +0 -0
- {localcode-0.3.8 → localcode-0.3.10}/llama-cpp-turboquant/common/log.cpp +0 -0
- {localcode-0.3.8 → localcode-0.3.10}/llama-cpp-turboquant/common/log.h +0 -0
- {localcode-0.3.8 → localcode-0.3.10}/llama-cpp-turboquant/common/ngram-cache.cpp +0 -0
- {localcode-0.3.8 → localcode-0.3.10}/llama-cpp-turboquant/common/ngram-cache.h +0 -0
- {localcode-0.3.8 → localcode-0.3.10}/llama-cpp-turboquant/common/ngram-map.cpp +0 -0
- {localcode-0.3.8 → localcode-0.3.10}/llama-cpp-turboquant/common/ngram-map.h +0 -0
- {localcode-0.3.8 → localcode-0.3.10}/llama-cpp-turboquant/common/ngram-mod.cpp +0 -0
- {localcode-0.3.8 → localcode-0.3.10}/llama-cpp-turboquant/common/ngram-mod.h +0 -0
- {localcode-0.3.8 → localcode-0.3.10}/llama-cpp-turboquant/common/peg-parser.cpp +0 -0
- {localcode-0.3.8 → localcode-0.3.10}/llama-cpp-turboquant/common/peg-parser.h +0 -0
- {localcode-0.3.8 → localcode-0.3.10}/llama-cpp-turboquant/common/preset.cpp +0 -0
- {localcode-0.3.8 → localcode-0.3.10}/llama-cpp-turboquant/common/preset.h +0 -0
- {localcode-0.3.8 → localcode-0.3.10}/llama-cpp-turboquant/common/reasoning-budget.cpp +0 -0
- {localcode-0.3.8 → localcode-0.3.10}/llama-cpp-turboquant/common/reasoning-budget.h +0 -0
- {localcode-0.3.8 → localcode-0.3.10}/llama-cpp-turboquant/common/regex-partial.cpp +0 -0
- {localcode-0.3.8 → localcode-0.3.10}/llama-cpp-turboquant/common/regex-partial.h +0 -0
- {localcode-0.3.8 → localcode-0.3.10}/llama-cpp-turboquant/common/sampling.cpp +0 -0
- {localcode-0.3.8 → localcode-0.3.10}/llama-cpp-turboquant/common/sampling.h +0 -0
- {localcode-0.3.8 → localcode-0.3.10}/llama-cpp-turboquant/common/speculative.cpp +0 -0
- {localcode-0.3.8 → localcode-0.3.10}/llama-cpp-turboquant/common/speculative.h +0 -0
- {localcode-0.3.8 → localcode-0.3.10}/llama-cpp-turboquant/common/unicode.cpp +0 -0
- {localcode-0.3.8 → localcode-0.3.10}/llama-cpp-turboquant/common/unicode.h +0 -0
- {localcode-0.3.8 → localcode-0.3.10}/llama-cpp-turboquant/ggml/include/ggml-alloc.h +0 -0
- {localcode-0.3.8 → localcode-0.3.10}/llama-cpp-turboquant/ggml/include/ggml-backend.h +0 -0
- {localcode-0.3.8 → localcode-0.3.10}/llama-cpp-turboquant/ggml/include/ggml-blas.h +0 -0
- {localcode-0.3.8 → localcode-0.3.10}/llama-cpp-turboquant/ggml/include/ggml-cann.h +0 -0
- {localcode-0.3.8 → localcode-0.3.10}/llama-cpp-turboquant/ggml/include/ggml-cpp.h +0 -0
- {localcode-0.3.8 → localcode-0.3.10}/llama-cpp-turboquant/ggml/include/ggml-cpu.h +0 -0
- {localcode-0.3.8 → localcode-0.3.10}/llama-cpp-turboquant/ggml/include/ggml-cuda.h +0 -0
- {localcode-0.3.8 → localcode-0.3.10}/llama-cpp-turboquant/ggml/include/ggml-hexagon.h +0 -0
- {localcode-0.3.8 → localcode-0.3.10}/llama-cpp-turboquant/ggml/include/ggml-metal.h +0 -0
- {localcode-0.3.8 → localcode-0.3.10}/llama-cpp-turboquant/ggml/include/ggml-opencl.h +0 -0
- {localcode-0.3.8 → localcode-0.3.10}/llama-cpp-turboquant/ggml/include/ggml-openvino.h +0 -0
- {localcode-0.3.8 → localcode-0.3.10}/llama-cpp-turboquant/ggml/include/ggml-opt.h +0 -0
- {localcode-0.3.8 → localcode-0.3.10}/llama-cpp-turboquant/ggml/include/ggml-rpc.h +0 -0
- {localcode-0.3.8 → localcode-0.3.10}/llama-cpp-turboquant/ggml/include/ggml-sycl.h +0 -0
- {localcode-0.3.8 → localcode-0.3.10}/llama-cpp-turboquant/ggml/include/ggml-virtgpu.h +0 -0
- {localcode-0.3.8 → localcode-0.3.10}/llama-cpp-turboquant/ggml/include/ggml-vulkan.h +0 -0
- {localcode-0.3.8 → localcode-0.3.10}/llama-cpp-turboquant/ggml/include/ggml-webgpu.h +0 -0
- {localcode-0.3.8 → localcode-0.3.10}/llama-cpp-turboquant/ggml/include/ggml-zdnn.h +0 -0
- {localcode-0.3.8 → localcode-0.3.10}/llama-cpp-turboquant/ggml/include/ggml-zendnn.h +0 -0
- {localcode-0.3.8 → localcode-0.3.10}/llama-cpp-turboquant/ggml/include/ggml.h +0 -0
- {localcode-0.3.8 → localcode-0.3.10}/llama-cpp-turboquant/ggml/include/gguf.h +0 -0
- {localcode-0.3.8 → localcode-0.3.10}/llama-cpp-turboquant/ggml/src/CMakeLists.txt +0 -0
- {localcode-0.3.8 → localcode-0.3.10}/llama-cpp-turboquant/ggml/src/ggml-alloc.c +0 -0
- {localcode-0.3.8 → localcode-0.3.10}/llama-cpp-turboquant/ggml/src/ggml-backend-dl.cpp +0 -0
- {localcode-0.3.8 → localcode-0.3.10}/llama-cpp-turboquant/ggml/src/ggml-backend-dl.h +0 -0
- {localcode-0.3.8 → localcode-0.3.10}/llama-cpp-turboquant/ggml/src/ggml-backend-impl.h +0 -0
- {localcode-0.3.8 → localcode-0.3.10}/llama-cpp-turboquant/ggml/src/ggml-backend-reg.cpp +0 -0
- {localcode-0.3.8 → localcode-0.3.10}/llama-cpp-turboquant/ggml/src/ggml-backend.cpp +0 -0
- {localcode-0.3.8 → localcode-0.3.10}/llama-cpp-turboquant/ggml/src/ggml-blas/CMakeLists.txt +0 -0
- {localcode-0.3.8 → localcode-0.3.10}/llama-cpp-turboquant/ggml/src/ggml-blas/ggml-blas.cpp +0 -0
- {localcode-0.3.8 → localcode-0.3.10}/llama-cpp-turboquant/ggml/src/ggml-cann/CMakeLists.txt +0 -0
- {localcode-0.3.8 → localcode-0.3.10}/llama-cpp-turboquant/ggml/src/ggml-cann/acl_tensor.cpp +0 -0
- {localcode-0.3.8 → localcode-0.3.10}/llama-cpp-turboquant/ggml/src/ggml-cann/acl_tensor.h +0 -0
- {localcode-0.3.8 → localcode-0.3.10}/llama-cpp-turboquant/ggml/src/ggml-cann/aclnn_ops.cpp +0 -0
- {localcode-0.3.8 → localcode-0.3.10}/llama-cpp-turboquant/ggml/src/ggml-cann/aclnn_ops.h +0 -0
- {localcode-0.3.8 → localcode-0.3.10}/llama-cpp-turboquant/ggml/src/ggml-cann/common.h +0 -0
- {localcode-0.3.8 → localcode-0.3.10}/llama-cpp-turboquant/ggml/src/ggml-cann/ggml-cann.cpp +0 -0
- {localcode-0.3.8 → localcode-0.3.10}/llama-cpp-turboquant/ggml/src/ggml-common.h +0 -0
- {localcode-0.3.8 → localcode-0.3.10}/llama-cpp-turboquant/ggml/src/ggml-cpu/CMakeLists.txt +0 -0
- {localcode-0.3.8 → localcode-0.3.10}/llama-cpp-turboquant/ggml/src/ggml-cpu/amx/amx.cpp +0 -0
- {localcode-0.3.8 → localcode-0.3.10}/llama-cpp-turboquant/ggml/src/ggml-cpu/amx/amx.h +0 -0
- {localcode-0.3.8 → localcode-0.3.10}/llama-cpp-turboquant/ggml/src/ggml-cpu/amx/common.h +0 -0
- {localcode-0.3.8 → localcode-0.3.10}/llama-cpp-turboquant/ggml/src/ggml-cpu/amx/mmq.cpp +0 -0
- {localcode-0.3.8 → localcode-0.3.10}/llama-cpp-turboquant/ggml/src/ggml-cpu/amx/mmq.h +0 -0
- {localcode-0.3.8 → localcode-0.3.10}/llama-cpp-turboquant/ggml/src/ggml-cpu/arch/arm/cpu-feats.cpp +0 -0
- {localcode-0.3.8 → localcode-0.3.10}/llama-cpp-turboquant/ggml/src/ggml-cpu/arch/arm/quants.c +0 -0
- {localcode-0.3.8 → localcode-0.3.10}/llama-cpp-turboquant/ggml/src/ggml-cpu/arch/arm/repack.cpp +0 -0
- {localcode-0.3.8 → localcode-0.3.10}/llama-cpp-turboquant/ggml/src/ggml-cpu/arch/loongarch/quants.c +0 -0
- {localcode-0.3.8 → localcode-0.3.10}/llama-cpp-turboquant/ggml/src/ggml-cpu/arch/powerpc/cpu-feats.cpp +0 -0
- {localcode-0.3.8 → localcode-0.3.10}/llama-cpp-turboquant/ggml/src/ggml-cpu/arch/powerpc/quants.c +0 -0
- {localcode-0.3.8 → localcode-0.3.10}/llama-cpp-turboquant/ggml/src/ggml-cpu/arch/riscv/cpu-feats.cpp +0 -0
- {localcode-0.3.8 → localcode-0.3.10}/llama-cpp-turboquant/ggml/src/ggml-cpu/arch/riscv/quants.c +0 -0
- {localcode-0.3.8 → localcode-0.3.10}/llama-cpp-turboquant/ggml/src/ggml-cpu/arch/riscv/repack.cpp +0 -0
- {localcode-0.3.8 → localcode-0.3.10}/llama-cpp-turboquant/ggml/src/ggml-cpu/arch/s390/cpu-feats.cpp +0 -0
- {localcode-0.3.8 → localcode-0.3.10}/llama-cpp-turboquant/ggml/src/ggml-cpu/arch/s390/quants.c +0 -0
- {localcode-0.3.8 → localcode-0.3.10}/llama-cpp-turboquant/ggml/src/ggml-cpu/arch/wasm/quants.c +0 -0
- {localcode-0.3.8 → localcode-0.3.10}/llama-cpp-turboquant/ggml/src/ggml-cpu/arch/x86/cpu-feats.cpp +0 -0
- {localcode-0.3.8 → localcode-0.3.10}/llama-cpp-turboquant/ggml/src/ggml-cpu/arch/x86/quants.c +0 -0
- {localcode-0.3.8 → localcode-0.3.10}/llama-cpp-turboquant/ggml/src/ggml-cpu/arch/x86/repack.cpp +0 -0
- {localcode-0.3.8 → localcode-0.3.10}/llama-cpp-turboquant/ggml/src/ggml-cpu/arch-fallback.h +0 -0
- {localcode-0.3.8 → localcode-0.3.10}/llama-cpp-turboquant/ggml/src/ggml-cpu/binary-ops.cpp +0 -0
- {localcode-0.3.8 → localcode-0.3.10}/llama-cpp-turboquant/ggml/src/ggml-cpu/binary-ops.h +0 -0
- {localcode-0.3.8 → localcode-0.3.10}/llama-cpp-turboquant/ggml/src/ggml-cpu/cmake/FindSIMD.cmake +0 -0
- {localcode-0.3.8 → localcode-0.3.10}/llama-cpp-turboquant/ggml/src/ggml-cpu/common.h +0 -0
- {localcode-0.3.8 → localcode-0.3.10}/llama-cpp-turboquant/ggml/src/ggml-cpu/ggml-cpu-impl.h +0 -0
- {localcode-0.3.8 → localcode-0.3.10}/llama-cpp-turboquant/ggml/src/ggml-cpu/ggml-cpu.c +0 -0
- {localcode-0.3.8 → localcode-0.3.10}/llama-cpp-turboquant/ggml/src/ggml-cpu/ggml-cpu.cpp +0 -0
- {localcode-0.3.8 → localcode-0.3.10}/llama-cpp-turboquant/ggml/src/ggml-cpu/hbm.cpp +0 -0
- {localcode-0.3.8 → localcode-0.3.10}/llama-cpp-turboquant/ggml/src/ggml-cpu/hbm.h +0 -0
- {localcode-0.3.8 → localcode-0.3.10}/llama-cpp-turboquant/ggml/src/ggml-cpu/kleidiai/kernels.cpp +0 -0
- {localcode-0.3.8 → localcode-0.3.10}/llama-cpp-turboquant/ggml/src/ggml-cpu/kleidiai/kernels.h +0 -0
- {localcode-0.3.8 → localcode-0.3.10}/llama-cpp-turboquant/ggml/src/ggml-cpu/kleidiai/kleidiai.cpp +0 -0
- {localcode-0.3.8 → localcode-0.3.10}/llama-cpp-turboquant/ggml/src/ggml-cpu/kleidiai/kleidiai.h +0 -0
- {localcode-0.3.8 → localcode-0.3.10}/llama-cpp-turboquant/ggml/src/ggml-cpu/llamafile/sgemm.cpp +0 -0
- {localcode-0.3.8 → localcode-0.3.10}/llama-cpp-turboquant/ggml/src/ggml-cpu/llamafile/sgemm.h +0 -0
- {localcode-0.3.8 → localcode-0.3.10}/llama-cpp-turboquant/ggml/src/ggml-cpu/ops.cpp +0 -0
- {localcode-0.3.8 → localcode-0.3.10}/llama-cpp-turboquant/ggml/src/ggml-cpu/ops.h +0 -0
- {localcode-0.3.8 → localcode-0.3.10}/llama-cpp-turboquant/ggml/src/ggml-cpu/quants.c +0 -0
- {localcode-0.3.8 → localcode-0.3.10}/llama-cpp-turboquant/ggml/src/ggml-cpu/quants.h +0 -0
- {localcode-0.3.8 → localcode-0.3.10}/llama-cpp-turboquant/ggml/src/ggml-cpu/repack.cpp +0 -0
- {localcode-0.3.8 → localcode-0.3.10}/llama-cpp-turboquant/ggml/src/ggml-cpu/repack.h +0 -0
- {localcode-0.3.8 → localcode-0.3.10}/llama-cpp-turboquant/ggml/src/ggml-cpu/simd-gemm.h +0 -0
- {localcode-0.3.8 → localcode-0.3.10}/llama-cpp-turboquant/ggml/src/ggml-cpu/simd-mappings.h +0 -0
- {localcode-0.3.8 → localcode-0.3.10}/llama-cpp-turboquant/ggml/src/ggml-cpu/spacemit/ime.cpp +0 -0
- {localcode-0.3.8 → localcode-0.3.10}/llama-cpp-turboquant/ggml/src/ggml-cpu/spacemit/ime.h +0 -0
- {localcode-0.3.8 → localcode-0.3.10}/llama-cpp-turboquant/ggml/src/ggml-cpu/spacemit/ime1_kernels.cpp +0 -0
- {localcode-0.3.8 → localcode-0.3.10}/llama-cpp-turboquant/ggml/src/ggml-cpu/spacemit/ime_kernels.h +0 -0
- {localcode-0.3.8 → localcode-0.3.10}/llama-cpp-turboquant/ggml/src/ggml-cpu/traits.cpp +0 -0
- {localcode-0.3.8 → localcode-0.3.10}/llama-cpp-turboquant/ggml/src/ggml-cpu/traits.h +0 -0
- {localcode-0.3.8 → localcode-0.3.10}/llama-cpp-turboquant/ggml/src/ggml-cpu/unary-ops.cpp +0 -0
- {localcode-0.3.8 → localcode-0.3.10}/llama-cpp-turboquant/ggml/src/ggml-cpu/unary-ops.h +0 -0
- {localcode-0.3.8 → localcode-0.3.10}/llama-cpp-turboquant/ggml/src/ggml-cpu/vec.cpp +0 -0
- {localcode-0.3.8 → localcode-0.3.10}/llama-cpp-turboquant/ggml/src/ggml-cpu/vec.h +0 -0
- {localcode-0.3.8 → localcode-0.3.10}/llama-cpp-turboquant/ggml/src/ggml-cuda/CMakeLists.txt +0 -0
- {localcode-0.3.8 → localcode-0.3.10}/llama-cpp-turboquant/ggml/src/ggml-cuda/vendors/cuda.h +0 -0
- {localcode-0.3.8 → localcode-0.3.10}/llama-cpp-turboquant/ggml/src/ggml-cuda/vendors/hip.h +0 -0
- {localcode-0.3.8 → localcode-0.3.10}/llama-cpp-turboquant/ggml/src/ggml-cuda/vendors/musa.h +0 -0
- {localcode-0.3.8 → localcode-0.3.10}/llama-cpp-turboquant/ggml/src/ggml-hexagon/CMakeLists.txt +0 -0
- {localcode-0.3.8 → localcode-0.3.10}/llama-cpp-turboquant/ggml/src/ggml-hexagon/ggml-hexagon.cpp +0 -0
- {localcode-0.3.8 → localcode-0.3.10}/llama-cpp-turboquant/ggml/src/ggml-hexagon/htp/CMakeLists.txt +0 -0
- {localcode-0.3.8 → localcode-0.3.10}/llama-cpp-turboquant/ggml/src/ggml-hexagon/htp/act-ops.c +0 -0
- {localcode-0.3.8 → localcode-0.3.10}/llama-cpp-turboquant/ggml/src/ggml-hexagon/htp/argsort-ops.c +0 -0
- {localcode-0.3.8 → localcode-0.3.10}/llama-cpp-turboquant/ggml/src/ggml-hexagon/htp/binary-ops.c +0 -0
- {localcode-0.3.8 → localcode-0.3.10}/llama-cpp-turboquant/ggml/src/ggml-hexagon/htp/cmake-toolchain.cmake +0 -0
- {localcode-0.3.8 → localcode-0.3.10}/llama-cpp-turboquant/ggml/src/ggml-hexagon/htp/cpy-ops.c +0 -0
- {localcode-0.3.8 → localcode-0.3.10}/llama-cpp-turboquant/ggml/src/ggml-hexagon/htp/cumsum-ops.c +0 -0
- {localcode-0.3.8 → localcode-0.3.10}/llama-cpp-turboquant/ggml/src/ggml-hexagon/htp/flash-attn-ops.c +0 -0
- {localcode-0.3.8 → localcode-0.3.10}/llama-cpp-turboquant/ggml/src/ggml-hexagon/htp/get-rows-ops.c +0 -0
- {localcode-0.3.8 → localcode-0.3.10}/llama-cpp-turboquant/ggml/src/ggml-hexagon/htp/hex-dma.c +0 -0
- {localcode-0.3.8 → localcode-0.3.10}/llama-cpp-turboquant/ggml/src/ggml-hexagon/htp/hex-dma.h +0 -0
- {localcode-0.3.8 → localcode-0.3.10}/llama-cpp-turboquant/ggml/src/ggml-hexagon/htp/hex-dump.h +0 -0
- {localcode-0.3.8 → localcode-0.3.10}/llama-cpp-turboquant/ggml/src/ggml-hexagon/htp/hex-fastdiv.h +0 -0
- {localcode-0.3.8 → localcode-0.3.10}/llama-cpp-turboquant/ggml/src/ggml-hexagon/htp/hex-utils.h +0 -0
- {localcode-0.3.8 → localcode-0.3.10}/llama-cpp-turboquant/ggml/src/ggml-hexagon/htp/hmx-matmul-ops.c +0 -0
- {localcode-0.3.8 → localcode-0.3.10}/llama-cpp-turboquant/ggml/src/ggml-hexagon/htp/hmx-ops.h +0 -0
- {localcode-0.3.8 → localcode-0.3.10}/llama-cpp-turboquant/ggml/src/ggml-hexagon/htp/hmx-profile.h +0 -0
- {localcode-0.3.8 → localcode-0.3.10}/llama-cpp-turboquant/ggml/src/ggml-hexagon/htp/hmx-utils.h +0 -0
- {localcode-0.3.8 → localcode-0.3.10}/llama-cpp-turboquant/ggml/src/ggml-hexagon/htp/htp-ctx.h +0 -0
- {localcode-0.3.8 → localcode-0.3.10}/llama-cpp-turboquant/ggml/src/ggml-hexagon/htp/htp-msg.h +0 -0
- {localcode-0.3.8 → localcode-0.3.10}/llama-cpp-turboquant/ggml/src/ggml-hexagon/htp/htp-ops.h +0 -0
- {localcode-0.3.8 → localcode-0.3.10}/llama-cpp-turboquant/ggml/src/ggml-hexagon/htp/hvx-arith.h +0 -0
- {localcode-0.3.8 → localcode-0.3.10}/llama-cpp-turboquant/ggml/src/ggml-hexagon/htp/hvx-base.h +0 -0
- {localcode-0.3.8 → localcode-0.3.10}/llama-cpp-turboquant/ggml/src/ggml-hexagon/htp/hvx-copy.h +0 -0
- {localcode-0.3.8 → localcode-0.3.10}/llama-cpp-turboquant/ggml/src/ggml-hexagon/htp/hvx-div.h +0 -0
- {localcode-0.3.8 → localcode-0.3.10}/llama-cpp-turboquant/ggml/src/ggml-hexagon/htp/hvx-dump.h +0 -0
- {localcode-0.3.8 → localcode-0.3.10}/llama-cpp-turboquant/ggml/src/ggml-hexagon/htp/hvx-exp.h +0 -0
- {localcode-0.3.8 → localcode-0.3.10}/llama-cpp-turboquant/ggml/src/ggml-hexagon/htp/hvx-floor.h +0 -0
- {localcode-0.3.8 → localcode-0.3.10}/llama-cpp-turboquant/ggml/src/ggml-hexagon/htp/hvx-inverse.h +0 -0
- {localcode-0.3.8 → localcode-0.3.10}/llama-cpp-turboquant/ggml/src/ggml-hexagon/htp/hvx-reduce.h +0 -0
- {localcode-0.3.8 → localcode-0.3.10}/llama-cpp-turboquant/ggml/src/ggml-hexagon/htp/hvx-scale.h +0 -0
- {localcode-0.3.8 → localcode-0.3.10}/llama-cpp-turboquant/ggml/src/ggml-hexagon/htp/hvx-sigmoid.h +0 -0
- {localcode-0.3.8 → localcode-0.3.10}/llama-cpp-turboquant/ggml/src/ggml-hexagon/htp/hvx-sqrt.h +0 -0
- {localcode-0.3.8 → localcode-0.3.10}/llama-cpp-turboquant/ggml/src/ggml-hexagon/htp/hvx-types.h +0 -0
- {localcode-0.3.8 → localcode-0.3.10}/llama-cpp-turboquant/ggml/src/ggml-hexagon/htp/hvx-utils.h +0 -0
- {localcode-0.3.8 → localcode-0.3.10}/llama-cpp-turboquant/ggml/src/ggml-hexagon/htp/main.c +0 -0
- {localcode-0.3.8 → localcode-0.3.10}/llama-cpp-turboquant/ggml/src/ggml-hexagon/htp/matmul-ops.c +0 -0
- {localcode-0.3.8 → localcode-0.3.10}/llama-cpp-turboquant/ggml/src/ggml-hexagon/htp/repeat-ops.c +0 -0
- {localcode-0.3.8 → localcode-0.3.10}/llama-cpp-turboquant/ggml/src/ggml-hexagon/htp/rope-ops.c +0 -0
- {localcode-0.3.8 → localcode-0.3.10}/llama-cpp-turboquant/ggml/src/ggml-hexagon/htp/set-rows-ops.c +0 -0
- {localcode-0.3.8 → localcode-0.3.10}/llama-cpp-turboquant/ggml/src/ggml-hexagon/htp/softmax-ops.c +0 -0
- {localcode-0.3.8 → localcode-0.3.10}/llama-cpp-turboquant/ggml/src/ggml-hexagon/htp/ssm-conv.c +0 -0
- {localcode-0.3.8 → localcode-0.3.10}/llama-cpp-turboquant/ggml/src/ggml-hexagon/htp/sum-rows-ops.c +0 -0
- {localcode-0.3.8 → localcode-0.3.10}/llama-cpp-turboquant/ggml/src/ggml-hexagon/htp/unary-ops.c +0 -0
- {localcode-0.3.8 → localcode-0.3.10}/llama-cpp-turboquant/ggml/src/ggml-hexagon/htp/worker-pool.c +0 -0
- {localcode-0.3.8 → localcode-0.3.10}/llama-cpp-turboquant/ggml/src/ggml-hexagon/htp/worker-pool.h +0 -0
- {localcode-0.3.8 → localcode-0.3.10}/llama-cpp-turboquant/ggml/src/ggml-hexagon/htp-drv.cpp +0 -0
- {localcode-0.3.8 → localcode-0.3.10}/llama-cpp-turboquant/ggml/src/ggml-hexagon/htp-drv.h +0 -0
- {localcode-0.3.8 → localcode-0.3.10}/llama-cpp-turboquant/ggml/src/ggml-hexagon/libdl.h +0 -0
- {localcode-0.3.8 → localcode-0.3.10}/llama-cpp-turboquant/ggml/src/ggml-hexagon/op-desc.h +0 -0
- {localcode-0.3.8 → localcode-0.3.10}/llama-cpp-turboquant/ggml/src/ggml-hip/CMakeLists.txt +0 -0
- {localcode-0.3.8 → localcode-0.3.10}/llama-cpp-turboquant/ggml/src/ggml-impl.h +0 -0
- {localcode-0.3.8 → localcode-0.3.10}/llama-cpp-turboquant/ggml/src/ggml-metal/CMakeLists.txt +0 -0
- {localcode-0.3.8 → localcode-0.3.10}/llama-cpp-turboquant/ggml/src/ggml-metal/ggml-metal-common.cpp +0 -0
- {localcode-0.3.8 → localcode-0.3.10}/llama-cpp-turboquant/ggml/src/ggml-metal/ggml-metal-common.h +0 -0
- {localcode-0.3.8 → localcode-0.3.10}/llama-cpp-turboquant/ggml/src/ggml-metal/ggml-metal-context.h +0 -0
- {localcode-0.3.8 → localcode-0.3.10}/llama-cpp-turboquant/ggml/src/ggml-metal/ggml-metal-context.m +0 -0
- {localcode-0.3.8 → localcode-0.3.10}/llama-cpp-turboquant/ggml/src/ggml-metal/ggml-metal-device.cpp +0 -0
- {localcode-0.3.8 → localcode-0.3.10}/llama-cpp-turboquant/ggml/src/ggml-metal/ggml-metal-device.h +0 -0
- {localcode-0.3.8 → localcode-0.3.10}/llama-cpp-turboquant/ggml/src/ggml-metal/ggml-metal-device.m +0 -0
- {localcode-0.3.8 → localcode-0.3.10}/llama-cpp-turboquant/ggml/src/ggml-metal/ggml-metal-impl.h +0 -0
- {localcode-0.3.8 → localcode-0.3.10}/llama-cpp-turboquant/ggml/src/ggml-metal/ggml-metal-ops.cpp +0 -0
- {localcode-0.3.8 → localcode-0.3.10}/llama-cpp-turboquant/ggml/src/ggml-metal/ggml-metal-ops.h +0 -0
- {localcode-0.3.8 → localcode-0.3.10}/llama-cpp-turboquant/ggml/src/ggml-metal/ggml-metal.cpp +0 -0
- {localcode-0.3.8 → localcode-0.3.10}/llama-cpp-turboquant/ggml/src/ggml-metal/ggml-metal.metal +0 -0
- {localcode-0.3.8 → localcode-0.3.10}/llama-cpp-turboquant/ggml/src/ggml-metal/turbo-matrices.h +0 -0
- {localcode-0.3.8 → localcode-0.3.10}/llama-cpp-turboquant/ggml/src/ggml-metal/turbo-wht.h +0 -0
- {localcode-0.3.8 → localcode-0.3.10}/llama-cpp-turboquant/ggml/src/ggml-musa/CMakeLists.txt +0 -0
- {localcode-0.3.8 → localcode-0.3.10}/llama-cpp-turboquant/ggml/src/ggml-opencl/CMakeLists.txt +0 -0
- {localcode-0.3.8 → localcode-0.3.10}/llama-cpp-turboquant/ggml/src/ggml-opencl/ggml-opencl.cpp +0 -0
- {localcode-0.3.8 → localcode-0.3.10}/llama-cpp-turboquant/ggml/src/ggml-openvino/CMakeLists.txt +0 -0
- {localcode-0.3.8 → localcode-0.3.10}/llama-cpp-turboquant/ggml/src/ggml-openvino/ggml-decoder.cpp +0 -0
- {localcode-0.3.8 → localcode-0.3.10}/llama-cpp-turboquant/ggml/src/ggml-openvino/ggml-decoder.h +0 -0
- {localcode-0.3.8 → localcode-0.3.10}/llama-cpp-turboquant/ggml/src/ggml-openvino/ggml-openvino-extra.cpp +0 -0
- {localcode-0.3.8 → localcode-0.3.10}/llama-cpp-turboquant/ggml/src/ggml-openvino/ggml-openvino-extra.h +0 -0
- {localcode-0.3.8 → localcode-0.3.10}/llama-cpp-turboquant/ggml/src/ggml-openvino/ggml-openvino.cpp +0 -0
- {localcode-0.3.8 → localcode-0.3.10}/llama-cpp-turboquant/ggml/src/ggml-openvino/ggml-quants.cpp +0 -0
- {localcode-0.3.8 → localcode-0.3.10}/llama-cpp-turboquant/ggml/src/ggml-openvino/ggml-quants.h +0 -0
- {localcode-0.3.8 → localcode-0.3.10}/llama-cpp-turboquant/ggml/src/ggml-openvino/openvino/decoder.h +0 -0
- {localcode-0.3.8 → localcode-0.3.10}/llama-cpp-turboquant/ggml/src/ggml-openvino/openvino/frontend.cpp +0 -0
- {localcode-0.3.8 → localcode-0.3.10}/llama-cpp-turboquant/ggml/src/ggml-openvino/openvino/frontend.h +0 -0
- {localcode-0.3.8 → localcode-0.3.10}/llama-cpp-turboquant/ggml/src/ggml-openvino/openvino/input_model.cpp +0 -0
- {localcode-0.3.8 → localcode-0.3.10}/llama-cpp-turboquant/ggml/src/ggml-openvino/openvino/input_model.h +0 -0
- {localcode-0.3.8 → localcode-0.3.10}/llama-cpp-turboquant/ggml/src/ggml-openvino/openvino/node_context.h +0 -0
- {localcode-0.3.8 → localcode-0.3.10}/llama-cpp-turboquant/ggml/src/ggml-openvino/openvino/op/cont.cpp +0 -0
- {localcode-0.3.8 → localcode-0.3.10}/llama-cpp-turboquant/ggml/src/ggml-openvino/openvino/op/cpy.cpp +0 -0
- {localcode-0.3.8 → localcode-0.3.10}/llama-cpp-turboquant/ggml/src/ggml-openvino/openvino/op/flash_attn_ext.cpp +0 -0
- {localcode-0.3.8 → localcode-0.3.10}/llama-cpp-turboquant/ggml/src/ggml-openvino/openvino/op/get_rows.cpp +0 -0
- {localcode-0.3.8 → localcode-0.3.10}/llama-cpp-turboquant/ggml/src/ggml-openvino/openvino/op/glu_geglu.cpp +0 -0
- {localcode-0.3.8 → localcode-0.3.10}/llama-cpp-turboquant/ggml/src/ggml-openvino/openvino/op/glu_swiglu.cpp +0 -0
- {localcode-0.3.8 → localcode-0.3.10}/llama-cpp-turboquant/ggml/src/ggml-openvino/openvino/op/mulmat.cpp +0 -0
- {localcode-0.3.8 → localcode-0.3.10}/llama-cpp-turboquant/ggml/src/ggml-openvino/openvino/op/permute.cpp +0 -0
- {localcode-0.3.8 → localcode-0.3.10}/llama-cpp-turboquant/ggml/src/ggml-openvino/openvino/op/reshape.cpp +0 -0
- {localcode-0.3.8 → localcode-0.3.10}/llama-cpp-turboquant/ggml/src/ggml-openvino/openvino/op/rms_norm.cpp +0 -0
- {localcode-0.3.8 → localcode-0.3.10}/llama-cpp-turboquant/ggml/src/ggml-openvino/openvino/op/rope.cpp +0 -0
- {localcode-0.3.8 → localcode-0.3.10}/llama-cpp-turboquant/ggml/src/ggml-openvino/openvino/op/scale.cpp +0 -0
- {localcode-0.3.8 → localcode-0.3.10}/llama-cpp-turboquant/ggml/src/ggml-openvino/openvino/op/set_rows.cpp +0 -0
- {localcode-0.3.8 → localcode-0.3.10}/llama-cpp-turboquant/ggml/src/ggml-openvino/openvino/op/softmax.cpp +0 -0
- {localcode-0.3.8 → localcode-0.3.10}/llama-cpp-turboquant/ggml/src/ggml-openvino/openvino/op/transpose.cpp +0 -0
- {localcode-0.3.8 → localcode-0.3.10}/llama-cpp-turboquant/ggml/src/ggml-openvino/openvino/op/unary_silu.cpp +0 -0
- {localcode-0.3.8 → localcode-0.3.10}/llama-cpp-turboquant/ggml/src/ggml-openvino/openvino/op/view.cpp +0 -0
- {localcode-0.3.8 → localcode-0.3.10}/llama-cpp-turboquant/ggml/src/ggml-openvino/openvino/op_table.cpp +0 -0
- {localcode-0.3.8 → localcode-0.3.10}/llama-cpp-turboquant/ggml/src/ggml-openvino/openvino/op_table.h +0 -0
- {localcode-0.3.8 → localcode-0.3.10}/llama-cpp-turboquant/ggml/src/ggml-openvino/openvino/pass/eliminate_zp.cpp +0 -0
- {localcode-0.3.8 → localcode-0.3.10}/llama-cpp-turboquant/ggml/src/ggml-openvino/openvino/pass/eliminate_zp.h +0 -0
- {localcode-0.3.8 → localcode-0.3.10}/llama-cpp-turboquant/ggml/src/ggml-openvino/openvino/pass/fuse_to_sdpa.cpp +0 -0
- {localcode-0.3.8 → localcode-0.3.10}/llama-cpp-turboquant/ggml/src/ggml-openvino/openvino/pass/fuse_to_sdpa.h +0 -0
- {localcode-0.3.8 → localcode-0.3.10}/llama-cpp-turboquant/ggml/src/ggml-openvino/openvino/pass/mark_decompression_convert_constant_folding.h +0 -0
- {localcode-0.3.8 → localcode-0.3.10}/llama-cpp-turboquant/ggml/src/ggml-openvino/openvino/pass/squeeze_matmul.cpp +0 -0
- {localcode-0.3.8 → localcode-0.3.10}/llama-cpp-turboquant/ggml/src/ggml-openvino/openvino/pass/squeeze_matmul.h +0 -0
- {localcode-0.3.8 → localcode-0.3.10}/llama-cpp-turboquant/ggml/src/ggml-openvino/openvino/translate_session.cpp +0 -0
- {localcode-0.3.8 → localcode-0.3.10}/llama-cpp-turboquant/ggml/src/ggml-openvino/openvino/translate_session.h +0 -0
- {localcode-0.3.8 → localcode-0.3.10}/llama-cpp-turboquant/ggml/src/ggml-openvino/openvino/utils.cpp +0 -0
- {localcode-0.3.8 → localcode-0.3.10}/llama-cpp-turboquant/ggml/src/ggml-openvino/openvino/utils.h +0 -0
- {localcode-0.3.8 → localcode-0.3.10}/llama-cpp-turboquant/ggml/src/ggml-openvino/utils.cpp +0 -0
- {localcode-0.3.8 → localcode-0.3.10}/llama-cpp-turboquant/ggml/src/ggml-openvino/utils.h +0 -0
- {localcode-0.3.8 → localcode-0.3.10}/llama-cpp-turboquant/ggml/src/ggml-opt.cpp +0 -0
- {localcode-0.3.8 → localcode-0.3.10}/llama-cpp-turboquant/ggml/src/ggml-quants.c +0 -0
- {localcode-0.3.8 → localcode-0.3.10}/llama-cpp-turboquant/ggml/src/ggml-quants.h +0 -0
- {localcode-0.3.8 → localcode-0.3.10}/llama-cpp-turboquant/ggml/src/ggml-rpc/CMakeLists.txt +0 -0
- {localcode-0.3.8 → localcode-0.3.10}/llama-cpp-turboquant/ggml/src/ggml-rpc/ggml-rpc.cpp +0 -0
- {localcode-0.3.8 → localcode-0.3.10}/llama-cpp-turboquant/ggml/src/ggml-sycl/CMakeLists.txt +0 -0
- {localcode-0.3.8 → localcode-0.3.10}/llama-cpp-turboquant/ggml/src/ggml-sycl/add-id.cpp +0 -0
- {localcode-0.3.8 → localcode-0.3.10}/llama-cpp-turboquant/ggml/src/ggml-sycl/add-id.hpp +0 -0
- {localcode-0.3.8 → localcode-0.3.10}/llama-cpp-turboquant/ggml/src/ggml-sycl/backend.hpp +0 -0
- {localcode-0.3.8 → localcode-0.3.10}/llama-cpp-turboquant/ggml/src/ggml-sycl/binbcast.cpp +0 -0
- {localcode-0.3.8 → localcode-0.3.10}/llama-cpp-turboquant/ggml/src/ggml-sycl/binbcast.hpp +0 -0
- {localcode-0.3.8 → localcode-0.3.10}/llama-cpp-turboquant/ggml/src/ggml-sycl/common.cpp +0 -0
- {localcode-0.3.8 → localcode-0.3.10}/llama-cpp-turboquant/ggml/src/ggml-sycl/common.hpp +0 -0
- {localcode-0.3.8 → localcode-0.3.10}/llama-cpp-turboquant/ggml/src/ggml-sycl/concat.cpp +0 -0
- {localcode-0.3.8 → localcode-0.3.10}/llama-cpp-turboquant/ggml/src/ggml-sycl/concat.hpp +0 -0
- {localcode-0.3.8 → localcode-0.3.10}/llama-cpp-turboquant/ggml/src/ggml-sycl/conv.cpp +0 -0
- {localcode-0.3.8 → localcode-0.3.10}/llama-cpp-turboquant/ggml/src/ggml-sycl/conv.hpp +0 -0
- {localcode-0.3.8 → localcode-0.3.10}/llama-cpp-turboquant/ggml/src/ggml-sycl/convert.cpp +0 -0
- {localcode-0.3.8 → localcode-0.3.10}/llama-cpp-turboquant/ggml/src/ggml-sycl/convert.hpp +0 -0
- {localcode-0.3.8 → localcode-0.3.10}/llama-cpp-turboquant/ggml/src/ggml-sycl/count-equal.cpp +0 -0
- {localcode-0.3.8 → localcode-0.3.10}/llama-cpp-turboquant/ggml/src/ggml-sycl/count-equal.hpp +0 -0
- {localcode-0.3.8 → localcode-0.3.10}/llama-cpp-turboquant/ggml/src/ggml-sycl/cpy.cpp +0 -0
- {localcode-0.3.8 → localcode-0.3.10}/llama-cpp-turboquant/ggml/src/ggml-sycl/cpy.hpp +0 -0
- {localcode-0.3.8 → localcode-0.3.10}/llama-cpp-turboquant/ggml/src/ggml-sycl/dequantize.hpp +0 -0
- {localcode-0.3.8 → localcode-0.3.10}/llama-cpp-turboquant/ggml/src/ggml-sycl/dmmv.cpp +0 -0
- {localcode-0.3.8 → localcode-0.3.10}/llama-cpp-turboquant/ggml/src/ggml-sycl/dmmv.hpp +0 -0
- {localcode-0.3.8 → localcode-0.3.10}/llama-cpp-turboquant/ggml/src/ggml-sycl/dpct/helper.hpp +0 -0
- {localcode-0.3.8 → localcode-0.3.10}/llama-cpp-turboquant/ggml/src/ggml-sycl/element_wise.cpp +0 -0
- {localcode-0.3.8 → localcode-0.3.10}/llama-cpp-turboquant/ggml/src/ggml-sycl/element_wise.hpp +0 -0
- {localcode-0.3.8 → localcode-0.3.10}/llama-cpp-turboquant/ggml/src/ggml-sycl/fattn-common.hpp +0 -0
- {localcode-0.3.8 → localcode-0.3.10}/llama-cpp-turboquant/ggml/src/ggml-sycl/fattn-tile.cpp +0 -0
- {localcode-0.3.8 → localcode-0.3.10}/llama-cpp-turboquant/ggml/src/ggml-sycl/fattn-tile.hpp +0 -0
- {localcode-0.3.8 → localcode-0.3.10}/llama-cpp-turboquant/ggml/src/ggml-sycl/fattn-vec.hpp +0 -0
- {localcode-0.3.8 → localcode-0.3.10}/llama-cpp-turboquant/ggml/src/ggml-sycl/fattn.cpp +0 -0
- {localcode-0.3.8 → localcode-0.3.10}/llama-cpp-turboquant/ggml/src/ggml-sycl/fattn.hpp +0 -0
- {localcode-0.3.8 → localcode-0.3.10}/llama-cpp-turboquant/ggml/src/ggml-sycl/gated_delta_net.cpp +0 -0
- {localcode-0.3.8 → localcode-0.3.10}/llama-cpp-turboquant/ggml/src/ggml-sycl/gated_delta_net.hpp +0 -0
- {localcode-0.3.8 → localcode-0.3.10}/llama-cpp-turboquant/ggml/src/ggml-sycl/gemm.hpp +0 -0
- {localcode-0.3.8 → localcode-0.3.10}/llama-cpp-turboquant/ggml/src/ggml-sycl/getrows.cpp +0 -0
- {localcode-0.3.8 → localcode-0.3.10}/llama-cpp-turboquant/ggml/src/ggml-sycl/getrows.hpp +0 -0
- {localcode-0.3.8 → localcode-0.3.10}/llama-cpp-turboquant/ggml/src/ggml-sycl/ggml-sycl.cpp +0 -0
- {localcode-0.3.8 → localcode-0.3.10}/llama-cpp-turboquant/ggml/src/ggml-sycl/gla.cpp +0 -0
- {localcode-0.3.8 → localcode-0.3.10}/llama-cpp-turboquant/ggml/src/ggml-sycl/gla.hpp +0 -0
- {localcode-0.3.8 → localcode-0.3.10}/llama-cpp-turboquant/ggml/src/ggml-sycl/im2col.cpp +0 -0
- {localcode-0.3.8 → localcode-0.3.10}/llama-cpp-turboquant/ggml/src/ggml-sycl/im2col.hpp +0 -0
- {localcode-0.3.8 → localcode-0.3.10}/llama-cpp-turboquant/ggml/src/ggml-sycl/mmq.cpp +0 -0
- {localcode-0.3.8 → localcode-0.3.10}/llama-cpp-turboquant/ggml/src/ggml-sycl/mmq.hpp +0 -0
- {localcode-0.3.8 → localcode-0.3.10}/llama-cpp-turboquant/ggml/src/ggml-sycl/mmvq.cpp +0 -0
- {localcode-0.3.8 → localcode-0.3.10}/llama-cpp-turboquant/ggml/src/ggml-sycl/mmvq.hpp +0 -0
- {localcode-0.3.8 → localcode-0.3.10}/llama-cpp-turboquant/ggml/src/ggml-sycl/norm.cpp +0 -0
- {localcode-0.3.8 → localcode-0.3.10}/llama-cpp-turboquant/ggml/src/ggml-sycl/norm.hpp +0 -0
- {localcode-0.3.8 → localcode-0.3.10}/llama-cpp-turboquant/ggml/src/ggml-sycl/outprod.cpp +0 -0
- {localcode-0.3.8 → localcode-0.3.10}/llama-cpp-turboquant/ggml/src/ggml-sycl/outprod.hpp +0 -0
- {localcode-0.3.8 → localcode-0.3.10}/llama-cpp-turboquant/ggml/src/ggml-sycl/pad.cpp +0 -0
- {localcode-0.3.8 → localcode-0.3.10}/llama-cpp-turboquant/ggml/src/ggml-sycl/pad.hpp +0 -0
- {localcode-0.3.8 → localcode-0.3.10}/llama-cpp-turboquant/ggml/src/ggml-sycl/pad_reflect_1d.cpp +0 -0
- {localcode-0.3.8 → localcode-0.3.10}/llama-cpp-turboquant/ggml/src/ggml-sycl/pad_reflect_1d.hpp +0 -0
- {localcode-0.3.8 → localcode-0.3.10}/llama-cpp-turboquant/ggml/src/ggml-sycl/presets.hpp +0 -0
- {localcode-0.3.8 → localcode-0.3.10}/llama-cpp-turboquant/ggml/src/ggml-sycl/quantize.hpp +0 -0
- {localcode-0.3.8 → localcode-0.3.10}/llama-cpp-turboquant/ggml/src/ggml-sycl/quants.hpp +0 -0
- {localcode-0.3.8 → localcode-0.3.10}/llama-cpp-turboquant/ggml/src/ggml-sycl/repeat_back.cpp +0 -0
- {localcode-0.3.8 → localcode-0.3.10}/llama-cpp-turboquant/ggml/src/ggml-sycl/repeat_back.hpp +0 -0
- {localcode-0.3.8 → localcode-0.3.10}/llama-cpp-turboquant/ggml/src/ggml-sycl/roll.cpp +0 -0
- {localcode-0.3.8 → localcode-0.3.10}/llama-cpp-turboquant/ggml/src/ggml-sycl/roll.hpp +0 -0
- {localcode-0.3.8 → localcode-0.3.10}/llama-cpp-turboquant/ggml/src/ggml-sycl/rope.cpp +0 -0
- {localcode-0.3.8 → localcode-0.3.10}/llama-cpp-turboquant/ggml/src/ggml-sycl/rope.hpp +0 -0
- {localcode-0.3.8 → localcode-0.3.10}/llama-cpp-turboquant/ggml/src/ggml-sycl/set.cpp +0 -0
- {localcode-0.3.8 → localcode-0.3.10}/llama-cpp-turboquant/ggml/src/ggml-sycl/set.hpp +0 -0
- {localcode-0.3.8 → localcode-0.3.10}/llama-cpp-turboquant/ggml/src/ggml-sycl/set_rows.cpp +0 -0
- {localcode-0.3.8 → localcode-0.3.10}/llama-cpp-turboquant/ggml/src/ggml-sycl/set_rows.hpp +0 -0
- {localcode-0.3.8 → localcode-0.3.10}/llama-cpp-turboquant/ggml/src/ggml-sycl/softmax.cpp +0 -0
- {localcode-0.3.8 → localcode-0.3.10}/llama-cpp-turboquant/ggml/src/ggml-sycl/softmax.hpp +0 -0
- {localcode-0.3.8 → localcode-0.3.10}/llama-cpp-turboquant/ggml/src/ggml-sycl/ssm_conv.cpp +0 -0
- {localcode-0.3.8 → localcode-0.3.10}/llama-cpp-turboquant/ggml/src/ggml-sycl/ssm_conv.hpp +0 -0
- {localcode-0.3.8 → localcode-0.3.10}/llama-cpp-turboquant/ggml/src/ggml-sycl/sycl_hw.cpp +0 -0
- {localcode-0.3.8 → localcode-0.3.10}/llama-cpp-turboquant/ggml/src/ggml-sycl/sycl_hw.hpp +0 -0
- {localcode-0.3.8 → localcode-0.3.10}/llama-cpp-turboquant/ggml/src/ggml-sycl/template-instances/fattn-tile-instance-dkq112-dv112.cpp +0 -0
- {localcode-0.3.8 → localcode-0.3.10}/llama-cpp-turboquant/ggml/src/ggml-sycl/template-instances/fattn-tile-instance-dkq128-dv128.cpp +0 -0
- {localcode-0.3.8 → localcode-0.3.10}/llama-cpp-turboquant/ggml/src/ggml-sycl/template-instances/fattn-tile-instance-dkq256-dv256.cpp +0 -0
- {localcode-0.3.8 → localcode-0.3.10}/llama-cpp-turboquant/ggml/src/ggml-sycl/template-instances/fattn-tile-instance-dkq40-dv40.cpp +0 -0
- {localcode-0.3.8 → localcode-0.3.10}/llama-cpp-turboquant/ggml/src/ggml-sycl/template-instances/fattn-tile-instance-dkq576-dv512.cpp +0 -0
- {localcode-0.3.8 → localcode-0.3.10}/llama-cpp-turboquant/ggml/src/ggml-sycl/template-instances/fattn-tile-instance-dkq64-dv64.cpp +0 -0
- {localcode-0.3.8 → localcode-0.3.10}/llama-cpp-turboquant/ggml/src/ggml-sycl/template-instances/fattn-tile-instance-dkq72-dv72.cpp +0 -0
- {localcode-0.3.8 → localcode-0.3.10}/llama-cpp-turboquant/ggml/src/ggml-sycl/template-instances/fattn-tile-instance-dkq80-dv80.cpp +0 -0
- {localcode-0.3.8 → localcode-0.3.10}/llama-cpp-turboquant/ggml/src/ggml-sycl/template-instances/fattn-tile-instance-dkq96-dv96.cpp +0 -0
- {localcode-0.3.8 → localcode-0.3.10}/llama-cpp-turboquant/ggml/src/ggml-sycl/template-instances/fattn-vec-instance-f16-f16.cpp +0 -0
- {localcode-0.3.8 → localcode-0.3.10}/llama-cpp-turboquant/ggml/src/ggml-sycl/template-instances/fattn-vec-instance-f16-q4_0.cpp +0 -0
- {localcode-0.3.8 → localcode-0.3.10}/llama-cpp-turboquant/ggml/src/ggml-sycl/template-instances/fattn-vec-instance-f16-q4_1.cpp +0 -0
- {localcode-0.3.8 → localcode-0.3.10}/llama-cpp-turboquant/ggml/src/ggml-sycl/template-instances/fattn-vec-instance-f16-q5_0.cpp +0 -0
- {localcode-0.3.8 → localcode-0.3.10}/llama-cpp-turboquant/ggml/src/ggml-sycl/template-instances/fattn-vec-instance-f16-q5_1.cpp +0 -0
- {localcode-0.3.8 → localcode-0.3.10}/llama-cpp-turboquant/ggml/src/ggml-sycl/template-instances/fattn-vec-instance-f16-q8_0.cpp +0 -0
- {localcode-0.3.8 → localcode-0.3.10}/llama-cpp-turboquant/ggml/src/ggml-sycl/template-instances/fattn-vec-instance-q4_0-f16.cpp +0 -0
- {localcode-0.3.8 → localcode-0.3.10}/llama-cpp-turboquant/ggml/src/ggml-sycl/template-instances/fattn-vec-instance-q4_0-q4_0.cpp +0 -0
- {localcode-0.3.8 → localcode-0.3.10}/llama-cpp-turboquant/ggml/src/ggml-sycl/template-instances/fattn-vec-instance-q4_0-q4_1.cpp +0 -0
- {localcode-0.3.8 → localcode-0.3.10}/llama-cpp-turboquant/ggml/src/ggml-sycl/template-instances/fattn-vec-instance-q4_0-q5_0.cpp +0 -0
- {localcode-0.3.8 → localcode-0.3.10}/llama-cpp-turboquant/ggml/src/ggml-sycl/template-instances/fattn-vec-instance-q4_0-q5_1.cpp +0 -0
- {localcode-0.3.8 → localcode-0.3.10}/llama-cpp-turboquant/ggml/src/ggml-sycl/template-instances/fattn-vec-instance-q4_0-q8_0.cpp +0 -0
- {localcode-0.3.8 → localcode-0.3.10}/llama-cpp-turboquant/ggml/src/ggml-sycl/template-instances/fattn-vec-instance-q4_1-f16.cpp +0 -0
- {localcode-0.3.8 → localcode-0.3.10}/llama-cpp-turboquant/ggml/src/ggml-sycl/template-instances/fattn-vec-instance-q4_1-q4_0.cpp +0 -0
- {localcode-0.3.8 → localcode-0.3.10}/llama-cpp-turboquant/ggml/src/ggml-sycl/template-instances/fattn-vec-instance-q4_1-q4_1.cpp +0 -0
- {localcode-0.3.8 → localcode-0.3.10}/llama-cpp-turboquant/ggml/src/ggml-sycl/template-instances/fattn-vec-instance-q4_1-q5_0.cpp +0 -0
- {localcode-0.3.8 → localcode-0.3.10}/llama-cpp-turboquant/ggml/src/ggml-sycl/template-instances/fattn-vec-instance-q4_1-q5_1.cpp +0 -0
- {localcode-0.3.8 → localcode-0.3.10}/llama-cpp-turboquant/ggml/src/ggml-sycl/template-instances/fattn-vec-instance-q4_1-q8_0.cpp +0 -0
- {localcode-0.3.8 → localcode-0.3.10}/llama-cpp-turboquant/ggml/src/ggml-sycl/template-instances/fattn-vec-instance-q5_0-f16.cpp +0 -0
- {localcode-0.3.8 → localcode-0.3.10}/llama-cpp-turboquant/ggml/src/ggml-sycl/template-instances/fattn-vec-instance-q5_0-q4_0.cpp +0 -0
- {localcode-0.3.8 → localcode-0.3.10}/llama-cpp-turboquant/ggml/src/ggml-sycl/template-instances/fattn-vec-instance-q5_0-q4_1.cpp +0 -0
- {localcode-0.3.8 → localcode-0.3.10}/llama-cpp-turboquant/ggml/src/ggml-sycl/template-instances/fattn-vec-instance-q5_0-q5_0.cpp +0 -0
- {localcode-0.3.8 → localcode-0.3.10}/llama-cpp-turboquant/ggml/src/ggml-sycl/template-instances/fattn-vec-instance-q5_0-q5_1.cpp +0 -0
- {localcode-0.3.8 → localcode-0.3.10}/llama-cpp-turboquant/ggml/src/ggml-sycl/template-instances/fattn-vec-instance-q5_0-q8_0.cpp +0 -0
- {localcode-0.3.8 → localcode-0.3.10}/llama-cpp-turboquant/ggml/src/ggml-sycl/template-instances/fattn-vec-instance-q5_1-f16.cpp +0 -0
- {localcode-0.3.8 → localcode-0.3.10}/llama-cpp-turboquant/ggml/src/ggml-sycl/template-instances/fattn-vec-instance-q5_1-q4_0.cpp +0 -0
- {localcode-0.3.8 → localcode-0.3.10}/llama-cpp-turboquant/ggml/src/ggml-sycl/template-instances/fattn-vec-instance-q5_1-q4_1.cpp +0 -0
- {localcode-0.3.8 → localcode-0.3.10}/llama-cpp-turboquant/ggml/src/ggml-sycl/template-instances/fattn-vec-instance-q5_1-q5_0.cpp +0 -0
- {localcode-0.3.8 → localcode-0.3.10}/llama-cpp-turboquant/ggml/src/ggml-sycl/template-instances/fattn-vec-instance-q5_1-q5_1.cpp +0 -0
- {localcode-0.3.8 → localcode-0.3.10}/llama-cpp-turboquant/ggml/src/ggml-sycl/template-instances/fattn-vec-instance-q5_1-q8_0.cpp +0 -0
- {localcode-0.3.8 → localcode-0.3.10}/llama-cpp-turboquant/ggml/src/ggml-sycl/template-instances/fattn-vec-instance-q8_0-f16.cpp +0 -0
- {localcode-0.3.8 → localcode-0.3.10}/llama-cpp-turboquant/ggml/src/ggml-sycl/template-instances/fattn-vec-instance-q8_0-q4_0.cpp +0 -0
- {localcode-0.3.8 → localcode-0.3.10}/llama-cpp-turboquant/ggml/src/ggml-sycl/template-instances/fattn-vec-instance-q8_0-q4_1.cpp +0 -0
- {localcode-0.3.8 → localcode-0.3.10}/llama-cpp-turboquant/ggml/src/ggml-sycl/template-instances/fattn-vec-instance-q8_0-q5_0.cpp +0 -0
- {localcode-0.3.8 → localcode-0.3.10}/llama-cpp-turboquant/ggml/src/ggml-sycl/template-instances/fattn-vec-instance-q8_0-q5_1.cpp +0 -0
- {localcode-0.3.8 → localcode-0.3.10}/llama-cpp-turboquant/ggml/src/ggml-sycl/template-instances/fattn-vec-instance-q8_0-q8_0.cpp +0 -0
- {localcode-0.3.8 → localcode-0.3.10}/llama-cpp-turboquant/ggml/src/ggml-sycl/tsembd.cpp +0 -0
- {localcode-0.3.8 → localcode-0.3.10}/llama-cpp-turboquant/ggml/src/ggml-sycl/tsembd.hpp +0 -0
- {localcode-0.3.8 → localcode-0.3.10}/llama-cpp-turboquant/ggml/src/ggml-sycl/type.hpp +0 -0
- {localcode-0.3.8 → localcode-0.3.10}/llama-cpp-turboquant/ggml/src/ggml-sycl/upscale.cpp +0 -0
- {localcode-0.3.8 → localcode-0.3.10}/llama-cpp-turboquant/ggml/src/ggml-sycl/upscale.hpp +0 -0
- {localcode-0.3.8 → localcode-0.3.10}/llama-cpp-turboquant/ggml/src/ggml-sycl/vecdotq.hpp +0 -0
- {localcode-0.3.8 → localcode-0.3.10}/llama-cpp-turboquant/ggml/src/ggml-sycl/wkv.cpp +0 -0
- {localcode-0.3.8 → localcode-0.3.10}/llama-cpp-turboquant/ggml/src/ggml-sycl/wkv.hpp +0 -0
- {localcode-0.3.8 → localcode-0.3.10}/llama-cpp-turboquant/ggml/src/ggml-threading.cpp +0 -0
- {localcode-0.3.8 → localcode-0.3.10}/llama-cpp-turboquant/ggml/src/ggml-threading.h +0 -0
- {localcode-0.3.8 → localcode-0.3.10}/llama-cpp-turboquant/ggml/src/ggml-turbo-quant.c +0 -0
- {localcode-0.3.8 → localcode-0.3.10}/llama-cpp-turboquant/ggml/src/ggml-virtgpu/CMakeLists.txt +0 -0
- {localcode-0.3.8 → localcode-0.3.10}/llama-cpp-turboquant/ggml/src/ggml-virtgpu/apir_cs_ggml-rpc-front.cpp +0 -0
- {localcode-0.3.8 → localcode-0.3.10}/llama-cpp-turboquant/ggml/src/ggml-virtgpu/backend/CMakeLists.txt +0 -0
- {localcode-0.3.8 → localcode-0.3.10}/llama-cpp-turboquant/ggml/src/ggml-virtgpu/backend/apir_cs_ggml-rpc-back.cpp +0 -0
- {localcode-0.3.8 → localcode-0.3.10}/llama-cpp-turboquant/ggml/src/ggml-virtgpu/backend/backend-convert.h +0 -0
- {localcode-0.3.8 → localcode-0.3.10}/llama-cpp-turboquant/ggml/src/ggml-virtgpu/backend/backend-dispatched-backend.cpp +0 -0
- {localcode-0.3.8 → localcode-0.3.10}/llama-cpp-turboquant/ggml/src/ggml-virtgpu/backend/backend-dispatched-buffer-type.cpp +0 -0
- {localcode-0.3.8 → localcode-0.3.10}/llama-cpp-turboquant/ggml/src/ggml-virtgpu/backend/backend-dispatched-buffer.cpp +0 -0
- {localcode-0.3.8 → localcode-0.3.10}/llama-cpp-turboquant/ggml/src/ggml-virtgpu/backend/backend-dispatched-device.cpp +0 -0
- {localcode-0.3.8 → localcode-0.3.10}/llama-cpp-turboquant/ggml/src/ggml-virtgpu/backend/backend-dispatched.cpp +0 -0
- {localcode-0.3.8 → localcode-0.3.10}/llama-cpp-turboquant/ggml/src/ggml-virtgpu/backend/backend-dispatched.gen.h +0 -0
- {localcode-0.3.8 → localcode-0.3.10}/llama-cpp-turboquant/ggml/src/ggml-virtgpu/backend/backend-dispatched.h +0 -0
- {localcode-0.3.8 → localcode-0.3.10}/llama-cpp-turboquant/ggml/src/ggml-virtgpu/backend/backend-virgl-apir.h +0 -0
- {localcode-0.3.8 → localcode-0.3.10}/llama-cpp-turboquant/ggml/src/ggml-virtgpu/backend/backend.cpp +0 -0
- {localcode-0.3.8 → localcode-0.3.10}/llama-cpp-turboquant/ggml/src/ggml-virtgpu/backend/shared/api_remoting.h +0 -0
- {localcode-0.3.8 → localcode-0.3.10}/llama-cpp-turboquant/ggml/src/ggml-virtgpu/backend/shared/apir_backend.gen.h +0 -0
- {localcode-0.3.8 → localcode-0.3.10}/llama-cpp-turboquant/ggml/src/ggml-virtgpu/backend/shared/apir_backend.h +0 -0
- {localcode-0.3.8 → localcode-0.3.10}/llama-cpp-turboquant/ggml/src/ggml-virtgpu/backend/shared/apir_cs.h +0 -0
- {localcode-0.3.8 → localcode-0.3.10}/llama-cpp-turboquant/ggml/src/ggml-virtgpu/backend/shared/apir_cs_ggml.h +0 -0
- {localcode-0.3.8 → localcode-0.3.10}/llama-cpp-turboquant/ggml/src/ggml-virtgpu/backend/shared/apir_cs_rpc.h +0 -0
- {localcode-0.3.8 → localcode-0.3.10}/llama-cpp-turboquant/ggml/src/ggml-virtgpu/ggml-backend-buffer-type.cpp +0 -0
- {localcode-0.3.8 → localcode-0.3.10}/llama-cpp-turboquant/ggml/src/ggml-virtgpu/ggml-backend-buffer.cpp +0 -0
- {localcode-0.3.8 → localcode-0.3.10}/llama-cpp-turboquant/ggml/src/ggml-virtgpu/ggml-backend-device.cpp +0 -0
- {localcode-0.3.8 → localcode-0.3.10}/llama-cpp-turboquant/ggml/src/ggml-virtgpu/ggml-backend-reg.cpp +0 -0
- {localcode-0.3.8 → localcode-0.3.10}/llama-cpp-turboquant/ggml/src/ggml-virtgpu/ggml-backend.cpp +0 -0
- {localcode-0.3.8 → localcode-0.3.10}/llama-cpp-turboquant/ggml/src/ggml-virtgpu/ggml-remoting.h +0 -0
- {localcode-0.3.8 → localcode-0.3.10}/llama-cpp-turboquant/ggml/src/ggml-virtgpu/include/apir_hw.h +0 -0
- {localcode-0.3.8 → localcode-0.3.10}/llama-cpp-turboquant/ggml/src/ggml-virtgpu/virtgpu-apir.h +0 -0
- {localcode-0.3.8 → localcode-0.3.10}/llama-cpp-turboquant/ggml/src/ggml-virtgpu/virtgpu-forward-backend.cpp +0 -0
- {localcode-0.3.8 → localcode-0.3.10}/llama-cpp-turboquant/ggml/src/ggml-virtgpu/virtgpu-forward-buffer-type.cpp +0 -0
- {localcode-0.3.8 → localcode-0.3.10}/llama-cpp-turboquant/ggml/src/ggml-virtgpu/virtgpu-forward-buffer.cpp +0 -0
- {localcode-0.3.8 → localcode-0.3.10}/llama-cpp-turboquant/ggml/src/ggml-virtgpu/virtgpu-forward-device.cpp +0 -0
- {localcode-0.3.8 → localcode-0.3.10}/llama-cpp-turboquant/ggml/src/ggml-virtgpu/virtgpu-forward-impl.h +0 -0
- {localcode-0.3.8 → localcode-0.3.10}/llama-cpp-turboquant/ggml/src/ggml-virtgpu/virtgpu-forward.gen.h +0 -0
- {localcode-0.3.8 → localcode-0.3.10}/llama-cpp-turboquant/ggml/src/ggml-virtgpu/virtgpu-shm.cpp +0 -0
- {localcode-0.3.8 → localcode-0.3.10}/llama-cpp-turboquant/ggml/src/ggml-virtgpu/virtgpu-shm.h +0 -0
- {localcode-0.3.8 → localcode-0.3.10}/llama-cpp-turboquant/ggml/src/ggml-virtgpu/virtgpu-utils.cpp +0 -0
- {localcode-0.3.8 → localcode-0.3.10}/llama-cpp-turboquant/ggml/src/ggml-virtgpu/virtgpu-utils.h +0 -0
- {localcode-0.3.8 → localcode-0.3.10}/llama-cpp-turboquant/ggml/src/ggml-virtgpu/virtgpu.cpp +0 -0
- {localcode-0.3.8 → localcode-0.3.10}/llama-cpp-turboquant/ggml/src/ggml-virtgpu/virtgpu.h +0 -0
- {localcode-0.3.8 → localcode-0.3.10}/llama-cpp-turboquant/ggml/src/ggml-vulkan/CMakeLists.txt +0 -0
- {localcode-0.3.8 → localcode-0.3.10}/llama-cpp-turboquant/ggml/src/ggml-vulkan/ggml-vulkan.cpp +0 -0
- {localcode-0.3.8 → localcode-0.3.10}/llama-cpp-turboquant/ggml/src/ggml-vulkan/vulkan-shaders/CMakeLists.txt +0 -0
- {localcode-0.3.8 → localcode-0.3.10}/llama-cpp-turboquant/ggml/src/ggml-vulkan/vulkan-shaders/vulkan-shaders-gen.cpp +0 -0
- {localcode-0.3.8 → localcode-0.3.10}/llama-cpp-turboquant/ggml/src/ggml-webgpu/CMakeLists.txt +0 -0
- {localcode-0.3.8 → localcode-0.3.10}/llama-cpp-turboquant/ggml/src/ggml-webgpu/ggml-webgpu-shader-lib.hpp +0 -0
- {localcode-0.3.8 → localcode-0.3.10}/llama-cpp-turboquant/ggml/src/ggml-webgpu/ggml-webgpu.cpp +0 -0
- {localcode-0.3.8 → localcode-0.3.10}/llama-cpp-turboquant/ggml/src/ggml-webgpu/pre_wgsl.hpp +0 -0
- {localcode-0.3.8 → localcode-0.3.10}/llama-cpp-turboquant/ggml/src/ggml-zdnn/CMakeLists.txt +0 -0
- {localcode-0.3.8 → localcode-0.3.10}/llama-cpp-turboquant/ggml/src/ggml-zdnn/common.hpp +0 -0
- {localcode-0.3.8 → localcode-0.3.10}/llama-cpp-turboquant/ggml/src/ggml-zdnn/ggml-zdnn.cpp +0 -0
- {localcode-0.3.8 → localcode-0.3.10}/llama-cpp-turboquant/ggml/src/ggml-zdnn/mmf.cpp +0 -0
- {localcode-0.3.8 → localcode-0.3.10}/llama-cpp-turboquant/ggml/src/ggml-zdnn/mmf.hpp +0 -0
- {localcode-0.3.8 → localcode-0.3.10}/llama-cpp-turboquant/ggml/src/ggml-zdnn/utils.cpp +0 -0
- {localcode-0.3.8 → localcode-0.3.10}/llama-cpp-turboquant/ggml/src/ggml-zdnn/utils.hpp +0 -0
- {localcode-0.3.8 → localcode-0.3.10}/llama-cpp-turboquant/ggml/src/ggml-zendnn/CMakeLists.txt +0 -0
- {localcode-0.3.8 → localcode-0.3.10}/llama-cpp-turboquant/ggml/src/ggml-zendnn/ggml-zendnn.cpp +0 -0
- {localcode-0.3.8 → localcode-0.3.10}/llama-cpp-turboquant/ggml/src/ggml.c +0 -0
- {localcode-0.3.8 → localcode-0.3.10}/llama-cpp-turboquant/ggml/src/ggml.cpp +0 -0
- {localcode-0.3.8 → localcode-0.3.10}/llama-cpp-turboquant/ggml/src/gguf.cpp +0 -0
- {localcode-0.3.8 → localcode-0.3.10}/llama-cpp-turboquant/include/llama-cpp.h +0 -0
- {localcode-0.3.8 → localcode-0.3.10}/llama-cpp-turboquant/include/llama.h +0 -0
- {localcode-0.3.8 → localcode-0.3.10}/llama-cpp-turboquant/licenses/LICENSE-jsonhpp +0 -0
- {localcode-0.3.8 → localcode-0.3.10}/llama-cpp-turboquant/src/CMakeLists.txt +0 -0
- {localcode-0.3.8 → localcode-0.3.10}/llama-cpp-turboquant/src/llama-adapter.cpp +0 -0
- {localcode-0.3.8 → localcode-0.3.10}/llama-cpp-turboquant/src/llama-adapter.h +0 -0
- {localcode-0.3.8 → localcode-0.3.10}/llama-cpp-turboquant/src/llama-arch.cpp +0 -0
- {localcode-0.3.8 → localcode-0.3.10}/llama-cpp-turboquant/src/llama-arch.h +0 -0
- {localcode-0.3.8 → localcode-0.3.10}/llama-cpp-turboquant/src/llama-batch.cpp +0 -0
- {localcode-0.3.8 → localcode-0.3.10}/llama-cpp-turboquant/src/llama-batch.h +0 -0
- {localcode-0.3.8 → localcode-0.3.10}/llama-cpp-turboquant/src/llama-chat.cpp +0 -0
- {localcode-0.3.8 → localcode-0.3.10}/llama-cpp-turboquant/src/llama-chat.h +0 -0
- {localcode-0.3.8 → localcode-0.3.10}/llama-cpp-turboquant/src/llama-context.cpp +0 -0
- {localcode-0.3.8 → localcode-0.3.10}/llama-cpp-turboquant/src/llama-context.h +0 -0
- {localcode-0.3.8 → localcode-0.3.10}/llama-cpp-turboquant/src/llama-cparams.cpp +0 -0
- {localcode-0.3.8 → localcode-0.3.10}/llama-cpp-turboquant/src/llama-cparams.h +0 -0
- {localcode-0.3.8 → localcode-0.3.10}/llama-cpp-turboquant/src/llama-ext.h +0 -0
- {localcode-0.3.8 → localcode-0.3.10}/llama-cpp-turboquant/src/llama-grammar.cpp +0 -0
- {localcode-0.3.8 → localcode-0.3.10}/llama-cpp-turboquant/src/llama-grammar.h +0 -0
- {localcode-0.3.8 → localcode-0.3.10}/llama-cpp-turboquant/src/llama-graph.cpp +0 -0
- {localcode-0.3.8 → localcode-0.3.10}/llama-cpp-turboquant/src/llama-graph.h +0 -0
- {localcode-0.3.8 → localcode-0.3.10}/llama-cpp-turboquant/src/llama-hparams.cpp +0 -0
- {localcode-0.3.8 → localcode-0.3.10}/llama-cpp-turboquant/src/llama-hparams.h +0 -0
- {localcode-0.3.8 → localcode-0.3.10}/llama-cpp-turboquant/src/llama-impl.cpp +0 -0
- {localcode-0.3.8 → localcode-0.3.10}/llama-cpp-turboquant/src/llama-impl.h +0 -0
- {localcode-0.3.8 → localcode-0.3.10}/llama-cpp-turboquant/src/llama-io.cpp +0 -0
- {localcode-0.3.8 → localcode-0.3.10}/llama-cpp-turboquant/src/llama-io.h +0 -0
- {localcode-0.3.8 → localcode-0.3.10}/llama-cpp-turboquant/src/llama-kv-cache-iswa.cpp +0 -0
- {localcode-0.3.8 → localcode-0.3.10}/llama-cpp-turboquant/src/llama-kv-cache-iswa.h +0 -0
- {localcode-0.3.8 → localcode-0.3.10}/llama-cpp-turboquant/src/llama-kv-cache.cpp +0 -0
- {localcode-0.3.8 → localcode-0.3.10}/llama-cpp-turboquant/src/llama-kv-cache.h +0 -0
- {localcode-0.3.8 → localcode-0.3.10}/llama-cpp-turboquant/src/llama-kv-cells.h +0 -0
- {localcode-0.3.8 → localcode-0.3.10}/llama-cpp-turboquant/src/llama-memory-hybrid-iswa.cpp +0 -0
- {localcode-0.3.8 → localcode-0.3.10}/llama-cpp-turboquant/src/llama-memory-hybrid-iswa.h +0 -0
- {localcode-0.3.8 → localcode-0.3.10}/llama-cpp-turboquant/src/llama-memory-hybrid.cpp +0 -0
- {localcode-0.3.8 → localcode-0.3.10}/llama-cpp-turboquant/src/llama-memory-hybrid.h +0 -0
- {localcode-0.3.8 → localcode-0.3.10}/llama-cpp-turboquant/src/llama-memory-recurrent.cpp +0 -0
- {localcode-0.3.8 → localcode-0.3.10}/llama-cpp-turboquant/src/llama-memory-recurrent.h +0 -0
- {localcode-0.3.8 → localcode-0.3.10}/llama-cpp-turboquant/src/llama-memory.cpp +0 -0
- {localcode-0.3.8 → localcode-0.3.10}/llama-cpp-turboquant/src/llama-memory.h +0 -0
- {localcode-0.3.8 → localcode-0.3.10}/llama-cpp-turboquant/src/llama-mmap.cpp +0 -0
- {localcode-0.3.8 → localcode-0.3.10}/llama-cpp-turboquant/src/llama-mmap.h +0 -0
- {localcode-0.3.8 → localcode-0.3.10}/llama-cpp-turboquant/src/llama-model-loader.cpp +0 -0
- {localcode-0.3.8 → localcode-0.3.10}/llama-cpp-turboquant/src/llama-model-loader.h +0 -0
- {localcode-0.3.8 → localcode-0.3.10}/llama-cpp-turboquant/src/llama-model-saver.cpp +0 -0
- {localcode-0.3.8 → localcode-0.3.10}/llama-cpp-turboquant/src/llama-model-saver.h +0 -0
- {localcode-0.3.8 → localcode-0.3.10}/llama-cpp-turboquant/src/llama-model.cpp +0 -0
- {localcode-0.3.8 → localcode-0.3.10}/llama-cpp-turboquant/src/llama-model.h +0 -0
- {localcode-0.3.8 → localcode-0.3.10}/llama-cpp-turboquant/src/llama-quant.cpp +0 -0
- {localcode-0.3.8 → localcode-0.3.10}/llama-cpp-turboquant/src/llama-quant.h +0 -0
- {localcode-0.3.8 → localcode-0.3.10}/llama-cpp-turboquant/src/llama-sampler.cpp +0 -0
- {localcode-0.3.8 → localcode-0.3.10}/llama-cpp-turboquant/src/llama-sampler.h +0 -0
- {localcode-0.3.8 → localcode-0.3.10}/llama-cpp-turboquant/src/llama-vocab.cpp +0 -0
- {localcode-0.3.8 → localcode-0.3.10}/llama-cpp-turboquant/src/llama-vocab.h +0 -0
- {localcode-0.3.8 → localcode-0.3.10}/llama-cpp-turboquant/src/llama.cpp +0 -0
- {localcode-0.3.8 → localcode-0.3.10}/llama-cpp-turboquant/src/models/afmoe.cpp +0 -0
- {localcode-0.3.8 → localcode-0.3.10}/llama-cpp-turboquant/src/models/apertus.cpp +0 -0
- {localcode-0.3.8 → localcode-0.3.10}/llama-cpp-turboquant/src/models/arcee.cpp +0 -0
- {localcode-0.3.8 → localcode-0.3.10}/llama-cpp-turboquant/src/models/arctic.cpp +0 -0
- {localcode-0.3.8 → localcode-0.3.10}/llama-cpp-turboquant/src/models/arwkv7.cpp +0 -0
- {localcode-0.3.8 → localcode-0.3.10}/llama-cpp-turboquant/src/models/baichuan.cpp +0 -0
- {localcode-0.3.8 → localcode-0.3.10}/llama-cpp-turboquant/src/models/bailingmoe.cpp +0 -0
- {localcode-0.3.8 → localcode-0.3.10}/llama-cpp-turboquant/src/models/bailingmoe2.cpp +0 -0
- {localcode-0.3.8 → localcode-0.3.10}/llama-cpp-turboquant/src/models/bert.cpp +0 -0
- {localcode-0.3.8 → localcode-0.3.10}/llama-cpp-turboquant/src/models/bitnet.cpp +0 -0
- {localcode-0.3.8 → localcode-0.3.10}/llama-cpp-turboquant/src/models/bloom.cpp +0 -0
- {localcode-0.3.8 → localcode-0.3.10}/llama-cpp-turboquant/src/models/chameleon.cpp +0 -0
- {localcode-0.3.8 → localcode-0.3.10}/llama-cpp-turboquant/src/models/chatglm.cpp +0 -0
- {localcode-0.3.8 → localcode-0.3.10}/llama-cpp-turboquant/src/models/codeshell.cpp +0 -0
- {localcode-0.3.8 → localcode-0.3.10}/llama-cpp-turboquant/src/models/cogvlm.cpp +0 -0
- {localcode-0.3.8 → localcode-0.3.10}/llama-cpp-turboquant/src/models/cohere2-iswa.cpp +0 -0
- {localcode-0.3.8 → localcode-0.3.10}/llama-cpp-turboquant/src/models/command-r.cpp +0 -0
- {localcode-0.3.8 → localcode-0.3.10}/llama-cpp-turboquant/src/models/dbrx.cpp +0 -0
- {localcode-0.3.8 → localcode-0.3.10}/llama-cpp-turboquant/src/models/deci.cpp +0 -0
- {localcode-0.3.8 → localcode-0.3.10}/llama-cpp-turboquant/src/models/deepseek.cpp +0 -0
- {localcode-0.3.8 → localcode-0.3.10}/llama-cpp-turboquant/src/models/deepseek2.cpp +0 -0
- {localcode-0.3.8 → localcode-0.3.10}/llama-cpp-turboquant/src/models/delta-net-base.cpp +0 -0
- {localcode-0.3.8 → localcode-0.3.10}/llama-cpp-turboquant/src/models/dots1.cpp +0 -0
- {localcode-0.3.8 → localcode-0.3.10}/llama-cpp-turboquant/src/models/dream.cpp +0 -0
- {localcode-0.3.8 → localcode-0.3.10}/llama-cpp-turboquant/src/models/ernie4-5-moe.cpp +0 -0
- {localcode-0.3.8 → localcode-0.3.10}/llama-cpp-turboquant/src/models/ernie4-5.cpp +0 -0
- {localcode-0.3.8 → localcode-0.3.10}/llama-cpp-turboquant/src/models/eurobert.cpp +0 -0
- {localcode-0.3.8 → localcode-0.3.10}/llama-cpp-turboquant/src/models/exaone-moe.cpp +0 -0
- {localcode-0.3.8 → localcode-0.3.10}/llama-cpp-turboquant/src/models/exaone.cpp +0 -0
- {localcode-0.3.8 → localcode-0.3.10}/llama-cpp-turboquant/src/models/exaone4.cpp +0 -0
- {localcode-0.3.8 → localcode-0.3.10}/llama-cpp-turboquant/src/models/falcon-h1.cpp +0 -0
- {localcode-0.3.8 → localcode-0.3.10}/llama-cpp-turboquant/src/models/falcon.cpp +0 -0
- {localcode-0.3.8 → localcode-0.3.10}/llama-cpp-turboquant/src/models/gemma-embedding.cpp +0 -0
- {localcode-0.3.8 → localcode-0.3.10}/llama-cpp-turboquant/src/models/gemma.cpp +0 -0
- {localcode-0.3.8 → localcode-0.3.10}/llama-cpp-turboquant/src/models/gemma2-iswa.cpp +0 -0
- {localcode-0.3.8 → localcode-0.3.10}/llama-cpp-turboquant/src/models/gemma3.cpp +0 -0
- {localcode-0.3.8 → localcode-0.3.10}/llama-cpp-turboquant/src/models/gemma3n-iswa.cpp +0 -0
- {localcode-0.3.8 → localcode-0.3.10}/llama-cpp-turboquant/src/models/gemma4-iswa.cpp +0 -0
- {localcode-0.3.8 → localcode-0.3.10}/llama-cpp-turboquant/src/models/glm4-moe.cpp +0 -0
- {localcode-0.3.8 → localcode-0.3.10}/llama-cpp-turboquant/src/models/glm4.cpp +0 -0
- {localcode-0.3.8 → localcode-0.3.10}/llama-cpp-turboquant/src/models/gpt2.cpp +0 -0
- {localcode-0.3.8 → localcode-0.3.10}/llama-cpp-turboquant/src/models/gptneox.cpp +0 -0
- {localcode-0.3.8 → localcode-0.3.10}/llama-cpp-turboquant/src/models/granite-hybrid.cpp +0 -0
- {localcode-0.3.8 → localcode-0.3.10}/llama-cpp-turboquant/src/models/granite.cpp +0 -0
- {localcode-0.3.8 → localcode-0.3.10}/llama-cpp-turboquant/src/models/grok.cpp +0 -0
- {localcode-0.3.8 → localcode-0.3.10}/llama-cpp-turboquant/src/models/grovemoe.cpp +0 -0
- {localcode-0.3.8 → localcode-0.3.10}/llama-cpp-turboquant/src/models/hunyuan-dense.cpp +0 -0
- {localcode-0.3.8 → localcode-0.3.10}/llama-cpp-turboquant/src/models/hunyuan-moe.cpp +0 -0
- {localcode-0.3.8 → localcode-0.3.10}/llama-cpp-turboquant/src/models/internlm2.cpp +0 -0
- {localcode-0.3.8 → localcode-0.3.10}/llama-cpp-turboquant/src/models/jais.cpp +0 -0
- {localcode-0.3.8 → localcode-0.3.10}/llama-cpp-turboquant/src/models/jais2.cpp +0 -0
- {localcode-0.3.8 → localcode-0.3.10}/llama-cpp-turboquant/src/models/jamba.cpp +0 -0
- {localcode-0.3.8 → localcode-0.3.10}/llama-cpp-turboquant/src/models/kimi-linear.cpp +0 -0
- {localcode-0.3.8 → localcode-0.3.10}/llama-cpp-turboquant/src/models/lfm2.cpp +0 -0
- {localcode-0.3.8 → localcode-0.3.10}/llama-cpp-turboquant/src/models/llada-moe.cpp +0 -0
- {localcode-0.3.8 → localcode-0.3.10}/llama-cpp-turboquant/src/models/llada.cpp +0 -0
- {localcode-0.3.8 → localcode-0.3.10}/llama-cpp-turboquant/src/models/llama-iswa.cpp +0 -0
- {localcode-0.3.8 → localcode-0.3.10}/llama-cpp-turboquant/src/models/llama.cpp +0 -0
- {localcode-0.3.8 → localcode-0.3.10}/llama-cpp-turboquant/src/models/maincoder.cpp +0 -0
- {localcode-0.3.8 → localcode-0.3.10}/llama-cpp-turboquant/src/models/mamba-base.cpp +0 -0
- {localcode-0.3.8 → localcode-0.3.10}/llama-cpp-turboquant/src/models/mamba.cpp +0 -0
- {localcode-0.3.8 → localcode-0.3.10}/llama-cpp-turboquant/src/models/mimo2-iswa.cpp +0 -0
- {localcode-0.3.8 → localcode-0.3.10}/llama-cpp-turboquant/src/models/minicpm3.cpp +0 -0
- {localcode-0.3.8 → localcode-0.3.10}/llama-cpp-turboquant/src/models/minimax-m2.cpp +0 -0
- {localcode-0.3.8 → localcode-0.3.10}/llama-cpp-turboquant/src/models/mistral3.cpp +0 -0
- {localcode-0.3.8 → localcode-0.3.10}/llama-cpp-turboquant/src/models/models.h +0 -0
- {localcode-0.3.8 → localcode-0.3.10}/llama-cpp-turboquant/src/models/modern-bert.cpp +0 -0
- {localcode-0.3.8 → localcode-0.3.10}/llama-cpp-turboquant/src/models/mpt.cpp +0 -0
- {localcode-0.3.8 → localcode-0.3.10}/llama-cpp-turboquant/src/models/nemotron-h.cpp +0 -0
- {localcode-0.3.8 → localcode-0.3.10}/llama-cpp-turboquant/src/models/nemotron.cpp +0 -0
- {localcode-0.3.8 → localcode-0.3.10}/llama-cpp-turboquant/src/models/neo-bert.cpp +0 -0
- {localcode-0.3.8 → localcode-0.3.10}/llama-cpp-turboquant/src/models/olmo.cpp +0 -0
- {localcode-0.3.8 → localcode-0.3.10}/llama-cpp-turboquant/src/models/olmo2.cpp +0 -0
- {localcode-0.3.8 → localcode-0.3.10}/llama-cpp-turboquant/src/models/olmoe.cpp +0 -0
- {localcode-0.3.8 → localcode-0.3.10}/llama-cpp-turboquant/src/models/openai-moe-iswa.cpp +0 -0
- {localcode-0.3.8 → localcode-0.3.10}/llama-cpp-turboquant/src/models/openelm.cpp +0 -0
- {localcode-0.3.8 → localcode-0.3.10}/llama-cpp-turboquant/src/models/orion.cpp +0 -0
- {localcode-0.3.8 → localcode-0.3.10}/llama-cpp-turboquant/src/models/paddleocr.cpp +0 -0
- {localcode-0.3.8 → localcode-0.3.10}/llama-cpp-turboquant/src/models/pangu-embedded.cpp +0 -0
- {localcode-0.3.8 → localcode-0.3.10}/llama-cpp-turboquant/src/models/phi2.cpp +0 -0
- {localcode-0.3.8 → localcode-0.3.10}/llama-cpp-turboquant/src/models/phi3.cpp +0 -0
- {localcode-0.3.8 → localcode-0.3.10}/llama-cpp-turboquant/src/models/plamo.cpp +0 -0
- {localcode-0.3.8 → localcode-0.3.10}/llama-cpp-turboquant/src/models/plamo2.cpp +0 -0
- {localcode-0.3.8 → localcode-0.3.10}/llama-cpp-turboquant/src/models/plamo3.cpp +0 -0
- {localcode-0.3.8 → localcode-0.3.10}/llama-cpp-turboquant/src/models/plm.cpp +0 -0
- {localcode-0.3.8 → localcode-0.3.10}/llama-cpp-turboquant/src/models/qwen.cpp +0 -0
- {localcode-0.3.8 → localcode-0.3.10}/llama-cpp-turboquant/src/models/qwen2.cpp +0 -0
- {localcode-0.3.8 → localcode-0.3.10}/llama-cpp-turboquant/src/models/qwen2moe.cpp +0 -0
- {localcode-0.3.8 → localcode-0.3.10}/llama-cpp-turboquant/src/models/qwen2vl.cpp +0 -0
- {localcode-0.3.8 → localcode-0.3.10}/llama-cpp-turboquant/src/models/qwen3.cpp +0 -0
- {localcode-0.3.8 → localcode-0.3.10}/llama-cpp-turboquant/src/models/qwen35.cpp +0 -0
- {localcode-0.3.8 → localcode-0.3.10}/llama-cpp-turboquant/src/models/qwen35moe.cpp +0 -0
- {localcode-0.3.8 → localcode-0.3.10}/llama-cpp-turboquant/src/models/qwen3moe.cpp +0 -0
- {localcode-0.3.8 → localcode-0.3.10}/llama-cpp-turboquant/src/models/qwen3next.cpp +0 -0
- {localcode-0.3.8 → localcode-0.3.10}/llama-cpp-turboquant/src/models/qwen3vl-moe.cpp +0 -0
- {localcode-0.3.8 → localcode-0.3.10}/llama-cpp-turboquant/src/models/qwen3vl.cpp +0 -0
- {localcode-0.3.8 → localcode-0.3.10}/llama-cpp-turboquant/src/models/refact.cpp +0 -0
- {localcode-0.3.8 → localcode-0.3.10}/llama-cpp-turboquant/src/models/rnd1.cpp +0 -0
- {localcode-0.3.8 → localcode-0.3.10}/llama-cpp-turboquant/src/models/rwkv6-base.cpp +0 -0
- {localcode-0.3.8 → localcode-0.3.10}/llama-cpp-turboquant/src/models/rwkv6.cpp +0 -0
- {localcode-0.3.8 → localcode-0.3.10}/llama-cpp-turboquant/src/models/rwkv6qwen2.cpp +0 -0
- {localcode-0.3.8 → localcode-0.3.10}/llama-cpp-turboquant/src/models/rwkv7-base.cpp +0 -0
- {localcode-0.3.8 → localcode-0.3.10}/llama-cpp-turboquant/src/models/rwkv7.cpp +0 -0
- {localcode-0.3.8 → localcode-0.3.10}/llama-cpp-turboquant/src/models/seed-oss.cpp +0 -0
- {localcode-0.3.8 → localcode-0.3.10}/llama-cpp-turboquant/src/models/smallthinker.cpp +0 -0
- {localcode-0.3.8 → localcode-0.3.10}/llama-cpp-turboquant/src/models/smollm3.cpp +0 -0
- {localcode-0.3.8 → localcode-0.3.10}/llama-cpp-turboquant/src/models/stablelm.cpp +0 -0
- {localcode-0.3.8 → localcode-0.3.10}/llama-cpp-turboquant/src/models/starcoder.cpp +0 -0
- {localcode-0.3.8 → localcode-0.3.10}/llama-cpp-turboquant/src/models/starcoder2.cpp +0 -0
- {localcode-0.3.8 → localcode-0.3.10}/llama-cpp-turboquant/src/models/step35-iswa.cpp +0 -0
- {localcode-0.3.8 → localcode-0.3.10}/llama-cpp-turboquant/src/models/t5-dec.cpp +0 -0
- {localcode-0.3.8 → localcode-0.3.10}/llama-cpp-turboquant/src/models/t5-enc.cpp +0 -0
- {localcode-0.3.8 → localcode-0.3.10}/llama-cpp-turboquant/src/models/wavtokenizer-dec.cpp +0 -0
- {localcode-0.3.8 → localcode-0.3.10}/llama-cpp-turboquant/src/models/xverse.cpp +0 -0
- {localcode-0.3.8 → localcode-0.3.10}/llama-cpp-turboquant/src/turbo-rotation-data-32.h +0 -0
- {localcode-0.3.8 → localcode-0.3.10}/llama-cpp-turboquant/src/turbo-rotation-data.h +0 -0
- {localcode-0.3.8 → localcode-0.3.10}/llama-cpp-turboquant/src/unicode-data.cpp +0 -0
- {localcode-0.3.8 → localcode-0.3.10}/llama-cpp-turboquant/src/unicode-data.h +0 -0
- {localcode-0.3.8 → localcode-0.3.10}/llama-cpp-turboquant/src/unicode.cpp +0 -0
- {localcode-0.3.8 → localcode-0.3.10}/llama-cpp-turboquant/src/unicode.h +0 -0
- {localcode-0.3.8 → localcode-0.3.10}/llama-cpp-turboquant/tools/CMakeLists.txt +0 -0
- {localcode-0.3.8 → localcode-0.3.10}/llama-cpp-turboquant/tools/batched-bench/CMakeLists.txt +0 -0
- {localcode-0.3.8 → localcode-0.3.10}/llama-cpp-turboquant/tools/batched-bench/batched-bench.cpp +0 -0
- {localcode-0.3.8 → localcode-0.3.10}/llama-cpp-turboquant/tools/cli/CMakeLists.txt +0 -0
- {localcode-0.3.8 → localcode-0.3.10}/llama-cpp-turboquant/tools/cli/cli.cpp +0 -0
- {localcode-0.3.8 → localcode-0.3.10}/llama-cpp-turboquant/tools/completion/CMakeLists.txt +0 -0
- {localcode-0.3.8 → localcode-0.3.10}/llama-cpp-turboquant/tools/completion/completion.cpp +0 -0
- {localcode-0.3.8 → localcode-0.3.10}/llama-cpp-turboquant/tools/cvector-generator/CMakeLists.txt +0 -0
- {localcode-0.3.8 → localcode-0.3.10}/llama-cpp-turboquant/tools/cvector-generator/cvector-generator.cpp +0 -0
- {localcode-0.3.8 → localcode-0.3.10}/llama-cpp-turboquant/tools/cvector-generator/mean.hpp +0 -0
- {localcode-0.3.8 → localcode-0.3.10}/llama-cpp-turboquant/tools/cvector-generator/pca.hpp +0 -0
- {localcode-0.3.8 → localcode-0.3.10}/llama-cpp-turboquant/tools/export-lora/CMakeLists.txt +0 -0
- {localcode-0.3.8 → localcode-0.3.10}/llama-cpp-turboquant/tools/export-lora/export-lora.cpp +0 -0
- {localcode-0.3.8 → localcode-0.3.10}/llama-cpp-turboquant/tools/fit-params/CMakeLists.txt +0 -0
- {localcode-0.3.8 → localcode-0.3.10}/llama-cpp-turboquant/tools/fit-params/fit-params.cpp +0 -0
- {localcode-0.3.8 → localcode-0.3.10}/llama-cpp-turboquant/tools/gguf-split/CMakeLists.txt +0 -0
- {localcode-0.3.8 → localcode-0.3.10}/llama-cpp-turboquant/tools/gguf-split/gguf-split.cpp +0 -0
- {localcode-0.3.8 → localcode-0.3.10}/llama-cpp-turboquant/tools/imatrix/CMakeLists.txt +0 -0
- {localcode-0.3.8 → localcode-0.3.10}/llama-cpp-turboquant/tools/imatrix/imatrix.cpp +0 -0
- {localcode-0.3.8 → localcode-0.3.10}/llama-cpp-turboquant/tools/llama-bench/CMakeLists.txt +0 -0
- {localcode-0.3.8 → localcode-0.3.10}/llama-cpp-turboquant/tools/llama-bench/llama-bench.cpp +0 -0
- {localcode-0.3.8 → localcode-0.3.10}/llama-cpp-turboquant/tools/mtmd/CMakeLists.txt +0 -0
- {localcode-0.3.8 → localcode-0.3.10}/llama-cpp-turboquant/tools/mtmd/clip-graph.h +0 -0
- {localcode-0.3.8 → localcode-0.3.10}/llama-cpp-turboquant/tools/mtmd/clip-impl.h +0 -0
- {localcode-0.3.8 → localcode-0.3.10}/llama-cpp-turboquant/tools/mtmd/clip-model.h +0 -0
- {localcode-0.3.8 → localcode-0.3.10}/llama-cpp-turboquant/tools/mtmd/clip.cpp +0 -0
- {localcode-0.3.8 → localcode-0.3.10}/llama-cpp-turboquant/tools/mtmd/clip.h +0 -0
- {localcode-0.3.8 → localcode-0.3.10}/llama-cpp-turboquant/tools/mtmd/debug/mtmd-debug.cpp +0 -0
- {localcode-0.3.8 → localcode-0.3.10}/llama-cpp-turboquant/tools/mtmd/debug/mtmd-debug.h +0 -0
- {localcode-0.3.8 → localcode-0.3.10}/llama-cpp-turboquant/tools/mtmd/deprecation-warning.cpp +0 -0
- {localcode-0.3.8 → localcode-0.3.10}/llama-cpp-turboquant/tools/mtmd/models/cogvlm.cpp +0 -0
- {localcode-0.3.8 → localcode-0.3.10}/llama-cpp-turboquant/tools/mtmd/models/conformer.cpp +0 -0
- {localcode-0.3.8 → localcode-0.3.10}/llama-cpp-turboquant/tools/mtmd/models/deepseekocr.cpp +0 -0
- {localcode-0.3.8 → localcode-0.3.10}/llama-cpp-turboquant/tools/mtmd/models/gemma4v.cpp +0 -0
- {localcode-0.3.8 → localcode-0.3.10}/llama-cpp-turboquant/tools/mtmd/models/glm4v.cpp +0 -0
- {localcode-0.3.8 → localcode-0.3.10}/llama-cpp-turboquant/tools/mtmd/models/hunyuanocr.cpp +0 -0
- {localcode-0.3.8 → localcode-0.3.10}/llama-cpp-turboquant/tools/mtmd/models/internvl.cpp +0 -0
- {localcode-0.3.8 → localcode-0.3.10}/llama-cpp-turboquant/tools/mtmd/models/kimik25.cpp +0 -0
- {localcode-0.3.8 → localcode-0.3.10}/llama-cpp-turboquant/tools/mtmd/models/kimivl.cpp +0 -0
- {localcode-0.3.8 → localcode-0.3.10}/llama-cpp-turboquant/tools/mtmd/models/llama4.cpp +0 -0
- {localcode-0.3.8 → localcode-0.3.10}/llama-cpp-turboquant/tools/mtmd/models/llava.cpp +0 -0
- {localcode-0.3.8 → localcode-0.3.10}/llama-cpp-turboquant/tools/mtmd/models/minicpmv.cpp +0 -0
- {localcode-0.3.8 → localcode-0.3.10}/llama-cpp-turboquant/tools/mtmd/models/mobilenetv5.cpp +0 -0
- {localcode-0.3.8 → localcode-0.3.10}/llama-cpp-turboquant/tools/mtmd/models/models.h +0 -0
- {localcode-0.3.8 → localcode-0.3.10}/llama-cpp-turboquant/tools/mtmd/models/nemotron-v2-vl.cpp +0 -0
- {localcode-0.3.8 → localcode-0.3.10}/llama-cpp-turboquant/tools/mtmd/models/paddleocr.cpp +0 -0
- {localcode-0.3.8 → localcode-0.3.10}/llama-cpp-turboquant/tools/mtmd/models/pixtral.cpp +0 -0
- {localcode-0.3.8 → localcode-0.3.10}/llama-cpp-turboquant/tools/mtmd/models/qwen2vl.cpp +0 -0
- {localcode-0.3.8 → localcode-0.3.10}/llama-cpp-turboquant/tools/mtmd/models/qwen3vl.cpp +0 -0
- {localcode-0.3.8 → localcode-0.3.10}/llama-cpp-turboquant/tools/mtmd/models/siglip.cpp +0 -0
- {localcode-0.3.8 → localcode-0.3.10}/llama-cpp-turboquant/tools/mtmd/models/whisper-enc.cpp +0 -0
- {localcode-0.3.8 → localcode-0.3.10}/llama-cpp-turboquant/tools/mtmd/models/youtuvl.cpp +0 -0
- {localcode-0.3.8 → localcode-0.3.10}/llama-cpp-turboquant/tools/mtmd/mtmd-audio.cpp +0 -0
- {localcode-0.3.8 → localcode-0.3.10}/llama-cpp-turboquant/tools/mtmd/mtmd-audio.h +0 -0
- {localcode-0.3.8 → localcode-0.3.10}/llama-cpp-turboquant/tools/mtmd/mtmd-cli.cpp +0 -0
- {localcode-0.3.8 → localcode-0.3.10}/llama-cpp-turboquant/tools/mtmd/mtmd-helper.cpp +0 -0
- {localcode-0.3.8 → localcode-0.3.10}/llama-cpp-turboquant/tools/mtmd/mtmd-helper.h +0 -0
- {localcode-0.3.8 → localcode-0.3.10}/llama-cpp-turboquant/tools/mtmd/mtmd-image.cpp +0 -0
- {localcode-0.3.8 → localcode-0.3.10}/llama-cpp-turboquant/tools/mtmd/mtmd-image.h +0 -0
- {localcode-0.3.8 → localcode-0.3.10}/llama-cpp-turboquant/tools/mtmd/mtmd.cpp +0 -0
- {localcode-0.3.8 → localcode-0.3.10}/llama-cpp-turboquant/tools/mtmd/mtmd.h +0 -0
- {localcode-0.3.8 → localcode-0.3.10}/llama-cpp-turboquant/tools/parser/CMakeLists.txt +0 -0
- {localcode-0.3.8 → localcode-0.3.10}/llama-cpp-turboquant/tools/parser/debug-template-parser.cpp +0 -0
- {localcode-0.3.8 → localcode-0.3.10}/llama-cpp-turboquant/tools/parser/template-analysis.cpp +0 -0
- {localcode-0.3.8 → localcode-0.3.10}/llama-cpp-turboquant/tools/perplexity/CMakeLists.txt +0 -0
- {localcode-0.3.8 → localcode-0.3.10}/llama-cpp-turboquant/tools/perplexity/perplexity.cpp +0 -0
- {localcode-0.3.8 → localcode-0.3.10}/llama-cpp-turboquant/tools/quantize/CMakeLists.txt +0 -0
- {localcode-0.3.8 → localcode-0.3.10}/llama-cpp-turboquant/tools/quantize/quantize.cpp +0 -0
- {localcode-0.3.8 → localcode-0.3.10}/llama-cpp-turboquant/tools/results/CMakeLists.txt +0 -0
- {localcode-0.3.8 → localcode-0.3.10}/llama-cpp-turboquant/tools/results/results.cpp +0 -0
- {localcode-0.3.8 → localcode-0.3.10}/llama-cpp-turboquant/tools/rpc/CMakeLists.txt +0 -0
- {localcode-0.3.8 → localcode-0.3.10}/llama-cpp-turboquant/tools/rpc/rpc-server.cpp +0 -0
- {localcode-0.3.8 → localcode-0.3.10}/llama-cpp-turboquant/tools/server/CMakeLists.txt +0 -0
- {localcode-0.3.8 → localcode-0.3.10}/llama-cpp-turboquant/tools/server/server-common.cpp +0 -0
- {localcode-0.3.8 → localcode-0.3.10}/llama-cpp-turboquant/tools/server/server-common.h +0 -0
- {localcode-0.3.8 → localcode-0.3.10}/llama-cpp-turboquant/tools/server/server-context.cpp +0 -0
- {localcode-0.3.8 → localcode-0.3.10}/llama-cpp-turboquant/tools/server/server-context.h +0 -0
- {localcode-0.3.8 → localcode-0.3.10}/llama-cpp-turboquant/tools/server/server-cors-proxy.h +0 -0
- {localcode-0.3.8 → localcode-0.3.10}/llama-cpp-turboquant/tools/server/server-http.cpp +0 -0
- {localcode-0.3.8 → localcode-0.3.10}/llama-cpp-turboquant/tools/server/server-http.h +0 -0
- {localcode-0.3.8 → localcode-0.3.10}/llama-cpp-turboquant/tools/server/server-models.cpp +0 -0
- {localcode-0.3.8 → localcode-0.3.10}/llama-cpp-turboquant/tools/server/server-models.h +0 -0
- {localcode-0.3.8 → localcode-0.3.10}/llama-cpp-turboquant/tools/server/server-queue.cpp +0 -0
- {localcode-0.3.8 → localcode-0.3.10}/llama-cpp-turboquant/tools/server/server-queue.h +0 -0
- {localcode-0.3.8 → localcode-0.3.10}/llama-cpp-turboquant/tools/server/server-task.cpp +0 -0
- {localcode-0.3.8 → localcode-0.3.10}/llama-cpp-turboquant/tools/server/server-task.h +0 -0
- {localcode-0.3.8 → localcode-0.3.10}/llama-cpp-turboquant/tools/server/server-tools.cpp +0 -0
- {localcode-0.3.8 → localcode-0.3.10}/llama-cpp-turboquant/tools/server/server-tools.h +0 -0
- {localcode-0.3.8 → localcode-0.3.10}/llama-cpp-turboquant/tools/server/server.cpp +0 -0
- {localcode-0.3.8 → localcode-0.3.10}/llama-cpp-turboquant/tools/tokenize/CMakeLists.txt +0 -0
- {localcode-0.3.8 → localcode-0.3.10}/llama-cpp-turboquant/tools/tokenize/tokenize.cpp +0 -0
- {localcode-0.3.8 → localcode-0.3.10}/llama-cpp-turboquant/tools/tts/CMakeLists.txt +0 -0
- {localcode-0.3.8 → localcode-0.3.10}/llama-cpp-turboquant/tools/tts/tts.cpp +0 -0
- {localcode-0.3.8 → localcode-0.3.10}/llama-cpp-turboquant/vendor/cpp-httplib/CMakeLists.txt +0 -0
- {localcode-0.3.8 → localcode-0.3.10}/llama-cpp-turboquant/vendor/cpp-httplib/httplib.cpp +0 -0
- {localcode-0.3.8 → localcode-0.3.10}/llama-cpp-turboquant/vendor/cpp-httplib/httplib.h +0 -0
- {localcode-0.3.8 → localcode-0.3.10}/llama-cpp-turboquant/vendor/miniaudio/miniaudio.h +0 -0
- {localcode-0.3.8 → localcode-0.3.10}/llama-cpp-turboquant/vendor/nlohmann/json.hpp +0 -0
- {localcode-0.3.8 → localcode-0.3.10}/llama-cpp-turboquant/vendor/nlohmann/json_fwd.hpp +0 -0
- {localcode-0.3.8 → localcode-0.3.10}/llama-cpp-turboquant/vendor/sheredom/subprocess.h +0 -0
- {localcode-0.3.8 → localcode-0.3.10}/llama-cpp-turboquant/vendor/stb/stb_image.h +0 -0
- {localcode-0.3.8 → localcode-0.3.10}/setup.cfg +0 -0
- {localcode-0.3.8 → localcode-0.3.10}/setup.py +0 -0
- {localcode-0.3.8 → localcode-0.3.10}/src/localcode/__main__.py +0 -0
- {localcode-0.3.8 → localcode-0.3.10}/src/localcode/_subproc_env.py +0 -0
- {localcode-0.3.8 → localcode-0.3.10}/src/localcode/agent/__init__.py +0 -0
- {localcode-0.3.8 → localcode-0.3.10}/src/localcode/agent/app_tasks.py +0 -0
- {localcode-0.3.8 → localcode-0.3.10}/src/localcode/agent/constants.py +0 -0
- {localcode-0.3.8 → localcode-0.3.10}/src/localcode/agent/context.py +0 -0
- {localcode-0.3.8 → localcode-0.3.10}/src/localcode/agent/goal.py +0 -0
- {localcode-0.3.8 → localcode-0.3.10}/src/localcode/agent/helpers.py +0 -0
- {localcode-0.3.8 → localcode-0.3.10}/src/localcode/agent/hooks.py +0 -0
- {localcode-0.3.8 → localcode-0.3.10}/src/localcode/agent/prompt_context.py +0 -0
- {localcode-0.3.8 → localcode-0.3.10}/src/localcode/agent/prompts.py +0 -0
- {localcode-0.3.8 → localcode-0.3.10}/src/localcode/agent/recovery.py +0 -0
- {localcode-0.3.8 → localcode-0.3.10}/src/localcode/agent/sections.py +0 -0
- {localcode-0.3.8 → localcode-0.3.10}/src/localcode/agent/streaming.py +0 -0
- {localcode-0.3.8 → localcode-0.3.10}/src/localcode/agent/tool_execution.py +0 -0
- {localcode-0.3.8 → localcode-0.3.10}/src/localcode/agent/tool_orchestration.py +0 -0
- {localcode-0.3.8 → localcode-0.3.10}/src/localcode/agent/turn_finalization.py +0 -0
- {localcode-0.3.8 → localcode-0.3.10}/src/localcode/app.py +0 -0
- {localcode-0.3.8 → localcode-0.3.10}/src/localcode/approvals.py +0 -0
- {localcode-0.3.8 → localcode-0.3.10}/src/localcode/auto_compact.py +0 -0
- {localcode-0.3.8 → localcode-0.3.10}/src/localcode/autonomy.py +0 -0
- {localcode-0.3.8 → localcode-0.3.10}/src/localcode/bin/__init__.py +0 -0
- {localcode-0.3.8 → localcode-0.3.10}/src/localcode/bin/llama-server +0 -0
- {localcode-0.3.8 → localcode-0.3.10}/src/localcode/bootstrap.py +0 -0
- {localcode-0.3.8 → localcode-0.3.10}/src/localcode/cache.py +0 -0
- {localcode-0.3.8 → localcode-0.3.10}/src/localcode/checkpoint.py +0 -0
- {localcode-0.3.8 → localcode-0.3.10}/src/localcode/compact.py +0 -0
- {localcode-0.3.8 → localcode-0.3.10}/src/localcode/compaction.py +0 -0
- {localcode-0.3.8 → localcode-0.3.10}/src/localcode/composer.py +0 -0
- {localcode-0.3.8 → localcode-0.3.10}/src/localcode/config.py +0 -0
- {localcode-0.3.8 → localcode-0.3.10}/src/localcode/context.py +0 -0
- {localcode-0.3.8 → localcode-0.3.10}/src/localcode/display.py +0 -0
- {localcode-0.3.8 → localcode-0.3.10}/src/localcode/embeddings.py +0 -0
- {localcode-0.3.8 → localcode-0.3.10}/src/localcode/entrypoint.py +0 -0
- {localcode-0.3.8 → localcode-0.3.10}/src/localcode/errors.py +0 -0
- {localcode-0.3.8 → localcode-0.3.10}/src/localcode/events.py +0 -0
- {localcode-0.3.8 → localcode-0.3.10}/src/localcode/features.py +0 -0
- {localcode-0.3.8 → localcode-0.3.10}/src/localcode/formatting.py +0 -0
- {localcode-0.3.8 → localcode-0.3.10}/src/localcode/headless_json.py +0 -0
- {localcode-0.3.8 → localcode-0.3.10}/src/localcode/health.py +0 -0
- {localcode-0.3.8 → localcode-0.3.10}/src/localcode/hf_quants.py +0 -0
- {localcode-0.3.8 → localcode-0.3.10}/src/localcode/history.py +0 -0
- {localcode-0.3.8 → localcode-0.3.10}/src/localcode/hooks.py +0 -0
- {localcode-0.3.8 → localcode-0.3.10}/src/localcode/indexer.py +0 -0
- {localcode-0.3.8 → localcode-0.3.10}/src/localcode/injection_defense.py +0 -0
- {localcode-0.3.8 → localcode-0.3.10}/src/localcode/launcher.py +0 -0
- {localcode-0.3.8 → localcode-0.3.10}/src/localcode/logging_utils.py +0 -0
- {localcode-0.3.8 → localcode-0.3.10}/src/localcode/lsp.py +0 -0
- {localcode-0.3.8 → localcode-0.3.10}/src/localcode/mcp/__init__.py +0 -0
- {localcode-0.3.8 → localcode-0.3.10}/src/localcode/mcp/_bridge.py +0 -0
- {localcode-0.3.8 → localcode-0.3.10}/src/localcode/mcp/_config.py +0 -0
- {localcode-0.3.8 → localcode-0.3.10}/src/localcode/mcp/_transports.py +0 -0
- {localcode-0.3.8 → localcode-0.3.10}/src/localcode/mcp/client.py +0 -0
- {localcode-0.3.8 → localcode-0.3.10}/src/localcode/memory_guard.py +0 -0
- {localcode-0.3.8 → localcode-0.3.10}/src/localcode/model_config.py +0 -0
- {localcode-0.3.8 → localcode-0.3.10}/src/localcode/model_families.py +0 -0
- {localcode-0.3.8 → localcode-0.3.10}/src/localcode/models.py +0 -0
- {localcode-0.3.8 → localcode-0.3.10}/src/localcode/models_catalog.py +0 -0
- {localcode-0.3.8 → localcode-0.3.10}/src/localcode/notebook.py +0 -0
- {localcode-0.3.8 → localcode-0.3.10}/src/localcode/output.py +0 -0
- {localcode-0.3.8 → localcode-0.3.10}/src/localcode/patching.py +0 -0
- {localcode-0.3.8 → localcode-0.3.10}/src/localcode/paths.py +0 -0
- {localcode-0.3.8 → localcode-0.3.10}/src/localcode/performance.py +0 -0
- {localcode-0.3.8 → localcode-0.3.10}/src/localcode/permissions.py +0 -0
- {localcode-0.3.8 → localcode-0.3.10}/src/localcode/permissions_v2.py +0 -0
- {localcode-0.3.8 → localcode-0.3.10}/src/localcode/plans.py +0 -0
- {localcode-0.3.8 → localcode-0.3.10}/src/localcode/process_registry.py +0 -0
- {localcode-0.3.8 → localcode-0.3.10}/src/localcode/recommendations.py +0 -0
- {localcode-0.3.8 → localcode-0.3.10}/src/localcode/recovery.py +0 -0
- {localcode-0.3.8 → localcode-0.3.10}/src/localcode/runtime.py +0 -0
- {localcode-0.3.8 → localcode-0.3.10}/src/localcode/runtime_diffusion.py +0 -0
- {localcode-0.3.8 → localcode-0.3.10}/src/localcode/server_manager.py +0 -0
- {localcode-0.3.8 → localcode-0.3.10}/src/localcode/session.py +0 -0
- {localcode-0.3.8 → localcode-0.3.10}/src/localcode/shell.py +0 -0
- {localcode-0.3.8 → localcode-0.3.10}/src/localcode/skills/debug.md +0 -0
- {localcode-0.3.8 → localcode-0.3.10}/src/localcode/skills/edit-verified.md +0 -0
- {localcode-0.3.8 → localcode-0.3.10}/src/localcode/skills/explain.md +0 -0
- {localcode-0.3.8 → localcode-0.3.10}/src/localcode/skills/git-commit-safely.md +0 -0
- {localcode-0.3.8 → localcode-0.3.10}/src/localcode/skills/locate.md +0 -0
- {localcode-0.3.8 → localcode-0.3.10}/src/localcode/skills/plan-task.md +0 -0
- {localcode-0.3.8 → localcode-0.3.10}/src/localcode/skills/review.md +0 -0
- {localcode-0.3.8 → localcode-0.3.10}/src/localcode/skills/run-tests.md +0 -0
- {localcode-0.3.8 → localcode-0.3.10}/src/localcode/skills.py +0 -0
- {localcode-0.3.8 → localcode-0.3.10}/src/localcode/snapshots.py +0 -0
- {localcode-0.3.8 → localcode-0.3.10}/src/localcode/sounds.py +0 -0
- {localcode-0.3.8 → localcode-0.3.10}/src/localcode/telemetry.py +0 -0
- {localcode-0.3.8 → localcode-0.3.10}/src/localcode/theme.py +0 -0
- {localcode-0.3.8 → localcode-0.3.10}/src/localcode/thermal.py +0 -0
- {localcode-0.3.8 → localcode-0.3.10}/src/localcode/thinking.py +0 -0
- {localcode-0.3.8 → localcode-0.3.10}/src/localcode/tool_router.py +0 -0
- {localcode-0.3.8 → localcode-0.3.10}/src/localcode/toolkit.py +0 -0
- {localcode-0.3.8 → localcode-0.3.10}/src/localcode/tools/__init__.py +0 -0
- {localcode-0.3.8 → localcode-0.3.10}/src/localcode/tools/agent.py +0 -0
- {localcode-0.3.8 → localcode-0.3.10}/src/localcode/tools/append_file.py +0 -0
- {localcode-0.3.8 → localcode-0.3.10}/src/localcode/tools/base.py +0 -0
- {localcode-0.3.8 → localcode-0.3.10}/src/localcode/tools/bash.py +0 -0
- {localcode-0.3.8 → localcode-0.3.10}/src/localcode/tools/edit_diff.py +0 -0
- {localcode-0.3.8 → localcode-0.3.10}/src/localcode/tools/edit_file.py +0 -0
- {localcode-0.3.8 → localcode-0.3.10}/src/localcode/tools/facts.py +0 -0
- {localcode-0.3.8 → localcode-0.3.10}/src/localcode/tools/glob_tool.py +0 -0
- {localcode-0.3.8 → localcode-0.3.10}/src/localcode/tools/grep.py +0 -0
- {localcode-0.3.8 → localcode-0.3.10}/src/localcode/tools/launch_app.py +0 -0
- {localcode-0.3.8 → localcode-0.3.10}/src/localcode/tools/list_files.py +0 -0
- {localcode-0.3.8 → localcode-0.3.10}/src/localcode/tools/multi_edit.py +0 -0
- {localcode-0.3.8 → localcode-0.3.10}/src/localcode/tools/plan_mode.py +0 -0
- {localcode-0.3.8 → localcode-0.3.10}/src/localcode/tools/project_check.py +0 -0
- {localcode-0.3.8 → localcode-0.3.10}/src/localcode/tools/read_file.py +0 -0
- {localcode-0.3.8 → localcode-0.3.10}/src/localcode/tools/skill_tool.py +0 -0
- {localcode-0.3.8 → localcode-0.3.10}/src/localcode/tools/todo_write.py +0 -0
- {localcode-0.3.8 → localcode-0.3.10}/src/localcode/tools/web_fetch.py +0 -0
- {localcode-0.3.8 → localcode-0.3.10}/src/localcode/tools/web_search.py +0 -0
- {localcode-0.3.8 → localcode-0.3.10}/src/localcode/tools/write_file.py +0 -0
- {localcode-0.3.8 → localcode-0.3.10}/src/localcode/tui/__init__.py +0 -0
- {localcode-0.3.8 → localcode-0.3.10}/src/localcode/tui/app.py +0 -0
- {localcode-0.3.8 → localcode-0.3.10}/src/localcode/tui/bridge.py +0 -0
- {localcode-0.3.8 → localcode-0.3.10}/src/localcode/tui/screens/__init__.py +0 -0
- {localcode-0.3.8 → localcode-0.3.10}/src/localcode/tui/screens/chat.py +0 -0
- {localcode-0.3.8 → localcode-0.3.10}/src/localcode/tui/screens/mode_picker.py +0 -0
- {localcode-0.3.8 → localcode-0.3.10}/src/localcode/tui/screens/model_picker.py +0 -0
- {localcode-0.3.8 → localcode-0.3.10}/src/localcode/tui/screens/setup.py +0 -0
- {localcode-0.3.8 → localcode-0.3.10}/src/localcode/tui/styles/__init__.py +0 -0
- {localcode-0.3.8 → localcode-0.3.10}/src/localcode/tui/styles/app.tcss +0 -0
- {localcode-0.3.8 → localcode-0.3.10}/src/localcode/tui/widgets/__init__.py +0 -0
- {localcode-0.3.8 → localcode-0.3.10}/src/localcode/tui/widgets/approval.py +0 -0
- {localcode-0.3.8 → localcode-0.3.10}/src/localcode/tui/widgets/chat_log.py +0 -0
- {localcode-0.3.8 → localcode-0.3.10}/src/localcode/tui/widgets/messages/__init__.py +0 -0
- {localcode-0.3.8 → localcode-0.3.10}/src/localcode/tui/widgets/messages/diff.py +0 -0
- {localcode-0.3.8 → localcode-0.3.10}/src/localcode/tui/widgets/voice_visualizer.py +0 -0
- {localcode-0.3.8 → localcode-0.3.10}/src/localcode/turn_diff.py +0 -0
- {localcode-0.3.8 → localcode-0.3.10}/src/localcode/undo.py +0 -0
- {localcode-0.3.8 → localcode-0.3.10}/src/localcode/verification.py +0 -0
- {localcode-0.3.8 → localcode-0.3.10}/src/localcode/voice.py +0 -0
- {localcode-0.3.8 → localcode-0.3.10}/src/localcode.egg-info/dependency_links.txt +0 -0
- {localcode-0.3.8 → localcode-0.3.10}/src/localcode.egg-info/entry_points.txt +0 -0
- {localcode-0.3.8 → localcode-0.3.10}/src/localcode.egg-info/top_level.txt +0 -0
- {localcode-0.3.8 → localcode-0.3.10}/tests/test_agent_event_regressions.py +0 -0
- {localcode-0.3.8 → localcode-0.3.10}/tests/test_bootstrap.py +0 -0
- {localcode-0.3.8 → localcode-0.3.10}/tests/test_checkpoint.py +0 -0
- {localcode-0.3.8 → localcode-0.3.10}/tests/test_churn_detection.py +0 -0
- {localcode-0.3.8 → localcode-0.3.10}/tests/test_compaction.py +0 -0
- {localcode-0.3.8 → localcode-0.3.10}/tests/test_comprehensive_agent.py +0 -0
- {localcode-0.3.8 → localcode-0.3.10}/tests/test_comprehensive_bg_download.py +0 -0
- {localcode-0.3.8 → localcode-0.3.10}/tests/test_comprehensive_binary.py +0 -0
- {localcode-0.3.8 → localcode-0.3.10}/tests/test_comprehensive_cli.py +0 -0
- {localcode-0.3.8 → localcode-0.3.10}/tests/test_comprehensive_diffusion.py +0 -0
- {localcode-0.3.8 → localcode-0.3.10}/tests/test_comprehensive_download.py +0 -0
- {localcode-0.3.8 → localcode-0.3.10}/tests/test_comprehensive_hardening.py +0 -0
- {localcode-0.3.8 → localcode-0.3.10}/tests/test_comprehensive_install.py +0 -0
- {localcode-0.3.8 → localcode-0.3.10}/tests/test_comprehensive_machines.py +0 -0
- {localcode-0.3.8 → localcode-0.3.10}/tests/test_comprehensive_model_picker.py +0 -0
- {localcode-0.3.8 → localcode-0.3.10}/tests/test_comprehensive_models_matrix.py +0 -0
- {localcode-0.3.8 → localcode-0.3.10}/tests/test_comprehensive_tui.py +0 -0
- {localcode-0.3.8 → localcode-0.3.10}/tests/test_comprehensive_vision.py +0 -0
- {localcode-0.3.8 → localcode-0.3.10}/tests/test_comprehensive_voice.py +0 -0
- {localcode-0.3.8 → localcode-0.3.10}/tests/test_comprehensive_whisper.py +0 -0
- {localcode-0.3.8 → localcode-0.3.10}/tests/test_config.py +0 -0
- {localcode-0.3.8 → localcode-0.3.10}/tests/test_context.py +0 -0
- {localcode-0.3.8 → localcode-0.3.10}/tests/test_context_pipeline_e2e.py +0 -0
- {localcode-0.3.8 → localcode-0.3.10}/tests/test_download.py +0 -0
- {localcode-0.3.8 → localcode-0.3.10}/tests/test_embeddings_retrieval.py +0 -0
- {localcode-0.3.8 → localcode-0.3.10}/tests/test_fresh_install.py +0 -0
- {localcode-0.3.8 → localcode-0.3.10}/tests/test_kv_cap.py +0 -0
- {localcode-0.3.8 → localcode-0.3.10}/tests/test_model_config.py +0 -0
- {localcode-0.3.8 → localcode-0.3.10}/tests/test_models_catalog.py +0 -0
- {localcode-0.3.8 → localcode-0.3.10}/tests/test_output.py +0 -0
- {localcode-0.3.8 → localcode-0.3.10}/tests/test_prompt_language_steering.py +0 -0
- {localcode-0.3.8 → localcode-0.3.10}/tests/test_real_models.py +0 -0
- {localcode-0.3.8 → localcode-0.3.10}/tests/test_run_json.py +0 -0
- {localcode-0.3.8 → localcode-0.3.10}/tests/test_runtime.py +0 -0
- {localcode-0.3.8 → localcode-0.3.10}/tests/test_subproc_env.py +0 -0
- {localcode-0.3.8 → localcode-0.3.10}/tests/test_thermal.py +0 -0
- {localcode-0.3.8 → localcode-0.3.10}/tests/test_toolkit.py +0 -0
- {localcode-0.3.8 → localcode-0.3.10}/tests/test_tui_input.py +0 -0
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: localcode
|
|
3
|
-
Version: 0.3.
|
|
3
|
+
Version: 0.3.10
|
|
4
4
|
Summary: High-performance AI coding on consumer hardware.
|
|
5
5
|
Author: LocalCode contributors
|
|
6
6
|
License-Expression: Apache-2.0
|
|
@@ -35,6 +35,8 @@ Requires-Dist: prompt_toolkit>=3.0.52
|
|
|
35
35
|
Requires-Dist: rich>=13.7.1
|
|
36
36
|
Requires-Dist: scikit-learn>=1.3.0
|
|
37
37
|
Requires-Dist: textual>=8.2.4
|
|
38
|
+
Requires-Dist: tree-sitter>=0.23.0
|
|
39
|
+
Requires-Dist: tree-sitter-language-pack>=1.0.0
|
|
38
40
|
Requires-Dist: tomli>=2.0.0; python_version < "3.11"
|
|
39
41
|
Provides-Extra: voice
|
|
40
42
|
Requires-Dist: pywhispercpp>=1.2.0; extra == "voice"
|
|
@@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
|
|
|
4
4
|
|
|
5
5
|
[project]
|
|
6
6
|
name = "localcode"
|
|
7
|
-
version = "0.3.
|
|
7
|
+
version = "0.3.10"
|
|
8
8
|
description = "High-performance AI coding on consumer hardware."
|
|
9
9
|
readme = "README.md"
|
|
10
10
|
requires-python = ">=3.10"
|
|
@@ -40,6 +40,8 @@ dependencies = [
|
|
|
40
40
|
"rich>=13.7.1",
|
|
41
41
|
"scikit-learn>=1.3.0",
|
|
42
42
|
"textual>=8.2.4",
|
|
43
|
+
"tree-sitter>=0.23.0", # in-process, offline syntax checking (Tier-1 verify)
|
|
44
|
+
"tree-sitter-language-pack>=1.0.0", # bundled grammars, 100+ languages, no external tools
|
|
43
45
|
"tomli>=2.0.0;python_version<'3.11'",
|
|
44
46
|
]
|
|
45
47
|
|
|
@@ -838,6 +838,25 @@ def run_agent_loop(
|
|
|
838
838
|
content = _stream_result.content
|
|
839
839
|
tool_calls = _stream_result.tool_calls
|
|
840
840
|
|
|
841
|
+
# Recover tool calls the model emitted but the server failed to parse.
|
|
842
|
+
# Quantized Qwen quants sometimes emit `<tool_call><function=…>` (XML)
|
|
843
|
+
# or `<tool_call>{…}` (JSON) shapes --jinja doesn't recognize, so they
|
|
844
|
+
# arrive as plain CONTENT with no structured tool_calls: the call never
|
|
845
|
+
# runs (wasted turn) and leaked <think> reasoning makes the model narrate
|
|
846
|
+
# "the user wants…". Parse them out of content, execute them, and strip
|
|
847
|
+
# the raw XML + leaked thinking from what's stored/shown.
|
|
848
|
+
if content and ("<tool_call>" in content or "</think>" in content):
|
|
849
|
+
try:
|
|
850
|
+
from ..tools.tool_call_repair import repair_tool_calls
|
|
851
|
+
_cleaned, _recovered = repair_tool_calls(content)
|
|
852
|
+
if _recovered and not tool_calls:
|
|
853
|
+
tool_calls = _recovered
|
|
854
|
+
_stream_result.tool_calls = _recovered
|
|
855
|
+
if _cleaned != content:
|
|
856
|
+
content = _cleaned
|
|
857
|
+
except Exception:
|
|
858
|
+
pass
|
|
859
|
+
|
|
841
860
|
# Clear the indicator before rendering output
|
|
842
861
|
out._stop_indicator()
|
|
843
862
|
sys.stdout.write("\r\033[K") # clear indicator line
|
|
@@ -0,0 +1,122 @@
|
|
|
1
|
+
"""One-shot syntax validation for files the agent writes — in-process, offline.
|
|
2
|
+
|
|
3
|
+
Tier-1 verification. The big agents use a persistent language server (LSP);
|
|
4
|
+
opencode's own docs say that's often worse than running diagnostics directly
|
|
5
|
+
(LSPs "get out of sync, use significant memory, slow down agent workflows") —
|
|
6
|
+
decisive for a 16 GB Mac already running a large local model.
|
|
7
|
+
|
|
8
|
+
Crucially this must work with NO tools the user has to install and NO network:
|
|
9
|
+
it's bundled. We parse with tree-sitter (grammars compiled into the wheel — one
|
|
10
|
+
~4.5 MB native extension covering 100+ languages) and flag any syntax error
|
|
11
|
+
in-process. So when a small quantized model drifts into a structural typo
|
|
12
|
+
(`useState(0]`, an unterminated string, a missing bracket), the write tool
|
|
13
|
+
appends the exact error and line, and the model fixes THAT line instead of
|
|
14
|
+
re-reading the broken file and reproducing the error (the self-conditioning
|
|
15
|
+
loop). Python/JSON keep their native checkers for sharper messages.
|
|
16
|
+
|
|
17
|
+
Semantic/type errors (wrong names, missing imports) are caught separately by
|
|
18
|
+
project_check at completion (tsc/ruff/go/cargo). Disable with
|
|
19
|
+
LOCALCODE_SYNTAX_CHECK=0.
|
|
20
|
+
"""
|
|
21
|
+
from __future__ import annotations
|
|
22
|
+
|
|
23
|
+
import json
|
|
24
|
+
import os
|
|
25
|
+
import subprocess
|
|
26
|
+
|
|
27
|
+
_TIMEOUT = 5.0
|
|
28
|
+
|
|
29
|
+
# File extension → tree-sitter language name (all bundled in the language pack).
|
|
30
|
+
_TS_LANG = {
|
|
31
|
+
".js": "javascript", ".mjs": "javascript", ".cjs": "javascript",
|
|
32
|
+
".jsx": "tsx", ".ts": "typescript", ".mts": "typescript", ".cts": "typescript",
|
|
33
|
+
".tsx": "tsx", ".go": "go", ".rs": "rust", ".rb": "ruby", ".php": "php",
|
|
34
|
+
".sh": "bash", ".bash": "bash", ".zsh": "bash", ".lua": "lua",
|
|
35
|
+
".c": "c", ".h": "c", ".cpp": "cpp", ".cc": "cpp", ".cxx": "cpp",
|
|
36
|
+
".hpp": "cpp", ".hh": "cpp", ".java": "java", ".kt": "kotlin",
|
|
37
|
+
".swift": "swift", ".cs": "csharp", ".scala": "scala",
|
|
38
|
+
".css": "css", ".scss": "scss", ".html": "html", ".xml": "xml",
|
|
39
|
+
".yaml": "yaml", ".yml": "yaml", ".toml": "toml", ".sql": "sql",
|
|
40
|
+
}
|
|
41
|
+
|
|
42
|
+
|
|
43
|
+
def check_syntax(path: str, content: str) -> str | None:
|
|
44
|
+
"""Return a one-line syntax-error string, or None if OK / not checkable."""
|
|
45
|
+
if os.environ.get("LOCALCODE_SYNTAX_CHECK") == "0":
|
|
46
|
+
return None
|
|
47
|
+
ext = os.path.splitext(path)[1].lower()
|
|
48
|
+
try:
|
|
49
|
+
# Native checkers give the sharpest messages; use them where free.
|
|
50
|
+
if ext == ".json":
|
|
51
|
+
return _check_json(content)
|
|
52
|
+
if ext in (".py", ".pyi"):
|
|
53
|
+
return _check_python(content, path)
|
|
54
|
+
lang = _TS_LANG.get(ext)
|
|
55
|
+
if lang:
|
|
56
|
+
return _check_treesitter(content, lang)
|
|
57
|
+
except Exception:
|
|
58
|
+
return None
|
|
59
|
+
return None
|
|
60
|
+
|
|
61
|
+
|
|
62
|
+
def _check_json(content: str) -> str | None:
|
|
63
|
+
try:
|
|
64
|
+
json.loads(content)
|
|
65
|
+
return None
|
|
66
|
+
except json.JSONDecodeError as e:
|
|
67
|
+
return f"JSON syntax error at line {e.lineno} col {e.colno}: {e.msg}"
|
|
68
|
+
|
|
69
|
+
|
|
70
|
+
def _check_python(content: str, path: str) -> str | None:
|
|
71
|
+
try:
|
|
72
|
+
compile(content, path, "exec")
|
|
73
|
+
return None
|
|
74
|
+
except SyntaxError as e:
|
|
75
|
+
loc = f"line {e.lineno}" + (f" col {e.offset}" if e.offset else "")
|
|
76
|
+
return f"Python syntax error at {loc}: {e.msg}"
|
|
77
|
+
|
|
78
|
+
|
|
79
|
+
def _check_treesitter(content: str, lang: str) -> str | None:
|
|
80
|
+
"""Parse with a bundled tree-sitter grammar; report the first syntax error.
|
|
81
|
+
|
|
82
|
+
No external tools, no network — the grammars are compiled into the wheel.
|
|
83
|
+
Returns None if tree-sitter isn't available (graceful) or the file parses.
|
|
84
|
+
"""
|
|
85
|
+
try:
|
|
86
|
+
from tree_sitter_language_pack import get_language
|
|
87
|
+
from tree_sitter import Parser
|
|
88
|
+
except Exception:
|
|
89
|
+
return None
|
|
90
|
+
try:
|
|
91
|
+
parser = Parser(get_language(lang))
|
|
92
|
+
tree = parser.parse(content.encode("utf-8"))
|
|
93
|
+
except Exception:
|
|
94
|
+
return None
|
|
95
|
+
root = tree.root_node
|
|
96
|
+
if not root.has_error:
|
|
97
|
+
return None
|
|
98
|
+
node = _first_error_node(root)
|
|
99
|
+
if node is None:
|
|
100
|
+
return f"syntax error detected in this {lang} file (unbalanced brackets/quotes or a stray token)"
|
|
101
|
+
line = node.start_point[0] + 1
|
|
102
|
+
col = node.start_point[1] + 1
|
|
103
|
+
snippet = ""
|
|
104
|
+
try:
|
|
105
|
+
src_line = content.splitlines()[node.start_point[0]].strip()
|
|
106
|
+
snippet = f" — near: {src_line[:80]}"
|
|
107
|
+
except Exception:
|
|
108
|
+
snippet = ""
|
|
109
|
+
kind = "missing token" if node.is_missing else "unexpected token"
|
|
110
|
+
return f"syntax error (line {line} col {col}): {kind}{snippet}"
|
|
111
|
+
|
|
112
|
+
|
|
113
|
+
def _first_error_node(root):
|
|
114
|
+
"""DFS for the first ERROR or MISSING node (the actual syntax fault)."""
|
|
115
|
+
stack = [root]
|
|
116
|
+
while stack:
|
|
117
|
+
n = stack.pop()
|
|
118
|
+
if n.is_error or n.is_missing:
|
|
119
|
+
return n
|
|
120
|
+
# push children in order so we return the earliest error
|
|
121
|
+
stack.extend(reversed(n.children))
|
|
122
|
+
return None
|
|
@@ -0,0 +1,157 @@
|
|
|
1
|
+
"""Recover tool calls a quantized model emitted but the server failed to parse.
|
|
2
|
+
|
|
3
|
+
Small local models sometimes emit tool calls in a slightly off shape that
|
|
4
|
+
llama-server's --jinja parser doesn't recognize, so they come back as plain
|
|
5
|
+
assistant CONTENT with zero structured tool_calls: the call never executes (a
|
|
6
|
+
wasted round), the raw markup pollutes context, and leaked reasoning makes the
|
|
7
|
+
model narrate about "the user". This is the fallback the deleted tool_parsing.py
|
|
8
|
+
used to provide — restored here and made comprehensive across ALL model
|
|
9
|
+
families, because every family's format leaks the same way with no parser.
|
|
10
|
+
|
|
11
|
+
Handles (verified Qwen from real logs; others from each family's chat template):
|
|
12
|
+
Qwen XML : <tool_call><function=NAME><parameter=KEY>\nVALUE\n</parameter>…</function></tool_call>
|
|
13
|
+
Qwen JSON: <tool_call>{"name": "NAME", "arguments": {…}}</tool_call>
|
|
14
|
+
Gemma : <|tool_call>call:NAME{…}<tool_call|>
|
|
15
|
+
Cohere : <|START_ACTION|>[{"tool_name": "NAME", "parameters": {…}}]<|END_ACTION|>
|
|
16
|
+
|
|
17
|
+
Reasoning strippers cover every family: <think>…</think> (Qwen/DeepSeek),
|
|
18
|
+
<unused25>/<|channel>thought (Gemma), <|START_THINKING|>…<|END_THINKING|> (Cohere).
|
|
19
|
+
"""
|
|
20
|
+
from __future__ import annotations
|
|
21
|
+
|
|
22
|
+
import json
|
|
23
|
+
import re
|
|
24
|
+
|
|
25
|
+
# ── tool-call shapes ──
|
|
26
|
+
_QWEN_BLOCK = re.compile(r"<tool_call>\s*(.*?)\s*</tool_call>", re.DOTALL)
|
|
27
|
+
_FUNC_NAME = re.compile(r"<function\s*=\s*([A-Za-z0-9_]+)\s*>", re.DOTALL)
|
|
28
|
+
_PARAM = re.compile(r"<parameter\s*=\s*([A-Za-z0-9_]+)\s*>(.*?)</parameter>", re.DOTALL)
|
|
29
|
+
_GEMMA_CALL = re.compile(r"<\|tool_call\>\s*call\s*:\s*(\w+)\s*(\{.*?\})\s*<\s*tool_call\s*\|>", re.DOTALL)
|
|
30
|
+
_COHERE_ACTION = re.compile(r"<\|START_ACTION\|>(.*?)<\|END_ACTION\|>", re.DOTALL)
|
|
31
|
+
|
|
32
|
+
# ── reasoning (every family) ──
|
|
33
|
+
_THINK_BLOCKS = [
|
|
34
|
+
re.compile(r"<think>.*?</think>", re.DOTALL),
|
|
35
|
+
re.compile(r"<unused25>.*?<unused25>", re.DOTALL),
|
|
36
|
+
re.compile(r"<\|START_THINKING\|>.*?<\|END_THINKING\|>", re.DOTALL),
|
|
37
|
+
re.compile(r"<\|channel>thought.*?<channel\|>", re.DOTALL),
|
|
38
|
+
]
|
|
39
|
+
# Streaming can drop the OPEN marker, leaving reasoning + a stray CLOSE: drop up
|
|
40
|
+
# to and including the first close marker.
|
|
41
|
+
_THINK_LEAD = re.compile(r"^.*?(?:</think>|<\|END_THINKING\|>|<unused25>|<channel\|>)", re.DOTALL)
|
|
42
|
+
_STRAY = [re.compile(p) for p in (r"</think>", r"<think>", r"<unused25>",
|
|
43
|
+
r"<\|channel>thought\n?", r"<channel\|>\n?",
|
|
44
|
+
r"<\|START_THINKING\|>", r"<\|END_THINKING\|>")]
|
|
45
|
+
|
|
46
|
+
_MARKERS = ("<tool_call>", "<|tool_call>", "<|START_ACTION|>")
|
|
47
|
+
|
|
48
|
+
|
|
49
|
+
def has_leaked_markup(content: str) -> bool:
|
|
50
|
+
if not content:
|
|
51
|
+
return False
|
|
52
|
+
return any(m in content for m in _MARKERS) or "</think>" in content \
|
|
53
|
+
or "<|END_THINKING|>" in content or "<unused25>" in content
|
|
54
|
+
|
|
55
|
+
|
|
56
|
+
def repair_tool_calls(content: str) -> tuple[str, list[dict]]:
|
|
57
|
+
"""Return (cleaned_content, tool_calls). tool_calls is [] if none leaked.
|
|
58
|
+
|
|
59
|
+
Each call: {"id", "type": "function", "function": {"name", "arguments"}}
|
|
60
|
+
with `arguments` as a JSON string (the shape the executor expects).
|
|
61
|
+
"""
|
|
62
|
+
if not content:
|
|
63
|
+
return content or "", []
|
|
64
|
+
calls: list[dict] = []
|
|
65
|
+
|
|
66
|
+
for block in _QWEN_BLOCK.findall(content):
|
|
67
|
+
p = _parse_qwen_block(block)
|
|
68
|
+
if p:
|
|
69
|
+
calls.append(p)
|
|
70
|
+
for name, payload in _GEMMA_CALL.findall(content):
|
|
71
|
+
args = _loads_or_raw(payload)
|
|
72
|
+
calls.append(_mk(name, args))
|
|
73
|
+
for payload in _COHERE_ACTION.findall(content):
|
|
74
|
+
calls.extend(_parse_cohere(payload))
|
|
75
|
+
|
|
76
|
+
cleaned = content
|
|
77
|
+
cleaned = _QWEN_BLOCK.sub("", cleaned)
|
|
78
|
+
cleaned = _GEMMA_CALL.sub("", cleaned)
|
|
79
|
+
cleaned = _COHERE_ACTION.sub("", cleaned)
|
|
80
|
+
cleaned = _strip_thinking(cleaned).strip()
|
|
81
|
+
|
|
82
|
+
# Re-number ids after collecting from all shapes.
|
|
83
|
+
for i, c in enumerate(calls):
|
|
84
|
+
c["id"] = f"repair_{i}"
|
|
85
|
+
return cleaned, calls
|
|
86
|
+
|
|
87
|
+
|
|
88
|
+
def _mk(name: str, args) -> dict:
|
|
89
|
+
if not isinstance(args, dict):
|
|
90
|
+
args = {"_raw": args} if args else {}
|
|
91
|
+
return {"id": "repair", "type": "function",
|
|
92
|
+
"function": {"name": str(name).strip(), "arguments": json.dumps(args, ensure_ascii=False)}}
|
|
93
|
+
|
|
94
|
+
|
|
95
|
+
def _loads_or_raw(s: str):
|
|
96
|
+
try:
|
|
97
|
+
return json.loads(s)
|
|
98
|
+
except Exception:
|
|
99
|
+
return {"_raw": s.strip()}
|
|
100
|
+
|
|
101
|
+
|
|
102
|
+
def _parse_qwen_block(block: str) -> dict | None:
|
|
103
|
+
block = block.strip()
|
|
104
|
+
if block.startswith("{"):
|
|
105
|
+
try:
|
|
106
|
+
obj = json.loads(block)
|
|
107
|
+
except Exception:
|
|
108
|
+
return None
|
|
109
|
+
name = obj.get("name") or obj.get("function", {}).get("name")
|
|
110
|
+
args = obj.get("arguments") or obj.get("parameters") or {}
|
|
111
|
+
if isinstance(args, str):
|
|
112
|
+
args = _loads_or_raw(args)
|
|
113
|
+
return _mk(name, args) if name else None
|
|
114
|
+
m = _FUNC_NAME.search(block)
|
|
115
|
+
if not m:
|
|
116
|
+
return None
|
|
117
|
+
args: dict = {}
|
|
118
|
+
for key, val in _PARAM.findall(block):
|
|
119
|
+
v = val
|
|
120
|
+
if v.startswith("\n"):
|
|
121
|
+
v = v[1:]
|
|
122
|
+
if v.endswith("\n"):
|
|
123
|
+
v = v[:-1]
|
|
124
|
+
args[key] = v
|
|
125
|
+
return _mk(m.group(1), args)
|
|
126
|
+
|
|
127
|
+
|
|
128
|
+
def _parse_cohere(payload: str) -> list[dict]:
|
|
129
|
+
try:
|
|
130
|
+
arr = json.loads(payload.strip())
|
|
131
|
+
except Exception:
|
|
132
|
+
return []
|
|
133
|
+
if isinstance(arr, dict):
|
|
134
|
+
arr = [arr]
|
|
135
|
+
out = []
|
|
136
|
+
for item in arr if isinstance(arr, list) else []:
|
|
137
|
+
if not isinstance(item, dict):
|
|
138
|
+
continue
|
|
139
|
+
name = item.get("tool_name") or item.get("name")
|
|
140
|
+
args = item.get("parameters") or item.get("arguments") or {}
|
|
141
|
+
if name:
|
|
142
|
+
out.append(_mk(name, args))
|
|
143
|
+
return out
|
|
144
|
+
|
|
145
|
+
|
|
146
|
+
def _strip_thinking(content: str) -> str:
|
|
147
|
+
if not content:
|
|
148
|
+
return content or ""
|
|
149
|
+
out = content
|
|
150
|
+
for pat in _THINK_BLOCKS:
|
|
151
|
+
out = pat.sub("", out)
|
|
152
|
+
# Stray close marker left by streaming → drop reasoning up to it.
|
|
153
|
+
if any(t in out for t in ("</think>", "<|END_THINKING|>", "<unused25>", "<channel|>")):
|
|
154
|
+
out = _THINK_LEAD.sub("", out, count=1)
|
|
155
|
+
for pat in _STRAY:
|
|
156
|
+
out = pat.sub("", out)
|
|
157
|
+
return out
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: localcode
|
|
3
|
-
Version: 0.3.
|
|
3
|
+
Version: 0.3.10
|
|
4
4
|
Summary: High-performance AI coding on consumer hardware.
|
|
5
5
|
Author: LocalCode contributors
|
|
6
6
|
License-Expression: Apache-2.0
|
|
@@ -35,6 +35,8 @@ Requires-Dist: prompt_toolkit>=3.0.52
|
|
|
35
35
|
Requires-Dist: rich>=13.7.1
|
|
36
36
|
Requires-Dist: scikit-learn>=1.3.0
|
|
37
37
|
Requires-Dist: textual>=8.2.4
|
|
38
|
+
Requires-Dist: tree-sitter>=0.23.0
|
|
39
|
+
Requires-Dist: tree-sitter-language-pack>=1.0.0
|
|
38
40
|
Requires-Dist: tomli>=2.0.0; python_version < "3.11"
|
|
39
41
|
Provides-Extra: voice
|
|
40
42
|
Requires-Dist: pywhispercpp>=1.2.0; extra == "voice"
|
|
@@ -886,6 +886,7 @@ src/localcode/tools/read_file.py
|
|
|
886
886
|
src/localcode/tools/skill_tool.py
|
|
887
887
|
src/localcode/tools/syntax_check.py
|
|
888
888
|
src/localcode/tools/todo_write.py
|
|
889
|
+
src/localcode/tools/tool_call_repair.py
|
|
889
890
|
src/localcode/tools/web_fetch.py
|
|
890
891
|
src/localcode/tools/web_search.py
|
|
891
892
|
src/localcode/tools/write_file.py
|
|
@@ -296,6 +296,11 @@ def test_gemma_specific_literals_live_only_in_model_families():
|
|
|
296
296
|
ALLOWED = {
|
|
297
297
|
(SRC / "model_families.py").resolve(),
|
|
298
298
|
(SRC / "runtime_diffusion.py").resolve(),
|
|
299
|
+
# The cross-family tool-call repair parser legitimately needs every
|
|
300
|
+
# family's markup (it recovers tool calls the server failed to parse,
|
|
301
|
+
# for ALL families) — the one place besides the adapters that must know
|
|
302
|
+
# the literals directly.
|
|
303
|
+
(SRC / "tools" / "tool_call_repair.py").resolve(),
|
|
299
304
|
}
|
|
300
305
|
violations: list[str] = []
|
|
301
306
|
for path in _iter_py(SRC):
|
|
@@ -1,159 +0,0 @@
|
|
|
1
|
-
"""One-shot syntax validation for files the agent writes.
|
|
2
|
-
|
|
3
|
-
Poor-man's LSP. The big agents (Claude Code, opencode) run a persistent
|
|
4
|
-
language server and feed its diagnostics back after each edit; codex uses
|
|
5
|
-
verified structured patches. A persistent LSP is too heavy for localcode's
|
|
6
|
-
target — a 16 GB Mac already running a large local model. So instead we run a
|
|
7
|
-
FAST, ONE-SHOT syntax check after each write and, if it fails, append the exact
|
|
8
|
-
error to the tool result.
|
|
9
|
-
|
|
10
|
-
Why this matters for a LOCAL model specifically: a small quantized model drifts
|
|
11
|
-
into structural typos (`useState(0]`, an unterminated string, a missing bracket,
|
|
12
|
-
`getCardsForCard`). With no verification the model has to NOTICE its own typo —
|
|
13
|
-
which weak models are bad at — so it re-reads the broken file, the broken code
|
|
14
|
-
enters its context, and it reproduces the error (self-conditioning loop). A
|
|
15
|
-
deterministic check gives it GROUND TRUTH ("line 37: unexpected token") so it
|
|
16
|
-
fixes the exact line instead of guessing.
|
|
17
|
-
|
|
18
|
-
Best-effort and non-blocking: the write ALWAYS succeeds; this only appends a
|
|
19
|
-
warning. Any checker failure/absence returns None (no false alarms). Disable
|
|
20
|
-
with LOCALCODE_SYNTAX_CHECK=0.
|
|
21
|
-
"""
|
|
22
|
-
from __future__ import annotations
|
|
23
|
-
|
|
24
|
-
import json
|
|
25
|
-
import os
|
|
26
|
-
import subprocess
|
|
27
|
-
|
|
28
|
-
_TIMEOUT = 5.0
|
|
29
|
-
|
|
30
|
-
|
|
31
|
-
def check_syntax(path: str, content: str) -> str | None:
|
|
32
|
-
"""Return a one-line syntax-error string, or None if OK / not checkable.
|
|
33
|
-
|
|
34
|
-
In-process for JSON/Python (instant, zero deps); a fast one-shot subprocess
|
|
35
|
-
for JS (node --check) and TS/JSX (esbuild, when the project has it).
|
|
36
|
-
"""
|
|
37
|
-
if os.environ.get("LOCALCODE_SYNTAX_CHECK") == "0":
|
|
38
|
-
return None
|
|
39
|
-
ext = os.path.splitext(path)[1].lower()
|
|
40
|
-
try:
|
|
41
|
-
if ext == ".json":
|
|
42
|
-
return _check_json(content)
|
|
43
|
-
if ext in (".py", ".pyi"):
|
|
44
|
-
return _check_python(content, path)
|
|
45
|
-
if ext in (".js", ".mjs", ".cjs"):
|
|
46
|
-
return _check_node(path)
|
|
47
|
-
if ext in (".ts", ".tsx", ".jsx", ".mts", ".cts"):
|
|
48
|
-
return _check_esbuild(path)
|
|
49
|
-
# Per-file syntax linters for other languages (best-effort — only if the
|
|
50
|
-
# interpreter/tool is on PATH). Whole-project TYPE checks (go/rust/tsc)
|
|
51
|
-
# run separately at completion in project_check.
|
|
52
|
-
if ext == ".rb":
|
|
53
|
-
return _check_cli(["ruby", "-wc", path], "ruby")
|
|
54
|
-
if ext == ".php":
|
|
55
|
-
return _check_cli(["php", "-l", path], "php")
|
|
56
|
-
if ext in (".sh", ".bash"):
|
|
57
|
-
return _check_cli(["bash", "-n", path], "bash")
|
|
58
|
-
if ext == ".lua":
|
|
59
|
-
return _check_cli(["luac", "-p", path], "luac")
|
|
60
|
-
if ext == ".rs":
|
|
61
|
-
# rustc syntax-only parse (no full build): --emit=metadata is slow;
|
|
62
|
-
# a lightweight parse-only pass isn't stable, so skip unless a fast
|
|
63
|
-
# tool exists. cargo check at completion covers Rust type errors.
|
|
64
|
-
return None
|
|
65
|
-
except Exception:
|
|
66
|
-
return None
|
|
67
|
-
return None
|
|
68
|
-
|
|
69
|
-
|
|
70
|
-
def _check_cli(argv: list, tool: str) -> str | None:
|
|
71
|
-
import shutil
|
|
72
|
-
if not shutil.which(tool):
|
|
73
|
-
return None
|
|
74
|
-
r = subprocess.run(argv, capture_output=True, text=True, timeout=_TIMEOUT)
|
|
75
|
-
if r.returncode != 0:
|
|
76
|
-
return _first_error_line((r.stderr or "") + "\n" + (r.stdout or ""))
|
|
77
|
-
return None
|
|
78
|
-
|
|
79
|
-
|
|
80
|
-
def _check_json(content: str) -> str | None:
|
|
81
|
-
try:
|
|
82
|
-
json.loads(content)
|
|
83
|
-
return None
|
|
84
|
-
except json.JSONDecodeError as e:
|
|
85
|
-
return f"JSON syntax error at line {e.lineno} col {e.colno}: {e.msg}"
|
|
86
|
-
|
|
87
|
-
|
|
88
|
-
def _check_python(content: str, path: str) -> str | None:
|
|
89
|
-
try:
|
|
90
|
-
compile(content, path, "exec")
|
|
91
|
-
return None
|
|
92
|
-
except SyntaxError as e:
|
|
93
|
-
loc = f"line {e.lineno}" + (f" col {e.offset}" if e.offset else "")
|
|
94
|
-
return f"Python syntax error at {loc}: {e.msg}"
|
|
95
|
-
|
|
96
|
-
|
|
97
|
-
def _check_node(path: str) -> str | None:
|
|
98
|
-
import shutil
|
|
99
|
-
if not shutil.which("node"):
|
|
100
|
-
return None
|
|
101
|
-
r = subprocess.run(
|
|
102
|
-
["node", "--check", path],
|
|
103
|
-
capture_output=True, text=True, timeout=_TIMEOUT,
|
|
104
|
-
)
|
|
105
|
-
if r.returncode != 0:
|
|
106
|
-
return _first_error_line(r.stderr)
|
|
107
|
-
return None
|
|
108
|
-
|
|
109
|
-
|
|
110
|
-
def _find_bin(start: str, name: str) -> str | None:
|
|
111
|
-
"""Walk up from the file's dir to find node_modules/.bin/<name>."""
|
|
112
|
-
d = os.path.dirname(os.path.abspath(start))
|
|
113
|
-
for _ in range(25):
|
|
114
|
-
cand = os.path.join(d, "node_modules", ".bin", name)
|
|
115
|
-
if os.path.exists(cand):
|
|
116
|
-
return cand
|
|
117
|
-
parent = os.path.dirname(d)
|
|
118
|
-
if parent == d:
|
|
119
|
-
break
|
|
120
|
-
d = parent
|
|
121
|
-
return None
|
|
122
|
-
|
|
123
|
-
|
|
124
|
-
def _check_esbuild(path: str) -> str | None:
|
|
125
|
-
# esbuild parses TS/TSX/JSX and reports syntax errors instantly. Only used
|
|
126
|
-
# when the project has it (Vite/most JS projects do post-install); if not
|
|
127
|
-
# present we skip rather than risk a false alarm from a wrong parser.
|
|
128
|
-
esbuild = _find_bin(path, "esbuild")
|
|
129
|
-
if not esbuild:
|
|
130
|
-
return None
|
|
131
|
-
loader = "tsx" if path.endswith((".tsx", ".jsx")) else "ts"
|
|
132
|
-
r = subprocess.run(
|
|
133
|
-
[esbuild, path, f"--loader={loader}", "--log-level=error"],
|
|
134
|
-
capture_output=True, text=True, timeout=_TIMEOUT,
|
|
135
|
-
)
|
|
136
|
-
if r.returncode != 0 and r.stderr.strip():
|
|
137
|
-
return _first_error_line(r.stderr)
|
|
138
|
-
return None
|
|
139
|
-
|
|
140
|
-
|
|
141
|
-
def _first_error_line(stderr: str) -> str | None:
|
|
142
|
-
"""Pull the human-meaningful error out of a node/esbuild stderr dump.
|
|
143
|
-
|
|
144
|
-
Prefer the actual `SyntaxError: …` / `error: …` message, skipping node's
|
|
145
|
-
internal loader/stack frames (`node:internal/…`, ` at …`).
|
|
146
|
-
"""
|
|
147
|
-
lines = [l.rstrip() for l in stderr.splitlines()]
|
|
148
|
-
# First choice: the real error message line.
|
|
149
|
-
for s in lines:
|
|
150
|
-
t = s.strip()
|
|
151
|
-
if t.startswith(("SyntaxError", "TypeError", "ReferenceError")) or " error:" in t.lower() or t.lower().startswith("error"):
|
|
152
|
-
return t[:200]
|
|
153
|
-
# Fallback: the "file:line" location node prints first (skip internals/stack).
|
|
154
|
-
for s in lines:
|
|
155
|
-
t = s.strip()
|
|
156
|
-
if not t or t.startswith(("node:internal", "at ", "^")):
|
|
157
|
-
continue
|
|
158
|
-
return t[:200]
|
|
159
|
-
return None
|
|
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.8 → localcode-0.3.10}/llama-cpp-turboquant/cmake/riscv64-spacemit-linux-gnu-gcc.cmake
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{localcode-0.3.8 → localcode-0.3.10}/llama-cpp-turboquant/common/chat-auto-parser-generator.cpp
RENAMED
|
File without changes
|
{localcode-0.3.8 → localcode-0.3.10}/llama-cpp-turboquant/common/chat-auto-parser-helpers.cpp
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|