localcode 0.3.2__tar.gz → 0.3.4__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.2/src/localcode.egg-info → localcode-0.3.4}/PKG-INFO +1 -1
- {localcode-0.3.2 → localcode-0.3.4}/pyproject.toml +1 -1
- {localcode-0.3.2 → localcode-0.3.4}/src/localcode/__init__.py +1 -1
- {localcode-0.3.2 → localcode-0.3.4}/src/localcode/agent/context.py +7 -7
- {localcode-0.3.2 → localcode-0.3.4}/src/localcode/agent/recovery.py +21 -19
- {localcode-0.3.2 → localcode-0.3.4}/src/localcode/runtime.py +41 -2
- {localcode-0.3.2 → localcode-0.3.4}/src/localcode/server_manager.py +36 -33
- {localcode-0.3.2 → localcode-0.3.4}/src/localcode/tools/bash.py +52 -0
- {localcode-0.3.2 → localcode-0.3.4}/src/localcode/tui/screens/chat.py +9 -5
- {localcode-0.3.2 → localcode-0.3.4/src/localcode.egg-info}/PKG-INFO +1 -1
- {localcode-0.3.2 → localcode-0.3.4}/tests/test_churn_detection.py +4 -2
- {localcode-0.3.2 → localcode-0.3.4}/tests/test_context.py +3 -1
- {localcode-0.3.2 → localcode-0.3.4}/LICENSE +0 -0
- {localcode-0.3.2 → localcode-0.3.4}/MANIFEST.in +0 -0
- {localcode-0.3.2 → localcode-0.3.4}/README.md +0 -0
- {localcode-0.3.2 → localcode-0.3.4}/llama-cpp-turboquant/CMakeLists.txt +0 -0
- {localcode-0.3.2 → localcode-0.3.4}/llama-cpp-turboquant/CMakePresets.json +0 -0
- {localcode-0.3.2 → localcode-0.3.4}/llama-cpp-turboquant/LICENSE +0 -0
- {localcode-0.3.2 → localcode-0.3.4}/llama-cpp-turboquant/cmake/arm64-apple-clang.cmake +0 -0
- {localcode-0.3.2 → localcode-0.3.4}/llama-cpp-turboquant/cmake/arm64-windows-llvm.cmake +0 -0
- {localcode-0.3.2 → localcode-0.3.4}/llama-cpp-turboquant/cmake/build-info.cmake +0 -0
- {localcode-0.3.2 → localcode-0.3.4}/llama-cpp-turboquant/cmake/common.cmake +0 -0
- {localcode-0.3.2 → localcode-0.3.4}/llama-cpp-turboquant/cmake/download-models.cmake +0 -0
- {localcode-0.3.2 → localcode-0.3.4}/llama-cpp-turboquant/cmake/git-vars.cmake +0 -0
- {localcode-0.3.2 → localcode-0.3.4}/llama-cpp-turboquant/cmake/license.cmake +0 -0
- {localcode-0.3.2 → localcode-0.3.4}/llama-cpp-turboquant/cmake/llama-config.cmake.in +0 -0
- {localcode-0.3.2 → localcode-0.3.4}/llama-cpp-turboquant/cmake/llama.pc.in +0 -0
- {localcode-0.3.2 → localcode-0.3.4}/llama-cpp-turboquant/cmake/riscv64-spacemit-linux-gnu-gcc.cmake +0 -0
- {localcode-0.3.2 → localcode-0.3.4}/llama-cpp-turboquant/cmake/x64-windows-llvm.cmake +0 -0
- {localcode-0.3.2 → localcode-0.3.4}/llama-cpp-turboquant/common/CMakeLists.txt +0 -0
- {localcode-0.3.2 → localcode-0.3.4}/llama-cpp-turboquant/common/arg.cpp +0 -0
- {localcode-0.3.2 → localcode-0.3.4}/llama-cpp-turboquant/common/arg.h +0 -0
- {localcode-0.3.2 → localcode-0.3.4}/llama-cpp-turboquant/common/base64.hpp +0 -0
- {localcode-0.3.2 → localcode-0.3.4}/llama-cpp-turboquant/common/chat-auto-parser-generator.cpp +0 -0
- {localcode-0.3.2 → localcode-0.3.4}/llama-cpp-turboquant/common/chat-auto-parser-helpers.cpp +0 -0
- {localcode-0.3.2 → localcode-0.3.4}/llama-cpp-turboquant/common/chat-auto-parser-helpers.h +0 -0
- {localcode-0.3.2 → localcode-0.3.4}/llama-cpp-turboquant/common/chat-auto-parser.h +0 -0
- {localcode-0.3.2 → localcode-0.3.4}/llama-cpp-turboquant/common/chat-diff-analyzer.cpp +0 -0
- {localcode-0.3.2 → localcode-0.3.4}/llama-cpp-turboquant/common/chat-peg-parser.cpp +0 -0
- {localcode-0.3.2 → localcode-0.3.4}/llama-cpp-turboquant/common/chat-peg-parser.h +0 -0
- {localcode-0.3.2 → localcode-0.3.4}/llama-cpp-turboquant/common/chat.cpp +0 -0
- {localcode-0.3.2 → localcode-0.3.4}/llama-cpp-turboquant/common/chat.h +0 -0
- {localcode-0.3.2 → localcode-0.3.4}/llama-cpp-turboquant/common/common.cpp +0 -0
- {localcode-0.3.2 → localcode-0.3.4}/llama-cpp-turboquant/common/common.h +0 -0
- {localcode-0.3.2 → localcode-0.3.4}/llama-cpp-turboquant/common/console.cpp +0 -0
- {localcode-0.3.2 → localcode-0.3.4}/llama-cpp-turboquant/common/console.h +0 -0
- {localcode-0.3.2 → localcode-0.3.4}/llama-cpp-turboquant/common/debug.cpp +0 -0
- {localcode-0.3.2 → localcode-0.3.4}/llama-cpp-turboquant/common/debug.h +0 -0
- {localcode-0.3.2 → localcode-0.3.4}/llama-cpp-turboquant/common/download.cpp +0 -0
- {localcode-0.3.2 → localcode-0.3.4}/llama-cpp-turboquant/common/download.h +0 -0
- {localcode-0.3.2 → localcode-0.3.4}/llama-cpp-turboquant/common/hf-cache.cpp +0 -0
- {localcode-0.3.2 → localcode-0.3.4}/llama-cpp-turboquant/common/hf-cache.h +0 -0
- {localcode-0.3.2 → localcode-0.3.4}/llama-cpp-turboquant/common/http.h +0 -0
- {localcode-0.3.2 → localcode-0.3.4}/llama-cpp-turboquant/common/jinja/caps.cpp +0 -0
- {localcode-0.3.2 → localcode-0.3.4}/llama-cpp-turboquant/common/jinja/caps.h +0 -0
- {localcode-0.3.2 → localcode-0.3.4}/llama-cpp-turboquant/common/jinja/lexer.cpp +0 -0
- {localcode-0.3.2 → localcode-0.3.4}/llama-cpp-turboquant/common/jinja/lexer.h +0 -0
- {localcode-0.3.2 → localcode-0.3.4}/llama-cpp-turboquant/common/jinja/parser.cpp +0 -0
- {localcode-0.3.2 → localcode-0.3.4}/llama-cpp-turboquant/common/jinja/parser.h +0 -0
- {localcode-0.3.2 → localcode-0.3.4}/llama-cpp-turboquant/common/jinja/runtime.cpp +0 -0
- {localcode-0.3.2 → localcode-0.3.4}/llama-cpp-turboquant/common/jinja/runtime.h +0 -0
- {localcode-0.3.2 → localcode-0.3.4}/llama-cpp-turboquant/common/jinja/string.cpp +0 -0
- {localcode-0.3.2 → localcode-0.3.4}/llama-cpp-turboquant/common/jinja/string.h +0 -0
- {localcode-0.3.2 → localcode-0.3.4}/llama-cpp-turboquant/common/jinja/utils.h +0 -0
- {localcode-0.3.2 → localcode-0.3.4}/llama-cpp-turboquant/common/jinja/value.cpp +0 -0
- {localcode-0.3.2 → localcode-0.3.4}/llama-cpp-turboquant/common/jinja/value.h +0 -0
- {localcode-0.3.2 → localcode-0.3.4}/llama-cpp-turboquant/common/json-partial.cpp +0 -0
- {localcode-0.3.2 → localcode-0.3.4}/llama-cpp-turboquant/common/json-partial.h +0 -0
- {localcode-0.3.2 → localcode-0.3.4}/llama-cpp-turboquant/common/json-schema-to-grammar.cpp +0 -0
- {localcode-0.3.2 → localcode-0.3.4}/llama-cpp-turboquant/common/json-schema-to-grammar.h +0 -0
- {localcode-0.3.2 → localcode-0.3.4}/llama-cpp-turboquant/common/llguidance.cpp +0 -0
- {localcode-0.3.2 → localcode-0.3.4}/llama-cpp-turboquant/common/log.cpp +0 -0
- {localcode-0.3.2 → localcode-0.3.4}/llama-cpp-turboquant/common/log.h +0 -0
- {localcode-0.3.2 → localcode-0.3.4}/llama-cpp-turboquant/common/ngram-cache.cpp +0 -0
- {localcode-0.3.2 → localcode-0.3.4}/llama-cpp-turboquant/common/ngram-cache.h +0 -0
- {localcode-0.3.2 → localcode-0.3.4}/llama-cpp-turboquant/common/ngram-map.cpp +0 -0
- {localcode-0.3.2 → localcode-0.3.4}/llama-cpp-turboquant/common/ngram-map.h +0 -0
- {localcode-0.3.2 → localcode-0.3.4}/llama-cpp-turboquant/common/ngram-mod.cpp +0 -0
- {localcode-0.3.2 → localcode-0.3.4}/llama-cpp-turboquant/common/ngram-mod.h +0 -0
- {localcode-0.3.2 → localcode-0.3.4}/llama-cpp-turboquant/common/peg-parser.cpp +0 -0
- {localcode-0.3.2 → localcode-0.3.4}/llama-cpp-turboquant/common/peg-parser.h +0 -0
- {localcode-0.3.2 → localcode-0.3.4}/llama-cpp-turboquant/common/preset.cpp +0 -0
- {localcode-0.3.2 → localcode-0.3.4}/llama-cpp-turboquant/common/preset.h +0 -0
- {localcode-0.3.2 → localcode-0.3.4}/llama-cpp-turboquant/common/reasoning-budget.cpp +0 -0
- {localcode-0.3.2 → localcode-0.3.4}/llama-cpp-turboquant/common/reasoning-budget.h +0 -0
- {localcode-0.3.2 → localcode-0.3.4}/llama-cpp-turboquant/common/regex-partial.cpp +0 -0
- {localcode-0.3.2 → localcode-0.3.4}/llama-cpp-turboquant/common/regex-partial.h +0 -0
- {localcode-0.3.2 → localcode-0.3.4}/llama-cpp-turboquant/common/sampling.cpp +0 -0
- {localcode-0.3.2 → localcode-0.3.4}/llama-cpp-turboquant/common/sampling.h +0 -0
- {localcode-0.3.2 → localcode-0.3.4}/llama-cpp-turboquant/common/speculative.cpp +0 -0
- {localcode-0.3.2 → localcode-0.3.4}/llama-cpp-turboquant/common/speculative.h +0 -0
- {localcode-0.3.2 → localcode-0.3.4}/llama-cpp-turboquant/common/unicode.cpp +0 -0
- {localcode-0.3.2 → localcode-0.3.4}/llama-cpp-turboquant/common/unicode.h +0 -0
- {localcode-0.3.2 → localcode-0.3.4}/llama-cpp-turboquant/ggml/include/ggml-alloc.h +0 -0
- {localcode-0.3.2 → localcode-0.3.4}/llama-cpp-turboquant/ggml/include/ggml-backend.h +0 -0
- {localcode-0.3.2 → localcode-0.3.4}/llama-cpp-turboquant/ggml/include/ggml-blas.h +0 -0
- {localcode-0.3.2 → localcode-0.3.4}/llama-cpp-turboquant/ggml/include/ggml-cann.h +0 -0
- {localcode-0.3.2 → localcode-0.3.4}/llama-cpp-turboquant/ggml/include/ggml-cpp.h +0 -0
- {localcode-0.3.2 → localcode-0.3.4}/llama-cpp-turboquant/ggml/include/ggml-cpu.h +0 -0
- {localcode-0.3.2 → localcode-0.3.4}/llama-cpp-turboquant/ggml/include/ggml-cuda.h +0 -0
- {localcode-0.3.2 → localcode-0.3.4}/llama-cpp-turboquant/ggml/include/ggml-hexagon.h +0 -0
- {localcode-0.3.2 → localcode-0.3.4}/llama-cpp-turboquant/ggml/include/ggml-metal.h +0 -0
- {localcode-0.3.2 → localcode-0.3.4}/llama-cpp-turboquant/ggml/include/ggml-opencl.h +0 -0
- {localcode-0.3.2 → localcode-0.3.4}/llama-cpp-turboquant/ggml/include/ggml-openvino.h +0 -0
- {localcode-0.3.2 → localcode-0.3.4}/llama-cpp-turboquant/ggml/include/ggml-opt.h +0 -0
- {localcode-0.3.2 → localcode-0.3.4}/llama-cpp-turboquant/ggml/include/ggml-rpc.h +0 -0
- {localcode-0.3.2 → localcode-0.3.4}/llama-cpp-turboquant/ggml/include/ggml-sycl.h +0 -0
- {localcode-0.3.2 → localcode-0.3.4}/llama-cpp-turboquant/ggml/include/ggml-virtgpu.h +0 -0
- {localcode-0.3.2 → localcode-0.3.4}/llama-cpp-turboquant/ggml/include/ggml-vulkan.h +0 -0
- {localcode-0.3.2 → localcode-0.3.4}/llama-cpp-turboquant/ggml/include/ggml-webgpu.h +0 -0
- {localcode-0.3.2 → localcode-0.3.4}/llama-cpp-turboquant/ggml/include/ggml-zdnn.h +0 -0
- {localcode-0.3.2 → localcode-0.3.4}/llama-cpp-turboquant/ggml/include/ggml-zendnn.h +0 -0
- {localcode-0.3.2 → localcode-0.3.4}/llama-cpp-turboquant/ggml/include/ggml.h +0 -0
- {localcode-0.3.2 → localcode-0.3.4}/llama-cpp-turboquant/ggml/include/gguf.h +0 -0
- {localcode-0.3.2 → localcode-0.3.4}/llama-cpp-turboquant/ggml/src/CMakeLists.txt +0 -0
- {localcode-0.3.2 → localcode-0.3.4}/llama-cpp-turboquant/ggml/src/ggml-alloc.c +0 -0
- {localcode-0.3.2 → localcode-0.3.4}/llama-cpp-turboquant/ggml/src/ggml-backend-dl.cpp +0 -0
- {localcode-0.3.2 → localcode-0.3.4}/llama-cpp-turboquant/ggml/src/ggml-backend-dl.h +0 -0
- {localcode-0.3.2 → localcode-0.3.4}/llama-cpp-turboquant/ggml/src/ggml-backend-impl.h +0 -0
- {localcode-0.3.2 → localcode-0.3.4}/llama-cpp-turboquant/ggml/src/ggml-backend-reg.cpp +0 -0
- {localcode-0.3.2 → localcode-0.3.4}/llama-cpp-turboquant/ggml/src/ggml-backend.cpp +0 -0
- {localcode-0.3.2 → localcode-0.3.4}/llama-cpp-turboquant/ggml/src/ggml-blas/CMakeLists.txt +0 -0
- {localcode-0.3.2 → localcode-0.3.4}/llama-cpp-turboquant/ggml/src/ggml-blas/ggml-blas.cpp +0 -0
- {localcode-0.3.2 → localcode-0.3.4}/llama-cpp-turboquant/ggml/src/ggml-cann/CMakeLists.txt +0 -0
- {localcode-0.3.2 → localcode-0.3.4}/llama-cpp-turboquant/ggml/src/ggml-cann/acl_tensor.cpp +0 -0
- {localcode-0.3.2 → localcode-0.3.4}/llama-cpp-turboquant/ggml/src/ggml-cann/acl_tensor.h +0 -0
- {localcode-0.3.2 → localcode-0.3.4}/llama-cpp-turboquant/ggml/src/ggml-cann/aclnn_ops.cpp +0 -0
- {localcode-0.3.2 → localcode-0.3.4}/llama-cpp-turboquant/ggml/src/ggml-cann/aclnn_ops.h +0 -0
- {localcode-0.3.2 → localcode-0.3.4}/llama-cpp-turboquant/ggml/src/ggml-cann/common.h +0 -0
- {localcode-0.3.2 → localcode-0.3.4}/llama-cpp-turboquant/ggml/src/ggml-cann/ggml-cann.cpp +0 -0
- {localcode-0.3.2 → localcode-0.3.4}/llama-cpp-turboquant/ggml/src/ggml-common.h +0 -0
- {localcode-0.3.2 → localcode-0.3.4}/llama-cpp-turboquant/ggml/src/ggml-cpu/CMakeLists.txt +0 -0
- {localcode-0.3.2 → localcode-0.3.4}/llama-cpp-turboquant/ggml/src/ggml-cpu/amx/amx.cpp +0 -0
- {localcode-0.3.2 → localcode-0.3.4}/llama-cpp-turboquant/ggml/src/ggml-cpu/amx/amx.h +0 -0
- {localcode-0.3.2 → localcode-0.3.4}/llama-cpp-turboquant/ggml/src/ggml-cpu/amx/common.h +0 -0
- {localcode-0.3.2 → localcode-0.3.4}/llama-cpp-turboquant/ggml/src/ggml-cpu/amx/mmq.cpp +0 -0
- {localcode-0.3.2 → localcode-0.3.4}/llama-cpp-turboquant/ggml/src/ggml-cpu/amx/mmq.h +0 -0
- {localcode-0.3.2 → localcode-0.3.4}/llama-cpp-turboquant/ggml/src/ggml-cpu/arch/arm/cpu-feats.cpp +0 -0
- {localcode-0.3.2 → localcode-0.3.4}/llama-cpp-turboquant/ggml/src/ggml-cpu/arch/arm/quants.c +0 -0
- {localcode-0.3.2 → localcode-0.3.4}/llama-cpp-turboquant/ggml/src/ggml-cpu/arch/arm/repack.cpp +0 -0
- {localcode-0.3.2 → localcode-0.3.4}/llama-cpp-turboquant/ggml/src/ggml-cpu/arch/loongarch/quants.c +0 -0
- {localcode-0.3.2 → localcode-0.3.4}/llama-cpp-turboquant/ggml/src/ggml-cpu/arch/powerpc/cpu-feats.cpp +0 -0
- {localcode-0.3.2 → localcode-0.3.4}/llama-cpp-turboquant/ggml/src/ggml-cpu/arch/powerpc/quants.c +0 -0
- {localcode-0.3.2 → localcode-0.3.4}/llama-cpp-turboquant/ggml/src/ggml-cpu/arch/riscv/cpu-feats.cpp +0 -0
- {localcode-0.3.2 → localcode-0.3.4}/llama-cpp-turboquant/ggml/src/ggml-cpu/arch/riscv/quants.c +0 -0
- {localcode-0.3.2 → localcode-0.3.4}/llama-cpp-turboquant/ggml/src/ggml-cpu/arch/riscv/repack.cpp +0 -0
- {localcode-0.3.2 → localcode-0.3.4}/llama-cpp-turboquant/ggml/src/ggml-cpu/arch/s390/cpu-feats.cpp +0 -0
- {localcode-0.3.2 → localcode-0.3.4}/llama-cpp-turboquant/ggml/src/ggml-cpu/arch/s390/quants.c +0 -0
- {localcode-0.3.2 → localcode-0.3.4}/llama-cpp-turboquant/ggml/src/ggml-cpu/arch/wasm/quants.c +0 -0
- {localcode-0.3.2 → localcode-0.3.4}/llama-cpp-turboquant/ggml/src/ggml-cpu/arch/x86/cpu-feats.cpp +0 -0
- {localcode-0.3.2 → localcode-0.3.4}/llama-cpp-turboquant/ggml/src/ggml-cpu/arch/x86/quants.c +0 -0
- {localcode-0.3.2 → localcode-0.3.4}/llama-cpp-turboquant/ggml/src/ggml-cpu/arch/x86/repack.cpp +0 -0
- {localcode-0.3.2 → localcode-0.3.4}/llama-cpp-turboquant/ggml/src/ggml-cpu/arch-fallback.h +0 -0
- {localcode-0.3.2 → localcode-0.3.4}/llama-cpp-turboquant/ggml/src/ggml-cpu/binary-ops.cpp +0 -0
- {localcode-0.3.2 → localcode-0.3.4}/llama-cpp-turboquant/ggml/src/ggml-cpu/binary-ops.h +0 -0
- {localcode-0.3.2 → localcode-0.3.4}/llama-cpp-turboquant/ggml/src/ggml-cpu/cmake/FindSIMD.cmake +0 -0
- {localcode-0.3.2 → localcode-0.3.4}/llama-cpp-turboquant/ggml/src/ggml-cpu/common.h +0 -0
- {localcode-0.3.2 → localcode-0.3.4}/llama-cpp-turboquant/ggml/src/ggml-cpu/ggml-cpu-impl.h +0 -0
- {localcode-0.3.2 → localcode-0.3.4}/llama-cpp-turboquant/ggml/src/ggml-cpu/ggml-cpu.c +0 -0
- {localcode-0.3.2 → localcode-0.3.4}/llama-cpp-turboquant/ggml/src/ggml-cpu/ggml-cpu.cpp +0 -0
- {localcode-0.3.2 → localcode-0.3.4}/llama-cpp-turboquant/ggml/src/ggml-cpu/hbm.cpp +0 -0
- {localcode-0.3.2 → localcode-0.3.4}/llama-cpp-turboquant/ggml/src/ggml-cpu/hbm.h +0 -0
- {localcode-0.3.2 → localcode-0.3.4}/llama-cpp-turboquant/ggml/src/ggml-cpu/kleidiai/kernels.cpp +0 -0
- {localcode-0.3.2 → localcode-0.3.4}/llama-cpp-turboquant/ggml/src/ggml-cpu/kleidiai/kernels.h +0 -0
- {localcode-0.3.2 → localcode-0.3.4}/llama-cpp-turboquant/ggml/src/ggml-cpu/kleidiai/kleidiai.cpp +0 -0
- {localcode-0.3.2 → localcode-0.3.4}/llama-cpp-turboquant/ggml/src/ggml-cpu/kleidiai/kleidiai.h +0 -0
- {localcode-0.3.2 → localcode-0.3.4}/llama-cpp-turboquant/ggml/src/ggml-cpu/llamafile/sgemm.cpp +0 -0
- {localcode-0.3.2 → localcode-0.3.4}/llama-cpp-turboquant/ggml/src/ggml-cpu/llamafile/sgemm.h +0 -0
- {localcode-0.3.2 → localcode-0.3.4}/llama-cpp-turboquant/ggml/src/ggml-cpu/ops.cpp +0 -0
- {localcode-0.3.2 → localcode-0.3.4}/llama-cpp-turboquant/ggml/src/ggml-cpu/ops.h +0 -0
- {localcode-0.3.2 → localcode-0.3.4}/llama-cpp-turboquant/ggml/src/ggml-cpu/quants.c +0 -0
- {localcode-0.3.2 → localcode-0.3.4}/llama-cpp-turboquant/ggml/src/ggml-cpu/quants.h +0 -0
- {localcode-0.3.2 → localcode-0.3.4}/llama-cpp-turboquant/ggml/src/ggml-cpu/repack.cpp +0 -0
- {localcode-0.3.2 → localcode-0.3.4}/llama-cpp-turboquant/ggml/src/ggml-cpu/repack.h +0 -0
- {localcode-0.3.2 → localcode-0.3.4}/llama-cpp-turboquant/ggml/src/ggml-cpu/simd-gemm.h +0 -0
- {localcode-0.3.2 → localcode-0.3.4}/llama-cpp-turboquant/ggml/src/ggml-cpu/simd-mappings.h +0 -0
- {localcode-0.3.2 → localcode-0.3.4}/llama-cpp-turboquant/ggml/src/ggml-cpu/spacemit/ime.cpp +0 -0
- {localcode-0.3.2 → localcode-0.3.4}/llama-cpp-turboquant/ggml/src/ggml-cpu/spacemit/ime.h +0 -0
- {localcode-0.3.2 → localcode-0.3.4}/llama-cpp-turboquant/ggml/src/ggml-cpu/spacemit/ime1_kernels.cpp +0 -0
- {localcode-0.3.2 → localcode-0.3.4}/llama-cpp-turboquant/ggml/src/ggml-cpu/spacemit/ime_kernels.h +0 -0
- {localcode-0.3.2 → localcode-0.3.4}/llama-cpp-turboquant/ggml/src/ggml-cpu/traits.cpp +0 -0
- {localcode-0.3.2 → localcode-0.3.4}/llama-cpp-turboquant/ggml/src/ggml-cpu/traits.h +0 -0
- {localcode-0.3.2 → localcode-0.3.4}/llama-cpp-turboquant/ggml/src/ggml-cpu/unary-ops.cpp +0 -0
- {localcode-0.3.2 → localcode-0.3.4}/llama-cpp-turboquant/ggml/src/ggml-cpu/unary-ops.h +0 -0
- {localcode-0.3.2 → localcode-0.3.4}/llama-cpp-turboquant/ggml/src/ggml-cpu/vec.cpp +0 -0
- {localcode-0.3.2 → localcode-0.3.4}/llama-cpp-turboquant/ggml/src/ggml-cpu/vec.h +0 -0
- {localcode-0.3.2 → localcode-0.3.4}/llama-cpp-turboquant/ggml/src/ggml-cuda/CMakeLists.txt +0 -0
- {localcode-0.3.2 → localcode-0.3.4}/llama-cpp-turboquant/ggml/src/ggml-cuda/vendors/cuda.h +0 -0
- {localcode-0.3.2 → localcode-0.3.4}/llama-cpp-turboquant/ggml/src/ggml-cuda/vendors/hip.h +0 -0
- {localcode-0.3.2 → localcode-0.3.4}/llama-cpp-turboquant/ggml/src/ggml-cuda/vendors/musa.h +0 -0
- {localcode-0.3.2 → localcode-0.3.4}/llama-cpp-turboquant/ggml/src/ggml-hexagon/CMakeLists.txt +0 -0
- {localcode-0.3.2 → localcode-0.3.4}/llama-cpp-turboquant/ggml/src/ggml-hexagon/ggml-hexagon.cpp +0 -0
- {localcode-0.3.2 → localcode-0.3.4}/llama-cpp-turboquant/ggml/src/ggml-hexagon/htp/CMakeLists.txt +0 -0
- {localcode-0.3.2 → localcode-0.3.4}/llama-cpp-turboquant/ggml/src/ggml-hexagon/htp/act-ops.c +0 -0
- {localcode-0.3.2 → localcode-0.3.4}/llama-cpp-turboquant/ggml/src/ggml-hexagon/htp/argsort-ops.c +0 -0
- {localcode-0.3.2 → localcode-0.3.4}/llama-cpp-turboquant/ggml/src/ggml-hexagon/htp/binary-ops.c +0 -0
- {localcode-0.3.2 → localcode-0.3.4}/llama-cpp-turboquant/ggml/src/ggml-hexagon/htp/cmake-toolchain.cmake +0 -0
- {localcode-0.3.2 → localcode-0.3.4}/llama-cpp-turboquant/ggml/src/ggml-hexagon/htp/cpy-ops.c +0 -0
- {localcode-0.3.2 → localcode-0.3.4}/llama-cpp-turboquant/ggml/src/ggml-hexagon/htp/cumsum-ops.c +0 -0
- {localcode-0.3.2 → localcode-0.3.4}/llama-cpp-turboquant/ggml/src/ggml-hexagon/htp/flash-attn-ops.c +0 -0
- {localcode-0.3.2 → localcode-0.3.4}/llama-cpp-turboquant/ggml/src/ggml-hexagon/htp/get-rows-ops.c +0 -0
- {localcode-0.3.2 → localcode-0.3.4}/llama-cpp-turboquant/ggml/src/ggml-hexagon/htp/hex-dma.c +0 -0
- {localcode-0.3.2 → localcode-0.3.4}/llama-cpp-turboquant/ggml/src/ggml-hexagon/htp/hex-dma.h +0 -0
- {localcode-0.3.2 → localcode-0.3.4}/llama-cpp-turboquant/ggml/src/ggml-hexagon/htp/hex-dump.h +0 -0
- {localcode-0.3.2 → localcode-0.3.4}/llama-cpp-turboquant/ggml/src/ggml-hexagon/htp/hex-fastdiv.h +0 -0
- {localcode-0.3.2 → localcode-0.3.4}/llama-cpp-turboquant/ggml/src/ggml-hexagon/htp/hex-utils.h +0 -0
- {localcode-0.3.2 → localcode-0.3.4}/llama-cpp-turboquant/ggml/src/ggml-hexagon/htp/hmx-matmul-ops.c +0 -0
- {localcode-0.3.2 → localcode-0.3.4}/llama-cpp-turboquant/ggml/src/ggml-hexagon/htp/hmx-ops.h +0 -0
- {localcode-0.3.2 → localcode-0.3.4}/llama-cpp-turboquant/ggml/src/ggml-hexagon/htp/hmx-profile.h +0 -0
- {localcode-0.3.2 → localcode-0.3.4}/llama-cpp-turboquant/ggml/src/ggml-hexagon/htp/hmx-utils.h +0 -0
- {localcode-0.3.2 → localcode-0.3.4}/llama-cpp-turboquant/ggml/src/ggml-hexagon/htp/htp-ctx.h +0 -0
- {localcode-0.3.2 → localcode-0.3.4}/llama-cpp-turboquant/ggml/src/ggml-hexagon/htp/htp-msg.h +0 -0
- {localcode-0.3.2 → localcode-0.3.4}/llama-cpp-turboquant/ggml/src/ggml-hexagon/htp/htp-ops.h +0 -0
- {localcode-0.3.2 → localcode-0.3.4}/llama-cpp-turboquant/ggml/src/ggml-hexagon/htp/hvx-arith.h +0 -0
- {localcode-0.3.2 → localcode-0.3.4}/llama-cpp-turboquant/ggml/src/ggml-hexagon/htp/hvx-base.h +0 -0
- {localcode-0.3.2 → localcode-0.3.4}/llama-cpp-turboquant/ggml/src/ggml-hexagon/htp/hvx-copy.h +0 -0
- {localcode-0.3.2 → localcode-0.3.4}/llama-cpp-turboquant/ggml/src/ggml-hexagon/htp/hvx-div.h +0 -0
- {localcode-0.3.2 → localcode-0.3.4}/llama-cpp-turboquant/ggml/src/ggml-hexagon/htp/hvx-dump.h +0 -0
- {localcode-0.3.2 → localcode-0.3.4}/llama-cpp-turboquant/ggml/src/ggml-hexagon/htp/hvx-exp.h +0 -0
- {localcode-0.3.2 → localcode-0.3.4}/llama-cpp-turboquant/ggml/src/ggml-hexagon/htp/hvx-floor.h +0 -0
- {localcode-0.3.2 → localcode-0.3.4}/llama-cpp-turboquant/ggml/src/ggml-hexagon/htp/hvx-inverse.h +0 -0
- {localcode-0.3.2 → localcode-0.3.4}/llama-cpp-turboquant/ggml/src/ggml-hexagon/htp/hvx-reduce.h +0 -0
- {localcode-0.3.2 → localcode-0.3.4}/llama-cpp-turboquant/ggml/src/ggml-hexagon/htp/hvx-scale.h +0 -0
- {localcode-0.3.2 → localcode-0.3.4}/llama-cpp-turboquant/ggml/src/ggml-hexagon/htp/hvx-sigmoid.h +0 -0
- {localcode-0.3.2 → localcode-0.3.4}/llama-cpp-turboquant/ggml/src/ggml-hexagon/htp/hvx-sqrt.h +0 -0
- {localcode-0.3.2 → localcode-0.3.4}/llama-cpp-turboquant/ggml/src/ggml-hexagon/htp/hvx-types.h +0 -0
- {localcode-0.3.2 → localcode-0.3.4}/llama-cpp-turboquant/ggml/src/ggml-hexagon/htp/hvx-utils.h +0 -0
- {localcode-0.3.2 → localcode-0.3.4}/llama-cpp-turboquant/ggml/src/ggml-hexagon/htp/main.c +0 -0
- {localcode-0.3.2 → localcode-0.3.4}/llama-cpp-turboquant/ggml/src/ggml-hexagon/htp/matmul-ops.c +0 -0
- {localcode-0.3.2 → localcode-0.3.4}/llama-cpp-turboquant/ggml/src/ggml-hexagon/htp/repeat-ops.c +0 -0
- {localcode-0.3.2 → localcode-0.3.4}/llama-cpp-turboquant/ggml/src/ggml-hexagon/htp/rope-ops.c +0 -0
- {localcode-0.3.2 → localcode-0.3.4}/llama-cpp-turboquant/ggml/src/ggml-hexagon/htp/set-rows-ops.c +0 -0
- {localcode-0.3.2 → localcode-0.3.4}/llama-cpp-turboquant/ggml/src/ggml-hexagon/htp/softmax-ops.c +0 -0
- {localcode-0.3.2 → localcode-0.3.4}/llama-cpp-turboquant/ggml/src/ggml-hexagon/htp/ssm-conv.c +0 -0
- {localcode-0.3.2 → localcode-0.3.4}/llama-cpp-turboquant/ggml/src/ggml-hexagon/htp/sum-rows-ops.c +0 -0
- {localcode-0.3.2 → localcode-0.3.4}/llama-cpp-turboquant/ggml/src/ggml-hexagon/htp/unary-ops.c +0 -0
- {localcode-0.3.2 → localcode-0.3.4}/llama-cpp-turboquant/ggml/src/ggml-hexagon/htp/worker-pool.c +0 -0
- {localcode-0.3.2 → localcode-0.3.4}/llama-cpp-turboquant/ggml/src/ggml-hexagon/htp/worker-pool.h +0 -0
- {localcode-0.3.2 → localcode-0.3.4}/llama-cpp-turboquant/ggml/src/ggml-hexagon/htp-drv.cpp +0 -0
- {localcode-0.3.2 → localcode-0.3.4}/llama-cpp-turboquant/ggml/src/ggml-hexagon/htp-drv.h +0 -0
- {localcode-0.3.2 → localcode-0.3.4}/llama-cpp-turboquant/ggml/src/ggml-hexagon/libdl.h +0 -0
- {localcode-0.3.2 → localcode-0.3.4}/llama-cpp-turboquant/ggml/src/ggml-hexagon/op-desc.h +0 -0
- {localcode-0.3.2 → localcode-0.3.4}/llama-cpp-turboquant/ggml/src/ggml-hip/CMakeLists.txt +0 -0
- {localcode-0.3.2 → localcode-0.3.4}/llama-cpp-turboquant/ggml/src/ggml-impl.h +0 -0
- {localcode-0.3.2 → localcode-0.3.4}/llama-cpp-turboquant/ggml/src/ggml-metal/CMakeLists.txt +0 -0
- {localcode-0.3.2 → localcode-0.3.4}/llama-cpp-turboquant/ggml/src/ggml-metal/ggml-metal-common.cpp +0 -0
- {localcode-0.3.2 → localcode-0.3.4}/llama-cpp-turboquant/ggml/src/ggml-metal/ggml-metal-common.h +0 -0
- {localcode-0.3.2 → localcode-0.3.4}/llama-cpp-turboquant/ggml/src/ggml-metal/ggml-metal-context.h +0 -0
- {localcode-0.3.2 → localcode-0.3.4}/llama-cpp-turboquant/ggml/src/ggml-metal/ggml-metal-context.m +0 -0
- {localcode-0.3.2 → localcode-0.3.4}/llama-cpp-turboquant/ggml/src/ggml-metal/ggml-metal-device.cpp +0 -0
- {localcode-0.3.2 → localcode-0.3.4}/llama-cpp-turboquant/ggml/src/ggml-metal/ggml-metal-device.h +0 -0
- {localcode-0.3.2 → localcode-0.3.4}/llama-cpp-turboquant/ggml/src/ggml-metal/ggml-metal-device.m +0 -0
- {localcode-0.3.2 → localcode-0.3.4}/llama-cpp-turboquant/ggml/src/ggml-metal/ggml-metal-impl.h +0 -0
- {localcode-0.3.2 → localcode-0.3.4}/llama-cpp-turboquant/ggml/src/ggml-metal/ggml-metal-ops.cpp +0 -0
- {localcode-0.3.2 → localcode-0.3.4}/llama-cpp-turboquant/ggml/src/ggml-metal/ggml-metal-ops.h +0 -0
- {localcode-0.3.2 → localcode-0.3.4}/llama-cpp-turboquant/ggml/src/ggml-metal/ggml-metal.cpp +0 -0
- {localcode-0.3.2 → localcode-0.3.4}/llama-cpp-turboquant/ggml/src/ggml-metal/ggml-metal.metal +0 -0
- {localcode-0.3.2 → localcode-0.3.4}/llama-cpp-turboquant/ggml/src/ggml-metal/turbo-matrices.h +0 -0
- {localcode-0.3.2 → localcode-0.3.4}/llama-cpp-turboquant/ggml/src/ggml-metal/turbo-wht.h +0 -0
- {localcode-0.3.2 → localcode-0.3.4}/llama-cpp-turboquant/ggml/src/ggml-musa/CMakeLists.txt +0 -0
- {localcode-0.3.2 → localcode-0.3.4}/llama-cpp-turboquant/ggml/src/ggml-opencl/CMakeLists.txt +0 -0
- {localcode-0.3.2 → localcode-0.3.4}/llama-cpp-turboquant/ggml/src/ggml-opencl/ggml-opencl.cpp +0 -0
- {localcode-0.3.2 → localcode-0.3.4}/llama-cpp-turboquant/ggml/src/ggml-openvino/CMakeLists.txt +0 -0
- {localcode-0.3.2 → localcode-0.3.4}/llama-cpp-turboquant/ggml/src/ggml-openvino/ggml-decoder.cpp +0 -0
- {localcode-0.3.2 → localcode-0.3.4}/llama-cpp-turboquant/ggml/src/ggml-openvino/ggml-decoder.h +0 -0
- {localcode-0.3.2 → localcode-0.3.4}/llama-cpp-turboquant/ggml/src/ggml-openvino/ggml-openvino-extra.cpp +0 -0
- {localcode-0.3.2 → localcode-0.3.4}/llama-cpp-turboquant/ggml/src/ggml-openvino/ggml-openvino-extra.h +0 -0
- {localcode-0.3.2 → localcode-0.3.4}/llama-cpp-turboquant/ggml/src/ggml-openvino/ggml-openvino.cpp +0 -0
- {localcode-0.3.2 → localcode-0.3.4}/llama-cpp-turboquant/ggml/src/ggml-openvino/ggml-quants.cpp +0 -0
- {localcode-0.3.2 → localcode-0.3.4}/llama-cpp-turboquant/ggml/src/ggml-openvino/ggml-quants.h +0 -0
- {localcode-0.3.2 → localcode-0.3.4}/llama-cpp-turboquant/ggml/src/ggml-openvino/openvino/decoder.h +0 -0
- {localcode-0.3.2 → localcode-0.3.4}/llama-cpp-turboquant/ggml/src/ggml-openvino/openvino/frontend.cpp +0 -0
- {localcode-0.3.2 → localcode-0.3.4}/llama-cpp-turboquant/ggml/src/ggml-openvino/openvino/frontend.h +0 -0
- {localcode-0.3.2 → localcode-0.3.4}/llama-cpp-turboquant/ggml/src/ggml-openvino/openvino/input_model.cpp +0 -0
- {localcode-0.3.2 → localcode-0.3.4}/llama-cpp-turboquant/ggml/src/ggml-openvino/openvino/input_model.h +0 -0
- {localcode-0.3.2 → localcode-0.3.4}/llama-cpp-turboquant/ggml/src/ggml-openvino/openvino/node_context.h +0 -0
- {localcode-0.3.2 → localcode-0.3.4}/llama-cpp-turboquant/ggml/src/ggml-openvino/openvino/op/cont.cpp +0 -0
- {localcode-0.3.2 → localcode-0.3.4}/llama-cpp-turboquant/ggml/src/ggml-openvino/openvino/op/cpy.cpp +0 -0
- {localcode-0.3.2 → localcode-0.3.4}/llama-cpp-turboquant/ggml/src/ggml-openvino/openvino/op/flash_attn_ext.cpp +0 -0
- {localcode-0.3.2 → localcode-0.3.4}/llama-cpp-turboquant/ggml/src/ggml-openvino/openvino/op/get_rows.cpp +0 -0
- {localcode-0.3.2 → localcode-0.3.4}/llama-cpp-turboquant/ggml/src/ggml-openvino/openvino/op/glu_geglu.cpp +0 -0
- {localcode-0.3.2 → localcode-0.3.4}/llama-cpp-turboquant/ggml/src/ggml-openvino/openvino/op/glu_swiglu.cpp +0 -0
- {localcode-0.3.2 → localcode-0.3.4}/llama-cpp-turboquant/ggml/src/ggml-openvino/openvino/op/mulmat.cpp +0 -0
- {localcode-0.3.2 → localcode-0.3.4}/llama-cpp-turboquant/ggml/src/ggml-openvino/openvino/op/permute.cpp +0 -0
- {localcode-0.3.2 → localcode-0.3.4}/llama-cpp-turboquant/ggml/src/ggml-openvino/openvino/op/reshape.cpp +0 -0
- {localcode-0.3.2 → localcode-0.3.4}/llama-cpp-turboquant/ggml/src/ggml-openvino/openvino/op/rms_norm.cpp +0 -0
- {localcode-0.3.2 → localcode-0.3.4}/llama-cpp-turboquant/ggml/src/ggml-openvino/openvino/op/rope.cpp +0 -0
- {localcode-0.3.2 → localcode-0.3.4}/llama-cpp-turboquant/ggml/src/ggml-openvino/openvino/op/scale.cpp +0 -0
- {localcode-0.3.2 → localcode-0.3.4}/llama-cpp-turboquant/ggml/src/ggml-openvino/openvino/op/set_rows.cpp +0 -0
- {localcode-0.3.2 → localcode-0.3.4}/llama-cpp-turboquant/ggml/src/ggml-openvino/openvino/op/softmax.cpp +0 -0
- {localcode-0.3.2 → localcode-0.3.4}/llama-cpp-turboquant/ggml/src/ggml-openvino/openvino/op/transpose.cpp +0 -0
- {localcode-0.3.2 → localcode-0.3.4}/llama-cpp-turboquant/ggml/src/ggml-openvino/openvino/op/unary_silu.cpp +0 -0
- {localcode-0.3.2 → localcode-0.3.4}/llama-cpp-turboquant/ggml/src/ggml-openvino/openvino/op/view.cpp +0 -0
- {localcode-0.3.2 → localcode-0.3.4}/llama-cpp-turboquant/ggml/src/ggml-openvino/openvino/op_table.cpp +0 -0
- {localcode-0.3.2 → localcode-0.3.4}/llama-cpp-turboquant/ggml/src/ggml-openvino/openvino/op_table.h +0 -0
- {localcode-0.3.2 → localcode-0.3.4}/llama-cpp-turboquant/ggml/src/ggml-openvino/openvino/pass/eliminate_zp.cpp +0 -0
- {localcode-0.3.2 → localcode-0.3.4}/llama-cpp-turboquant/ggml/src/ggml-openvino/openvino/pass/eliminate_zp.h +0 -0
- {localcode-0.3.2 → localcode-0.3.4}/llama-cpp-turboquant/ggml/src/ggml-openvino/openvino/pass/fuse_to_sdpa.cpp +0 -0
- {localcode-0.3.2 → localcode-0.3.4}/llama-cpp-turboquant/ggml/src/ggml-openvino/openvino/pass/fuse_to_sdpa.h +0 -0
- {localcode-0.3.2 → localcode-0.3.4}/llama-cpp-turboquant/ggml/src/ggml-openvino/openvino/pass/mark_decompression_convert_constant_folding.h +0 -0
- {localcode-0.3.2 → localcode-0.3.4}/llama-cpp-turboquant/ggml/src/ggml-openvino/openvino/pass/squeeze_matmul.cpp +0 -0
- {localcode-0.3.2 → localcode-0.3.4}/llama-cpp-turboquant/ggml/src/ggml-openvino/openvino/pass/squeeze_matmul.h +0 -0
- {localcode-0.3.2 → localcode-0.3.4}/llama-cpp-turboquant/ggml/src/ggml-openvino/openvino/translate_session.cpp +0 -0
- {localcode-0.3.2 → localcode-0.3.4}/llama-cpp-turboquant/ggml/src/ggml-openvino/openvino/translate_session.h +0 -0
- {localcode-0.3.2 → localcode-0.3.4}/llama-cpp-turboquant/ggml/src/ggml-openvino/openvino/utils.cpp +0 -0
- {localcode-0.3.2 → localcode-0.3.4}/llama-cpp-turboquant/ggml/src/ggml-openvino/openvino/utils.h +0 -0
- {localcode-0.3.2 → localcode-0.3.4}/llama-cpp-turboquant/ggml/src/ggml-openvino/utils.cpp +0 -0
- {localcode-0.3.2 → localcode-0.3.4}/llama-cpp-turboquant/ggml/src/ggml-openvino/utils.h +0 -0
- {localcode-0.3.2 → localcode-0.3.4}/llama-cpp-turboquant/ggml/src/ggml-opt.cpp +0 -0
- {localcode-0.3.2 → localcode-0.3.4}/llama-cpp-turboquant/ggml/src/ggml-quants.c +0 -0
- {localcode-0.3.2 → localcode-0.3.4}/llama-cpp-turboquant/ggml/src/ggml-quants.h +0 -0
- {localcode-0.3.2 → localcode-0.3.4}/llama-cpp-turboquant/ggml/src/ggml-rpc/CMakeLists.txt +0 -0
- {localcode-0.3.2 → localcode-0.3.4}/llama-cpp-turboquant/ggml/src/ggml-rpc/ggml-rpc.cpp +0 -0
- {localcode-0.3.2 → localcode-0.3.4}/llama-cpp-turboquant/ggml/src/ggml-sycl/CMakeLists.txt +0 -0
- {localcode-0.3.2 → localcode-0.3.4}/llama-cpp-turboquant/ggml/src/ggml-sycl/add-id.cpp +0 -0
- {localcode-0.3.2 → localcode-0.3.4}/llama-cpp-turboquant/ggml/src/ggml-sycl/add-id.hpp +0 -0
- {localcode-0.3.2 → localcode-0.3.4}/llama-cpp-turboquant/ggml/src/ggml-sycl/backend.hpp +0 -0
- {localcode-0.3.2 → localcode-0.3.4}/llama-cpp-turboquant/ggml/src/ggml-sycl/binbcast.cpp +0 -0
- {localcode-0.3.2 → localcode-0.3.4}/llama-cpp-turboquant/ggml/src/ggml-sycl/binbcast.hpp +0 -0
- {localcode-0.3.2 → localcode-0.3.4}/llama-cpp-turboquant/ggml/src/ggml-sycl/common.cpp +0 -0
- {localcode-0.3.2 → localcode-0.3.4}/llama-cpp-turboquant/ggml/src/ggml-sycl/common.hpp +0 -0
- {localcode-0.3.2 → localcode-0.3.4}/llama-cpp-turboquant/ggml/src/ggml-sycl/concat.cpp +0 -0
- {localcode-0.3.2 → localcode-0.3.4}/llama-cpp-turboquant/ggml/src/ggml-sycl/concat.hpp +0 -0
- {localcode-0.3.2 → localcode-0.3.4}/llama-cpp-turboquant/ggml/src/ggml-sycl/conv.cpp +0 -0
- {localcode-0.3.2 → localcode-0.3.4}/llama-cpp-turboquant/ggml/src/ggml-sycl/conv.hpp +0 -0
- {localcode-0.3.2 → localcode-0.3.4}/llama-cpp-turboquant/ggml/src/ggml-sycl/convert.cpp +0 -0
- {localcode-0.3.2 → localcode-0.3.4}/llama-cpp-turboquant/ggml/src/ggml-sycl/convert.hpp +0 -0
- {localcode-0.3.2 → localcode-0.3.4}/llama-cpp-turboquant/ggml/src/ggml-sycl/count-equal.cpp +0 -0
- {localcode-0.3.2 → localcode-0.3.4}/llama-cpp-turboquant/ggml/src/ggml-sycl/count-equal.hpp +0 -0
- {localcode-0.3.2 → localcode-0.3.4}/llama-cpp-turboquant/ggml/src/ggml-sycl/cpy.cpp +0 -0
- {localcode-0.3.2 → localcode-0.3.4}/llama-cpp-turboquant/ggml/src/ggml-sycl/cpy.hpp +0 -0
- {localcode-0.3.2 → localcode-0.3.4}/llama-cpp-turboquant/ggml/src/ggml-sycl/dequantize.hpp +0 -0
- {localcode-0.3.2 → localcode-0.3.4}/llama-cpp-turboquant/ggml/src/ggml-sycl/dmmv.cpp +0 -0
- {localcode-0.3.2 → localcode-0.3.4}/llama-cpp-turboquant/ggml/src/ggml-sycl/dmmv.hpp +0 -0
- {localcode-0.3.2 → localcode-0.3.4}/llama-cpp-turboquant/ggml/src/ggml-sycl/dpct/helper.hpp +0 -0
- {localcode-0.3.2 → localcode-0.3.4}/llama-cpp-turboquant/ggml/src/ggml-sycl/element_wise.cpp +0 -0
- {localcode-0.3.2 → localcode-0.3.4}/llama-cpp-turboquant/ggml/src/ggml-sycl/element_wise.hpp +0 -0
- {localcode-0.3.2 → localcode-0.3.4}/llama-cpp-turboquant/ggml/src/ggml-sycl/fattn-common.hpp +0 -0
- {localcode-0.3.2 → localcode-0.3.4}/llama-cpp-turboquant/ggml/src/ggml-sycl/fattn-tile.cpp +0 -0
- {localcode-0.3.2 → localcode-0.3.4}/llama-cpp-turboquant/ggml/src/ggml-sycl/fattn-tile.hpp +0 -0
- {localcode-0.3.2 → localcode-0.3.4}/llama-cpp-turboquant/ggml/src/ggml-sycl/fattn-vec.hpp +0 -0
- {localcode-0.3.2 → localcode-0.3.4}/llama-cpp-turboquant/ggml/src/ggml-sycl/fattn.cpp +0 -0
- {localcode-0.3.2 → localcode-0.3.4}/llama-cpp-turboquant/ggml/src/ggml-sycl/fattn.hpp +0 -0
- {localcode-0.3.2 → localcode-0.3.4}/llama-cpp-turboquant/ggml/src/ggml-sycl/gated_delta_net.cpp +0 -0
- {localcode-0.3.2 → localcode-0.3.4}/llama-cpp-turboquant/ggml/src/ggml-sycl/gated_delta_net.hpp +0 -0
- {localcode-0.3.2 → localcode-0.3.4}/llama-cpp-turboquant/ggml/src/ggml-sycl/gemm.hpp +0 -0
- {localcode-0.3.2 → localcode-0.3.4}/llama-cpp-turboquant/ggml/src/ggml-sycl/getrows.cpp +0 -0
- {localcode-0.3.2 → localcode-0.3.4}/llama-cpp-turboquant/ggml/src/ggml-sycl/getrows.hpp +0 -0
- {localcode-0.3.2 → localcode-0.3.4}/llama-cpp-turboquant/ggml/src/ggml-sycl/ggml-sycl.cpp +0 -0
- {localcode-0.3.2 → localcode-0.3.4}/llama-cpp-turboquant/ggml/src/ggml-sycl/gla.cpp +0 -0
- {localcode-0.3.2 → localcode-0.3.4}/llama-cpp-turboquant/ggml/src/ggml-sycl/gla.hpp +0 -0
- {localcode-0.3.2 → localcode-0.3.4}/llama-cpp-turboquant/ggml/src/ggml-sycl/im2col.cpp +0 -0
- {localcode-0.3.2 → localcode-0.3.4}/llama-cpp-turboquant/ggml/src/ggml-sycl/im2col.hpp +0 -0
- {localcode-0.3.2 → localcode-0.3.4}/llama-cpp-turboquant/ggml/src/ggml-sycl/mmq.cpp +0 -0
- {localcode-0.3.2 → localcode-0.3.4}/llama-cpp-turboquant/ggml/src/ggml-sycl/mmq.hpp +0 -0
- {localcode-0.3.2 → localcode-0.3.4}/llama-cpp-turboquant/ggml/src/ggml-sycl/mmvq.cpp +0 -0
- {localcode-0.3.2 → localcode-0.3.4}/llama-cpp-turboquant/ggml/src/ggml-sycl/mmvq.hpp +0 -0
- {localcode-0.3.2 → localcode-0.3.4}/llama-cpp-turboquant/ggml/src/ggml-sycl/norm.cpp +0 -0
- {localcode-0.3.2 → localcode-0.3.4}/llama-cpp-turboquant/ggml/src/ggml-sycl/norm.hpp +0 -0
- {localcode-0.3.2 → localcode-0.3.4}/llama-cpp-turboquant/ggml/src/ggml-sycl/outprod.cpp +0 -0
- {localcode-0.3.2 → localcode-0.3.4}/llama-cpp-turboquant/ggml/src/ggml-sycl/outprod.hpp +0 -0
- {localcode-0.3.2 → localcode-0.3.4}/llama-cpp-turboquant/ggml/src/ggml-sycl/pad.cpp +0 -0
- {localcode-0.3.2 → localcode-0.3.4}/llama-cpp-turboquant/ggml/src/ggml-sycl/pad.hpp +0 -0
- {localcode-0.3.2 → localcode-0.3.4}/llama-cpp-turboquant/ggml/src/ggml-sycl/pad_reflect_1d.cpp +0 -0
- {localcode-0.3.2 → localcode-0.3.4}/llama-cpp-turboquant/ggml/src/ggml-sycl/pad_reflect_1d.hpp +0 -0
- {localcode-0.3.2 → localcode-0.3.4}/llama-cpp-turboquant/ggml/src/ggml-sycl/presets.hpp +0 -0
- {localcode-0.3.2 → localcode-0.3.4}/llama-cpp-turboquant/ggml/src/ggml-sycl/quantize.hpp +0 -0
- {localcode-0.3.2 → localcode-0.3.4}/llama-cpp-turboquant/ggml/src/ggml-sycl/quants.hpp +0 -0
- {localcode-0.3.2 → localcode-0.3.4}/llama-cpp-turboquant/ggml/src/ggml-sycl/repeat_back.cpp +0 -0
- {localcode-0.3.2 → localcode-0.3.4}/llama-cpp-turboquant/ggml/src/ggml-sycl/repeat_back.hpp +0 -0
- {localcode-0.3.2 → localcode-0.3.4}/llama-cpp-turboquant/ggml/src/ggml-sycl/roll.cpp +0 -0
- {localcode-0.3.2 → localcode-0.3.4}/llama-cpp-turboquant/ggml/src/ggml-sycl/roll.hpp +0 -0
- {localcode-0.3.2 → localcode-0.3.4}/llama-cpp-turboquant/ggml/src/ggml-sycl/rope.cpp +0 -0
- {localcode-0.3.2 → localcode-0.3.4}/llama-cpp-turboquant/ggml/src/ggml-sycl/rope.hpp +0 -0
- {localcode-0.3.2 → localcode-0.3.4}/llama-cpp-turboquant/ggml/src/ggml-sycl/set.cpp +0 -0
- {localcode-0.3.2 → localcode-0.3.4}/llama-cpp-turboquant/ggml/src/ggml-sycl/set.hpp +0 -0
- {localcode-0.3.2 → localcode-0.3.4}/llama-cpp-turboquant/ggml/src/ggml-sycl/set_rows.cpp +0 -0
- {localcode-0.3.2 → localcode-0.3.4}/llama-cpp-turboquant/ggml/src/ggml-sycl/set_rows.hpp +0 -0
- {localcode-0.3.2 → localcode-0.3.4}/llama-cpp-turboquant/ggml/src/ggml-sycl/softmax.cpp +0 -0
- {localcode-0.3.2 → localcode-0.3.4}/llama-cpp-turboquant/ggml/src/ggml-sycl/softmax.hpp +0 -0
- {localcode-0.3.2 → localcode-0.3.4}/llama-cpp-turboquant/ggml/src/ggml-sycl/ssm_conv.cpp +0 -0
- {localcode-0.3.2 → localcode-0.3.4}/llama-cpp-turboquant/ggml/src/ggml-sycl/ssm_conv.hpp +0 -0
- {localcode-0.3.2 → localcode-0.3.4}/llama-cpp-turboquant/ggml/src/ggml-sycl/sycl_hw.cpp +0 -0
- {localcode-0.3.2 → localcode-0.3.4}/llama-cpp-turboquant/ggml/src/ggml-sycl/sycl_hw.hpp +0 -0
- {localcode-0.3.2 → localcode-0.3.4}/llama-cpp-turboquant/ggml/src/ggml-sycl/template-instances/fattn-tile-instance-dkq112-dv112.cpp +0 -0
- {localcode-0.3.2 → localcode-0.3.4}/llama-cpp-turboquant/ggml/src/ggml-sycl/template-instances/fattn-tile-instance-dkq128-dv128.cpp +0 -0
- {localcode-0.3.2 → localcode-0.3.4}/llama-cpp-turboquant/ggml/src/ggml-sycl/template-instances/fattn-tile-instance-dkq256-dv256.cpp +0 -0
- {localcode-0.3.2 → localcode-0.3.4}/llama-cpp-turboquant/ggml/src/ggml-sycl/template-instances/fattn-tile-instance-dkq40-dv40.cpp +0 -0
- {localcode-0.3.2 → localcode-0.3.4}/llama-cpp-turboquant/ggml/src/ggml-sycl/template-instances/fattn-tile-instance-dkq576-dv512.cpp +0 -0
- {localcode-0.3.2 → localcode-0.3.4}/llama-cpp-turboquant/ggml/src/ggml-sycl/template-instances/fattn-tile-instance-dkq64-dv64.cpp +0 -0
- {localcode-0.3.2 → localcode-0.3.4}/llama-cpp-turboquant/ggml/src/ggml-sycl/template-instances/fattn-tile-instance-dkq72-dv72.cpp +0 -0
- {localcode-0.3.2 → localcode-0.3.4}/llama-cpp-turboquant/ggml/src/ggml-sycl/template-instances/fattn-tile-instance-dkq80-dv80.cpp +0 -0
- {localcode-0.3.2 → localcode-0.3.4}/llama-cpp-turboquant/ggml/src/ggml-sycl/template-instances/fattn-tile-instance-dkq96-dv96.cpp +0 -0
- {localcode-0.3.2 → localcode-0.3.4}/llama-cpp-turboquant/ggml/src/ggml-sycl/template-instances/fattn-vec-instance-f16-f16.cpp +0 -0
- {localcode-0.3.2 → localcode-0.3.4}/llama-cpp-turboquant/ggml/src/ggml-sycl/template-instances/fattn-vec-instance-f16-q4_0.cpp +0 -0
- {localcode-0.3.2 → localcode-0.3.4}/llama-cpp-turboquant/ggml/src/ggml-sycl/template-instances/fattn-vec-instance-f16-q4_1.cpp +0 -0
- {localcode-0.3.2 → localcode-0.3.4}/llama-cpp-turboquant/ggml/src/ggml-sycl/template-instances/fattn-vec-instance-f16-q5_0.cpp +0 -0
- {localcode-0.3.2 → localcode-0.3.4}/llama-cpp-turboquant/ggml/src/ggml-sycl/template-instances/fattn-vec-instance-f16-q5_1.cpp +0 -0
- {localcode-0.3.2 → localcode-0.3.4}/llama-cpp-turboquant/ggml/src/ggml-sycl/template-instances/fattn-vec-instance-f16-q8_0.cpp +0 -0
- {localcode-0.3.2 → localcode-0.3.4}/llama-cpp-turboquant/ggml/src/ggml-sycl/template-instances/fattn-vec-instance-q4_0-f16.cpp +0 -0
- {localcode-0.3.2 → localcode-0.3.4}/llama-cpp-turboquant/ggml/src/ggml-sycl/template-instances/fattn-vec-instance-q4_0-q4_0.cpp +0 -0
- {localcode-0.3.2 → localcode-0.3.4}/llama-cpp-turboquant/ggml/src/ggml-sycl/template-instances/fattn-vec-instance-q4_0-q4_1.cpp +0 -0
- {localcode-0.3.2 → localcode-0.3.4}/llama-cpp-turboquant/ggml/src/ggml-sycl/template-instances/fattn-vec-instance-q4_0-q5_0.cpp +0 -0
- {localcode-0.3.2 → localcode-0.3.4}/llama-cpp-turboquant/ggml/src/ggml-sycl/template-instances/fattn-vec-instance-q4_0-q5_1.cpp +0 -0
- {localcode-0.3.2 → localcode-0.3.4}/llama-cpp-turboquant/ggml/src/ggml-sycl/template-instances/fattn-vec-instance-q4_0-q8_0.cpp +0 -0
- {localcode-0.3.2 → localcode-0.3.4}/llama-cpp-turboquant/ggml/src/ggml-sycl/template-instances/fattn-vec-instance-q4_1-f16.cpp +0 -0
- {localcode-0.3.2 → localcode-0.3.4}/llama-cpp-turboquant/ggml/src/ggml-sycl/template-instances/fattn-vec-instance-q4_1-q4_0.cpp +0 -0
- {localcode-0.3.2 → localcode-0.3.4}/llama-cpp-turboquant/ggml/src/ggml-sycl/template-instances/fattn-vec-instance-q4_1-q4_1.cpp +0 -0
- {localcode-0.3.2 → localcode-0.3.4}/llama-cpp-turboquant/ggml/src/ggml-sycl/template-instances/fattn-vec-instance-q4_1-q5_0.cpp +0 -0
- {localcode-0.3.2 → localcode-0.3.4}/llama-cpp-turboquant/ggml/src/ggml-sycl/template-instances/fattn-vec-instance-q4_1-q5_1.cpp +0 -0
- {localcode-0.3.2 → localcode-0.3.4}/llama-cpp-turboquant/ggml/src/ggml-sycl/template-instances/fattn-vec-instance-q4_1-q8_0.cpp +0 -0
- {localcode-0.3.2 → localcode-0.3.4}/llama-cpp-turboquant/ggml/src/ggml-sycl/template-instances/fattn-vec-instance-q5_0-f16.cpp +0 -0
- {localcode-0.3.2 → localcode-0.3.4}/llama-cpp-turboquant/ggml/src/ggml-sycl/template-instances/fattn-vec-instance-q5_0-q4_0.cpp +0 -0
- {localcode-0.3.2 → localcode-0.3.4}/llama-cpp-turboquant/ggml/src/ggml-sycl/template-instances/fattn-vec-instance-q5_0-q4_1.cpp +0 -0
- {localcode-0.3.2 → localcode-0.3.4}/llama-cpp-turboquant/ggml/src/ggml-sycl/template-instances/fattn-vec-instance-q5_0-q5_0.cpp +0 -0
- {localcode-0.3.2 → localcode-0.3.4}/llama-cpp-turboquant/ggml/src/ggml-sycl/template-instances/fattn-vec-instance-q5_0-q5_1.cpp +0 -0
- {localcode-0.3.2 → localcode-0.3.4}/llama-cpp-turboquant/ggml/src/ggml-sycl/template-instances/fattn-vec-instance-q5_0-q8_0.cpp +0 -0
- {localcode-0.3.2 → localcode-0.3.4}/llama-cpp-turboquant/ggml/src/ggml-sycl/template-instances/fattn-vec-instance-q5_1-f16.cpp +0 -0
- {localcode-0.3.2 → localcode-0.3.4}/llama-cpp-turboquant/ggml/src/ggml-sycl/template-instances/fattn-vec-instance-q5_1-q4_0.cpp +0 -0
- {localcode-0.3.2 → localcode-0.3.4}/llama-cpp-turboquant/ggml/src/ggml-sycl/template-instances/fattn-vec-instance-q5_1-q4_1.cpp +0 -0
- {localcode-0.3.2 → localcode-0.3.4}/llama-cpp-turboquant/ggml/src/ggml-sycl/template-instances/fattn-vec-instance-q5_1-q5_0.cpp +0 -0
- {localcode-0.3.2 → localcode-0.3.4}/llama-cpp-turboquant/ggml/src/ggml-sycl/template-instances/fattn-vec-instance-q5_1-q5_1.cpp +0 -0
- {localcode-0.3.2 → localcode-0.3.4}/llama-cpp-turboquant/ggml/src/ggml-sycl/template-instances/fattn-vec-instance-q5_1-q8_0.cpp +0 -0
- {localcode-0.3.2 → localcode-0.3.4}/llama-cpp-turboquant/ggml/src/ggml-sycl/template-instances/fattn-vec-instance-q8_0-f16.cpp +0 -0
- {localcode-0.3.2 → localcode-0.3.4}/llama-cpp-turboquant/ggml/src/ggml-sycl/template-instances/fattn-vec-instance-q8_0-q4_0.cpp +0 -0
- {localcode-0.3.2 → localcode-0.3.4}/llama-cpp-turboquant/ggml/src/ggml-sycl/template-instances/fattn-vec-instance-q8_0-q4_1.cpp +0 -0
- {localcode-0.3.2 → localcode-0.3.4}/llama-cpp-turboquant/ggml/src/ggml-sycl/template-instances/fattn-vec-instance-q8_0-q5_0.cpp +0 -0
- {localcode-0.3.2 → localcode-0.3.4}/llama-cpp-turboquant/ggml/src/ggml-sycl/template-instances/fattn-vec-instance-q8_0-q5_1.cpp +0 -0
- {localcode-0.3.2 → localcode-0.3.4}/llama-cpp-turboquant/ggml/src/ggml-sycl/template-instances/fattn-vec-instance-q8_0-q8_0.cpp +0 -0
- {localcode-0.3.2 → localcode-0.3.4}/llama-cpp-turboquant/ggml/src/ggml-sycl/tsembd.cpp +0 -0
- {localcode-0.3.2 → localcode-0.3.4}/llama-cpp-turboquant/ggml/src/ggml-sycl/tsembd.hpp +0 -0
- {localcode-0.3.2 → localcode-0.3.4}/llama-cpp-turboquant/ggml/src/ggml-sycl/type.hpp +0 -0
- {localcode-0.3.2 → localcode-0.3.4}/llama-cpp-turboquant/ggml/src/ggml-sycl/upscale.cpp +0 -0
- {localcode-0.3.2 → localcode-0.3.4}/llama-cpp-turboquant/ggml/src/ggml-sycl/upscale.hpp +0 -0
- {localcode-0.3.2 → localcode-0.3.4}/llama-cpp-turboquant/ggml/src/ggml-sycl/vecdotq.hpp +0 -0
- {localcode-0.3.2 → localcode-0.3.4}/llama-cpp-turboquant/ggml/src/ggml-sycl/wkv.cpp +0 -0
- {localcode-0.3.2 → localcode-0.3.4}/llama-cpp-turboquant/ggml/src/ggml-sycl/wkv.hpp +0 -0
- {localcode-0.3.2 → localcode-0.3.4}/llama-cpp-turboquant/ggml/src/ggml-threading.cpp +0 -0
- {localcode-0.3.2 → localcode-0.3.4}/llama-cpp-turboquant/ggml/src/ggml-threading.h +0 -0
- {localcode-0.3.2 → localcode-0.3.4}/llama-cpp-turboquant/ggml/src/ggml-turbo-quant.c +0 -0
- {localcode-0.3.2 → localcode-0.3.4}/llama-cpp-turboquant/ggml/src/ggml-virtgpu/CMakeLists.txt +0 -0
- {localcode-0.3.2 → localcode-0.3.4}/llama-cpp-turboquant/ggml/src/ggml-virtgpu/apir_cs_ggml-rpc-front.cpp +0 -0
- {localcode-0.3.2 → localcode-0.3.4}/llama-cpp-turboquant/ggml/src/ggml-virtgpu/backend/CMakeLists.txt +0 -0
- {localcode-0.3.2 → localcode-0.3.4}/llama-cpp-turboquant/ggml/src/ggml-virtgpu/backend/apir_cs_ggml-rpc-back.cpp +0 -0
- {localcode-0.3.2 → localcode-0.3.4}/llama-cpp-turboquant/ggml/src/ggml-virtgpu/backend/backend-convert.h +0 -0
- {localcode-0.3.2 → localcode-0.3.4}/llama-cpp-turboquant/ggml/src/ggml-virtgpu/backend/backend-dispatched-backend.cpp +0 -0
- {localcode-0.3.2 → localcode-0.3.4}/llama-cpp-turboquant/ggml/src/ggml-virtgpu/backend/backend-dispatched-buffer-type.cpp +0 -0
- {localcode-0.3.2 → localcode-0.3.4}/llama-cpp-turboquant/ggml/src/ggml-virtgpu/backend/backend-dispatched-buffer.cpp +0 -0
- {localcode-0.3.2 → localcode-0.3.4}/llama-cpp-turboquant/ggml/src/ggml-virtgpu/backend/backend-dispatched-device.cpp +0 -0
- {localcode-0.3.2 → localcode-0.3.4}/llama-cpp-turboquant/ggml/src/ggml-virtgpu/backend/backend-dispatched.cpp +0 -0
- {localcode-0.3.2 → localcode-0.3.4}/llama-cpp-turboquant/ggml/src/ggml-virtgpu/backend/backend-dispatched.gen.h +0 -0
- {localcode-0.3.2 → localcode-0.3.4}/llama-cpp-turboquant/ggml/src/ggml-virtgpu/backend/backend-dispatched.h +0 -0
- {localcode-0.3.2 → localcode-0.3.4}/llama-cpp-turboquant/ggml/src/ggml-virtgpu/backend/backend-virgl-apir.h +0 -0
- {localcode-0.3.2 → localcode-0.3.4}/llama-cpp-turboquant/ggml/src/ggml-virtgpu/backend/backend.cpp +0 -0
- {localcode-0.3.2 → localcode-0.3.4}/llama-cpp-turboquant/ggml/src/ggml-virtgpu/backend/shared/api_remoting.h +0 -0
- {localcode-0.3.2 → localcode-0.3.4}/llama-cpp-turboquant/ggml/src/ggml-virtgpu/backend/shared/apir_backend.gen.h +0 -0
- {localcode-0.3.2 → localcode-0.3.4}/llama-cpp-turboquant/ggml/src/ggml-virtgpu/backend/shared/apir_backend.h +0 -0
- {localcode-0.3.2 → localcode-0.3.4}/llama-cpp-turboquant/ggml/src/ggml-virtgpu/backend/shared/apir_cs.h +0 -0
- {localcode-0.3.2 → localcode-0.3.4}/llama-cpp-turboquant/ggml/src/ggml-virtgpu/backend/shared/apir_cs_ggml.h +0 -0
- {localcode-0.3.2 → localcode-0.3.4}/llama-cpp-turboquant/ggml/src/ggml-virtgpu/backend/shared/apir_cs_rpc.h +0 -0
- {localcode-0.3.2 → localcode-0.3.4}/llama-cpp-turboquant/ggml/src/ggml-virtgpu/ggml-backend-buffer-type.cpp +0 -0
- {localcode-0.3.2 → localcode-0.3.4}/llama-cpp-turboquant/ggml/src/ggml-virtgpu/ggml-backend-buffer.cpp +0 -0
- {localcode-0.3.2 → localcode-0.3.4}/llama-cpp-turboquant/ggml/src/ggml-virtgpu/ggml-backend-device.cpp +0 -0
- {localcode-0.3.2 → localcode-0.3.4}/llama-cpp-turboquant/ggml/src/ggml-virtgpu/ggml-backend-reg.cpp +0 -0
- {localcode-0.3.2 → localcode-0.3.4}/llama-cpp-turboquant/ggml/src/ggml-virtgpu/ggml-backend.cpp +0 -0
- {localcode-0.3.2 → localcode-0.3.4}/llama-cpp-turboquant/ggml/src/ggml-virtgpu/ggml-remoting.h +0 -0
- {localcode-0.3.2 → localcode-0.3.4}/llama-cpp-turboquant/ggml/src/ggml-virtgpu/include/apir_hw.h +0 -0
- {localcode-0.3.2 → localcode-0.3.4}/llama-cpp-turboquant/ggml/src/ggml-virtgpu/virtgpu-apir.h +0 -0
- {localcode-0.3.2 → localcode-0.3.4}/llama-cpp-turboquant/ggml/src/ggml-virtgpu/virtgpu-forward-backend.cpp +0 -0
- {localcode-0.3.2 → localcode-0.3.4}/llama-cpp-turboquant/ggml/src/ggml-virtgpu/virtgpu-forward-buffer-type.cpp +0 -0
- {localcode-0.3.2 → localcode-0.3.4}/llama-cpp-turboquant/ggml/src/ggml-virtgpu/virtgpu-forward-buffer.cpp +0 -0
- {localcode-0.3.2 → localcode-0.3.4}/llama-cpp-turboquant/ggml/src/ggml-virtgpu/virtgpu-forward-device.cpp +0 -0
- {localcode-0.3.2 → localcode-0.3.4}/llama-cpp-turboquant/ggml/src/ggml-virtgpu/virtgpu-forward-impl.h +0 -0
- {localcode-0.3.2 → localcode-0.3.4}/llama-cpp-turboquant/ggml/src/ggml-virtgpu/virtgpu-forward.gen.h +0 -0
- {localcode-0.3.2 → localcode-0.3.4}/llama-cpp-turboquant/ggml/src/ggml-virtgpu/virtgpu-shm.cpp +0 -0
- {localcode-0.3.2 → localcode-0.3.4}/llama-cpp-turboquant/ggml/src/ggml-virtgpu/virtgpu-shm.h +0 -0
- {localcode-0.3.2 → localcode-0.3.4}/llama-cpp-turboquant/ggml/src/ggml-virtgpu/virtgpu-utils.cpp +0 -0
- {localcode-0.3.2 → localcode-0.3.4}/llama-cpp-turboquant/ggml/src/ggml-virtgpu/virtgpu-utils.h +0 -0
- {localcode-0.3.2 → localcode-0.3.4}/llama-cpp-turboquant/ggml/src/ggml-virtgpu/virtgpu.cpp +0 -0
- {localcode-0.3.2 → localcode-0.3.4}/llama-cpp-turboquant/ggml/src/ggml-virtgpu/virtgpu.h +0 -0
- {localcode-0.3.2 → localcode-0.3.4}/llama-cpp-turboquant/ggml/src/ggml-vulkan/CMakeLists.txt +0 -0
- {localcode-0.3.2 → localcode-0.3.4}/llama-cpp-turboquant/ggml/src/ggml-vulkan/ggml-vulkan.cpp +0 -0
- {localcode-0.3.2 → localcode-0.3.4}/llama-cpp-turboquant/ggml/src/ggml-vulkan/vulkan-shaders/CMakeLists.txt +0 -0
- {localcode-0.3.2 → localcode-0.3.4}/llama-cpp-turboquant/ggml/src/ggml-vulkan/vulkan-shaders/vulkan-shaders-gen.cpp +0 -0
- {localcode-0.3.2 → localcode-0.3.4}/llama-cpp-turboquant/ggml/src/ggml-webgpu/CMakeLists.txt +0 -0
- {localcode-0.3.2 → localcode-0.3.4}/llama-cpp-turboquant/ggml/src/ggml-webgpu/ggml-webgpu-shader-lib.hpp +0 -0
- {localcode-0.3.2 → localcode-0.3.4}/llama-cpp-turboquant/ggml/src/ggml-webgpu/ggml-webgpu.cpp +0 -0
- {localcode-0.3.2 → localcode-0.3.4}/llama-cpp-turboquant/ggml/src/ggml-webgpu/pre_wgsl.hpp +0 -0
- {localcode-0.3.2 → localcode-0.3.4}/llama-cpp-turboquant/ggml/src/ggml-zdnn/CMakeLists.txt +0 -0
- {localcode-0.3.2 → localcode-0.3.4}/llama-cpp-turboquant/ggml/src/ggml-zdnn/common.hpp +0 -0
- {localcode-0.3.2 → localcode-0.3.4}/llama-cpp-turboquant/ggml/src/ggml-zdnn/ggml-zdnn.cpp +0 -0
- {localcode-0.3.2 → localcode-0.3.4}/llama-cpp-turboquant/ggml/src/ggml-zdnn/mmf.cpp +0 -0
- {localcode-0.3.2 → localcode-0.3.4}/llama-cpp-turboquant/ggml/src/ggml-zdnn/mmf.hpp +0 -0
- {localcode-0.3.2 → localcode-0.3.4}/llama-cpp-turboquant/ggml/src/ggml-zdnn/utils.cpp +0 -0
- {localcode-0.3.2 → localcode-0.3.4}/llama-cpp-turboquant/ggml/src/ggml-zdnn/utils.hpp +0 -0
- {localcode-0.3.2 → localcode-0.3.4}/llama-cpp-turboquant/ggml/src/ggml-zendnn/CMakeLists.txt +0 -0
- {localcode-0.3.2 → localcode-0.3.4}/llama-cpp-turboquant/ggml/src/ggml-zendnn/ggml-zendnn.cpp +0 -0
- {localcode-0.3.2 → localcode-0.3.4}/llama-cpp-turboquant/ggml/src/ggml.c +0 -0
- {localcode-0.3.2 → localcode-0.3.4}/llama-cpp-turboquant/ggml/src/ggml.cpp +0 -0
- {localcode-0.3.2 → localcode-0.3.4}/llama-cpp-turboquant/ggml/src/gguf.cpp +0 -0
- {localcode-0.3.2 → localcode-0.3.4}/llama-cpp-turboquant/include/llama-cpp.h +0 -0
- {localcode-0.3.2 → localcode-0.3.4}/llama-cpp-turboquant/include/llama.h +0 -0
- {localcode-0.3.2 → localcode-0.3.4}/llama-cpp-turboquant/licenses/LICENSE-jsonhpp +0 -0
- {localcode-0.3.2 → localcode-0.3.4}/llama-cpp-turboquant/src/CMakeLists.txt +0 -0
- {localcode-0.3.2 → localcode-0.3.4}/llama-cpp-turboquant/src/llama-adapter.cpp +0 -0
- {localcode-0.3.2 → localcode-0.3.4}/llama-cpp-turboquant/src/llama-adapter.h +0 -0
- {localcode-0.3.2 → localcode-0.3.4}/llama-cpp-turboquant/src/llama-arch.cpp +0 -0
- {localcode-0.3.2 → localcode-0.3.4}/llama-cpp-turboquant/src/llama-arch.h +0 -0
- {localcode-0.3.2 → localcode-0.3.4}/llama-cpp-turboquant/src/llama-batch.cpp +0 -0
- {localcode-0.3.2 → localcode-0.3.4}/llama-cpp-turboquant/src/llama-batch.h +0 -0
- {localcode-0.3.2 → localcode-0.3.4}/llama-cpp-turboquant/src/llama-chat.cpp +0 -0
- {localcode-0.3.2 → localcode-0.3.4}/llama-cpp-turboquant/src/llama-chat.h +0 -0
- {localcode-0.3.2 → localcode-0.3.4}/llama-cpp-turboquant/src/llama-context.cpp +0 -0
- {localcode-0.3.2 → localcode-0.3.4}/llama-cpp-turboquant/src/llama-context.h +0 -0
- {localcode-0.3.2 → localcode-0.3.4}/llama-cpp-turboquant/src/llama-cparams.cpp +0 -0
- {localcode-0.3.2 → localcode-0.3.4}/llama-cpp-turboquant/src/llama-cparams.h +0 -0
- {localcode-0.3.2 → localcode-0.3.4}/llama-cpp-turboquant/src/llama-ext.h +0 -0
- {localcode-0.3.2 → localcode-0.3.4}/llama-cpp-turboquant/src/llama-grammar.cpp +0 -0
- {localcode-0.3.2 → localcode-0.3.4}/llama-cpp-turboquant/src/llama-grammar.h +0 -0
- {localcode-0.3.2 → localcode-0.3.4}/llama-cpp-turboquant/src/llama-graph.cpp +0 -0
- {localcode-0.3.2 → localcode-0.3.4}/llama-cpp-turboquant/src/llama-graph.h +0 -0
- {localcode-0.3.2 → localcode-0.3.4}/llama-cpp-turboquant/src/llama-hparams.cpp +0 -0
- {localcode-0.3.2 → localcode-0.3.4}/llama-cpp-turboquant/src/llama-hparams.h +0 -0
- {localcode-0.3.2 → localcode-0.3.4}/llama-cpp-turboquant/src/llama-impl.cpp +0 -0
- {localcode-0.3.2 → localcode-0.3.4}/llama-cpp-turboquant/src/llama-impl.h +0 -0
- {localcode-0.3.2 → localcode-0.3.4}/llama-cpp-turboquant/src/llama-io.cpp +0 -0
- {localcode-0.3.2 → localcode-0.3.4}/llama-cpp-turboquant/src/llama-io.h +0 -0
- {localcode-0.3.2 → localcode-0.3.4}/llama-cpp-turboquant/src/llama-kv-cache-iswa.cpp +0 -0
- {localcode-0.3.2 → localcode-0.3.4}/llama-cpp-turboquant/src/llama-kv-cache-iswa.h +0 -0
- {localcode-0.3.2 → localcode-0.3.4}/llama-cpp-turboquant/src/llama-kv-cache.cpp +0 -0
- {localcode-0.3.2 → localcode-0.3.4}/llama-cpp-turboquant/src/llama-kv-cache.h +0 -0
- {localcode-0.3.2 → localcode-0.3.4}/llama-cpp-turboquant/src/llama-kv-cells.h +0 -0
- {localcode-0.3.2 → localcode-0.3.4}/llama-cpp-turboquant/src/llama-memory-hybrid-iswa.cpp +0 -0
- {localcode-0.3.2 → localcode-0.3.4}/llama-cpp-turboquant/src/llama-memory-hybrid-iswa.h +0 -0
- {localcode-0.3.2 → localcode-0.3.4}/llama-cpp-turboquant/src/llama-memory-hybrid.cpp +0 -0
- {localcode-0.3.2 → localcode-0.3.4}/llama-cpp-turboquant/src/llama-memory-hybrid.h +0 -0
- {localcode-0.3.2 → localcode-0.3.4}/llama-cpp-turboquant/src/llama-memory-recurrent.cpp +0 -0
- {localcode-0.3.2 → localcode-0.3.4}/llama-cpp-turboquant/src/llama-memory-recurrent.h +0 -0
- {localcode-0.3.2 → localcode-0.3.4}/llama-cpp-turboquant/src/llama-memory.cpp +0 -0
- {localcode-0.3.2 → localcode-0.3.4}/llama-cpp-turboquant/src/llama-memory.h +0 -0
- {localcode-0.3.2 → localcode-0.3.4}/llama-cpp-turboquant/src/llama-mmap.cpp +0 -0
- {localcode-0.3.2 → localcode-0.3.4}/llama-cpp-turboquant/src/llama-mmap.h +0 -0
- {localcode-0.3.2 → localcode-0.3.4}/llama-cpp-turboquant/src/llama-model-loader.cpp +0 -0
- {localcode-0.3.2 → localcode-0.3.4}/llama-cpp-turboquant/src/llama-model-loader.h +0 -0
- {localcode-0.3.2 → localcode-0.3.4}/llama-cpp-turboquant/src/llama-model-saver.cpp +0 -0
- {localcode-0.3.2 → localcode-0.3.4}/llama-cpp-turboquant/src/llama-model-saver.h +0 -0
- {localcode-0.3.2 → localcode-0.3.4}/llama-cpp-turboquant/src/llama-model.cpp +0 -0
- {localcode-0.3.2 → localcode-0.3.4}/llama-cpp-turboquant/src/llama-model.h +0 -0
- {localcode-0.3.2 → localcode-0.3.4}/llama-cpp-turboquant/src/llama-quant.cpp +0 -0
- {localcode-0.3.2 → localcode-0.3.4}/llama-cpp-turboquant/src/llama-quant.h +0 -0
- {localcode-0.3.2 → localcode-0.3.4}/llama-cpp-turboquant/src/llama-sampler.cpp +0 -0
- {localcode-0.3.2 → localcode-0.3.4}/llama-cpp-turboquant/src/llama-sampler.h +0 -0
- {localcode-0.3.2 → localcode-0.3.4}/llama-cpp-turboquant/src/llama-vocab.cpp +0 -0
- {localcode-0.3.2 → localcode-0.3.4}/llama-cpp-turboquant/src/llama-vocab.h +0 -0
- {localcode-0.3.2 → localcode-0.3.4}/llama-cpp-turboquant/src/llama.cpp +0 -0
- {localcode-0.3.2 → localcode-0.3.4}/llama-cpp-turboquant/src/models/afmoe.cpp +0 -0
- {localcode-0.3.2 → localcode-0.3.4}/llama-cpp-turboquant/src/models/apertus.cpp +0 -0
- {localcode-0.3.2 → localcode-0.3.4}/llama-cpp-turboquant/src/models/arcee.cpp +0 -0
- {localcode-0.3.2 → localcode-0.3.4}/llama-cpp-turboquant/src/models/arctic.cpp +0 -0
- {localcode-0.3.2 → localcode-0.3.4}/llama-cpp-turboquant/src/models/arwkv7.cpp +0 -0
- {localcode-0.3.2 → localcode-0.3.4}/llama-cpp-turboquant/src/models/baichuan.cpp +0 -0
- {localcode-0.3.2 → localcode-0.3.4}/llama-cpp-turboquant/src/models/bailingmoe.cpp +0 -0
- {localcode-0.3.2 → localcode-0.3.4}/llama-cpp-turboquant/src/models/bailingmoe2.cpp +0 -0
- {localcode-0.3.2 → localcode-0.3.4}/llama-cpp-turboquant/src/models/bert.cpp +0 -0
- {localcode-0.3.2 → localcode-0.3.4}/llama-cpp-turboquant/src/models/bitnet.cpp +0 -0
- {localcode-0.3.2 → localcode-0.3.4}/llama-cpp-turboquant/src/models/bloom.cpp +0 -0
- {localcode-0.3.2 → localcode-0.3.4}/llama-cpp-turboquant/src/models/chameleon.cpp +0 -0
- {localcode-0.3.2 → localcode-0.3.4}/llama-cpp-turboquant/src/models/chatglm.cpp +0 -0
- {localcode-0.3.2 → localcode-0.3.4}/llama-cpp-turboquant/src/models/codeshell.cpp +0 -0
- {localcode-0.3.2 → localcode-0.3.4}/llama-cpp-turboquant/src/models/cogvlm.cpp +0 -0
- {localcode-0.3.2 → localcode-0.3.4}/llama-cpp-turboquant/src/models/cohere2-iswa.cpp +0 -0
- {localcode-0.3.2 → localcode-0.3.4}/llama-cpp-turboquant/src/models/command-r.cpp +0 -0
- {localcode-0.3.2 → localcode-0.3.4}/llama-cpp-turboquant/src/models/dbrx.cpp +0 -0
- {localcode-0.3.2 → localcode-0.3.4}/llama-cpp-turboquant/src/models/deci.cpp +0 -0
- {localcode-0.3.2 → localcode-0.3.4}/llama-cpp-turboquant/src/models/deepseek.cpp +0 -0
- {localcode-0.3.2 → localcode-0.3.4}/llama-cpp-turboquant/src/models/deepseek2.cpp +0 -0
- {localcode-0.3.2 → localcode-0.3.4}/llama-cpp-turboquant/src/models/delta-net-base.cpp +0 -0
- {localcode-0.3.2 → localcode-0.3.4}/llama-cpp-turboquant/src/models/dots1.cpp +0 -0
- {localcode-0.3.2 → localcode-0.3.4}/llama-cpp-turboquant/src/models/dream.cpp +0 -0
- {localcode-0.3.2 → localcode-0.3.4}/llama-cpp-turboquant/src/models/ernie4-5-moe.cpp +0 -0
- {localcode-0.3.2 → localcode-0.3.4}/llama-cpp-turboquant/src/models/ernie4-5.cpp +0 -0
- {localcode-0.3.2 → localcode-0.3.4}/llama-cpp-turboquant/src/models/eurobert.cpp +0 -0
- {localcode-0.3.2 → localcode-0.3.4}/llama-cpp-turboquant/src/models/exaone-moe.cpp +0 -0
- {localcode-0.3.2 → localcode-0.3.4}/llama-cpp-turboquant/src/models/exaone.cpp +0 -0
- {localcode-0.3.2 → localcode-0.3.4}/llama-cpp-turboquant/src/models/exaone4.cpp +0 -0
- {localcode-0.3.2 → localcode-0.3.4}/llama-cpp-turboquant/src/models/falcon-h1.cpp +0 -0
- {localcode-0.3.2 → localcode-0.3.4}/llama-cpp-turboquant/src/models/falcon.cpp +0 -0
- {localcode-0.3.2 → localcode-0.3.4}/llama-cpp-turboquant/src/models/gemma-embedding.cpp +0 -0
- {localcode-0.3.2 → localcode-0.3.4}/llama-cpp-turboquant/src/models/gemma.cpp +0 -0
- {localcode-0.3.2 → localcode-0.3.4}/llama-cpp-turboquant/src/models/gemma2-iswa.cpp +0 -0
- {localcode-0.3.2 → localcode-0.3.4}/llama-cpp-turboquant/src/models/gemma3.cpp +0 -0
- {localcode-0.3.2 → localcode-0.3.4}/llama-cpp-turboquant/src/models/gemma3n-iswa.cpp +0 -0
- {localcode-0.3.2 → localcode-0.3.4}/llama-cpp-turboquant/src/models/gemma4-iswa.cpp +0 -0
- {localcode-0.3.2 → localcode-0.3.4}/llama-cpp-turboquant/src/models/glm4-moe.cpp +0 -0
- {localcode-0.3.2 → localcode-0.3.4}/llama-cpp-turboquant/src/models/glm4.cpp +0 -0
- {localcode-0.3.2 → localcode-0.3.4}/llama-cpp-turboquant/src/models/gpt2.cpp +0 -0
- {localcode-0.3.2 → localcode-0.3.4}/llama-cpp-turboquant/src/models/gptneox.cpp +0 -0
- {localcode-0.3.2 → localcode-0.3.4}/llama-cpp-turboquant/src/models/granite-hybrid.cpp +0 -0
- {localcode-0.3.2 → localcode-0.3.4}/llama-cpp-turboquant/src/models/granite.cpp +0 -0
- {localcode-0.3.2 → localcode-0.3.4}/llama-cpp-turboquant/src/models/grok.cpp +0 -0
- {localcode-0.3.2 → localcode-0.3.4}/llama-cpp-turboquant/src/models/grovemoe.cpp +0 -0
- {localcode-0.3.2 → localcode-0.3.4}/llama-cpp-turboquant/src/models/hunyuan-dense.cpp +0 -0
- {localcode-0.3.2 → localcode-0.3.4}/llama-cpp-turboquant/src/models/hunyuan-moe.cpp +0 -0
- {localcode-0.3.2 → localcode-0.3.4}/llama-cpp-turboquant/src/models/internlm2.cpp +0 -0
- {localcode-0.3.2 → localcode-0.3.4}/llama-cpp-turboquant/src/models/jais.cpp +0 -0
- {localcode-0.3.2 → localcode-0.3.4}/llama-cpp-turboquant/src/models/jais2.cpp +0 -0
- {localcode-0.3.2 → localcode-0.3.4}/llama-cpp-turboquant/src/models/jamba.cpp +0 -0
- {localcode-0.3.2 → localcode-0.3.4}/llama-cpp-turboquant/src/models/kimi-linear.cpp +0 -0
- {localcode-0.3.2 → localcode-0.3.4}/llama-cpp-turboquant/src/models/lfm2.cpp +0 -0
- {localcode-0.3.2 → localcode-0.3.4}/llama-cpp-turboquant/src/models/llada-moe.cpp +0 -0
- {localcode-0.3.2 → localcode-0.3.4}/llama-cpp-turboquant/src/models/llada.cpp +0 -0
- {localcode-0.3.2 → localcode-0.3.4}/llama-cpp-turboquant/src/models/llama-iswa.cpp +0 -0
- {localcode-0.3.2 → localcode-0.3.4}/llama-cpp-turboquant/src/models/llama.cpp +0 -0
- {localcode-0.3.2 → localcode-0.3.4}/llama-cpp-turboquant/src/models/maincoder.cpp +0 -0
- {localcode-0.3.2 → localcode-0.3.4}/llama-cpp-turboquant/src/models/mamba-base.cpp +0 -0
- {localcode-0.3.2 → localcode-0.3.4}/llama-cpp-turboquant/src/models/mamba.cpp +0 -0
- {localcode-0.3.2 → localcode-0.3.4}/llama-cpp-turboquant/src/models/mimo2-iswa.cpp +0 -0
- {localcode-0.3.2 → localcode-0.3.4}/llama-cpp-turboquant/src/models/minicpm3.cpp +0 -0
- {localcode-0.3.2 → localcode-0.3.4}/llama-cpp-turboquant/src/models/minimax-m2.cpp +0 -0
- {localcode-0.3.2 → localcode-0.3.4}/llama-cpp-turboquant/src/models/mistral3.cpp +0 -0
- {localcode-0.3.2 → localcode-0.3.4}/llama-cpp-turboquant/src/models/models.h +0 -0
- {localcode-0.3.2 → localcode-0.3.4}/llama-cpp-turboquant/src/models/modern-bert.cpp +0 -0
- {localcode-0.3.2 → localcode-0.3.4}/llama-cpp-turboquant/src/models/mpt.cpp +0 -0
- {localcode-0.3.2 → localcode-0.3.4}/llama-cpp-turboquant/src/models/nemotron-h.cpp +0 -0
- {localcode-0.3.2 → localcode-0.3.4}/llama-cpp-turboquant/src/models/nemotron.cpp +0 -0
- {localcode-0.3.2 → localcode-0.3.4}/llama-cpp-turboquant/src/models/neo-bert.cpp +0 -0
- {localcode-0.3.2 → localcode-0.3.4}/llama-cpp-turboquant/src/models/olmo.cpp +0 -0
- {localcode-0.3.2 → localcode-0.3.4}/llama-cpp-turboquant/src/models/olmo2.cpp +0 -0
- {localcode-0.3.2 → localcode-0.3.4}/llama-cpp-turboquant/src/models/olmoe.cpp +0 -0
- {localcode-0.3.2 → localcode-0.3.4}/llama-cpp-turboquant/src/models/openai-moe-iswa.cpp +0 -0
- {localcode-0.3.2 → localcode-0.3.4}/llama-cpp-turboquant/src/models/openelm.cpp +0 -0
- {localcode-0.3.2 → localcode-0.3.4}/llama-cpp-turboquant/src/models/orion.cpp +0 -0
- {localcode-0.3.2 → localcode-0.3.4}/llama-cpp-turboquant/src/models/paddleocr.cpp +0 -0
- {localcode-0.3.2 → localcode-0.3.4}/llama-cpp-turboquant/src/models/pangu-embedded.cpp +0 -0
- {localcode-0.3.2 → localcode-0.3.4}/llama-cpp-turboquant/src/models/phi2.cpp +0 -0
- {localcode-0.3.2 → localcode-0.3.4}/llama-cpp-turboquant/src/models/phi3.cpp +0 -0
- {localcode-0.3.2 → localcode-0.3.4}/llama-cpp-turboquant/src/models/plamo.cpp +0 -0
- {localcode-0.3.2 → localcode-0.3.4}/llama-cpp-turboquant/src/models/plamo2.cpp +0 -0
- {localcode-0.3.2 → localcode-0.3.4}/llama-cpp-turboquant/src/models/plamo3.cpp +0 -0
- {localcode-0.3.2 → localcode-0.3.4}/llama-cpp-turboquant/src/models/plm.cpp +0 -0
- {localcode-0.3.2 → localcode-0.3.4}/llama-cpp-turboquant/src/models/qwen.cpp +0 -0
- {localcode-0.3.2 → localcode-0.3.4}/llama-cpp-turboquant/src/models/qwen2.cpp +0 -0
- {localcode-0.3.2 → localcode-0.3.4}/llama-cpp-turboquant/src/models/qwen2moe.cpp +0 -0
- {localcode-0.3.2 → localcode-0.3.4}/llama-cpp-turboquant/src/models/qwen2vl.cpp +0 -0
- {localcode-0.3.2 → localcode-0.3.4}/llama-cpp-turboquant/src/models/qwen3.cpp +0 -0
- {localcode-0.3.2 → localcode-0.3.4}/llama-cpp-turboquant/src/models/qwen35.cpp +0 -0
- {localcode-0.3.2 → localcode-0.3.4}/llama-cpp-turboquant/src/models/qwen35moe.cpp +0 -0
- {localcode-0.3.2 → localcode-0.3.4}/llama-cpp-turboquant/src/models/qwen3moe.cpp +0 -0
- {localcode-0.3.2 → localcode-0.3.4}/llama-cpp-turboquant/src/models/qwen3next.cpp +0 -0
- {localcode-0.3.2 → localcode-0.3.4}/llama-cpp-turboquant/src/models/qwen3vl-moe.cpp +0 -0
- {localcode-0.3.2 → localcode-0.3.4}/llama-cpp-turboquant/src/models/qwen3vl.cpp +0 -0
- {localcode-0.3.2 → localcode-0.3.4}/llama-cpp-turboquant/src/models/refact.cpp +0 -0
- {localcode-0.3.2 → localcode-0.3.4}/llama-cpp-turboquant/src/models/rnd1.cpp +0 -0
- {localcode-0.3.2 → localcode-0.3.4}/llama-cpp-turboquant/src/models/rwkv6-base.cpp +0 -0
- {localcode-0.3.2 → localcode-0.3.4}/llama-cpp-turboquant/src/models/rwkv6.cpp +0 -0
- {localcode-0.3.2 → localcode-0.3.4}/llama-cpp-turboquant/src/models/rwkv6qwen2.cpp +0 -0
- {localcode-0.3.2 → localcode-0.3.4}/llama-cpp-turboquant/src/models/rwkv7-base.cpp +0 -0
- {localcode-0.3.2 → localcode-0.3.4}/llama-cpp-turboquant/src/models/rwkv7.cpp +0 -0
- {localcode-0.3.2 → localcode-0.3.4}/llama-cpp-turboquant/src/models/seed-oss.cpp +0 -0
- {localcode-0.3.2 → localcode-0.3.4}/llama-cpp-turboquant/src/models/smallthinker.cpp +0 -0
- {localcode-0.3.2 → localcode-0.3.4}/llama-cpp-turboquant/src/models/smollm3.cpp +0 -0
- {localcode-0.3.2 → localcode-0.3.4}/llama-cpp-turboquant/src/models/stablelm.cpp +0 -0
- {localcode-0.3.2 → localcode-0.3.4}/llama-cpp-turboquant/src/models/starcoder.cpp +0 -0
- {localcode-0.3.2 → localcode-0.3.4}/llama-cpp-turboquant/src/models/starcoder2.cpp +0 -0
- {localcode-0.3.2 → localcode-0.3.4}/llama-cpp-turboquant/src/models/step35-iswa.cpp +0 -0
- {localcode-0.3.2 → localcode-0.3.4}/llama-cpp-turboquant/src/models/t5-dec.cpp +0 -0
- {localcode-0.3.2 → localcode-0.3.4}/llama-cpp-turboquant/src/models/t5-enc.cpp +0 -0
- {localcode-0.3.2 → localcode-0.3.4}/llama-cpp-turboquant/src/models/wavtokenizer-dec.cpp +0 -0
- {localcode-0.3.2 → localcode-0.3.4}/llama-cpp-turboquant/src/models/xverse.cpp +0 -0
- {localcode-0.3.2 → localcode-0.3.4}/llama-cpp-turboquant/src/turbo-rotation-data-32.h +0 -0
- {localcode-0.3.2 → localcode-0.3.4}/llama-cpp-turboquant/src/turbo-rotation-data.h +0 -0
- {localcode-0.3.2 → localcode-0.3.4}/llama-cpp-turboquant/src/unicode-data.cpp +0 -0
- {localcode-0.3.2 → localcode-0.3.4}/llama-cpp-turboquant/src/unicode-data.h +0 -0
- {localcode-0.3.2 → localcode-0.3.4}/llama-cpp-turboquant/src/unicode.cpp +0 -0
- {localcode-0.3.2 → localcode-0.3.4}/llama-cpp-turboquant/src/unicode.h +0 -0
- {localcode-0.3.2 → localcode-0.3.4}/llama-cpp-turboquant/tools/CMakeLists.txt +0 -0
- {localcode-0.3.2 → localcode-0.3.4}/llama-cpp-turboquant/tools/batched-bench/CMakeLists.txt +0 -0
- {localcode-0.3.2 → localcode-0.3.4}/llama-cpp-turboquant/tools/batched-bench/batched-bench.cpp +0 -0
- {localcode-0.3.2 → localcode-0.3.4}/llama-cpp-turboquant/tools/cli/CMakeLists.txt +0 -0
- {localcode-0.3.2 → localcode-0.3.4}/llama-cpp-turboquant/tools/cli/cli.cpp +0 -0
- {localcode-0.3.2 → localcode-0.3.4}/llama-cpp-turboquant/tools/completion/CMakeLists.txt +0 -0
- {localcode-0.3.2 → localcode-0.3.4}/llama-cpp-turboquant/tools/completion/completion.cpp +0 -0
- {localcode-0.3.2 → localcode-0.3.4}/llama-cpp-turboquant/tools/cvector-generator/CMakeLists.txt +0 -0
- {localcode-0.3.2 → localcode-0.3.4}/llama-cpp-turboquant/tools/cvector-generator/cvector-generator.cpp +0 -0
- {localcode-0.3.2 → localcode-0.3.4}/llama-cpp-turboquant/tools/cvector-generator/mean.hpp +0 -0
- {localcode-0.3.2 → localcode-0.3.4}/llama-cpp-turboquant/tools/cvector-generator/pca.hpp +0 -0
- {localcode-0.3.2 → localcode-0.3.4}/llama-cpp-turboquant/tools/export-lora/CMakeLists.txt +0 -0
- {localcode-0.3.2 → localcode-0.3.4}/llama-cpp-turboquant/tools/export-lora/export-lora.cpp +0 -0
- {localcode-0.3.2 → localcode-0.3.4}/llama-cpp-turboquant/tools/fit-params/CMakeLists.txt +0 -0
- {localcode-0.3.2 → localcode-0.3.4}/llama-cpp-turboquant/tools/fit-params/fit-params.cpp +0 -0
- {localcode-0.3.2 → localcode-0.3.4}/llama-cpp-turboquant/tools/gguf-split/CMakeLists.txt +0 -0
- {localcode-0.3.2 → localcode-0.3.4}/llama-cpp-turboquant/tools/gguf-split/gguf-split.cpp +0 -0
- {localcode-0.3.2 → localcode-0.3.4}/llama-cpp-turboquant/tools/imatrix/CMakeLists.txt +0 -0
- {localcode-0.3.2 → localcode-0.3.4}/llama-cpp-turboquant/tools/imatrix/imatrix.cpp +0 -0
- {localcode-0.3.2 → localcode-0.3.4}/llama-cpp-turboquant/tools/llama-bench/CMakeLists.txt +0 -0
- {localcode-0.3.2 → localcode-0.3.4}/llama-cpp-turboquant/tools/llama-bench/llama-bench.cpp +0 -0
- {localcode-0.3.2 → localcode-0.3.4}/llama-cpp-turboquant/tools/mtmd/CMakeLists.txt +0 -0
- {localcode-0.3.2 → localcode-0.3.4}/llama-cpp-turboquant/tools/mtmd/clip-graph.h +0 -0
- {localcode-0.3.2 → localcode-0.3.4}/llama-cpp-turboquant/tools/mtmd/clip-impl.h +0 -0
- {localcode-0.3.2 → localcode-0.3.4}/llama-cpp-turboquant/tools/mtmd/clip-model.h +0 -0
- {localcode-0.3.2 → localcode-0.3.4}/llama-cpp-turboquant/tools/mtmd/clip.cpp +0 -0
- {localcode-0.3.2 → localcode-0.3.4}/llama-cpp-turboquant/tools/mtmd/clip.h +0 -0
- {localcode-0.3.2 → localcode-0.3.4}/llama-cpp-turboquant/tools/mtmd/debug/mtmd-debug.cpp +0 -0
- {localcode-0.3.2 → localcode-0.3.4}/llama-cpp-turboquant/tools/mtmd/debug/mtmd-debug.h +0 -0
- {localcode-0.3.2 → localcode-0.3.4}/llama-cpp-turboquant/tools/mtmd/deprecation-warning.cpp +0 -0
- {localcode-0.3.2 → localcode-0.3.4}/llama-cpp-turboquant/tools/mtmd/models/cogvlm.cpp +0 -0
- {localcode-0.3.2 → localcode-0.3.4}/llama-cpp-turboquant/tools/mtmd/models/conformer.cpp +0 -0
- {localcode-0.3.2 → localcode-0.3.4}/llama-cpp-turboquant/tools/mtmd/models/deepseekocr.cpp +0 -0
- {localcode-0.3.2 → localcode-0.3.4}/llama-cpp-turboquant/tools/mtmd/models/gemma4v.cpp +0 -0
- {localcode-0.3.2 → localcode-0.3.4}/llama-cpp-turboquant/tools/mtmd/models/glm4v.cpp +0 -0
- {localcode-0.3.2 → localcode-0.3.4}/llama-cpp-turboquant/tools/mtmd/models/hunyuanocr.cpp +0 -0
- {localcode-0.3.2 → localcode-0.3.4}/llama-cpp-turboquant/tools/mtmd/models/internvl.cpp +0 -0
- {localcode-0.3.2 → localcode-0.3.4}/llama-cpp-turboquant/tools/mtmd/models/kimik25.cpp +0 -0
- {localcode-0.3.2 → localcode-0.3.4}/llama-cpp-turboquant/tools/mtmd/models/kimivl.cpp +0 -0
- {localcode-0.3.2 → localcode-0.3.4}/llama-cpp-turboquant/tools/mtmd/models/llama4.cpp +0 -0
- {localcode-0.3.2 → localcode-0.3.4}/llama-cpp-turboquant/tools/mtmd/models/llava.cpp +0 -0
- {localcode-0.3.2 → localcode-0.3.4}/llama-cpp-turboquant/tools/mtmd/models/minicpmv.cpp +0 -0
- {localcode-0.3.2 → localcode-0.3.4}/llama-cpp-turboquant/tools/mtmd/models/mobilenetv5.cpp +0 -0
- {localcode-0.3.2 → localcode-0.3.4}/llama-cpp-turboquant/tools/mtmd/models/models.h +0 -0
- {localcode-0.3.2 → localcode-0.3.4}/llama-cpp-turboquant/tools/mtmd/models/nemotron-v2-vl.cpp +0 -0
- {localcode-0.3.2 → localcode-0.3.4}/llama-cpp-turboquant/tools/mtmd/models/paddleocr.cpp +0 -0
- {localcode-0.3.2 → localcode-0.3.4}/llama-cpp-turboquant/tools/mtmd/models/pixtral.cpp +0 -0
- {localcode-0.3.2 → localcode-0.3.4}/llama-cpp-turboquant/tools/mtmd/models/qwen2vl.cpp +0 -0
- {localcode-0.3.2 → localcode-0.3.4}/llama-cpp-turboquant/tools/mtmd/models/qwen3vl.cpp +0 -0
- {localcode-0.3.2 → localcode-0.3.4}/llama-cpp-turboquant/tools/mtmd/models/siglip.cpp +0 -0
- {localcode-0.3.2 → localcode-0.3.4}/llama-cpp-turboquant/tools/mtmd/models/whisper-enc.cpp +0 -0
- {localcode-0.3.2 → localcode-0.3.4}/llama-cpp-turboquant/tools/mtmd/models/youtuvl.cpp +0 -0
- {localcode-0.3.2 → localcode-0.3.4}/llama-cpp-turboquant/tools/mtmd/mtmd-audio.cpp +0 -0
- {localcode-0.3.2 → localcode-0.3.4}/llama-cpp-turboquant/tools/mtmd/mtmd-audio.h +0 -0
- {localcode-0.3.2 → localcode-0.3.4}/llama-cpp-turboquant/tools/mtmd/mtmd-cli.cpp +0 -0
- {localcode-0.3.2 → localcode-0.3.4}/llama-cpp-turboquant/tools/mtmd/mtmd-helper.cpp +0 -0
- {localcode-0.3.2 → localcode-0.3.4}/llama-cpp-turboquant/tools/mtmd/mtmd-helper.h +0 -0
- {localcode-0.3.2 → localcode-0.3.4}/llama-cpp-turboquant/tools/mtmd/mtmd-image.cpp +0 -0
- {localcode-0.3.2 → localcode-0.3.4}/llama-cpp-turboquant/tools/mtmd/mtmd-image.h +0 -0
- {localcode-0.3.2 → localcode-0.3.4}/llama-cpp-turboquant/tools/mtmd/mtmd.cpp +0 -0
- {localcode-0.3.2 → localcode-0.3.4}/llama-cpp-turboquant/tools/mtmd/mtmd.h +0 -0
- {localcode-0.3.2 → localcode-0.3.4}/llama-cpp-turboquant/tools/parser/CMakeLists.txt +0 -0
- {localcode-0.3.2 → localcode-0.3.4}/llama-cpp-turboquant/tools/parser/debug-template-parser.cpp +0 -0
- {localcode-0.3.2 → localcode-0.3.4}/llama-cpp-turboquant/tools/parser/template-analysis.cpp +0 -0
- {localcode-0.3.2 → localcode-0.3.4}/llama-cpp-turboquant/tools/perplexity/CMakeLists.txt +0 -0
- {localcode-0.3.2 → localcode-0.3.4}/llama-cpp-turboquant/tools/perplexity/perplexity.cpp +0 -0
- {localcode-0.3.2 → localcode-0.3.4}/llama-cpp-turboquant/tools/quantize/CMakeLists.txt +0 -0
- {localcode-0.3.2 → localcode-0.3.4}/llama-cpp-turboquant/tools/quantize/quantize.cpp +0 -0
- {localcode-0.3.2 → localcode-0.3.4}/llama-cpp-turboquant/tools/results/CMakeLists.txt +0 -0
- {localcode-0.3.2 → localcode-0.3.4}/llama-cpp-turboquant/tools/results/results.cpp +0 -0
- {localcode-0.3.2 → localcode-0.3.4}/llama-cpp-turboquant/tools/rpc/CMakeLists.txt +0 -0
- {localcode-0.3.2 → localcode-0.3.4}/llama-cpp-turboquant/tools/rpc/rpc-server.cpp +0 -0
- {localcode-0.3.2 → localcode-0.3.4}/llama-cpp-turboquant/tools/server/CMakeLists.txt +0 -0
- {localcode-0.3.2 → localcode-0.3.4}/llama-cpp-turboquant/tools/server/server-common.cpp +0 -0
- {localcode-0.3.2 → localcode-0.3.4}/llama-cpp-turboquant/tools/server/server-common.h +0 -0
- {localcode-0.3.2 → localcode-0.3.4}/llama-cpp-turboquant/tools/server/server-context.cpp +0 -0
- {localcode-0.3.2 → localcode-0.3.4}/llama-cpp-turboquant/tools/server/server-context.h +0 -0
- {localcode-0.3.2 → localcode-0.3.4}/llama-cpp-turboquant/tools/server/server-cors-proxy.h +0 -0
- {localcode-0.3.2 → localcode-0.3.4}/llama-cpp-turboquant/tools/server/server-http.cpp +0 -0
- {localcode-0.3.2 → localcode-0.3.4}/llama-cpp-turboquant/tools/server/server-http.h +0 -0
- {localcode-0.3.2 → localcode-0.3.4}/llama-cpp-turboquant/tools/server/server-models.cpp +0 -0
- {localcode-0.3.2 → localcode-0.3.4}/llama-cpp-turboquant/tools/server/server-models.h +0 -0
- {localcode-0.3.2 → localcode-0.3.4}/llama-cpp-turboquant/tools/server/server-queue.cpp +0 -0
- {localcode-0.3.2 → localcode-0.3.4}/llama-cpp-turboquant/tools/server/server-queue.h +0 -0
- {localcode-0.3.2 → localcode-0.3.4}/llama-cpp-turboquant/tools/server/server-task.cpp +0 -0
- {localcode-0.3.2 → localcode-0.3.4}/llama-cpp-turboquant/tools/server/server-task.h +0 -0
- {localcode-0.3.2 → localcode-0.3.4}/llama-cpp-turboquant/tools/server/server-tools.cpp +0 -0
- {localcode-0.3.2 → localcode-0.3.4}/llama-cpp-turboquant/tools/server/server-tools.h +0 -0
- {localcode-0.3.2 → localcode-0.3.4}/llama-cpp-turboquant/tools/server/server.cpp +0 -0
- {localcode-0.3.2 → localcode-0.3.4}/llama-cpp-turboquant/tools/tokenize/CMakeLists.txt +0 -0
- {localcode-0.3.2 → localcode-0.3.4}/llama-cpp-turboquant/tools/tokenize/tokenize.cpp +0 -0
- {localcode-0.3.2 → localcode-0.3.4}/llama-cpp-turboquant/tools/tts/CMakeLists.txt +0 -0
- {localcode-0.3.2 → localcode-0.3.4}/llama-cpp-turboquant/tools/tts/tts.cpp +0 -0
- {localcode-0.3.2 → localcode-0.3.4}/llama-cpp-turboquant/vendor/cpp-httplib/CMakeLists.txt +0 -0
- {localcode-0.3.2 → localcode-0.3.4}/llama-cpp-turboquant/vendor/cpp-httplib/httplib.cpp +0 -0
- {localcode-0.3.2 → localcode-0.3.4}/llama-cpp-turboquant/vendor/cpp-httplib/httplib.h +0 -0
- {localcode-0.3.2 → localcode-0.3.4}/llama-cpp-turboquant/vendor/miniaudio/miniaudio.h +0 -0
- {localcode-0.3.2 → localcode-0.3.4}/llama-cpp-turboquant/vendor/nlohmann/json.hpp +0 -0
- {localcode-0.3.2 → localcode-0.3.4}/llama-cpp-turboquant/vendor/nlohmann/json_fwd.hpp +0 -0
- {localcode-0.3.2 → localcode-0.3.4}/llama-cpp-turboquant/vendor/sheredom/subprocess.h +0 -0
- {localcode-0.3.2 → localcode-0.3.4}/llama-cpp-turboquant/vendor/stb/stb_image.h +0 -0
- {localcode-0.3.2 → localcode-0.3.4}/setup.cfg +0 -0
- {localcode-0.3.2 → localcode-0.3.4}/setup.py +0 -0
- {localcode-0.3.2 → localcode-0.3.4}/src/localcode/__main__.py +0 -0
- {localcode-0.3.2 → localcode-0.3.4}/src/localcode/_subproc_env.py +0 -0
- {localcode-0.3.2 → localcode-0.3.4}/src/localcode/agent/__init__.py +0 -0
- {localcode-0.3.2 → localcode-0.3.4}/src/localcode/agent/app_tasks.py +0 -0
- {localcode-0.3.2 → localcode-0.3.4}/src/localcode/agent/constants.py +0 -0
- {localcode-0.3.2 → localcode-0.3.4}/src/localcode/agent/goal.py +0 -0
- {localcode-0.3.2 → localcode-0.3.4}/src/localcode/agent/helpers.py +0 -0
- {localcode-0.3.2 → localcode-0.3.4}/src/localcode/agent/hooks.py +0 -0
- {localcode-0.3.2 → localcode-0.3.4}/src/localcode/agent/loop.py +0 -0
- {localcode-0.3.2 → localcode-0.3.4}/src/localcode/agent/prompt_context.py +0 -0
- {localcode-0.3.2 → localcode-0.3.4}/src/localcode/agent/prompts.py +0 -0
- {localcode-0.3.2 → localcode-0.3.4}/src/localcode/agent/sections.py +0 -0
- {localcode-0.3.2 → localcode-0.3.4}/src/localcode/agent/streaming.py +0 -0
- {localcode-0.3.2 → localcode-0.3.4}/src/localcode/agent/tool_execution.py +0 -0
- {localcode-0.3.2 → localcode-0.3.4}/src/localcode/agent/tool_orchestration.py +0 -0
- {localcode-0.3.2 → localcode-0.3.4}/src/localcode/agent/turn_finalization.py +0 -0
- {localcode-0.3.2 → localcode-0.3.4}/src/localcode/app.py +0 -0
- {localcode-0.3.2 → localcode-0.3.4}/src/localcode/approvals.py +0 -0
- {localcode-0.3.2 → localcode-0.3.4}/src/localcode/auto_compact.py +0 -0
- {localcode-0.3.2 → localcode-0.3.4}/src/localcode/autonomy.py +0 -0
- {localcode-0.3.2 → localcode-0.3.4}/src/localcode/bin/__init__.py +0 -0
- {localcode-0.3.2 → localcode-0.3.4}/src/localcode/bin/llama-server +0 -0
- {localcode-0.3.2 → localcode-0.3.4}/src/localcode/bootstrap.py +0 -0
- {localcode-0.3.2 → localcode-0.3.4}/src/localcode/cache.py +0 -0
- {localcode-0.3.2 → localcode-0.3.4}/src/localcode/checkpoint.py +0 -0
- {localcode-0.3.2 → localcode-0.3.4}/src/localcode/compact.py +0 -0
- {localcode-0.3.2 → localcode-0.3.4}/src/localcode/compaction.py +0 -0
- {localcode-0.3.2 → localcode-0.3.4}/src/localcode/composer.py +0 -0
- {localcode-0.3.2 → localcode-0.3.4}/src/localcode/config.py +0 -0
- {localcode-0.3.2 → localcode-0.3.4}/src/localcode/context.py +0 -0
- {localcode-0.3.2 → localcode-0.3.4}/src/localcode/display.py +0 -0
- {localcode-0.3.2 → localcode-0.3.4}/src/localcode/embeddings.py +0 -0
- {localcode-0.3.2 → localcode-0.3.4}/src/localcode/entrypoint.py +0 -0
- {localcode-0.3.2 → localcode-0.3.4}/src/localcode/errors.py +0 -0
- {localcode-0.3.2 → localcode-0.3.4}/src/localcode/events.py +0 -0
- {localcode-0.3.2 → localcode-0.3.4}/src/localcode/features.py +0 -0
- {localcode-0.3.2 → localcode-0.3.4}/src/localcode/formatting.py +0 -0
- {localcode-0.3.2 → localcode-0.3.4}/src/localcode/headless_json.py +0 -0
- {localcode-0.3.2 → localcode-0.3.4}/src/localcode/health.py +0 -0
- {localcode-0.3.2 → localcode-0.3.4}/src/localcode/hf_quants.py +0 -0
- {localcode-0.3.2 → localcode-0.3.4}/src/localcode/history.py +0 -0
- {localcode-0.3.2 → localcode-0.3.4}/src/localcode/hooks.py +0 -0
- {localcode-0.3.2 → localcode-0.3.4}/src/localcode/indexer.py +0 -0
- {localcode-0.3.2 → localcode-0.3.4}/src/localcode/injection_defense.py +0 -0
- {localcode-0.3.2 → localcode-0.3.4}/src/localcode/launcher.py +0 -0
- {localcode-0.3.2 → localcode-0.3.4}/src/localcode/logging_utils.py +0 -0
- {localcode-0.3.2 → localcode-0.3.4}/src/localcode/lsp.py +0 -0
- {localcode-0.3.2 → localcode-0.3.4}/src/localcode/mcp/__init__.py +0 -0
- {localcode-0.3.2 → localcode-0.3.4}/src/localcode/mcp/_bridge.py +0 -0
- {localcode-0.3.2 → localcode-0.3.4}/src/localcode/mcp/_config.py +0 -0
- {localcode-0.3.2 → localcode-0.3.4}/src/localcode/mcp/_transports.py +0 -0
- {localcode-0.3.2 → localcode-0.3.4}/src/localcode/mcp/client.py +0 -0
- {localcode-0.3.2 → localcode-0.3.4}/src/localcode/memory_guard.py +0 -0
- {localcode-0.3.2 → localcode-0.3.4}/src/localcode/model_config.py +0 -0
- {localcode-0.3.2 → localcode-0.3.4}/src/localcode/model_families.py +0 -0
- {localcode-0.3.2 → localcode-0.3.4}/src/localcode/models.py +0 -0
- {localcode-0.3.2 → localcode-0.3.4}/src/localcode/models_catalog.py +0 -0
- {localcode-0.3.2 → localcode-0.3.4}/src/localcode/notebook.py +0 -0
- {localcode-0.3.2 → localcode-0.3.4}/src/localcode/output.py +0 -0
- {localcode-0.3.2 → localcode-0.3.4}/src/localcode/patching.py +0 -0
- {localcode-0.3.2 → localcode-0.3.4}/src/localcode/paths.py +0 -0
- {localcode-0.3.2 → localcode-0.3.4}/src/localcode/performance.py +0 -0
- {localcode-0.3.2 → localcode-0.3.4}/src/localcode/permissions.py +0 -0
- {localcode-0.3.2 → localcode-0.3.4}/src/localcode/permissions_v2.py +0 -0
- {localcode-0.3.2 → localcode-0.3.4}/src/localcode/plans.py +0 -0
- {localcode-0.3.2 → localcode-0.3.4}/src/localcode/process_registry.py +0 -0
- {localcode-0.3.2 → localcode-0.3.4}/src/localcode/recommendations.py +0 -0
- {localcode-0.3.2 → localcode-0.3.4}/src/localcode/recovery.py +0 -0
- {localcode-0.3.2 → localcode-0.3.4}/src/localcode/runtime_diffusion.py +0 -0
- {localcode-0.3.2 → localcode-0.3.4}/src/localcode/session.py +0 -0
- {localcode-0.3.2 → localcode-0.3.4}/src/localcode/shell.py +0 -0
- {localcode-0.3.2 → localcode-0.3.4}/src/localcode/skills/debug.md +0 -0
- {localcode-0.3.2 → localcode-0.3.4}/src/localcode/skills/edit-verified.md +0 -0
- {localcode-0.3.2 → localcode-0.3.4}/src/localcode/skills/explain.md +0 -0
- {localcode-0.3.2 → localcode-0.3.4}/src/localcode/skills/git-commit-safely.md +0 -0
- {localcode-0.3.2 → localcode-0.3.4}/src/localcode/skills/locate.md +0 -0
- {localcode-0.3.2 → localcode-0.3.4}/src/localcode/skills/plan-task.md +0 -0
- {localcode-0.3.2 → localcode-0.3.4}/src/localcode/skills/review.md +0 -0
- {localcode-0.3.2 → localcode-0.3.4}/src/localcode/skills/run-tests.md +0 -0
- {localcode-0.3.2 → localcode-0.3.4}/src/localcode/skills.py +0 -0
- {localcode-0.3.2 → localcode-0.3.4}/src/localcode/snapshots.py +0 -0
- {localcode-0.3.2 → localcode-0.3.4}/src/localcode/sounds.py +0 -0
- {localcode-0.3.2 → localcode-0.3.4}/src/localcode/telemetry.py +0 -0
- {localcode-0.3.2 → localcode-0.3.4}/src/localcode/theme.py +0 -0
- {localcode-0.3.2 → localcode-0.3.4}/src/localcode/thermal.py +0 -0
- {localcode-0.3.2 → localcode-0.3.4}/src/localcode/thinking.py +0 -0
- {localcode-0.3.2 → localcode-0.3.4}/src/localcode/tool_router.py +0 -0
- {localcode-0.3.2 → localcode-0.3.4}/src/localcode/toolkit.py +0 -0
- {localcode-0.3.2 → localcode-0.3.4}/src/localcode/tools/__init__.py +0 -0
- {localcode-0.3.2 → localcode-0.3.4}/src/localcode/tools/agent.py +0 -0
- {localcode-0.3.2 → localcode-0.3.4}/src/localcode/tools/append_file.py +0 -0
- {localcode-0.3.2 → localcode-0.3.4}/src/localcode/tools/base.py +0 -0
- {localcode-0.3.2 → localcode-0.3.4}/src/localcode/tools/edit_diff.py +0 -0
- {localcode-0.3.2 → localcode-0.3.4}/src/localcode/tools/edit_file.py +0 -0
- {localcode-0.3.2 → localcode-0.3.4}/src/localcode/tools/facts.py +0 -0
- {localcode-0.3.2 → localcode-0.3.4}/src/localcode/tools/glob_tool.py +0 -0
- {localcode-0.3.2 → localcode-0.3.4}/src/localcode/tools/grep.py +0 -0
- {localcode-0.3.2 → localcode-0.3.4}/src/localcode/tools/launch_app.py +0 -0
- {localcode-0.3.2 → localcode-0.3.4}/src/localcode/tools/list_files.py +0 -0
- {localcode-0.3.2 → localcode-0.3.4}/src/localcode/tools/multi_edit.py +0 -0
- {localcode-0.3.2 → localcode-0.3.4}/src/localcode/tools/plan_mode.py +0 -0
- {localcode-0.3.2 → localcode-0.3.4}/src/localcode/tools/read_file.py +0 -0
- {localcode-0.3.2 → localcode-0.3.4}/src/localcode/tools/skill_tool.py +0 -0
- {localcode-0.3.2 → localcode-0.3.4}/src/localcode/tools/todo_write.py +0 -0
- {localcode-0.3.2 → localcode-0.3.4}/src/localcode/tools/web_fetch.py +0 -0
- {localcode-0.3.2 → localcode-0.3.4}/src/localcode/tools/web_search.py +0 -0
- {localcode-0.3.2 → localcode-0.3.4}/src/localcode/tools/write_file.py +0 -0
- {localcode-0.3.2 → localcode-0.3.4}/src/localcode/tui/__init__.py +0 -0
- {localcode-0.3.2 → localcode-0.3.4}/src/localcode/tui/app.py +0 -0
- {localcode-0.3.2 → localcode-0.3.4}/src/localcode/tui/bridge.py +0 -0
- {localcode-0.3.2 → localcode-0.3.4}/src/localcode/tui/screens/__init__.py +0 -0
- {localcode-0.3.2 → localcode-0.3.4}/src/localcode/tui/screens/mode_picker.py +0 -0
- {localcode-0.3.2 → localcode-0.3.4}/src/localcode/tui/screens/model_picker.py +0 -0
- {localcode-0.3.2 → localcode-0.3.4}/src/localcode/tui/screens/setup.py +0 -0
- {localcode-0.3.2 → localcode-0.3.4}/src/localcode/tui/styles/__init__.py +0 -0
- {localcode-0.3.2 → localcode-0.3.4}/src/localcode/tui/styles/app.tcss +0 -0
- {localcode-0.3.2 → localcode-0.3.4}/src/localcode/tui/widgets/__init__.py +0 -0
- {localcode-0.3.2 → localcode-0.3.4}/src/localcode/tui/widgets/approval.py +0 -0
- {localcode-0.3.2 → localcode-0.3.4}/src/localcode/tui/widgets/chat_log.py +0 -0
- {localcode-0.3.2 → localcode-0.3.4}/src/localcode/tui/widgets/messages/__init__.py +0 -0
- {localcode-0.3.2 → localcode-0.3.4}/src/localcode/tui/widgets/messages/diff.py +0 -0
- {localcode-0.3.2 → localcode-0.3.4}/src/localcode/tui/widgets/voice_visualizer.py +0 -0
- {localcode-0.3.2 → localcode-0.3.4}/src/localcode/turn_diff.py +0 -0
- {localcode-0.3.2 → localcode-0.3.4}/src/localcode/undo.py +0 -0
- {localcode-0.3.2 → localcode-0.3.4}/src/localcode/verification.py +0 -0
- {localcode-0.3.2 → localcode-0.3.4}/src/localcode/voice.py +0 -0
- {localcode-0.3.2 → localcode-0.3.4}/src/localcode.egg-info/SOURCES.txt +0 -0
- {localcode-0.3.2 → localcode-0.3.4}/src/localcode.egg-info/dependency_links.txt +0 -0
- {localcode-0.3.2 → localcode-0.3.4}/src/localcode.egg-info/entry_points.txt +0 -0
- {localcode-0.3.2 → localcode-0.3.4}/src/localcode.egg-info/requires.txt +0 -0
- {localcode-0.3.2 → localcode-0.3.4}/src/localcode.egg-info/top_level.txt +0 -0
- {localcode-0.3.2 → localcode-0.3.4}/tests/test_agent_event_regressions.py +0 -0
- {localcode-0.3.2 → localcode-0.3.4}/tests/test_architecture.py +0 -0
- {localcode-0.3.2 → localcode-0.3.4}/tests/test_bootstrap.py +0 -0
- {localcode-0.3.2 → localcode-0.3.4}/tests/test_checkpoint.py +0 -0
- {localcode-0.3.2 → localcode-0.3.4}/tests/test_compaction.py +0 -0
- {localcode-0.3.2 → localcode-0.3.4}/tests/test_comprehensive_agent.py +0 -0
- {localcode-0.3.2 → localcode-0.3.4}/tests/test_comprehensive_bg_download.py +0 -0
- {localcode-0.3.2 → localcode-0.3.4}/tests/test_comprehensive_binary.py +0 -0
- {localcode-0.3.2 → localcode-0.3.4}/tests/test_comprehensive_cli.py +0 -0
- {localcode-0.3.2 → localcode-0.3.4}/tests/test_comprehensive_diffusion.py +0 -0
- {localcode-0.3.2 → localcode-0.3.4}/tests/test_comprehensive_download.py +0 -0
- {localcode-0.3.2 → localcode-0.3.4}/tests/test_comprehensive_hardening.py +0 -0
- {localcode-0.3.2 → localcode-0.3.4}/tests/test_comprehensive_install.py +0 -0
- {localcode-0.3.2 → localcode-0.3.4}/tests/test_comprehensive_machines.py +0 -0
- {localcode-0.3.2 → localcode-0.3.4}/tests/test_comprehensive_model_picker.py +0 -0
- {localcode-0.3.2 → localcode-0.3.4}/tests/test_comprehensive_models_matrix.py +0 -0
- {localcode-0.3.2 → localcode-0.3.4}/tests/test_comprehensive_tui.py +0 -0
- {localcode-0.3.2 → localcode-0.3.4}/tests/test_comprehensive_vision.py +0 -0
- {localcode-0.3.2 → localcode-0.3.4}/tests/test_comprehensive_voice.py +0 -0
- {localcode-0.3.2 → localcode-0.3.4}/tests/test_comprehensive_whisper.py +0 -0
- {localcode-0.3.2 → localcode-0.3.4}/tests/test_config.py +0 -0
- {localcode-0.3.2 → localcode-0.3.4}/tests/test_context_pipeline_e2e.py +0 -0
- {localcode-0.3.2 → localcode-0.3.4}/tests/test_download.py +0 -0
- {localcode-0.3.2 → localcode-0.3.4}/tests/test_embeddings_retrieval.py +0 -0
- {localcode-0.3.2 → localcode-0.3.4}/tests/test_fresh_install.py +0 -0
- {localcode-0.3.2 → localcode-0.3.4}/tests/test_kv_cap.py +0 -0
- {localcode-0.3.2 → localcode-0.3.4}/tests/test_model_config.py +0 -0
- {localcode-0.3.2 → localcode-0.3.4}/tests/test_models_catalog.py +0 -0
- {localcode-0.3.2 → localcode-0.3.4}/tests/test_output.py +0 -0
- {localcode-0.3.2 → localcode-0.3.4}/tests/test_prompt_language_steering.py +0 -0
- {localcode-0.3.2 → localcode-0.3.4}/tests/test_real_models.py +0 -0
- {localcode-0.3.2 → localcode-0.3.4}/tests/test_run_json.py +0 -0
- {localcode-0.3.2 → localcode-0.3.4}/tests/test_runtime.py +0 -0
- {localcode-0.3.2 → localcode-0.3.4}/tests/test_subproc_env.py +0 -0
- {localcode-0.3.2 → localcode-0.3.4}/tests/test_thermal.py +0 -0
- {localcode-0.3.2 → localcode-0.3.4}/tests/test_toolkit.py +0 -0
- {localcode-0.3.2 → localcode-0.3.4}/tests/test_tui_input.py +0 -0
|
@@ -246,10 +246,9 @@ def _semantic_tool_summary(content: str) -> str:
|
|
|
246
246
|
)
|
|
247
247
|
if is_error:
|
|
248
248
|
# Self-conditioning (arXiv:2509.09677): echoing an OLD error's text
|
|
249
|
-
# pushes the model to repeat the mistake
|
|
250
|
-
#
|
|
251
|
-
#
|
|
252
|
-
# ledger still records the failure fact, minus the conditioning text.
|
|
249
|
+
# pushes the model to repeat the mistake. Recent errors stay intact
|
|
250
|
+
# (kept above by keep_recent) so it can fix the immediate problem;
|
|
251
|
+
# older ones drop to a neutral note (the ledger still records the fact).
|
|
253
252
|
return "[an earlier tool call errored and was handled — details dropped]"
|
|
254
253
|
if facts:
|
|
255
254
|
return (
|
|
@@ -725,9 +724,10 @@ def build_progress_ledger(
|
|
|
725
724
|
return list(dict.fromkeys(s for s in seq if s))
|
|
726
725
|
|
|
727
726
|
lines = [
|
|
728
|
-
"##
|
|
729
|
-
"
|
|
730
|
-
"
|
|
727
|
+
"## A log of YOUR OWN tool calls so far this turn — NOT the user's work "
|
|
728
|
+
"and NOT pre-existing files on disk (leftover files you did not create are "
|
|
729
|
+
"not your progress or your task). Don't re-read/re-run anything below "
|
|
730
|
+
"unless you changed it; keep making NEW progress toward the user's goal.",
|
|
731
731
|
]
|
|
732
732
|
rd = _uniq(files_read)
|
|
733
733
|
if rd:
|
|
@@ -365,34 +365,36 @@ def churn_nudge_for(signal: ChurnSignal) -> str:
|
|
|
365
365
|
Names the concrete subject (file path / command) + count so the model
|
|
366
366
|
sees what it's thrashing on, then tells it the ONE thing to do instead.
|
|
367
367
|
"""
|
|
368
|
+
# NOTE: these are FORWARD-ONLY imperatives. They deliberately contain NO
|
|
369
|
+
# self-referential loop language ("you're going in circles", "you've
|
|
370
|
+
# rewritten X N times", "thrashing", "stop planning"). A small model
|
|
371
|
+
# parrots whatever we inject: injecting "you're going in circles" as a
|
|
372
|
+
# user-role message makes it reply "You're right, I've been going in
|
|
373
|
+
# circles" — which then sits in its own context and self-conditions the
|
|
374
|
+
# loop deeper (arXiv:2509.09677). So we tell it the NEXT concrete action
|
|
375
|
+
# and nothing about the failure it just had.
|
|
368
376
|
if signal.mode is ChurnMode.FILE_REWRITE:
|
|
369
377
|
return (
|
|
370
|
-
f"SYSTEM:
|
|
371
|
-
"
|
|
372
|
-
"the
|
|
373
|
-
"targeted edit_file change to fix that — do not overwrite the whole "
|
|
374
|
-
"file again."
|
|
378
|
+
f"SYSTEM: {signal.subject} is written — move on to the next file. "
|
|
379
|
+
"If it has a specific error, make ONE targeted edit_file change to "
|
|
380
|
+
"the exact line; otherwise create the next file the task needs."
|
|
375
381
|
)
|
|
376
382
|
if signal.mode is ChurnMode.COMMAND_FAILURE:
|
|
377
383
|
return (
|
|
378
|
-
f"SYSTEM: `{signal.subject}`
|
|
379
|
-
"
|
|
380
|
-
"
|
|
381
|
-
"a config/source file, a wrong path), and only then run it again."
|
|
384
|
+
f"SYSTEM: `{signal.subject}` won't succeed as-is. Read its error "
|
|
385
|
+
"output, fix the root cause (missing dependency, a syntax error in a "
|
|
386
|
+
"config/source file, a wrong path) with an edit, then run it once."
|
|
382
387
|
)
|
|
383
388
|
if signal.mode is ChurnMode.PLANNING_SPIN:
|
|
384
389
|
return (
|
|
385
|
-
"SYSTEM:
|
|
386
|
-
"
|
|
387
|
-
"
|
|
388
|
-
"edit the most important file for the next step, then build/run to "
|
|
389
|
-
"verify it. Do not restate the plan — execute the first step of it."
|
|
390
|
+
"SYSTEM: Take the next concrete action now — create or edit the next "
|
|
391
|
+
"file the task needs, then run the build to verify. Write code, not "
|
|
392
|
+
"a plan."
|
|
390
393
|
)
|
|
391
394
|
# INVESTIGATION_SPIN
|
|
392
395
|
return (
|
|
393
|
-
"SYSTEM:
|
|
394
|
-
"
|
|
395
|
-
"
|
|
396
|
-
"
|
|
397
|
-
"focused question. Do not read or grep more files this round."
|
|
396
|
+
"SYSTEM: Take a concrete action now — create the next file the task "
|
|
397
|
+
"needs and write real code with write_file/edit_file. Files already on "
|
|
398
|
+
"disk that you did not create are not part of your task. If you truly "
|
|
399
|
+
"lack information only the user has, ask ONE focused question."
|
|
398
400
|
)
|
|
@@ -168,6 +168,21 @@ def _log_disconnect_context(stage: str, error: Any, *, mid_stream: bool = False)
|
|
|
168
168
|
diag["stage"] = stage
|
|
169
169
|
diag["mid_stream"] = mid_stream
|
|
170
170
|
diag["error"] = err_str[:500]
|
|
171
|
+
# Capture the SERVER's own last words. llama-server prints the real cause
|
|
172
|
+
# (ggml/Metal allocation failure, GGML_ASSERT, OOM) to server.log right
|
|
173
|
+
# before it dies; without this we only see httpx's "connection dropped"
|
|
174
|
+
# and are left guessing. The tail is the actual diagnosis.
|
|
175
|
+
_server_tail = ""
|
|
176
|
+
try:
|
|
177
|
+
from .paths import global_state_dir
|
|
178
|
+
_lp = global_state_dir() / "server.log"
|
|
179
|
+
if _lp.exists():
|
|
180
|
+
_lines = _lp.read_text(errors="replace").splitlines()
|
|
181
|
+
_server_tail = "\n".join(_lines[-15:])[-1500:]
|
|
182
|
+
except Exception:
|
|
183
|
+
_server_tail = ""
|
|
184
|
+
if _server_tail:
|
|
185
|
+
diag["server_log_tail"] = _server_tail
|
|
171
186
|
try:
|
|
172
187
|
from .server_manager import _lifecycle_log as _ll
|
|
173
188
|
_ll("server_disconnect", **diag)
|
|
@@ -186,6 +201,8 @@ def _log_disconnect_context(stage: str, error: Any, *, mid_stream: bool = False)
|
|
|
186
201
|
f"pressure_kill={diag.get('pressure_kill')} "
|
|
187
202
|
f"running={diag.get('running')} mid_stream={mid_stream} "
|
|
188
203
|
f"free_mb={diag.get('free_mb')} error={err_str[:300]}\n"
|
|
204
|
+
+ (f" server.log tail:\n "
|
|
205
|
+
+ _server_tail.replace("\n", "\n ") + "\n" if _server_tail else "")
|
|
189
206
|
)
|
|
190
207
|
except Exception:
|
|
191
208
|
pass
|
|
@@ -2064,6 +2081,25 @@ class LocalCodeRuntimeGateway(_DiffusionMixin):
|
|
|
2064
2081
|
# revert this hunk and accept occasional rephrase as a
|
|
2065
2082
|
# model property of Qwen3.6 IQ2_M.
|
|
2066
2083
|
payload["repeat_penalty"] = 1.05
|
|
2084
|
+
# Forward the EOS-NEUTRAL anti-loop samplers that were previously
|
|
2085
|
+
# computed into `opts` and then DROPPED (they only went to the dead
|
|
2086
|
+
# ollama-shaped payload below). DRY penalises repeated N-GRAMS —
|
|
2087
|
+
# not single tokens — so unlike repeat_penalty it does NOT suppress
|
|
2088
|
+
# the EOS/sentence-end tokens that caused the 2026-04-29 paraphrase
|
|
2089
|
+
# regression; min_p trims the low-probability tail that token-
|
|
2090
|
+
# collapse loops feed on. llama-server has DRY OFF by default, so
|
|
2091
|
+
# NOT forwarding these is a real root cause of the repeat-collapse
|
|
2092
|
+
# loops. We deliberately do NOT re-add the aggressive repeat_penalty
|
|
2093
|
+
# /top_k/top_p bundle (that was the regression). A/B back to
|
|
2094
|
+
# temperature-only with LOCALCODE_SAMPLER_MINIMAL=1.
|
|
2095
|
+
import os as _os
|
|
2096
|
+
if _os.environ.get("LOCALCODE_SAMPLER_MINIMAL") != "1":
|
|
2097
|
+
payload["dry_multiplier"] = opts["dry_multiplier"]
|
|
2098
|
+
payload["dry_base"] = opts["dry_base"]
|
|
2099
|
+
payload["dry_allowed_length"] = opts["dry_allowed_length"]
|
|
2100
|
+
payload["dry_penalty_last_n"] = opts["dry_penalty_last_n"]
|
|
2101
|
+
if opts.get("min_p", 0):
|
|
2102
|
+
payload["min_p"] = opts["min_p"]
|
|
2067
2103
|
if "num_predict" in opts:
|
|
2068
2104
|
_np = opts["num_predict"]
|
|
2069
2105
|
# llama-server treats max_tokens=-1 as "use default", which on
|
|
@@ -2080,8 +2116,11 @@ class LocalCodeRuntimeGateway(_DiffusionMixin):
|
|
|
2080
2116
|
# outbound chat-completions payload so we can verify DRY is
|
|
2081
2117
|
# actually being forwarded. Set LOCALCODE_DEBUG_SAMPLERS=1
|
|
2082
2118
|
# to enable. Self-disables after one log to keep noise down.
|
|
2083
|
-
import
|
|
2084
|
-
|
|
2119
|
+
import logging
|
|
2120
|
+
# Always log the ACTUAL forwarded samplers once per session (was
|
|
2121
|
+
# opt-in) so we can correlate looping with the real server config —
|
|
2122
|
+
# the "control this better" record. Cheap: fires exactly once.
|
|
2123
|
+
if not getattr(self, "_logged_samplers", False):
|
|
2085
2124
|
sampler_keys = (
|
|
2086
2125
|
"temperature", "top_p", "top_k", "min_p",
|
|
2087
2126
|
"repeat_penalty", "repeat_last_n",
|
|
@@ -71,12 +71,9 @@ from .paths import (
|
|
|
71
71
|
lifecycle_log_path,
|
|
72
72
|
)
|
|
73
73
|
|
|
74
|
-
# PID file stays GLOBAL — only one llama-server runs
|
|
75
|
-
#
|
|
76
|
-
#
|
|
77
|
-
# per-project lifecycle log records a fresh `server_started` entry
|
|
78
|
-
# on next launch from the new project. See paths.py for the full
|
|
79
|
-
# global-vs-project split rationale.
|
|
74
|
+
# PID file stays GLOBAL — only one llama-server runs per machine (single port,
|
|
75
|
+
# single GPU budget), so it keeps serving you when you `cd` between projects.
|
|
76
|
+
# See paths.py for the global-vs-project split rationale.
|
|
80
77
|
PID_FILE = server_pid_file()
|
|
81
78
|
DEFAULT_PORT = 8081
|
|
82
79
|
# Preferred-range scan (8081-8099) before falling through to an OS-assigned
|
|
@@ -177,13 +174,9 @@ def _rewrite_port_arg(cmd: list[str], port: int) -> list[str]:
|
|
|
177
174
|
|
|
178
175
|
STUCK_SERVER_MARKER = stuck_server_marker_path()
|
|
179
176
|
|
|
180
|
-
# Persistent (append-only) lifecycle log for every server start
|
|
181
|
-
#
|
|
182
|
-
#
|
|
183
|
-
# overwrites with `open(..., "w")` on every launch and so loses
|
|
184
|
-
# inter-session context). Per-project (lives at
|
|
185
|
-
# `<project_root>/.localcode/lifecycle.log`) so each project has its
|
|
186
|
-
# own diagnostic timeline.
|
|
177
|
+
# Persistent (append-only) lifecycle log for every server start/stop/kill/
|
|
178
|
+
# recovery event. Per-project (`<project_root>/.localcode/lifecycle.log`) so
|
|
179
|
+
# each project keeps its own diagnostic timeline across sessions.
|
|
187
180
|
LIFECYCLE_LOG = lifecycle_log_path()
|
|
188
181
|
|
|
189
182
|
|
|
@@ -400,12 +393,11 @@ class ServerManager:
|
|
|
400
393
|
had_prior = self._process is not None
|
|
401
394
|
_prev_model = self._model_path # capture before shutdown clears it
|
|
402
395
|
self._shutdown_locked()
|
|
403
|
-
# Wait for the OLD server's memory to
|
|
404
|
-
#
|
|
405
|
-
#
|
|
406
|
-
#
|
|
407
|
-
#
|
|
408
|
-
# out at 8 s, and proceeds anyway (refusing would be worse).
|
|
396
|
+
# Wait for the OLD server's memory to release before spawning the
|
|
397
|
+
# new one: the kernel takes 1-3 s to free wired Metal memory after
|
|
398
|
+
# the child reaps, and spawning into that window double-commits and
|
|
399
|
+
# trips the pressure monitor on a 16 GB Mac. Best-effort — targets
|
|
400
|
+
# ~11 GB free, times out at 8 s, proceeds anyway.
|
|
409
401
|
if had_prior:
|
|
410
402
|
# Only a genuine model change is "model_switch"; a same-model
|
|
411
403
|
# relaunch (crash/disconnect recovery) is "server_restart".
|
|
@@ -430,20 +422,35 @@ class ServerManager:
|
|
|
430
422
|
# AGX driver may read the env at first Metal touch — setting it in
|
|
431
423
|
# the parent env before spawn is the belt-and-suspenders approach.
|
|
432
424
|
env.setdefault("AGX_RELAX_CDM_CTXSTORE_TIMEOUT", "1")
|
|
425
|
+
# Capture the server's OWN stdout/stderr to server.log (this runtime
|
|
426
|
+
# path used to send both to /dev/null, discarding llama-server's
|
|
427
|
+
# final ggml/Metal error on the recurring -9). Append per-spawn.
|
|
428
|
+
log_fh = None
|
|
429
|
+
try:
|
|
430
|
+
from .paths import global_state_dir
|
|
431
|
+
log_fh = open(global_state_dir() / "server.log", "a", buffering=1)
|
|
432
|
+
log_fh.write(f"\n===== llama-server spawn (port {port}) =====\n")
|
|
433
|
+
except Exception:
|
|
434
|
+
log_fh = None
|
|
435
|
+
try: # close any prior spawn's handle before replacing it
|
|
436
|
+
if getattr(self, "_log_fh", None) is not None:
|
|
437
|
+
self._log_fh.close()
|
|
438
|
+
except Exception:
|
|
439
|
+
pass
|
|
440
|
+
self._log_fh = log_fh
|
|
433
441
|
self._process = subprocess.Popen(
|
|
434
442
|
cmd,
|
|
435
|
-
stdout=subprocess.DEVNULL,
|
|
436
|
-
stderr=subprocess.DEVNULL,
|
|
443
|
+
stdout=(log_fh or subprocess.DEVNULL),
|
|
444
|
+
stderr=subprocess.STDOUT if log_fh else subprocess.DEVNULL,
|
|
437
445
|
start_new_session=True, # process group leader → killpg works
|
|
438
446
|
env=env,
|
|
439
447
|
)
|
|
440
448
|
self._model_path = model_path
|
|
441
449
|
self._port = port
|
|
442
450
|
|
|
443
|
-
# Layer 1: kernel-enforced memory ceiling via jetsam
|
|
444
|
-
#
|
|
445
|
-
#
|
|
446
|
-
# form. This is the hard backstop — sanctioned Apple API.
|
|
451
|
+
# Layer 1: kernel-enforced memory ceiling via jetsam — the hard
|
|
452
|
+
# backstop (sanctioned Apple API) that kills llama-server before it
|
|
453
|
+
# can push the system over the edge.
|
|
447
454
|
try:
|
|
448
455
|
from .memory_guard import (
|
|
449
456
|
set_jetsam_highwater, recommended_jetsam_limit_mb,
|
|
@@ -467,14 +474,10 @@ class ServerManager:
|
|
|
467
474
|
except Exception:
|
|
468
475
|
self._pressure_thread = None
|
|
469
476
|
self._write_pid_file(self._process.pid)
|
|
470
|
-
# Log the FULL command
|
|
471
|
-
#
|
|
472
|
-
#
|
|
473
|
-
#
|
|
474
|
-
# repetition pathologies that look like model bugs but are
|
|
475
|
-
# actually decode-time speculative-cache feedback loops.
|
|
476
|
-
# Truncated to 4000 chars to keep the event small; that's
|
|
477
|
-
# enough for ~80 args.
|
|
477
|
+
# Log the FULL launch command so debugging can answer "what flags
|
|
478
|
+
# was the server using?" — subtle flags (e.g. --spec-type ngram-mod)
|
|
479
|
+
# cause repetition pathologies that look like model bugs. Truncated
|
|
480
|
+
# to 4000 chars (~80 args) to keep the event small.
|
|
478
481
|
_flags_str = " ".join(str(c) for c in cmd)[:4000]
|
|
479
482
|
_lifecycle_log("server_started", pid=self._process.pid, port=port,
|
|
480
483
|
model=Path(model_path).name,
|
|
@@ -711,6 +711,50 @@ def _normalize_repo_root_variants(cmd: str, repo: str) -> str:
|
|
|
711
711
|
return pattern.sub(repo, cmd)
|
|
712
712
|
|
|
713
713
|
|
|
714
|
+
def _quoting_error_hint(output: str) -> str:
|
|
715
|
+
"""Turn a raw shell quoting failure into actionable guidance.
|
|
716
|
+
|
|
717
|
+
A path with spaces or parentheses (e.g. `Qwen 3.6 35B-A3B (Q8)`) that
|
|
718
|
+
isn't quoted breaks bash with `syntax error near unexpected token` — an
|
|
719
|
+
error a model can't act on, so it retries the same broken shape in a loop
|
|
720
|
+
(observed exactly this). Tell it precisely how to fix it.
|
|
721
|
+
"""
|
|
722
|
+
low = output.lower()
|
|
723
|
+
if "syntax error near unexpected token" not in low and "unexpected eof" not in low:
|
|
724
|
+
return ""
|
|
725
|
+
return (
|
|
726
|
+
"HINT: a path or argument with spaces or parentheses wasn't quoted, so "
|
|
727
|
+
"the shell mis-parsed it. Wrap paths in SINGLE quotes — e.g. "
|
|
728
|
+
"ls -la '/Users/you/My Dir (v2)'. Simpler and safer: use list_files or "
|
|
729
|
+
"read_file with the path as an argument — they take the raw path and "
|
|
730
|
+
"never need shell escaping."
|
|
731
|
+
)
|
|
732
|
+
|
|
733
|
+
|
|
734
|
+
def _redirect_shell_dir_listing(cmd: str) -> str:
|
|
735
|
+
"""Route `ls <path>` to list_files, which can't break on spaces/parens.
|
|
736
|
+
|
|
737
|
+
Mirrors the `cat → read_file` guard. Only fires for a plain `ls` with a
|
|
738
|
+
PATH argument (no pipes/redirs/chains) — bare `ls`/`ls -la` in the cwd
|
|
739
|
+
can't hit the quoting failure, so it's left to run.
|
|
740
|
+
"""
|
|
741
|
+
_cd, body = _extract_leading_cd(cmd)
|
|
742
|
+
b = body.strip()
|
|
743
|
+
if any(sep in b for sep in ("|", ">", "<", "&&", "||", ";", "$(", "`")):
|
|
744
|
+
return ""
|
|
745
|
+
# Path arg must NOT start with '-' (else `ls -la` reads its own flags as a path).
|
|
746
|
+
m = re.match(r"^ls((?:\s+-[a-zA-Z]+)*)\s+([^-\s].*)$", b)
|
|
747
|
+
if m is None:
|
|
748
|
+
return "" # bare `ls`/`ls -la` (no path) — harmless, let it run
|
|
749
|
+
path = m.group(2).strip().strip('"').strip("'")
|
|
750
|
+
return (
|
|
751
|
+
f"REJECTED: use list_files(path='{path}') to inspect a directory, not "
|
|
752
|
+
"bash `ls <path>`. list_files takes the path as an argument, so it never "
|
|
753
|
+
"breaks on spaces or parentheses in a folder name — which is what fails "
|
|
754
|
+
"with bash here."
|
|
755
|
+
)
|
|
756
|
+
|
|
757
|
+
|
|
714
758
|
def execute(ctx: ToolContext, args: dict) -> str:
|
|
715
759
|
cmd = _normalize_repo_root_variants(args["command"], str(ctx.repo))
|
|
716
760
|
# Block ANY use of process-attaching debuggers — lldb / dtrace /
|
|
@@ -776,6 +820,9 @@ def execute(ctx: ToolContext, args: dict) -> str:
|
|
|
776
820
|
file_read_redirect = _redirect_shell_file_read(cmd, str(repo))
|
|
777
821
|
if file_read_redirect:
|
|
778
822
|
return file_read_redirect
|
|
823
|
+
dir_listing_redirect = _redirect_shell_dir_listing(cmd)
|
|
824
|
+
if dir_listing_redirect:
|
|
825
|
+
return dir_listing_redirect
|
|
779
826
|
file_write_redirect = _redirect_shell_file_write(cmd, str(repo))
|
|
780
827
|
if file_write_redirect:
|
|
781
828
|
return file_write_redirect
|
|
@@ -969,6 +1016,11 @@ def execute(ctx: ToolContext, args: dict) -> str:
|
|
|
969
1016
|
pass
|
|
970
1017
|
if r.returncode != 0:
|
|
971
1018
|
output = f"[exit code {r.returncode}]\n{output}"
|
|
1019
|
+
# Shell quoting failure (unquoted spaces/parens in a path) → give
|
|
1020
|
+
# the model an actionable fix instead of a raw syntax error it loops on.
|
|
1021
|
+
_qh = _quoting_error_hint(output)
|
|
1022
|
+
if _qh:
|
|
1023
|
+
output = _qh + "\n\n" + output
|
|
972
1024
|
# AirPlay-collision detector: if the model curls localhost:5000
|
|
973
1025
|
# or :7000, those are squatted by macOS AirPlay Receiver /
|
|
974
1026
|
# AirTunes — bare `curl -s` sees a 200 with empty body and
|
|
@@ -411,12 +411,16 @@ class _ChatTextArea(TextArea):
|
|
|
411
411
|
& .text-area--cursor-line {
|
|
412
412
|
background: ansi_default;
|
|
413
413
|
}
|
|
414
|
-
/* The caret.
|
|
415
|
-
|
|
416
|
-
a
|
|
417
|
-
|
|
414
|
+
/* The caret. textual-ansi reports dark=False, so TextArea's own
|
|
415
|
+
`&:light .text-area--cursor` rule (background: $foreground 70%) wins
|
|
416
|
+
over a plain override and renders a dark/black block. Force it with
|
|
417
|
+
!important: color+background = ansi_default (terminal fg/bg) plus
|
|
418
|
+
`reverse` swaps them, giving a light block on a dark terminal and a
|
|
419
|
+
dark block on a light one — terminal-adaptive, no hardcoded hex. */
|
|
418
420
|
& .text-area--cursor {
|
|
419
|
-
|
|
421
|
+
color: ansi_default !important;
|
|
422
|
+
background: ansi_default !important;
|
|
423
|
+
text-style: reverse !important;
|
|
420
424
|
}
|
|
421
425
|
&:focus {
|
|
422
426
|
background-tint: transparent 0%;
|
|
@@ -80,8 +80,10 @@ def test_investigation_spin_outranks_planning_spin():
|
|
|
80
80
|
def test_planning_spin_nudge_is_actionable():
|
|
81
81
|
sig = detect_churn({}, {}, 0, planning_streak=CHURN_PLANNING_STREAK_LIMIT)
|
|
82
82
|
text = churn_nudge_for(sig)
|
|
83
|
-
|
|
84
|
-
|
|
83
|
+
# Forward-only imperative: tells it the next action, with NO echo-able
|
|
84
|
+
# self-critical loop language ("planned enough") a small model would parrot.
|
|
85
|
+
assert "concrete action" in text.lower() or "write code" in text.lower()
|
|
86
|
+
assert "planned enough" not in text.lower() and "circles" not in text.lower()
|
|
85
87
|
|
|
86
88
|
|
|
87
89
|
def test_command_failure_takes_precedence_over_file_rewrite():
|
|
@@ -169,7 +169,9 @@ def test_progress_ledger_dedups_and_shows_outcomes():
|
|
|
169
169
|
files_read=["a.ts", "b.ts", "a.ts", "a.ts"], # a.ts re-read
|
|
170
170
|
budget_chars=3500,
|
|
171
171
|
)
|
|
172
|
-
|
|
172
|
+
# Header frames the ledger as the assistant's OWN actions (not the user's
|
|
173
|
+
# work / pre-existing files) so the model doesn't treat stale dirs as its task.
|
|
174
|
+
assert "your own tool calls" in led.lower() and "new progress" in led.lower()
|
|
173
175
|
assert led.count("a.ts") == 1 # deduped
|
|
174
176
|
assert "src/types.ts" in led
|
|
175
177
|
assert "ok npm i" in led and "x npm run build" in led # outcomes flagged
|
|
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.2 → localcode-0.3.4}/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.2 → localcode-0.3.4}/llama-cpp-turboquant/common/chat-auto-parser-generator.cpp
RENAMED
|
File without changes
|
{localcode-0.3.2 → localcode-0.3.4}/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
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|