localcode 0.3.1__tar.gz → 0.3.2__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.1/src/localcode.egg-info → localcode-0.3.2}/PKG-INFO +1 -1
- {localcode-0.3.1 → localcode-0.3.2}/pyproject.toml +1 -1
- {localcode-0.3.1 → localcode-0.3.2}/src/localcode/__init__.py +1 -1
- {localcode-0.3.1 → localcode-0.3.2}/src/localcode/agent/context.py +51 -10
- {localcode-0.3.1 → localcode-0.3.2}/src/localcode/agent/loop.py +18 -1
- {localcode-0.3.1 → localcode-0.3.2}/src/localcode/agent/prompts.py +4 -1
- {localcode-0.3.1 → localcode-0.3.2}/src/localcode/entrypoint.py +61 -5
- {localcode-0.3.1 → localcode-0.3.2}/src/localcode/runtime.py +71 -19
- {localcode-0.3.1 → localcode-0.3.2}/src/localcode/server_manager.py +12 -15
- {localcode-0.3.1 → localcode-0.3.2}/src/localcode/session.py +6 -0
- {localcode-0.3.1 → localcode-0.3.2}/src/localcode/tools/__init__.py +7 -0
- localcode-0.3.2/src/localcode/tools/todo_write.py +140 -0
- {localcode-0.3.1 → localcode-0.3.2}/src/localcode/tools/write_file.py +21 -0
- {localcode-0.3.1 → localcode-0.3.2}/src/localcode/tui/app.py +23 -7
- {localcode-0.3.1 → localcode-0.3.2}/src/localcode/tui/screens/chat.py +79 -23
- {localcode-0.3.1 → localcode-0.3.2}/src/localcode/tui/screens/setup.py +3 -3
- {localcode-0.3.1 → localcode-0.3.2}/src/localcode/tui/styles/app.tcss +4 -2
- {localcode-0.3.1 → localcode-0.3.2}/src/localcode/tui/widgets/chat_log.py +23 -1
- {localcode-0.3.1 → localcode-0.3.2}/src/localcode/tui/widgets/messages/diff.py +56 -0
- {localcode-0.3.1 → localcode-0.3.2/src/localcode.egg-info}/PKG-INFO +1 -1
- {localcode-0.3.1 → localcode-0.3.2}/src/localcode.egg-info/SOURCES.txt +1 -0
- {localcode-0.3.1 → localcode-0.3.2}/tests/test_agent_event_regressions.py +11 -3
- {localcode-0.3.1 → localcode-0.3.2}/LICENSE +0 -0
- {localcode-0.3.1 → localcode-0.3.2}/MANIFEST.in +0 -0
- {localcode-0.3.1 → localcode-0.3.2}/README.md +0 -0
- {localcode-0.3.1 → localcode-0.3.2}/llama-cpp-turboquant/CMakeLists.txt +0 -0
- {localcode-0.3.1 → localcode-0.3.2}/llama-cpp-turboquant/CMakePresets.json +0 -0
- {localcode-0.3.1 → localcode-0.3.2}/llama-cpp-turboquant/LICENSE +0 -0
- {localcode-0.3.1 → localcode-0.3.2}/llama-cpp-turboquant/cmake/arm64-apple-clang.cmake +0 -0
- {localcode-0.3.1 → localcode-0.3.2}/llama-cpp-turboquant/cmake/arm64-windows-llvm.cmake +0 -0
- {localcode-0.3.1 → localcode-0.3.2}/llama-cpp-turboquant/cmake/build-info.cmake +0 -0
- {localcode-0.3.1 → localcode-0.3.2}/llama-cpp-turboquant/cmake/common.cmake +0 -0
- {localcode-0.3.1 → localcode-0.3.2}/llama-cpp-turboquant/cmake/download-models.cmake +0 -0
- {localcode-0.3.1 → localcode-0.3.2}/llama-cpp-turboquant/cmake/git-vars.cmake +0 -0
- {localcode-0.3.1 → localcode-0.3.2}/llama-cpp-turboquant/cmake/license.cmake +0 -0
- {localcode-0.3.1 → localcode-0.3.2}/llama-cpp-turboquant/cmake/llama-config.cmake.in +0 -0
- {localcode-0.3.1 → localcode-0.3.2}/llama-cpp-turboquant/cmake/llama.pc.in +0 -0
- {localcode-0.3.1 → localcode-0.3.2}/llama-cpp-turboquant/cmake/riscv64-spacemit-linux-gnu-gcc.cmake +0 -0
- {localcode-0.3.1 → localcode-0.3.2}/llama-cpp-turboquant/cmake/x64-windows-llvm.cmake +0 -0
- {localcode-0.3.1 → localcode-0.3.2}/llama-cpp-turboquant/common/CMakeLists.txt +0 -0
- {localcode-0.3.1 → localcode-0.3.2}/llama-cpp-turboquant/common/arg.cpp +0 -0
- {localcode-0.3.1 → localcode-0.3.2}/llama-cpp-turboquant/common/arg.h +0 -0
- {localcode-0.3.1 → localcode-0.3.2}/llama-cpp-turboquant/common/base64.hpp +0 -0
- {localcode-0.3.1 → localcode-0.3.2}/llama-cpp-turboquant/common/chat-auto-parser-generator.cpp +0 -0
- {localcode-0.3.1 → localcode-0.3.2}/llama-cpp-turboquant/common/chat-auto-parser-helpers.cpp +0 -0
- {localcode-0.3.1 → localcode-0.3.2}/llama-cpp-turboquant/common/chat-auto-parser-helpers.h +0 -0
- {localcode-0.3.1 → localcode-0.3.2}/llama-cpp-turboquant/common/chat-auto-parser.h +0 -0
- {localcode-0.3.1 → localcode-0.3.2}/llama-cpp-turboquant/common/chat-diff-analyzer.cpp +0 -0
- {localcode-0.3.1 → localcode-0.3.2}/llama-cpp-turboquant/common/chat-peg-parser.cpp +0 -0
- {localcode-0.3.1 → localcode-0.3.2}/llama-cpp-turboquant/common/chat-peg-parser.h +0 -0
- {localcode-0.3.1 → localcode-0.3.2}/llama-cpp-turboquant/common/chat.cpp +0 -0
- {localcode-0.3.1 → localcode-0.3.2}/llama-cpp-turboquant/common/chat.h +0 -0
- {localcode-0.3.1 → localcode-0.3.2}/llama-cpp-turboquant/common/common.cpp +0 -0
- {localcode-0.3.1 → localcode-0.3.2}/llama-cpp-turboquant/common/common.h +0 -0
- {localcode-0.3.1 → localcode-0.3.2}/llama-cpp-turboquant/common/console.cpp +0 -0
- {localcode-0.3.1 → localcode-0.3.2}/llama-cpp-turboquant/common/console.h +0 -0
- {localcode-0.3.1 → localcode-0.3.2}/llama-cpp-turboquant/common/debug.cpp +0 -0
- {localcode-0.3.1 → localcode-0.3.2}/llama-cpp-turboquant/common/debug.h +0 -0
- {localcode-0.3.1 → localcode-0.3.2}/llama-cpp-turboquant/common/download.cpp +0 -0
- {localcode-0.3.1 → localcode-0.3.2}/llama-cpp-turboquant/common/download.h +0 -0
- {localcode-0.3.1 → localcode-0.3.2}/llama-cpp-turboquant/common/hf-cache.cpp +0 -0
- {localcode-0.3.1 → localcode-0.3.2}/llama-cpp-turboquant/common/hf-cache.h +0 -0
- {localcode-0.3.1 → localcode-0.3.2}/llama-cpp-turboquant/common/http.h +0 -0
- {localcode-0.3.1 → localcode-0.3.2}/llama-cpp-turboquant/common/jinja/caps.cpp +0 -0
- {localcode-0.3.1 → localcode-0.3.2}/llama-cpp-turboquant/common/jinja/caps.h +0 -0
- {localcode-0.3.1 → localcode-0.3.2}/llama-cpp-turboquant/common/jinja/lexer.cpp +0 -0
- {localcode-0.3.1 → localcode-0.3.2}/llama-cpp-turboquant/common/jinja/lexer.h +0 -0
- {localcode-0.3.1 → localcode-0.3.2}/llama-cpp-turboquant/common/jinja/parser.cpp +0 -0
- {localcode-0.3.1 → localcode-0.3.2}/llama-cpp-turboquant/common/jinja/parser.h +0 -0
- {localcode-0.3.1 → localcode-0.3.2}/llama-cpp-turboquant/common/jinja/runtime.cpp +0 -0
- {localcode-0.3.1 → localcode-0.3.2}/llama-cpp-turboquant/common/jinja/runtime.h +0 -0
- {localcode-0.3.1 → localcode-0.3.2}/llama-cpp-turboquant/common/jinja/string.cpp +0 -0
- {localcode-0.3.1 → localcode-0.3.2}/llama-cpp-turboquant/common/jinja/string.h +0 -0
- {localcode-0.3.1 → localcode-0.3.2}/llama-cpp-turboquant/common/jinja/utils.h +0 -0
- {localcode-0.3.1 → localcode-0.3.2}/llama-cpp-turboquant/common/jinja/value.cpp +0 -0
- {localcode-0.3.1 → localcode-0.3.2}/llama-cpp-turboquant/common/jinja/value.h +0 -0
- {localcode-0.3.1 → localcode-0.3.2}/llama-cpp-turboquant/common/json-partial.cpp +0 -0
- {localcode-0.3.1 → localcode-0.3.2}/llama-cpp-turboquant/common/json-partial.h +0 -0
- {localcode-0.3.1 → localcode-0.3.2}/llama-cpp-turboquant/common/json-schema-to-grammar.cpp +0 -0
- {localcode-0.3.1 → localcode-0.3.2}/llama-cpp-turboquant/common/json-schema-to-grammar.h +0 -0
- {localcode-0.3.1 → localcode-0.3.2}/llama-cpp-turboquant/common/llguidance.cpp +0 -0
- {localcode-0.3.1 → localcode-0.3.2}/llama-cpp-turboquant/common/log.cpp +0 -0
- {localcode-0.3.1 → localcode-0.3.2}/llama-cpp-turboquant/common/log.h +0 -0
- {localcode-0.3.1 → localcode-0.3.2}/llama-cpp-turboquant/common/ngram-cache.cpp +0 -0
- {localcode-0.3.1 → localcode-0.3.2}/llama-cpp-turboquant/common/ngram-cache.h +0 -0
- {localcode-0.3.1 → localcode-0.3.2}/llama-cpp-turboquant/common/ngram-map.cpp +0 -0
- {localcode-0.3.1 → localcode-0.3.2}/llama-cpp-turboquant/common/ngram-map.h +0 -0
- {localcode-0.3.1 → localcode-0.3.2}/llama-cpp-turboquant/common/ngram-mod.cpp +0 -0
- {localcode-0.3.1 → localcode-0.3.2}/llama-cpp-turboquant/common/ngram-mod.h +0 -0
- {localcode-0.3.1 → localcode-0.3.2}/llama-cpp-turboquant/common/peg-parser.cpp +0 -0
- {localcode-0.3.1 → localcode-0.3.2}/llama-cpp-turboquant/common/peg-parser.h +0 -0
- {localcode-0.3.1 → localcode-0.3.2}/llama-cpp-turboquant/common/preset.cpp +0 -0
- {localcode-0.3.1 → localcode-0.3.2}/llama-cpp-turboquant/common/preset.h +0 -0
- {localcode-0.3.1 → localcode-0.3.2}/llama-cpp-turboquant/common/reasoning-budget.cpp +0 -0
- {localcode-0.3.1 → localcode-0.3.2}/llama-cpp-turboquant/common/reasoning-budget.h +0 -0
- {localcode-0.3.1 → localcode-0.3.2}/llama-cpp-turboquant/common/regex-partial.cpp +0 -0
- {localcode-0.3.1 → localcode-0.3.2}/llama-cpp-turboquant/common/regex-partial.h +0 -0
- {localcode-0.3.1 → localcode-0.3.2}/llama-cpp-turboquant/common/sampling.cpp +0 -0
- {localcode-0.3.1 → localcode-0.3.2}/llama-cpp-turboquant/common/sampling.h +0 -0
- {localcode-0.3.1 → localcode-0.3.2}/llama-cpp-turboquant/common/speculative.cpp +0 -0
- {localcode-0.3.1 → localcode-0.3.2}/llama-cpp-turboquant/common/speculative.h +0 -0
- {localcode-0.3.1 → localcode-0.3.2}/llama-cpp-turboquant/common/unicode.cpp +0 -0
- {localcode-0.3.1 → localcode-0.3.2}/llama-cpp-turboquant/common/unicode.h +0 -0
- {localcode-0.3.1 → localcode-0.3.2}/llama-cpp-turboquant/ggml/include/ggml-alloc.h +0 -0
- {localcode-0.3.1 → localcode-0.3.2}/llama-cpp-turboquant/ggml/include/ggml-backend.h +0 -0
- {localcode-0.3.1 → localcode-0.3.2}/llama-cpp-turboquant/ggml/include/ggml-blas.h +0 -0
- {localcode-0.3.1 → localcode-0.3.2}/llama-cpp-turboquant/ggml/include/ggml-cann.h +0 -0
- {localcode-0.3.1 → localcode-0.3.2}/llama-cpp-turboquant/ggml/include/ggml-cpp.h +0 -0
- {localcode-0.3.1 → localcode-0.3.2}/llama-cpp-turboquant/ggml/include/ggml-cpu.h +0 -0
- {localcode-0.3.1 → localcode-0.3.2}/llama-cpp-turboquant/ggml/include/ggml-cuda.h +0 -0
- {localcode-0.3.1 → localcode-0.3.2}/llama-cpp-turboquant/ggml/include/ggml-hexagon.h +0 -0
- {localcode-0.3.1 → localcode-0.3.2}/llama-cpp-turboquant/ggml/include/ggml-metal.h +0 -0
- {localcode-0.3.1 → localcode-0.3.2}/llama-cpp-turboquant/ggml/include/ggml-opencl.h +0 -0
- {localcode-0.3.1 → localcode-0.3.2}/llama-cpp-turboquant/ggml/include/ggml-openvino.h +0 -0
- {localcode-0.3.1 → localcode-0.3.2}/llama-cpp-turboquant/ggml/include/ggml-opt.h +0 -0
- {localcode-0.3.1 → localcode-0.3.2}/llama-cpp-turboquant/ggml/include/ggml-rpc.h +0 -0
- {localcode-0.3.1 → localcode-0.3.2}/llama-cpp-turboquant/ggml/include/ggml-sycl.h +0 -0
- {localcode-0.3.1 → localcode-0.3.2}/llama-cpp-turboquant/ggml/include/ggml-virtgpu.h +0 -0
- {localcode-0.3.1 → localcode-0.3.2}/llama-cpp-turboquant/ggml/include/ggml-vulkan.h +0 -0
- {localcode-0.3.1 → localcode-0.3.2}/llama-cpp-turboquant/ggml/include/ggml-webgpu.h +0 -0
- {localcode-0.3.1 → localcode-0.3.2}/llama-cpp-turboquant/ggml/include/ggml-zdnn.h +0 -0
- {localcode-0.3.1 → localcode-0.3.2}/llama-cpp-turboquant/ggml/include/ggml-zendnn.h +0 -0
- {localcode-0.3.1 → localcode-0.3.2}/llama-cpp-turboquant/ggml/include/ggml.h +0 -0
- {localcode-0.3.1 → localcode-0.3.2}/llama-cpp-turboquant/ggml/include/gguf.h +0 -0
- {localcode-0.3.1 → localcode-0.3.2}/llama-cpp-turboquant/ggml/src/CMakeLists.txt +0 -0
- {localcode-0.3.1 → localcode-0.3.2}/llama-cpp-turboquant/ggml/src/ggml-alloc.c +0 -0
- {localcode-0.3.1 → localcode-0.3.2}/llama-cpp-turboquant/ggml/src/ggml-backend-dl.cpp +0 -0
- {localcode-0.3.1 → localcode-0.3.2}/llama-cpp-turboquant/ggml/src/ggml-backend-dl.h +0 -0
- {localcode-0.3.1 → localcode-0.3.2}/llama-cpp-turboquant/ggml/src/ggml-backend-impl.h +0 -0
- {localcode-0.3.1 → localcode-0.3.2}/llama-cpp-turboquant/ggml/src/ggml-backend-reg.cpp +0 -0
- {localcode-0.3.1 → localcode-0.3.2}/llama-cpp-turboquant/ggml/src/ggml-backend.cpp +0 -0
- {localcode-0.3.1 → localcode-0.3.2}/llama-cpp-turboquant/ggml/src/ggml-blas/CMakeLists.txt +0 -0
- {localcode-0.3.1 → localcode-0.3.2}/llama-cpp-turboquant/ggml/src/ggml-blas/ggml-blas.cpp +0 -0
- {localcode-0.3.1 → localcode-0.3.2}/llama-cpp-turboquant/ggml/src/ggml-cann/CMakeLists.txt +0 -0
- {localcode-0.3.1 → localcode-0.3.2}/llama-cpp-turboquant/ggml/src/ggml-cann/acl_tensor.cpp +0 -0
- {localcode-0.3.1 → localcode-0.3.2}/llama-cpp-turboquant/ggml/src/ggml-cann/acl_tensor.h +0 -0
- {localcode-0.3.1 → localcode-0.3.2}/llama-cpp-turboquant/ggml/src/ggml-cann/aclnn_ops.cpp +0 -0
- {localcode-0.3.1 → localcode-0.3.2}/llama-cpp-turboquant/ggml/src/ggml-cann/aclnn_ops.h +0 -0
- {localcode-0.3.1 → localcode-0.3.2}/llama-cpp-turboquant/ggml/src/ggml-cann/common.h +0 -0
- {localcode-0.3.1 → localcode-0.3.2}/llama-cpp-turboquant/ggml/src/ggml-cann/ggml-cann.cpp +0 -0
- {localcode-0.3.1 → localcode-0.3.2}/llama-cpp-turboquant/ggml/src/ggml-common.h +0 -0
- {localcode-0.3.1 → localcode-0.3.2}/llama-cpp-turboquant/ggml/src/ggml-cpu/CMakeLists.txt +0 -0
- {localcode-0.3.1 → localcode-0.3.2}/llama-cpp-turboquant/ggml/src/ggml-cpu/amx/amx.cpp +0 -0
- {localcode-0.3.1 → localcode-0.3.2}/llama-cpp-turboquant/ggml/src/ggml-cpu/amx/amx.h +0 -0
- {localcode-0.3.1 → localcode-0.3.2}/llama-cpp-turboquant/ggml/src/ggml-cpu/amx/common.h +0 -0
- {localcode-0.3.1 → localcode-0.3.2}/llama-cpp-turboquant/ggml/src/ggml-cpu/amx/mmq.cpp +0 -0
- {localcode-0.3.1 → localcode-0.3.2}/llama-cpp-turboquant/ggml/src/ggml-cpu/amx/mmq.h +0 -0
- {localcode-0.3.1 → localcode-0.3.2}/llama-cpp-turboquant/ggml/src/ggml-cpu/arch/arm/cpu-feats.cpp +0 -0
- {localcode-0.3.1 → localcode-0.3.2}/llama-cpp-turboquant/ggml/src/ggml-cpu/arch/arm/quants.c +0 -0
- {localcode-0.3.1 → localcode-0.3.2}/llama-cpp-turboquant/ggml/src/ggml-cpu/arch/arm/repack.cpp +0 -0
- {localcode-0.3.1 → localcode-0.3.2}/llama-cpp-turboquant/ggml/src/ggml-cpu/arch/loongarch/quants.c +0 -0
- {localcode-0.3.1 → localcode-0.3.2}/llama-cpp-turboquant/ggml/src/ggml-cpu/arch/powerpc/cpu-feats.cpp +0 -0
- {localcode-0.3.1 → localcode-0.3.2}/llama-cpp-turboquant/ggml/src/ggml-cpu/arch/powerpc/quants.c +0 -0
- {localcode-0.3.1 → localcode-0.3.2}/llama-cpp-turboquant/ggml/src/ggml-cpu/arch/riscv/cpu-feats.cpp +0 -0
- {localcode-0.3.1 → localcode-0.3.2}/llama-cpp-turboquant/ggml/src/ggml-cpu/arch/riscv/quants.c +0 -0
- {localcode-0.3.1 → localcode-0.3.2}/llama-cpp-turboquant/ggml/src/ggml-cpu/arch/riscv/repack.cpp +0 -0
- {localcode-0.3.1 → localcode-0.3.2}/llama-cpp-turboquant/ggml/src/ggml-cpu/arch/s390/cpu-feats.cpp +0 -0
- {localcode-0.3.1 → localcode-0.3.2}/llama-cpp-turboquant/ggml/src/ggml-cpu/arch/s390/quants.c +0 -0
- {localcode-0.3.1 → localcode-0.3.2}/llama-cpp-turboquant/ggml/src/ggml-cpu/arch/wasm/quants.c +0 -0
- {localcode-0.3.1 → localcode-0.3.2}/llama-cpp-turboquant/ggml/src/ggml-cpu/arch/x86/cpu-feats.cpp +0 -0
- {localcode-0.3.1 → localcode-0.3.2}/llama-cpp-turboquant/ggml/src/ggml-cpu/arch/x86/quants.c +0 -0
- {localcode-0.3.1 → localcode-0.3.2}/llama-cpp-turboquant/ggml/src/ggml-cpu/arch/x86/repack.cpp +0 -0
- {localcode-0.3.1 → localcode-0.3.2}/llama-cpp-turboquant/ggml/src/ggml-cpu/arch-fallback.h +0 -0
- {localcode-0.3.1 → localcode-0.3.2}/llama-cpp-turboquant/ggml/src/ggml-cpu/binary-ops.cpp +0 -0
- {localcode-0.3.1 → localcode-0.3.2}/llama-cpp-turboquant/ggml/src/ggml-cpu/binary-ops.h +0 -0
- {localcode-0.3.1 → localcode-0.3.2}/llama-cpp-turboquant/ggml/src/ggml-cpu/cmake/FindSIMD.cmake +0 -0
- {localcode-0.3.1 → localcode-0.3.2}/llama-cpp-turboquant/ggml/src/ggml-cpu/common.h +0 -0
- {localcode-0.3.1 → localcode-0.3.2}/llama-cpp-turboquant/ggml/src/ggml-cpu/ggml-cpu-impl.h +0 -0
- {localcode-0.3.1 → localcode-0.3.2}/llama-cpp-turboquant/ggml/src/ggml-cpu/ggml-cpu.c +0 -0
- {localcode-0.3.1 → localcode-0.3.2}/llama-cpp-turboquant/ggml/src/ggml-cpu/ggml-cpu.cpp +0 -0
- {localcode-0.3.1 → localcode-0.3.2}/llama-cpp-turboquant/ggml/src/ggml-cpu/hbm.cpp +0 -0
- {localcode-0.3.1 → localcode-0.3.2}/llama-cpp-turboquant/ggml/src/ggml-cpu/hbm.h +0 -0
- {localcode-0.3.1 → localcode-0.3.2}/llama-cpp-turboquant/ggml/src/ggml-cpu/kleidiai/kernels.cpp +0 -0
- {localcode-0.3.1 → localcode-0.3.2}/llama-cpp-turboquant/ggml/src/ggml-cpu/kleidiai/kernels.h +0 -0
- {localcode-0.3.1 → localcode-0.3.2}/llama-cpp-turboquant/ggml/src/ggml-cpu/kleidiai/kleidiai.cpp +0 -0
- {localcode-0.3.1 → localcode-0.3.2}/llama-cpp-turboquant/ggml/src/ggml-cpu/kleidiai/kleidiai.h +0 -0
- {localcode-0.3.1 → localcode-0.3.2}/llama-cpp-turboquant/ggml/src/ggml-cpu/llamafile/sgemm.cpp +0 -0
- {localcode-0.3.1 → localcode-0.3.2}/llama-cpp-turboquant/ggml/src/ggml-cpu/llamafile/sgemm.h +0 -0
- {localcode-0.3.1 → localcode-0.3.2}/llama-cpp-turboquant/ggml/src/ggml-cpu/ops.cpp +0 -0
- {localcode-0.3.1 → localcode-0.3.2}/llama-cpp-turboquant/ggml/src/ggml-cpu/ops.h +0 -0
- {localcode-0.3.1 → localcode-0.3.2}/llama-cpp-turboquant/ggml/src/ggml-cpu/quants.c +0 -0
- {localcode-0.3.1 → localcode-0.3.2}/llama-cpp-turboquant/ggml/src/ggml-cpu/quants.h +0 -0
- {localcode-0.3.1 → localcode-0.3.2}/llama-cpp-turboquant/ggml/src/ggml-cpu/repack.cpp +0 -0
- {localcode-0.3.1 → localcode-0.3.2}/llama-cpp-turboquant/ggml/src/ggml-cpu/repack.h +0 -0
- {localcode-0.3.1 → localcode-0.3.2}/llama-cpp-turboquant/ggml/src/ggml-cpu/simd-gemm.h +0 -0
- {localcode-0.3.1 → localcode-0.3.2}/llama-cpp-turboquant/ggml/src/ggml-cpu/simd-mappings.h +0 -0
- {localcode-0.3.1 → localcode-0.3.2}/llama-cpp-turboquant/ggml/src/ggml-cpu/spacemit/ime.cpp +0 -0
- {localcode-0.3.1 → localcode-0.3.2}/llama-cpp-turboquant/ggml/src/ggml-cpu/spacemit/ime.h +0 -0
- {localcode-0.3.1 → localcode-0.3.2}/llama-cpp-turboquant/ggml/src/ggml-cpu/spacemit/ime1_kernels.cpp +0 -0
- {localcode-0.3.1 → localcode-0.3.2}/llama-cpp-turboquant/ggml/src/ggml-cpu/spacemit/ime_kernels.h +0 -0
- {localcode-0.3.1 → localcode-0.3.2}/llama-cpp-turboquant/ggml/src/ggml-cpu/traits.cpp +0 -0
- {localcode-0.3.1 → localcode-0.3.2}/llama-cpp-turboquant/ggml/src/ggml-cpu/traits.h +0 -0
- {localcode-0.3.1 → localcode-0.3.2}/llama-cpp-turboquant/ggml/src/ggml-cpu/unary-ops.cpp +0 -0
- {localcode-0.3.1 → localcode-0.3.2}/llama-cpp-turboquant/ggml/src/ggml-cpu/unary-ops.h +0 -0
- {localcode-0.3.1 → localcode-0.3.2}/llama-cpp-turboquant/ggml/src/ggml-cpu/vec.cpp +0 -0
- {localcode-0.3.1 → localcode-0.3.2}/llama-cpp-turboquant/ggml/src/ggml-cpu/vec.h +0 -0
- {localcode-0.3.1 → localcode-0.3.2}/llama-cpp-turboquant/ggml/src/ggml-cuda/CMakeLists.txt +0 -0
- {localcode-0.3.1 → localcode-0.3.2}/llama-cpp-turboquant/ggml/src/ggml-cuda/vendors/cuda.h +0 -0
- {localcode-0.3.1 → localcode-0.3.2}/llama-cpp-turboquant/ggml/src/ggml-cuda/vendors/hip.h +0 -0
- {localcode-0.3.1 → localcode-0.3.2}/llama-cpp-turboquant/ggml/src/ggml-cuda/vendors/musa.h +0 -0
- {localcode-0.3.1 → localcode-0.3.2}/llama-cpp-turboquant/ggml/src/ggml-hexagon/CMakeLists.txt +0 -0
- {localcode-0.3.1 → localcode-0.3.2}/llama-cpp-turboquant/ggml/src/ggml-hexagon/ggml-hexagon.cpp +0 -0
- {localcode-0.3.1 → localcode-0.3.2}/llama-cpp-turboquant/ggml/src/ggml-hexagon/htp/CMakeLists.txt +0 -0
- {localcode-0.3.1 → localcode-0.3.2}/llama-cpp-turboquant/ggml/src/ggml-hexagon/htp/act-ops.c +0 -0
- {localcode-0.3.1 → localcode-0.3.2}/llama-cpp-turboquant/ggml/src/ggml-hexagon/htp/argsort-ops.c +0 -0
- {localcode-0.3.1 → localcode-0.3.2}/llama-cpp-turboquant/ggml/src/ggml-hexagon/htp/binary-ops.c +0 -0
- {localcode-0.3.1 → localcode-0.3.2}/llama-cpp-turboquant/ggml/src/ggml-hexagon/htp/cmake-toolchain.cmake +0 -0
- {localcode-0.3.1 → localcode-0.3.2}/llama-cpp-turboquant/ggml/src/ggml-hexagon/htp/cpy-ops.c +0 -0
- {localcode-0.3.1 → localcode-0.3.2}/llama-cpp-turboquant/ggml/src/ggml-hexagon/htp/cumsum-ops.c +0 -0
- {localcode-0.3.1 → localcode-0.3.2}/llama-cpp-turboquant/ggml/src/ggml-hexagon/htp/flash-attn-ops.c +0 -0
- {localcode-0.3.1 → localcode-0.3.2}/llama-cpp-turboquant/ggml/src/ggml-hexagon/htp/get-rows-ops.c +0 -0
- {localcode-0.3.1 → localcode-0.3.2}/llama-cpp-turboquant/ggml/src/ggml-hexagon/htp/hex-dma.c +0 -0
- {localcode-0.3.1 → localcode-0.3.2}/llama-cpp-turboquant/ggml/src/ggml-hexagon/htp/hex-dma.h +0 -0
- {localcode-0.3.1 → localcode-0.3.2}/llama-cpp-turboquant/ggml/src/ggml-hexagon/htp/hex-dump.h +0 -0
- {localcode-0.3.1 → localcode-0.3.2}/llama-cpp-turboquant/ggml/src/ggml-hexagon/htp/hex-fastdiv.h +0 -0
- {localcode-0.3.1 → localcode-0.3.2}/llama-cpp-turboquant/ggml/src/ggml-hexagon/htp/hex-utils.h +0 -0
- {localcode-0.3.1 → localcode-0.3.2}/llama-cpp-turboquant/ggml/src/ggml-hexagon/htp/hmx-matmul-ops.c +0 -0
- {localcode-0.3.1 → localcode-0.3.2}/llama-cpp-turboquant/ggml/src/ggml-hexagon/htp/hmx-ops.h +0 -0
- {localcode-0.3.1 → localcode-0.3.2}/llama-cpp-turboquant/ggml/src/ggml-hexagon/htp/hmx-profile.h +0 -0
- {localcode-0.3.1 → localcode-0.3.2}/llama-cpp-turboquant/ggml/src/ggml-hexagon/htp/hmx-utils.h +0 -0
- {localcode-0.3.1 → localcode-0.3.2}/llama-cpp-turboquant/ggml/src/ggml-hexagon/htp/htp-ctx.h +0 -0
- {localcode-0.3.1 → localcode-0.3.2}/llama-cpp-turboquant/ggml/src/ggml-hexagon/htp/htp-msg.h +0 -0
- {localcode-0.3.1 → localcode-0.3.2}/llama-cpp-turboquant/ggml/src/ggml-hexagon/htp/htp-ops.h +0 -0
- {localcode-0.3.1 → localcode-0.3.2}/llama-cpp-turboquant/ggml/src/ggml-hexagon/htp/hvx-arith.h +0 -0
- {localcode-0.3.1 → localcode-0.3.2}/llama-cpp-turboquant/ggml/src/ggml-hexagon/htp/hvx-base.h +0 -0
- {localcode-0.3.1 → localcode-0.3.2}/llama-cpp-turboquant/ggml/src/ggml-hexagon/htp/hvx-copy.h +0 -0
- {localcode-0.3.1 → localcode-0.3.2}/llama-cpp-turboquant/ggml/src/ggml-hexagon/htp/hvx-div.h +0 -0
- {localcode-0.3.1 → localcode-0.3.2}/llama-cpp-turboquant/ggml/src/ggml-hexagon/htp/hvx-dump.h +0 -0
- {localcode-0.3.1 → localcode-0.3.2}/llama-cpp-turboquant/ggml/src/ggml-hexagon/htp/hvx-exp.h +0 -0
- {localcode-0.3.1 → localcode-0.3.2}/llama-cpp-turboquant/ggml/src/ggml-hexagon/htp/hvx-floor.h +0 -0
- {localcode-0.3.1 → localcode-0.3.2}/llama-cpp-turboquant/ggml/src/ggml-hexagon/htp/hvx-inverse.h +0 -0
- {localcode-0.3.1 → localcode-0.3.2}/llama-cpp-turboquant/ggml/src/ggml-hexagon/htp/hvx-reduce.h +0 -0
- {localcode-0.3.1 → localcode-0.3.2}/llama-cpp-turboquant/ggml/src/ggml-hexagon/htp/hvx-scale.h +0 -0
- {localcode-0.3.1 → localcode-0.3.2}/llama-cpp-turboquant/ggml/src/ggml-hexagon/htp/hvx-sigmoid.h +0 -0
- {localcode-0.3.1 → localcode-0.3.2}/llama-cpp-turboquant/ggml/src/ggml-hexagon/htp/hvx-sqrt.h +0 -0
- {localcode-0.3.1 → localcode-0.3.2}/llama-cpp-turboquant/ggml/src/ggml-hexagon/htp/hvx-types.h +0 -0
- {localcode-0.3.1 → localcode-0.3.2}/llama-cpp-turboquant/ggml/src/ggml-hexagon/htp/hvx-utils.h +0 -0
- {localcode-0.3.1 → localcode-0.3.2}/llama-cpp-turboquant/ggml/src/ggml-hexagon/htp/main.c +0 -0
- {localcode-0.3.1 → localcode-0.3.2}/llama-cpp-turboquant/ggml/src/ggml-hexagon/htp/matmul-ops.c +0 -0
- {localcode-0.3.1 → localcode-0.3.2}/llama-cpp-turboquant/ggml/src/ggml-hexagon/htp/repeat-ops.c +0 -0
- {localcode-0.3.1 → localcode-0.3.2}/llama-cpp-turboquant/ggml/src/ggml-hexagon/htp/rope-ops.c +0 -0
- {localcode-0.3.1 → localcode-0.3.2}/llama-cpp-turboquant/ggml/src/ggml-hexagon/htp/set-rows-ops.c +0 -0
- {localcode-0.3.1 → localcode-0.3.2}/llama-cpp-turboquant/ggml/src/ggml-hexagon/htp/softmax-ops.c +0 -0
- {localcode-0.3.1 → localcode-0.3.2}/llama-cpp-turboquant/ggml/src/ggml-hexagon/htp/ssm-conv.c +0 -0
- {localcode-0.3.1 → localcode-0.3.2}/llama-cpp-turboquant/ggml/src/ggml-hexagon/htp/sum-rows-ops.c +0 -0
- {localcode-0.3.1 → localcode-0.3.2}/llama-cpp-turboquant/ggml/src/ggml-hexagon/htp/unary-ops.c +0 -0
- {localcode-0.3.1 → localcode-0.3.2}/llama-cpp-turboquant/ggml/src/ggml-hexagon/htp/worker-pool.c +0 -0
- {localcode-0.3.1 → localcode-0.3.2}/llama-cpp-turboquant/ggml/src/ggml-hexagon/htp/worker-pool.h +0 -0
- {localcode-0.3.1 → localcode-0.3.2}/llama-cpp-turboquant/ggml/src/ggml-hexagon/htp-drv.cpp +0 -0
- {localcode-0.3.1 → localcode-0.3.2}/llama-cpp-turboquant/ggml/src/ggml-hexagon/htp-drv.h +0 -0
- {localcode-0.3.1 → localcode-0.3.2}/llama-cpp-turboquant/ggml/src/ggml-hexagon/libdl.h +0 -0
- {localcode-0.3.1 → localcode-0.3.2}/llama-cpp-turboquant/ggml/src/ggml-hexagon/op-desc.h +0 -0
- {localcode-0.3.1 → localcode-0.3.2}/llama-cpp-turboquant/ggml/src/ggml-hip/CMakeLists.txt +0 -0
- {localcode-0.3.1 → localcode-0.3.2}/llama-cpp-turboquant/ggml/src/ggml-impl.h +0 -0
- {localcode-0.3.1 → localcode-0.3.2}/llama-cpp-turboquant/ggml/src/ggml-metal/CMakeLists.txt +0 -0
- {localcode-0.3.1 → localcode-0.3.2}/llama-cpp-turboquant/ggml/src/ggml-metal/ggml-metal-common.cpp +0 -0
- {localcode-0.3.1 → localcode-0.3.2}/llama-cpp-turboquant/ggml/src/ggml-metal/ggml-metal-common.h +0 -0
- {localcode-0.3.1 → localcode-0.3.2}/llama-cpp-turboquant/ggml/src/ggml-metal/ggml-metal-context.h +0 -0
- {localcode-0.3.1 → localcode-0.3.2}/llama-cpp-turboquant/ggml/src/ggml-metal/ggml-metal-context.m +0 -0
- {localcode-0.3.1 → localcode-0.3.2}/llama-cpp-turboquant/ggml/src/ggml-metal/ggml-metal-device.cpp +0 -0
- {localcode-0.3.1 → localcode-0.3.2}/llama-cpp-turboquant/ggml/src/ggml-metal/ggml-metal-device.h +0 -0
- {localcode-0.3.1 → localcode-0.3.2}/llama-cpp-turboquant/ggml/src/ggml-metal/ggml-metal-device.m +0 -0
- {localcode-0.3.1 → localcode-0.3.2}/llama-cpp-turboquant/ggml/src/ggml-metal/ggml-metal-impl.h +0 -0
- {localcode-0.3.1 → localcode-0.3.2}/llama-cpp-turboquant/ggml/src/ggml-metal/ggml-metal-ops.cpp +0 -0
- {localcode-0.3.1 → localcode-0.3.2}/llama-cpp-turboquant/ggml/src/ggml-metal/ggml-metal-ops.h +0 -0
- {localcode-0.3.1 → localcode-0.3.2}/llama-cpp-turboquant/ggml/src/ggml-metal/ggml-metal.cpp +0 -0
- {localcode-0.3.1 → localcode-0.3.2}/llama-cpp-turboquant/ggml/src/ggml-metal/ggml-metal.metal +0 -0
- {localcode-0.3.1 → localcode-0.3.2}/llama-cpp-turboquant/ggml/src/ggml-metal/turbo-matrices.h +0 -0
- {localcode-0.3.1 → localcode-0.3.2}/llama-cpp-turboquant/ggml/src/ggml-metal/turbo-wht.h +0 -0
- {localcode-0.3.1 → localcode-0.3.2}/llama-cpp-turboquant/ggml/src/ggml-musa/CMakeLists.txt +0 -0
- {localcode-0.3.1 → localcode-0.3.2}/llama-cpp-turboquant/ggml/src/ggml-opencl/CMakeLists.txt +0 -0
- {localcode-0.3.1 → localcode-0.3.2}/llama-cpp-turboquant/ggml/src/ggml-opencl/ggml-opencl.cpp +0 -0
- {localcode-0.3.1 → localcode-0.3.2}/llama-cpp-turboquant/ggml/src/ggml-openvino/CMakeLists.txt +0 -0
- {localcode-0.3.1 → localcode-0.3.2}/llama-cpp-turboquant/ggml/src/ggml-openvino/ggml-decoder.cpp +0 -0
- {localcode-0.3.1 → localcode-0.3.2}/llama-cpp-turboquant/ggml/src/ggml-openvino/ggml-decoder.h +0 -0
- {localcode-0.3.1 → localcode-0.3.2}/llama-cpp-turboquant/ggml/src/ggml-openvino/ggml-openvino-extra.cpp +0 -0
- {localcode-0.3.1 → localcode-0.3.2}/llama-cpp-turboquant/ggml/src/ggml-openvino/ggml-openvino-extra.h +0 -0
- {localcode-0.3.1 → localcode-0.3.2}/llama-cpp-turboquant/ggml/src/ggml-openvino/ggml-openvino.cpp +0 -0
- {localcode-0.3.1 → localcode-0.3.2}/llama-cpp-turboquant/ggml/src/ggml-openvino/ggml-quants.cpp +0 -0
- {localcode-0.3.1 → localcode-0.3.2}/llama-cpp-turboquant/ggml/src/ggml-openvino/ggml-quants.h +0 -0
- {localcode-0.3.1 → localcode-0.3.2}/llama-cpp-turboquant/ggml/src/ggml-openvino/openvino/decoder.h +0 -0
- {localcode-0.3.1 → localcode-0.3.2}/llama-cpp-turboquant/ggml/src/ggml-openvino/openvino/frontend.cpp +0 -0
- {localcode-0.3.1 → localcode-0.3.2}/llama-cpp-turboquant/ggml/src/ggml-openvino/openvino/frontend.h +0 -0
- {localcode-0.3.1 → localcode-0.3.2}/llama-cpp-turboquant/ggml/src/ggml-openvino/openvino/input_model.cpp +0 -0
- {localcode-0.3.1 → localcode-0.3.2}/llama-cpp-turboquant/ggml/src/ggml-openvino/openvino/input_model.h +0 -0
- {localcode-0.3.1 → localcode-0.3.2}/llama-cpp-turboquant/ggml/src/ggml-openvino/openvino/node_context.h +0 -0
- {localcode-0.3.1 → localcode-0.3.2}/llama-cpp-turboquant/ggml/src/ggml-openvino/openvino/op/cont.cpp +0 -0
- {localcode-0.3.1 → localcode-0.3.2}/llama-cpp-turboquant/ggml/src/ggml-openvino/openvino/op/cpy.cpp +0 -0
- {localcode-0.3.1 → localcode-0.3.2}/llama-cpp-turboquant/ggml/src/ggml-openvino/openvino/op/flash_attn_ext.cpp +0 -0
- {localcode-0.3.1 → localcode-0.3.2}/llama-cpp-turboquant/ggml/src/ggml-openvino/openvino/op/get_rows.cpp +0 -0
- {localcode-0.3.1 → localcode-0.3.2}/llama-cpp-turboquant/ggml/src/ggml-openvino/openvino/op/glu_geglu.cpp +0 -0
- {localcode-0.3.1 → localcode-0.3.2}/llama-cpp-turboquant/ggml/src/ggml-openvino/openvino/op/glu_swiglu.cpp +0 -0
- {localcode-0.3.1 → localcode-0.3.2}/llama-cpp-turboquant/ggml/src/ggml-openvino/openvino/op/mulmat.cpp +0 -0
- {localcode-0.3.1 → localcode-0.3.2}/llama-cpp-turboquant/ggml/src/ggml-openvino/openvino/op/permute.cpp +0 -0
- {localcode-0.3.1 → localcode-0.3.2}/llama-cpp-turboquant/ggml/src/ggml-openvino/openvino/op/reshape.cpp +0 -0
- {localcode-0.3.1 → localcode-0.3.2}/llama-cpp-turboquant/ggml/src/ggml-openvino/openvino/op/rms_norm.cpp +0 -0
- {localcode-0.3.1 → localcode-0.3.2}/llama-cpp-turboquant/ggml/src/ggml-openvino/openvino/op/rope.cpp +0 -0
- {localcode-0.3.1 → localcode-0.3.2}/llama-cpp-turboquant/ggml/src/ggml-openvino/openvino/op/scale.cpp +0 -0
- {localcode-0.3.1 → localcode-0.3.2}/llama-cpp-turboquant/ggml/src/ggml-openvino/openvino/op/set_rows.cpp +0 -0
- {localcode-0.3.1 → localcode-0.3.2}/llama-cpp-turboquant/ggml/src/ggml-openvino/openvino/op/softmax.cpp +0 -0
- {localcode-0.3.1 → localcode-0.3.2}/llama-cpp-turboquant/ggml/src/ggml-openvino/openvino/op/transpose.cpp +0 -0
- {localcode-0.3.1 → localcode-0.3.2}/llama-cpp-turboquant/ggml/src/ggml-openvino/openvino/op/unary_silu.cpp +0 -0
- {localcode-0.3.1 → localcode-0.3.2}/llama-cpp-turboquant/ggml/src/ggml-openvino/openvino/op/view.cpp +0 -0
- {localcode-0.3.1 → localcode-0.3.2}/llama-cpp-turboquant/ggml/src/ggml-openvino/openvino/op_table.cpp +0 -0
- {localcode-0.3.1 → localcode-0.3.2}/llama-cpp-turboquant/ggml/src/ggml-openvino/openvino/op_table.h +0 -0
- {localcode-0.3.1 → localcode-0.3.2}/llama-cpp-turboquant/ggml/src/ggml-openvino/openvino/pass/eliminate_zp.cpp +0 -0
- {localcode-0.3.1 → localcode-0.3.2}/llama-cpp-turboquant/ggml/src/ggml-openvino/openvino/pass/eliminate_zp.h +0 -0
- {localcode-0.3.1 → localcode-0.3.2}/llama-cpp-turboquant/ggml/src/ggml-openvino/openvino/pass/fuse_to_sdpa.cpp +0 -0
- {localcode-0.3.1 → localcode-0.3.2}/llama-cpp-turboquant/ggml/src/ggml-openvino/openvino/pass/fuse_to_sdpa.h +0 -0
- {localcode-0.3.1 → localcode-0.3.2}/llama-cpp-turboquant/ggml/src/ggml-openvino/openvino/pass/mark_decompression_convert_constant_folding.h +0 -0
- {localcode-0.3.1 → localcode-0.3.2}/llama-cpp-turboquant/ggml/src/ggml-openvino/openvino/pass/squeeze_matmul.cpp +0 -0
- {localcode-0.3.1 → localcode-0.3.2}/llama-cpp-turboquant/ggml/src/ggml-openvino/openvino/pass/squeeze_matmul.h +0 -0
- {localcode-0.3.1 → localcode-0.3.2}/llama-cpp-turboquant/ggml/src/ggml-openvino/openvino/translate_session.cpp +0 -0
- {localcode-0.3.1 → localcode-0.3.2}/llama-cpp-turboquant/ggml/src/ggml-openvino/openvino/translate_session.h +0 -0
- {localcode-0.3.1 → localcode-0.3.2}/llama-cpp-turboquant/ggml/src/ggml-openvino/openvino/utils.cpp +0 -0
- {localcode-0.3.1 → localcode-0.3.2}/llama-cpp-turboquant/ggml/src/ggml-openvino/openvino/utils.h +0 -0
- {localcode-0.3.1 → localcode-0.3.2}/llama-cpp-turboquant/ggml/src/ggml-openvino/utils.cpp +0 -0
- {localcode-0.3.1 → localcode-0.3.2}/llama-cpp-turboquant/ggml/src/ggml-openvino/utils.h +0 -0
- {localcode-0.3.1 → localcode-0.3.2}/llama-cpp-turboquant/ggml/src/ggml-opt.cpp +0 -0
- {localcode-0.3.1 → localcode-0.3.2}/llama-cpp-turboquant/ggml/src/ggml-quants.c +0 -0
- {localcode-0.3.1 → localcode-0.3.2}/llama-cpp-turboquant/ggml/src/ggml-quants.h +0 -0
- {localcode-0.3.1 → localcode-0.3.2}/llama-cpp-turboquant/ggml/src/ggml-rpc/CMakeLists.txt +0 -0
- {localcode-0.3.1 → localcode-0.3.2}/llama-cpp-turboquant/ggml/src/ggml-rpc/ggml-rpc.cpp +0 -0
- {localcode-0.3.1 → localcode-0.3.2}/llama-cpp-turboquant/ggml/src/ggml-sycl/CMakeLists.txt +0 -0
- {localcode-0.3.1 → localcode-0.3.2}/llama-cpp-turboquant/ggml/src/ggml-sycl/add-id.cpp +0 -0
- {localcode-0.3.1 → localcode-0.3.2}/llama-cpp-turboquant/ggml/src/ggml-sycl/add-id.hpp +0 -0
- {localcode-0.3.1 → localcode-0.3.2}/llama-cpp-turboquant/ggml/src/ggml-sycl/backend.hpp +0 -0
- {localcode-0.3.1 → localcode-0.3.2}/llama-cpp-turboquant/ggml/src/ggml-sycl/binbcast.cpp +0 -0
- {localcode-0.3.1 → localcode-0.3.2}/llama-cpp-turboquant/ggml/src/ggml-sycl/binbcast.hpp +0 -0
- {localcode-0.3.1 → localcode-0.3.2}/llama-cpp-turboquant/ggml/src/ggml-sycl/common.cpp +0 -0
- {localcode-0.3.1 → localcode-0.3.2}/llama-cpp-turboquant/ggml/src/ggml-sycl/common.hpp +0 -0
- {localcode-0.3.1 → localcode-0.3.2}/llama-cpp-turboquant/ggml/src/ggml-sycl/concat.cpp +0 -0
- {localcode-0.3.1 → localcode-0.3.2}/llama-cpp-turboquant/ggml/src/ggml-sycl/concat.hpp +0 -0
- {localcode-0.3.1 → localcode-0.3.2}/llama-cpp-turboquant/ggml/src/ggml-sycl/conv.cpp +0 -0
- {localcode-0.3.1 → localcode-0.3.2}/llama-cpp-turboquant/ggml/src/ggml-sycl/conv.hpp +0 -0
- {localcode-0.3.1 → localcode-0.3.2}/llama-cpp-turboquant/ggml/src/ggml-sycl/convert.cpp +0 -0
- {localcode-0.3.1 → localcode-0.3.2}/llama-cpp-turboquant/ggml/src/ggml-sycl/convert.hpp +0 -0
- {localcode-0.3.1 → localcode-0.3.2}/llama-cpp-turboquant/ggml/src/ggml-sycl/count-equal.cpp +0 -0
- {localcode-0.3.1 → localcode-0.3.2}/llama-cpp-turboquant/ggml/src/ggml-sycl/count-equal.hpp +0 -0
- {localcode-0.3.1 → localcode-0.3.2}/llama-cpp-turboquant/ggml/src/ggml-sycl/cpy.cpp +0 -0
- {localcode-0.3.1 → localcode-0.3.2}/llama-cpp-turboquant/ggml/src/ggml-sycl/cpy.hpp +0 -0
- {localcode-0.3.1 → localcode-0.3.2}/llama-cpp-turboquant/ggml/src/ggml-sycl/dequantize.hpp +0 -0
- {localcode-0.3.1 → localcode-0.3.2}/llama-cpp-turboquant/ggml/src/ggml-sycl/dmmv.cpp +0 -0
- {localcode-0.3.1 → localcode-0.3.2}/llama-cpp-turboquant/ggml/src/ggml-sycl/dmmv.hpp +0 -0
- {localcode-0.3.1 → localcode-0.3.2}/llama-cpp-turboquant/ggml/src/ggml-sycl/dpct/helper.hpp +0 -0
- {localcode-0.3.1 → localcode-0.3.2}/llama-cpp-turboquant/ggml/src/ggml-sycl/element_wise.cpp +0 -0
- {localcode-0.3.1 → localcode-0.3.2}/llama-cpp-turboquant/ggml/src/ggml-sycl/element_wise.hpp +0 -0
- {localcode-0.3.1 → localcode-0.3.2}/llama-cpp-turboquant/ggml/src/ggml-sycl/fattn-common.hpp +0 -0
- {localcode-0.3.1 → localcode-0.3.2}/llama-cpp-turboquant/ggml/src/ggml-sycl/fattn-tile.cpp +0 -0
- {localcode-0.3.1 → localcode-0.3.2}/llama-cpp-turboquant/ggml/src/ggml-sycl/fattn-tile.hpp +0 -0
- {localcode-0.3.1 → localcode-0.3.2}/llama-cpp-turboquant/ggml/src/ggml-sycl/fattn-vec.hpp +0 -0
- {localcode-0.3.1 → localcode-0.3.2}/llama-cpp-turboquant/ggml/src/ggml-sycl/fattn.cpp +0 -0
- {localcode-0.3.1 → localcode-0.3.2}/llama-cpp-turboquant/ggml/src/ggml-sycl/fattn.hpp +0 -0
- {localcode-0.3.1 → localcode-0.3.2}/llama-cpp-turboquant/ggml/src/ggml-sycl/gated_delta_net.cpp +0 -0
- {localcode-0.3.1 → localcode-0.3.2}/llama-cpp-turboquant/ggml/src/ggml-sycl/gated_delta_net.hpp +0 -0
- {localcode-0.3.1 → localcode-0.3.2}/llama-cpp-turboquant/ggml/src/ggml-sycl/gemm.hpp +0 -0
- {localcode-0.3.1 → localcode-0.3.2}/llama-cpp-turboquant/ggml/src/ggml-sycl/getrows.cpp +0 -0
- {localcode-0.3.1 → localcode-0.3.2}/llama-cpp-turboquant/ggml/src/ggml-sycl/getrows.hpp +0 -0
- {localcode-0.3.1 → localcode-0.3.2}/llama-cpp-turboquant/ggml/src/ggml-sycl/ggml-sycl.cpp +0 -0
- {localcode-0.3.1 → localcode-0.3.2}/llama-cpp-turboquant/ggml/src/ggml-sycl/gla.cpp +0 -0
- {localcode-0.3.1 → localcode-0.3.2}/llama-cpp-turboquant/ggml/src/ggml-sycl/gla.hpp +0 -0
- {localcode-0.3.1 → localcode-0.3.2}/llama-cpp-turboquant/ggml/src/ggml-sycl/im2col.cpp +0 -0
- {localcode-0.3.1 → localcode-0.3.2}/llama-cpp-turboquant/ggml/src/ggml-sycl/im2col.hpp +0 -0
- {localcode-0.3.1 → localcode-0.3.2}/llama-cpp-turboquant/ggml/src/ggml-sycl/mmq.cpp +0 -0
- {localcode-0.3.1 → localcode-0.3.2}/llama-cpp-turboquant/ggml/src/ggml-sycl/mmq.hpp +0 -0
- {localcode-0.3.1 → localcode-0.3.2}/llama-cpp-turboquant/ggml/src/ggml-sycl/mmvq.cpp +0 -0
- {localcode-0.3.1 → localcode-0.3.2}/llama-cpp-turboquant/ggml/src/ggml-sycl/mmvq.hpp +0 -0
- {localcode-0.3.1 → localcode-0.3.2}/llama-cpp-turboquant/ggml/src/ggml-sycl/norm.cpp +0 -0
- {localcode-0.3.1 → localcode-0.3.2}/llama-cpp-turboquant/ggml/src/ggml-sycl/norm.hpp +0 -0
- {localcode-0.3.1 → localcode-0.3.2}/llama-cpp-turboquant/ggml/src/ggml-sycl/outprod.cpp +0 -0
- {localcode-0.3.1 → localcode-0.3.2}/llama-cpp-turboquant/ggml/src/ggml-sycl/outprod.hpp +0 -0
- {localcode-0.3.1 → localcode-0.3.2}/llama-cpp-turboquant/ggml/src/ggml-sycl/pad.cpp +0 -0
- {localcode-0.3.1 → localcode-0.3.2}/llama-cpp-turboquant/ggml/src/ggml-sycl/pad.hpp +0 -0
- {localcode-0.3.1 → localcode-0.3.2}/llama-cpp-turboquant/ggml/src/ggml-sycl/pad_reflect_1d.cpp +0 -0
- {localcode-0.3.1 → localcode-0.3.2}/llama-cpp-turboquant/ggml/src/ggml-sycl/pad_reflect_1d.hpp +0 -0
- {localcode-0.3.1 → localcode-0.3.2}/llama-cpp-turboquant/ggml/src/ggml-sycl/presets.hpp +0 -0
- {localcode-0.3.1 → localcode-0.3.2}/llama-cpp-turboquant/ggml/src/ggml-sycl/quantize.hpp +0 -0
- {localcode-0.3.1 → localcode-0.3.2}/llama-cpp-turboquant/ggml/src/ggml-sycl/quants.hpp +0 -0
- {localcode-0.3.1 → localcode-0.3.2}/llama-cpp-turboquant/ggml/src/ggml-sycl/repeat_back.cpp +0 -0
- {localcode-0.3.1 → localcode-0.3.2}/llama-cpp-turboquant/ggml/src/ggml-sycl/repeat_back.hpp +0 -0
- {localcode-0.3.1 → localcode-0.3.2}/llama-cpp-turboquant/ggml/src/ggml-sycl/roll.cpp +0 -0
- {localcode-0.3.1 → localcode-0.3.2}/llama-cpp-turboquant/ggml/src/ggml-sycl/roll.hpp +0 -0
- {localcode-0.3.1 → localcode-0.3.2}/llama-cpp-turboquant/ggml/src/ggml-sycl/rope.cpp +0 -0
- {localcode-0.3.1 → localcode-0.3.2}/llama-cpp-turboquant/ggml/src/ggml-sycl/rope.hpp +0 -0
- {localcode-0.3.1 → localcode-0.3.2}/llama-cpp-turboquant/ggml/src/ggml-sycl/set.cpp +0 -0
- {localcode-0.3.1 → localcode-0.3.2}/llama-cpp-turboquant/ggml/src/ggml-sycl/set.hpp +0 -0
- {localcode-0.3.1 → localcode-0.3.2}/llama-cpp-turboquant/ggml/src/ggml-sycl/set_rows.cpp +0 -0
- {localcode-0.3.1 → localcode-0.3.2}/llama-cpp-turboquant/ggml/src/ggml-sycl/set_rows.hpp +0 -0
- {localcode-0.3.1 → localcode-0.3.2}/llama-cpp-turboquant/ggml/src/ggml-sycl/softmax.cpp +0 -0
- {localcode-0.3.1 → localcode-0.3.2}/llama-cpp-turboquant/ggml/src/ggml-sycl/softmax.hpp +0 -0
- {localcode-0.3.1 → localcode-0.3.2}/llama-cpp-turboquant/ggml/src/ggml-sycl/ssm_conv.cpp +0 -0
- {localcode-0.3.1 → localcode-0.3.2}/llama-cpp-turboquant/ggml/src/ggml-sycl/ssm_conv.hpp +0 -0
- {localcode-0.3.1 → localcode-0.3.2}/llama-cpp-turboquant/ggml/src/ggml-sycl/sycl_hw.cpp +0 -0
- {localcode-0.3.1 → localcode-0.3.2}/llama-cpp-turboquant/ggml/src/ggml-sycl/sycl_hw.hpp +0 -0
- {localcode-0.3.1 → localcode-0.3.2}/llama-cpp-turboquant/ggml/src/ggml-sycl/template-instances/fattn-tile-instance-dkq112-dv112.cpp +0 -0
- {localcode-0.3.1 → localcode-0.3.2}/llama-cpp-turboquant/ggml/src/ggml-sycl/template-instances/fattn-tile-instance-dkq128-dv128.cpp +0 -0
- {localcode-0.3.1 → localcode-0.3.2}/llama-cpp-turboquant/ggml/src/ggml-sycl/template-instances/fattn-tile-instance-dkq256-dv256.cpp +0 -0
- {localcode-0.3.1 → localcode-0.3.2}/llama-cpp-turboquant/ggml/src/ggml-sycl/template-instances/fattn-tile-instance-dkq40-dv40.cpp +0 -0
- {localcode-0.3.1 → localcode-0.3.2}/llama-cpp-turboquant/ggml/src/ggml-sycl/template-instances/fattn-tile-instance-dkq576-dv512.cpp +0 -0
- {localcode-0.3.1 → localcode-0.3.2}/llama-cpp-turboquant/ggml/src/ggml-sycl/template-instances/fattn-tile-instance-dkq64-dv64.cpp +0 -0
- {localcode-0.3.1 → localcode-0.3.2}/llama-cpp-turboquant/ggml/src/ggml-sycl/template-instances/fattn-tile-instance-dkq72-dv72.cpp +0 -0
- {localcode-0.3.1 → localcode-0.3.2}/llama-cpp-turboquant/ggml/src/ggml-sycl/template-instances/fattn-tile-instance-dkq80-dv80.cpp +0 -0
- {localcode-0.3.1 → localcode-0.3.2}/llama-cpp-turboquant/ggml/src/ggml-sycl/template-instances/fattn-tile-instance-dkq96-dv96.cpp +0 -0
- {localcode-0.3.1 → localcode-0.3.2}/llama-cpp-turboquant/ggml/src/ggml-sycl/template-instances/fattn-vec-instance-f16-f16.cpp +0 -0
- {localcode-0.3.1 → localcode-0.3.2}/llama-cpp-turboquant/ggml/src/ggml-sycl/template-instances/fattn-vec-instance-f16-q4_0.cpp +0 -0
- {localcode-0.3.1 → localcode-0.3.2}/llama-cpp-turboquant/ggml/src/ggml-sycl/template-instances/fattn-vec-instance-f16-q4_1.cpp +0 -0
- {localcode-0.3.1 → localcode-0.3.2}/llama-cpp-turboquant/ggml/src/ggml-sycl/template-instances/fattn-vec-instance-f16-q5_0.cpp +0 -0
- {localcode-0.3.1 → localcode-0.3.2}/llama-cpp-turboquant/ggml/src/ggml-sycl/template-instances/fattn-vec-instance-f16-q5_1.cpp +0 -0
- {localcode-0.3.1 → localcode-0.3.2}/llama-cpp-turboquant/ggml/src/ggml-sycl/template-instances/fattn-vec-instance-f16-q8_0.cpp +0 -0
- {localcode-0.3.1 → localcode-0.3.2}/llama-cpp-turboquant/ggml/src/ggml-sycl/template-instances/fattn-vec-instance-q4_0-f16.cpp +0 -0
- {localcode-0.3.1 → localcode-0.3.2}/llama-cpp-turboquant/ggml/src/ggml-sycl/template-instances/fattn-vec-instance-q4_0-q4_0.cpp +0 -0
- {localcode-0.3.1 → localcode-0.3.2}/llama-cpp-turboquant/ggml/src/ggml-sycl/template-instances/fattn-vec-instance-q4_0-q4_1.cpp +0 -0
- {localcode-0.3.1 → localcode-0.3.2}/llama-cpp-turboquant/ggml/src/ggml-sycl/template-instances/fattn-vec-instance-q4_0-q5_0.cpp +0 -0
- {localcode-0.3.1 → localcode-0.3.2}/llama-cpp-turboquant/ggml/src/ggml-sycl/template-instances/fattn-vec-instance-q4_0-q5_1.cpp +0 -0
- {localcode-0.3.1 → localcode-0.3.2}/llama-cpp-turboquant/ggml/src/ggml-sycl/template-instances/fattn-vec-instance-q4_0-q8_0.cpp +0 -0
- {localcode-0.3.1 → localcode-0.3.2}/llama-cpp-turboquant/ggml/src/ggml-sycl/template-instances/fattn-vec-instance-q4_1-f16.cpp +0 -0
- {localcode-0.3.1 → localcode-0.3.2}/llama-cpp-turboquant/ggml/src/ggml-sycl/template-instances/fattn-vec-instance-q4_1-q4_0.cpp +0 -0
- {localcode-0.3.1 → localcode-0.3.2}/llama-cpp-turboquant/ggml/src/ggml-sycl/template-instances/fattn-vec-instance-q4_1-q4_1.cpp +0 -0
- {localcode-0.3.1 → localcode-0.3.2}/llama-cpp-turboquant/ggml/src/ggml-sycl/template-instances/fattn-vec-instance-q4_1-q5_0.cpp +0 -0
- {localcode-0.3.1 → localcode-0.3.2}/llama-cpp-turboquant/ggml/src/ggml-sycl/template-instances/fattn-vec-instance-q4_1-q5_1.cpp +0 -0
- {localcode-0.3.1 → localcode-0.3.2}/llama-cpp-turboquant/ggml/src/ggml-sycl/template-instances/fattn-vec-instance-q4_1-q8_0.cpp +0 -0
- {localcode-0.3.1 → localcode-0.3.2}/llama-cpp-turboquant/ggml/src/ggml-sycl/template-instances/fattn-vec-instance-q5_0-f16.cpp +0 -0
- {localcode-0.3.1 → localcode-0.3.2}/llama-cpp-turboquant/ggml/src/ggml-sycl/template-instances/fattn-vec-instance-q5_0-q4_0.cpp +0 -0
- {localcode-0.3.1 → localcode-0.3.2}/llama-cpp-turboquant/ggml/src/ggml-sycl/template-instances/fattn-vec-instance-q5_0-q4_1.cpp +0 -0
- {localcode-0.3.1 → localcode-0.3.2}/llama-cpp-turboquant/ggml/src/ggml-sycl/template-instances/fattn-vec-instance-q5_0-q5_0.cpp +0 -0
- {localcode-0.3.1 → localcode-0.3.2}/llama-cpp-turboquant/ggml/src/ggml-sycl/template-instances/fattn-vec-instance-q5_0-q5_1.cpp +0 -0
- {localcode-0.3.1 → localcode-0.3.2}/llama-cpp-turboquant/ggml/src/ggml-sycl/template-instances/fattn-vec-instance-q5_0-q8_0.cpp +0 -0
- {localcode-0.3.1 → localcode-0.3.2}/llama-cpp-turboquant/ggml/src/ggml-sycl/template-instances/fattn-vec-instance-q5_1-f16.cpp +0 -0
- {localcode-0.3.1 → localcode-0.3.2}/llama-cpp-turboquant/ggml/src/ggml-sycl/template-instances/fattn-vec-instance-q5_1-q4_0.cpp +0 -0
- {localcode-0.3.1 → localcode-0.3.2}/llama-cpp-turboquant/ggml/src/ggml-sycl/template-instances/fattn-vec-instance-q5_1-q4_1.cpp +0 -0
- {localcode-0.3.1 → localcode-0.3.2}/llama-cpp-turboquant/ggml/src/ggml-sycl/template-instances/fattn-vec-instance-q5_1-q5_0.cpp +0 -0
- {localcode-0.3.1 → localcode-0.3.2}/llama-cpp-turboquant/ggml/src/ggml-sycl/template-instances/fattn-vec-instance-q5_1-q5_1.cpp +0 -0
- {localcode-0.3.1 → localcode-0.3.2}/llama-cpp-turboquant/ggml/src/ggml-sycl/template-instances/fattn-vec-instance-q5_1-q8_0.cpp +0 -0
- {localcode-0.3.1 → localcode-0.3.2}/llama-cpp-turboquant/ggml/src/ggml-sycl/template-instances/fattn-vec-instance-q8_0-f16.cpp +0 -0
- {localcode-0.3.1 → localcode-0.3.2}/llama-cpp-turboquant/ggml/src/ggml-sycl/template-instances/fattn-vec-instance-q8_0-q4_0.cpp +0 -0
- {localcode-0.3.1 → localcode-0.3.2}/llama-cpp-turboquant/ggml/src/ggml-sycl/template-instances/fattn-vec-instance-q8_0-q4_1.cpp +0 -0
- {localcode-0.3.1 → localcode-0.3.2}/llama-cpp-turboquant/ggml/src/ggml-sycl/template-instances/fattn-vec-instance-q8_0-q5_0.cpp +0 -0
- {localcode-0.3.1 → localcode-0.3.2}/llama-cpp-turboquant/ggml/src/ggml-sycl/template-instances/fattn-vec-instance-q8_0-q5_1.cpp +0 -0
- {localcode-0.3.1 → localcode-0.3.2}/llama-cpp-turboquant/ggml/src/ggml-sycl/template-instances/fattn-vec-instance-q8_0-q8_0.cpp +0 -0
- {localcode-0.3.1 → localcode-0.3.2}/llama-cpp-turboquant/ggml/src/ggml-sycl/tsembd.cpp +0 -0
- {localcode-0.3.1 → localcode-0.3.2}/llama-cpp-turboquant/ggml/src/ggml-sycl/tsembd.hpp +0 -0
- {localcode-0.3.1 → localcode-0.3.2}/llama-cpp-turboquant/ggml/src/ggml-sycl/type.hpp +0 -0
- {localcode-0.3.1 → localcode-0.3.2}/llama-cpp-turboquant/ggml/src/ggml-sycl/upscale.cpp +0 -0
- {localcode-0.3.1 → localcode-0.3.2}/llama-cpp-turboquant/ggml/src/ggml-sycl/upscale.hpp +0 -0
- {localcode-0.3.1 → localcode-0.3.2}/llama-cpp-turboquant/ggml/src/ggml-sycl/vecdotq.hpp +0 -0
- {localcode-0.3.1 → localcode-0.3.2}/llama-cpp-turboquant/ggml/src/ggml-sycl/wkv.cpp +0 -0
- {localcode-0.3.1 → localcode-0.3.2}/llama-cpp-turboquant/ggml/src/ggml-sycl/wkv.hpp +0 -0
- {localcode-0.3.1 → localcode-0.3.2}/llama-cpp-turboquant/ggml/src/ggml-threading.cpp +0 -0
- {localcode-0.3.1 → localcode-0.3.2}/llama-cpp-turboquant/ggml/src/ggml-threading.h +0 -0
- {localcode-0.3.1 → localcode-0.3.2}/llama-cpp-turboquant/ggml/src/ggml-turbo-quant.c +0 -0
- {localcode-0.3.1 → localcode-0.3.2}/llama-cpp-turboquant/ggml/src/ggml-virtgpu/CMakeLists.txt +0 -0
- {localcode-0.3.1 → localcode-0.3.2}/llama-cpp-turboquant/ggml/src/ggml-virtgpu/apir_cs_ggml-rpc-front.cpp +0 -0
- {localcode-0.3.1 → localcode-0.3.2}/llama-cpp-turboquant/ggml/src/ggml-virtgpu/backend/CMakeLists.txt +0 -0
- {localcode-0.3.1 → localcode-0.3.2}/llama-cpp-turboquant/ggml/src/ggml-virtgpu/backend/apir_cs_ggml-rpc-back.cpp +0 -0
- {localcode-0.3.1 → localcode-0.3.2}/llama-cpp-turboquant/ggml/src/ggml-virtgpu/backend/backend-convert.h +0 -0
- {localcode-0.3.1 → localcode-0.3.2}/llama-cpp-turboquant/ggml/src/ggml-virtgpu/backend/backend-dispatched-backend.cpp +0 -0
- {localcode-0.3.1 → localcode-0.3.2}/llama-cpp-turboquant/ggml/src/ggml-virtgpu/backend/backend-dispatched-buffer-type.cpp +0 -0
- {localcode-0.3.1 → localcode-0.3.2}/llama-cpp-turboquant/ggml/src/ggml-virtgpu/backend/backend-dispatched-buffer.cpp +0 -0
- {localcode-0.3.1 → localcode-0.3.2}/llama-cpp-turboquant/ggml/src/ggml-virtgpu/backend/backend-dispatched-device.cpp +0 -0
- {localcode-0.3.1 → localcode-0.3.2}/llama-cpp-turboquant/ggml/src/ggml-virtgpu/backend/backend-dispatched.cpp +0 -0
- {localcode-0.3.1 → localcode-0.3.2}/llama-cpp-turboquant/ggml/src/ggml-virtgpu/backend/backend-dispatched.gen.h +0 -0
- {localcode-0.3.1 → localcode-0.3.2}/llama-cpp-turboquant/ggml/src/ggml-virtgpu/backend/backend-dispatched.h +0 -0
- {localcode-0.3.1 → localcode-0.3.2}/llama-cpp-turboquant/ggml/src/ggml-virtgpu/backend/backend-virgl-apir.h +0 -0
- {localcode-0.3.1 → localcode-0.3.2}/llama-cpp-turboquant/ggml/src/ggml-virtgpu/backend/backend.cpp +0 -0
- {localcode-0.3.1 → localcode-0.3.2}/llama-cpp-turboquant/ggml/src/ggml-virtgpu/backend/shared/api_remoting.h +0 -0
- {localcode-0.3.1 → localcode-0.3.2}/llama-cpp-turboquant/ggml/src/ggml-virtgpu/backend/shared/apir_backend.gen.h +0 -0
- {localcode-0.3.1 → localcode-0.3.2}/llama-cpp-turboquant/ggml/src/ggml-virtgpu/backend/shared/apir_backend.h +0 -0
- {localcode-0.3.1 → localcode-0.3.2}/llama-cpp-turboquant/ggml/src/ggml-virtgpu/backend/shared/apir_cs.h +0 -0
- {localcode-0.3.1 → localcode-0.3.2}/llama-cpp-turboquant/ggml/src/ggml-virtgpu/backend/shared/apir_cs_ggml.h +0 -0
- {localcode-0.3.1 → localcode-0.3.2}/llama-cpp-turboquant/ggml/src/ggml-virtgpu/backend/shared/apir_cs_rpc.h +0 -0
- {localcode-0.3.1 → localcode-0.3.2}/llama-cpp-turboquant/ggml/src/ggml-virtgpu/ggml-backend-buffer-type.cpp +0 -0
- {localcode-0.3.1 → localcode-0.3.2}/llama-cpp-turboquant/ggml/src/ggml-virtgpu/ggml-backend-buffer.cpp +0 -0
- {localcode-0.3.1 → localcode-0.3.2}/llama-cpp-turboquant/ggml/src/ggml-virtgpu/ggml-backend-device.cpp +0 -0
- {localcode-0.3.1 → localcode-0.3.2}/llama-cpp-turboquant/ggml/src/ggml-virtgpu/ggml-backend-reg.cpp +0 -0
- {localcode-0.3.1 → localcode-0.3.2}/llama-cpp-turboquant/ggml/src/ggml-virtgpu/ggml-backend.cpp +0 -0
- {localcode-0.3.1 → localcode-0.3.2}/llama-cpp-turboquant/ggml/src/ggml-virtgpu/ggml-remoting.h +0 -0
- {localcode-0.3.1 → localcode-0.3.2}/llama-cpp-turboquant/ggml/src/ggml-virtgpu/include/apir_hw.h +0 -0
- {localcode-0.3.1 → localcode-0.3.2}/llama-cpp-turboquant/ggml/src/ggml-virtgpu/virtgpu-apir.h +0 -0
- {localcode-0.3.1 → localcode-0.3.2}/llama-cpp-turboquant/ggml/src/ggml-virtgpu/virtgpu-forward-backend.cpp +0 -0
- {localcode-0.3.1 → localcode-0.3.2}/llama-cpp-turboquant/ggml/src/ggml-virtgpu/virtgpu-forward-buffer-type.cpp +0 -0
- {localcode-0.3.1 → localcode-0.3.2}/llama-cpp-turboquant/ggml/src/ggml-virtgpu/virtgpu-forward-buffer.cpp +0 -0
- {localcode-0.3.1 → localcode-0.3.2}/llama-cpp-turboquant/ggml/src/ggml-virtgpu/virtgpu-forward-device.cpp +0 -0
- {localcode-0.3.1 → localcode-0.3.2}/llama-cpp-turboquant/ggml/src/ggml-virtgpu/virtgpu-forward-impl.h +0 -0
- {localcode-0.3.1 → localcode-0.3.2}/llama-cpp-turboquant/ggml/src/ggml-virtgpu/virtgpu-forward.gen.h +0 -0
- {localcode-0.3.1 → localcode-0.3.2}/llama-cpp-turboquant/ggml/src/ggml-virtgpu/virtgpu-shm.cpp +0 -0
- {localcode-0.3.1 → localcode-0.3.2}/llama-cpp-turboquant/ggml/src/ggml-virtgpu/virtgpu-shm.h +0 -0
- {localcode-0.3.1 → localcode-0.3.2}/llama-cpp-turboquant/ggml/src/ggml-virtgpu/virtgpu-utils.cpp +0 -0
- {localcode-0.3.1 → localcode-0.3.2}/llama-cpp-turboquant/ggml/src/ggml-virtgpu/virtgpu-utils.h +0 -0
- {localcode-0.3.1 → localcode-0.3.2}/llama-cpp-turboquant/ggml/src/ggml-virtgpu/virtgpu.cpp +0 -0
- {localcode-0.3.1 → localcode-0.3.2}/llama-cpp-turboquant/ggml/src/ggml-virtgpu/virtgpu.h +0 -0
- {localcode-0.3.1 → localcode-0.3.2}/llama-cpp-turboquant/ggml/src/ggml-vulkan/CMakeLists.txt +0 -0
- {localcode-0.3.1 → localcode-0.3.2}/llama-cpp-turboquant/ggml/src/ggml-vulkan/ggml-vulkan.cpp +0 -0
- {localcode-0.3.1 → localcode-0.3.2}/llama-cpp-turboquant/ggml/src/ggml-vulkan/vulkan-shaders/CMakeLists.txt +0 -0
- {localcode-0.3.1 → localcode-0.3.2}/llama-cpp-turboquant/ggml/src/ggml-vulkan/vulkan-shaders/vulkan-shaders-gen.cpp +0 -0
- {localcode-0.3.1 → localcode-0.3.2}/llama-cpp-turboquant/ggml/src/ggml-webgpu/CMakeLists.txt +0 -0
- {localcode-0.3.1 → localcode-0.3.2}/llama-cpp-turboquant/ggml/src/ggml-webgpu/ggml-webgpu-shader-lib.hpp +0 -0
- {localcode-0.3.1 → localcode-0.3.2}/llama-cpp-turboquant/ggml/src/ggml-webgpu/ggml-webgpu.cpp +0 -0
- {localcode-0.3.1 → localcode-0.3.2}/llama-cpp-turboquant/ggml/src/ggml-webgpu/pre_wgsl.hpp +0 -0
- {localcode-0.3.1 → localcode-0.3.2}/llama-cpp-turboquant/ggml/src/ggml-zdnn/CMakeLists.txt +0 -0
- {localcode-0.3.1 → localcode-0.3.2}/llama-cpp-turboquant/ggml/src/ggml-zdnn/common.hpp +0 -0
- {localcode-0.3.1 → localcode-0.3.2}/llama-cpp-turboquant/ggml/src/ggml-zdnn/ggml-zdnn.cpp +0 -0
- {localcode-0.3.1 → localcode-0.3.2}/llama-cpp-turboquant/ggml/src/ggml-zdnn/mmf.cpp +0 -0
- {localcode-0.3.1 → localcode-0.3.2}/llama-cpp-turboquant/ggml/src/ggml-zdnn/mmf.hpp +0 -0
- {localcode-0.3.1 → localcode-0.3.2}/llama-cpp-turboquant/ggml/src/ggml-zdnn/utils.cpp +0 -0
- {localcode-0.3.1 → localcode-0.3.2}/llama-cpp-turboquant/ggml/src/ggml-zdnn/utils.hpp +0 -0
- {localcode-0.3.1 → localcode-0.3.2}/llama-cpp-turboquant/ggml/src/ggml-zendnn/CMakeLists.txt +0 -0
- {localcode-0.3.1 → localcode-0.3.2}/llama-cpp-turboquant/ggml/src/ggml-zendnn/ggml-zendnn.cpp +0 -0
- {localcode-0.3.1 → localcode-0.3.2}/llama-cpp-turboquant/ggml/src/ggml.c +0 -0
- {localcode-0.3.1 → localcode-0.3.2}/llama-cpp-turboquant/ggml/src/ggml.cpp +0 -0
- {localcode-0.3.1 → localcode-0.3.2}/llama-cpp-turboquant/ggml/src/gguf.cpp +0 -0
- {localcode-0.3.1 → localcode-0.3.2}/llama-cpp-turboquant/include/llama-cpp.h +0 -0
- {localcode-0.3.1 → localcode-0.3.2}/llama-cpp-turboquant/include/llama.h +0 -0
- {localcode-0.3.1 → localcode-0.3.2}/llama-cpp-turboquant/licenses/LICENSE-jsonhpp +0 -0
- {localcode-0.3.1 → localcode-0.3.2}/llama-cpp-turboquant/src/CMakeLists.txt +0 -0
- {localcode-0.3.1 → localcode-0.3.2}/llama-cpp-turboquant/src/llama-adapter.cpp +0 -0
- {localcode-0.3.1 → localcode-0.3.2}/llama-cpp-turboquant/src/llama-adapter.h +0 -0
- {localcode-0.3.1 → localcode-0.3.2}/llama-cpp-turboquant/src/llama-arch.cpp +0 -0
- {localcode-0.3.1 → localcode-0.3.2}/llama-cpp-turboquant/src/llama-arch.h +0 -0
- {localcode-0.3.1 → localcode-0.3.2}/llama-cpp-turboquant/src/llama-batch.cpp +0 -0
- {localcode-0.3.1 → localcode-0.3.2}/llama-cpp-turboquant/src/llama-batch.h +0 -0
- {localcode-0.3.1 → localcode-0.3.2}/llama-cpp-turboquant/src/llama-chat.cpp +0 -0
- {localcode-0.3.1 → localcode-0.3.2}/llama-cpp-turboquant/src/llama-chat.h +0 -0
- {localcode-0.3.1 → localcode-0.3.2}/llama-cpp-turboquant/src/llama-context.cpp +0 -0
- {localcode-0.3.1 → localcode-0.3.2}/llama-cpp-turboquant/src/llama-context.h +0 -0
- {localcode-0.3.1 → localcode-0.3.2}/llama-cpp-turboquant/src/llama-cparams.cpp +0 -0
- {localcode-0.3.1 → localcode-0.3.2}/llama-cpp-turboquant/src/llama-cparams.h +0 -0
- {localcode-0.3.1 → localcode-0.3.2}/llama-cpp-turboquant/src/llama-ext.h +0 -0
- {localcode-0.3.1 → localcode-0.3.2}/llama-cpp-turboquant/src/llama-grammar.cpp +0 -0
- {localcode-0.3.1 → localcode-0.3.2}/llama-cpp-turboquant/src/llama-grammar.h +0 -0
- {localcode-0.3.1 → localcode-0.3.2}/llama-cpp-turboquant/src/llama-graph.cpp +0 -0
- {localcode-0.3.1 → localcode-0.3.2}/llama-cpp-turboquant/src/llama-graph.h +0 -0
- {localcode-0.3.1 → localcode-0.3.2}/llama-cpp-turboquant/src/llama-hparams.cpp +0 -0
- {localcode-0.3.1 → localcode-0.3.2}/llama-cpp-turboquant/src/llama-hparams.h +0 -0
- {localcode-0.3.1 → localcode-0.3.2}/llama-cpp-turboquant/src/llama-impl.cpp +0 -0
- {localcode-0.3.1 → localcode-0.3.2}/llama-cpp-turboquant/src/llama-impl.h +0 -0
- {localcode-0.3.1 → localcode-0.3.2}/llama-cpp-turboquant/src/llama-io.cpp +0 -0
- {localcode-0.3.1 → localcode-0.3.2}/llama-cpp-turboquant/src/llama-io.h +0 -0
- {localcode-0.3.1 → localcode-0.3.2}/llama-cpp-turboquant/src/llama-kv-cache-iswa.cpp +0 -0
- {localcode-0.3.1 → localcode-0.3.2}/llama-cpp-turboquant/src/llama-kv-cache-iswa.h +0 -0
- {localcode-0.3.1 → localcode-0.3.2}/llama-cpp-turboquant/src/llama-kv-cache.cpp +0 -0
- {localcode-0.3.1 → localcode-0.3.2}/llama-cpp-turboquant/src/llama-kv-cache.h +0 -0
- {localcode-0.3.1 → localcode-0.3.2}/llama-cpp-turboquant/src/llama-kv-cells.h +0 -0
- {localcode-0.3.1 → localcode-0.3.2}/llama-cpp-turboquant/src/llama-memory-hybrid-iswa.cpp +0 -0
- {localcode-0.3.1 → localcode-0.3.2}/llama-cpp-turboquant/src/llama-memory-hybrid-iswa.h +0 -0
- {localcode-0.3.1 → localcode-0.3.2}/llama-cpp-turboquant/src/llama-memory-hybrid.cpp +0 -0
- {localcode-0.3.1 → localcode-0.3.2}/llama-cpp-turboquant/src/llama-memory-hybrid.h +0 -0
- {localcode-0.3.1 → localcode-0.3.2}/llama-cpp-turboquant/src/llama-memory-recurrent.cpp +0 -0
- {localcode-0.3.1 → localcode-0.3.2}/llama-cpp-turboquant/src/llama-memory-recurrent.h +0 -0
- {localcode-0.3.1 → localcode-0.3.2}/llama-cpp-turboquant/src/llama-memory.cpp +0 -0
- {localcode-0.3.1 → localcode-0.3.2}/llama-cpp-turboquant/src/llama-memory.h +0 -0
- {localcode-0.3.1 → localcode-0.3.2}/llama-cpp-turboquant/src/llama-mmap.cpp +0 -0
- {localcode-0.3.1 → localcode-0.3.2}/llama-cpp-turboquant/src/llama-mmap.h +0 -0
- {localcode-0.3.1 → localcode-0.3.2}/llama-cpp-turboquant/src/llama-model-loader.cpp +0 -0
- {localcode-0.3.1 → localcode-0.3.2}/llama-cpp-turboquant/src/llama-model-loader.h +0 -0
- {localcode-0.3.1 → localcode-0.3.2}/llama-cpp-turboquant/src/llama-model-saver.cpp +0 -0
- {localcode-0.3.1 → localcode-0.3.2}/llama-cpp-turboquant/src/llama-model-saver.h +0 -0
- {localcode-0.3.1 → localcode-0.3.2}/llama-cpp-turboquant/src/llama-model.cpp +0 -0
- {localcode-0.3.1 → localcode-0.3.2}/llama-cpp-turboquant/src/llama-model.h +0 -0
- {localcode-0.3.1 → localcode-0.3.2}/llama-cpp-turboquant/src/llama-quant.cpp +0 -0
- {localcode-0.3.1 → localcode-0.3.2}/llama-cpp-turboquant/src/llama-quant.h +0 -0
- {localcode-0.3.1 → localcode-0.3.2}/llama-cpp-turboquant/src/llama-sampler.cpp +0 -0
- {localcode-0.3.1 → localcode-0.3.2}/llama-cpp-turboquant/src/llama-sampler.h +0 -0
- {localcode-0.3.1 → localcode-0.3.2}/llama-cpp-turboquant/src/llama-vocab.cpp +0 -0
- {localcode-0.3.1 → localcode-0.3.2}/llama-cpp-turboquant/src/llama-vocab.h +0 -0
- {localcode-0.3.1 → localcode-0.3.2}/llama-cpp-turboquant/src/llama.cpp +0 -0
- {localcode-0.3.1 → localcode-0.3.2}/llama-cpp-turboquant/src/models/afmoe.cpp +0 -0
- {localcode-0.3.1 → localcode-0.3.2}/llama-cpp-turboquant/src/models/apertus.cpp +0 -0
- {localcode-0.3.1 → localcode-0.3.2}/llama-cpp-turboquant/src/models/arcee.cpp +0 -0
- {localcode-0.3.1 → localcode-0.3.2}/llama-cpp-turboquant/src/models/arctic.cpp +0 -0
- {localcode-0.3.1 → localcode-0.3.2}/llama-cpp-turboquant/src/models/arwkv7.cpp +0 -0
- {localcode-0.3.1 → localcode-0.3.2}/llama-cpp-turboquant/src/models/baichuan.cpp +0 -0
- {localcode-0.3.1 → localcode-0.3.2}/llama-cpp-turboquant/src/models/bailingmoe.cpp +0 -0
- {localcode-0.3.1 → localcode-0.3.2}/llama-cpp-turboquant/src/models/bailingmoe2.cpp +0 -0
- {localcode-0.3.1 → localcode-0.3.2}/llama-cpp-turboquant/src/models/bert.cpp +0 -0
- {localcode-0.3.1 → localcode-0.3.2}/llama-cpp-turboquant/src/models/bitnet.cpp +0 -0
- {localcode-0.3.1 → localcode-0.3.2}/llama-cpp-turboquant/src/models/bloom.cpp +0 -0
- {localcode-0.3.1 → localcode-0.3.2}/llama-cpp-turboquant/src/models/chameleon.cpp +0 -0
- {localcode-0.3.1 → localcode-0.3.2}/llama-cpp-turboquant/src/models/chatglm.cpp +0 -0
- {localcode-0.3.1 → localcode-0.3.2}/llama-cpp-turboquant/src/models/codeshell.cpp +0 -0
- {localcode-0.3.1 → localcode-0.3.2}/llama-cpp-turboquant/src/models/cogvlm.cpp +0 -0
- {localcode-0.3.1 → localcode-0.3.2}/llama-cpp-turboquant/src/models/cohere2-iswa.cpp +0 -0
- {localcode-0.3.1 → localcode-0.3.2}/llama-cpp-turboquant/src/models/command-r.cpp +0 -0
- {localcode-0.3.1 → localcode-0.3.2}/llama-cpp-turboquant/src/models/dbrx.cpp +0 -0
- {localcode-0.3.1 → localcode-0.3.2}/llama-cpp-turboquant/src/models/deci.cpp +0 -0
- {localcode-0.3.1 → localcode-0.3.2}/llama-cpp-turboquant/src/models/deepseek.cpp +0 -0
- {localcode-0.3.1 → localcode-0.3.2}/llama-cpp-turboquant/src/models/deepseek2.cpp +0 -0
- {localcode-0.3.1 → localcode-0.3.2}/llama-cpp-turboquant/src/models/delta-net-base.cpp +0 -0
- {localcode-0.3.1 → localcode-0.3.2}/llama-cpp-turboquant/src/models/dots1.cpp +0 -0
- {localcode-0.3.1 → localcode-0.3.2}/llama-cpp-turboquant/src/models/dream.cpp +0 -0
- {localcode-0.3.1 → localcode-0.3.2}/llama-cpp-turboquant/src/models/ernie4-5-moe.cpp +0 -0
- {localcode-0.3.1 → localcode-0.3.2}/llama-cpp-turboquant/src/models/ernie4-5.cpp +0 -0
- {localcode-0.3.1 → localcode-0.3.2}/llama-cpp-turboquant/src/models/eurobert.cpp +0 -0
- {localcode-0.3.1 → localcode-0.3.2}/llama-cpp-turboquant/src/models/exaone-moe.cpp +0 -0
- {localcode-0.3.1 → localcode-0.3.2}/llama-cpp-turboquant/src/models/exaone.cpp +0 -0
- {localcode-0.3.1 → localcode-0.3.2}/llama-cpp-turboquant/src/models/exaone4.cpp +0 -0
- {localcode-0.3.1 → localcode-0.3.2}/llama-cpp-turboquant/src/models/falcon-h1.cpp +0 -0
- {localcode-0.3.1 → localcode-0.3.2}/llama-cpp-turboquant/src/models/falcon.cpp +0 -0
- {localcode-0.3.1 → localcode-0.3.2}/llama-cpp-turboquant/src/models/gemma-embedding.cpp +0 -0
- {localcode-0.3.1 → localcode-0.3.2}/llama-cpp-turboquant/src/models/gemma.cpp +0 -0
- {localcode-0.3.1 → localcode-0.3.2}/llama-cpp-turboquant/src/models/gemma2-iswa.cpp +0 -0
- {localcode-0.3.1 → localcode-0.3.2}/llama-cpp-turboquant/src/models/gemma3.cpp +0 -0
- {localcode-0.3.1 → localcode-0.3.2}/llama-cpp-turboquant/src/models/gemma3n-iswa.cpp +0 -0
- {localcode-0.3.1 → localcode-0.3.2}/llama-cpp-turboquant/src/models/gemma4-iswa.cpp +0 -0
- {localcode-0.3.1 → localcode-0.3.2}/llama-cpp-turboquant/src/models/glm4-moe.cpp +0 -0
- {localcode-0.3.1 → localcode-0.3.2}/llama-cpp-turboquant/src/models/glm4.cpp +0 -0
- {localcode-0.3.1 → localcode-0.3.2}/llama-cpp-turboquant/src/models/gpt2.cpp +0 -0
- {localcode-0.3.1 → localcode-0.3.2}/llama-cpp-turboquant/src/models/gptneox.cpp +0 -0
- {localcode-0.3.1 → localcode-0.3.2}/llama-cpp-turboquant/src/models/granite-hybrid.cpp +0 -0
- {localcode-0.3.1 → localcode-0.3.2}/llama-cpp-turboquant/src/models/granite.cpp +0 -0
- {localcode-0.3.1 → localcode-0.3.2}/llama-cpp-turboquant/src/models/grok.cpp +0 -0
- {localcode-0.3.1 → localcode-0.3.2}/llama-cpp-turboquant/src/models/grovemoe.cpp +0 -0
- {localcode-0.3.1 → localcode-0.3.2}/llama-cpp-turboquant/src/models/hunyuan-dense.cpp +0 -0
- {localcode-0.3.1 → localcode-0.3.2}/llama-cpp-turboquant/src/models/hunyuan-moe.cpp +0 -0
- {localcode-0.3.1 → localcode-0.3.2}/llama-cpp-turboquant/src/models/internlm2.cpp +0 -0
- {localcode-0.3.1 → localcode-0.3.2}/llama-cpp-turboquant/src/models/jais.cpp +0 -0
- {localcode-0.3.1 → localcode-0.3.2}/llama-cpp-turboquant/src/models/jais2.cpp +0 -0
- {localcode-0.3.1 → localcode-0.3.2}/llama-cpp-turboquant/src/models/jamba.cpp +0 -0
- {localcode-0.3.1 → localcode-0.3.2}/llama-cpp-turboquant/src/models/kimi-linear.cpp +0 -0
- {localcode-0.3.1 → localcode-0.3.2}/llama-cpp-turboquant/src/models/lfm2.cpp +0 -0
- {localcode-0.3.1 → localcode-0.3.2}/llama-cpp-turboquant/src/models/llada-moe.cpp +0 -0
- {localcode-0.3.1 → localcode-0.3.2}/llama-cpp-turboquant/src/models/llada.cpp +0 -0
- {localcode-0.3.1 → localcode-0.3.2}/llama-cpp-turboquant/src/models/llama-iswa.cpp +0 -0
- {localcode-0.3.1 → localcode-0.3.2}/llama-cpp-turboquant/src/models/llama.cpp +0 -0
- {localcode-0.3.1 → localcode-0.3.2}/llama-cpp-turboquant/src/models/maincoder.cpp +0 -0
- {localcode-0.3.1 → localcode-0.3.2}/llama-cpp-turboquant/src/models/mamba-base.cpp +0 -0
- {localcode-0.3.1 → localcode-0.3.2}/llama-cpp-turboquant/src/models/mamba.cpp +0 -0
- {localcode-0.3.1 → localcode-0.3.2}/llama-cpp-turboquant/src/models/mimo2-iswa.cpp +0 -0
- {localcode-0.3.1 → localcode-0.3.2}/llama-cpp-turboquant/src/models/minicpm3.cpp +0 -0
- {localcode-0.3.1 → localcode-0.3.2}/llama-cpp-turboquant/src/models/minimax-m2.cpp +0 -0
- {localcode-0.3.1 → localcode-0.3.2}/llama-cpp-turboquant/src/models/mistral3.cpp +0 -0
- {localcode-0.3.1 → localcode-0.3.2}/llama-cpp-turboquant/src/models/models.h +0 -0
- {localcode-0.3.1 → localcode-0.3.2}/llama-cpp-turboquant/src/models/modern-bert.cpp +0 -0
- {localcode-0.3.1 → localcode-0.3.2}/llama-cpp-turboquant/src/models/mpt.cpp +0 -0
- {localcode-0.3.1 → localcode-0.3.2}/llama-cpp-turboquant/src/models/nemotron-h.cpp +0 -0
- {localcode-0.3.1 → localcode-0.3.2}/llama-cpp-turboquant/src/models/nemotron.cpp +0 -0
- {localcode-0.3.1 → localcode-0.3.2}/llama-cpp-turboquant/src/models/neo-bert.cpp +0 -0
- {localcode-0.3.1 → localcode-0.3.2}/llama-cpp-turboquant/src/models/olmo.cpp +0 -0
- {localcode-0.3.1 → localcode-0.3.2}/llama-cpp-turboquant/src/models/olmo2.cpp +0 -0
- {localcode-0.3.1 → localcode-0.3.2}/llama-cpp-turboquant/src/models/olmoe.cpp +0 -0
- {localcode-0.3.1 → localcode-0.3.2}/llama-cpp-turboquant/src/models/openai-moe-iswa.cpp +0 -0
- {localcode-0.3.1 → localcode-0.3.2}/llama-cpp-turboquant/src/models/openelm.cpp +0 -0
- {localcode-0.3.1 → localcode-0.3.2}/llama-cpp-turboquant/src/models/orion.cpp +0 -0
- {localcode-0.3.1 → localcode-0.3.2}/llama-cpp-turboquant/src/models/paddleocr.cpp +0 -0
- {localcode-0.3.1 → localcode-0.3.2}/llama-cpp-turboquant/src/models/pangu-embedded.cpp +0 -0
- {localcode-0.3.1 → localcode-0.3.2}/llama-cpp-turboquant/src/models/phi2.cpp +0 -0
- {localcode-0.3.1 → localcode-0.3.2}/llama-cpp-turboquant/src/models/phi3.cpp +0 -0
- {localcode-0.3.1 → localcode-0.3.2}/llama-cpp-turboquant/src/models/plamo.cpp +0 -0
- {localcode-0.3.1 → localcode-0.3.2}/llama-cpp-turboquant/src/models/plamo2.cpp +0 -0
- {localcode-0.3.1 → localcode-0.3.2}/llama-cpp-turboquant/src/models/plamo3.cpp +0 -0
- {localcode-0.3.1 → localcode-0.3.2}/llama-cpp-turboquant/src/models/plm.cpp +0 -0
- {localcode-0.3.1 → localcode-0.3.2}/llama-cpp-turboquant/src/models/qwen.cpp +0 -0
- {localcode-0.3.1 → localcode-0.3.2}/llama-cpp-turboquant/src/models/qwen2.cpp +0 -0
- {localcode-0.3.1 → localcode-0.3.2}/llama-cpp-turboquant/src/models/qwen2moe.cpp +0 -0
- {localcode-0.3.1 → localcode-0.3.2}/llama-cpp-turboquant/src/models/qwen2vl.cpp +0 -0
- {localcode-0.3.1 → localcode-0.3.2}/llama-cpp-turboquant/src/models/qwen3.cpp +0 -0
- {localcode-0.3.1 → localcode-0.3.2}/llama-cpp-turboquant/src/models/qwen35.cpp +0 -0
- {localcode-0.3.1 → localcode-0.3.2}/llama-cpp-turboquant/src/models/qwen35moe.cpp +0 -0
- {localcode-0.3.1 → localcode-0.3.2}/llama-cpp-turboquant/src/models/qwen3moe.cpp +0 -0
- {localcode-0.3.1 → localcode-0.3.2}/llama-cpp-turboquant/src/models/qwen3next.cpp +0 -0
- {localcode-0.3.1 → localcode-0.3.2}/llama-cpp-turboquant/src/models/qwen3vl-moe.cpp +0 -0
- {localcode-0.3.1 → localcode-0.3.2}/llama-cpp-turboquant/src/models/qwen3vl.cpp +0 -0
- {localcode-0.3.1 → localcode-0.3.2}/llama-cpp-turboquant/src/models/refact.cpp +0 -0
- {localcode-0.3.1 → localcode-0.3.2}/llama-cpp-turboquant/src/models/rnd1.cpp +0 -0
- {localcode-0.3.1 → localcode-0.3.2}/llama-cpp-turboquant/src/models/rwkv6-base.cpp +0 -0
- {localcode-0.3.1 → localcode-0.3.2}/llama-cpp-turboquant/src/models/rwkv6.cpp +0 -0
- {localcode-0.3.1 → localcode-0.3.2}/llama-cpp-turboquant/src/models/rwkv6qwen2.cpp +0 -0
- {localcode-0.3.1 → localcode-0.3.2}/llama-cpp-turboquant/src/models/rwkv7-base.cpp +0 -0
- {localcode-0.3.1 → localcode-0.3.2}/llama-cpp-turboquant/src/models/rwkv7.cpp +0 -0
- {localcode-0.3.1 → localcode-0.3.2}/llama-cpp-turboquant/src/models/seed-oss.cpp +0 -0
- {localcode-0.3.1 → localcode-0.3.2}/llama-cpp-turboquant/src/models/smallthinker.cpp +0 -0
- {localcode-0.3.1 → localcode-0.3.2}/llama-cpp-turboquant/src/models/smollm3.cpp +0 -0
- {localcode-0.3.1 → localcode-0.3.2}/llama-cpp-turboquant/src/models/stablelm.cpp +0 -0
- {localcode-0.3.1 → localcode-0.3.2}/llama-cpp-turboquant/src/models/starcoder.cpp +0 -0
- {localcode-0.3.1 → localcode-0.3.2}/llama-cpp-turboquant/src/models/starcoder2.cpp +0 -0
- {localcode-0.3.1 → localcode-0.3.2}/llama-cpp-turboquant/src/models/step35-iswa.cpp +0 -0
- {localcode-0.3.1 → localcode-0.3.2}/llama-cpp-turboquant/src/models/t5-dec.cpp +0 -0
- {localcode-0.3.1 → localcode-0.3.2}/llama-cpp-turboquant/src/models/t5-enc.cpp +0 -0
- {localcode-0.3.1 → localcode-0.3.2}/llama-cpp-turboquant/src/models/wavtokenizer-dec.cpp +0 -0
- {localcode-0.3.1 → localcode-0.3.2}/llama-cpp-turboquant/src/models/xverse.cpp +0 -0
- {localcode-0.3.1 → localcode-0.3.2}/llama-cpp-turboquant/src/turbo-rotation-data-32.h +0 -0
- {localcode-0.3.1 → localcode-0.3.2}/llama-cpp-turboquant/src/turbo-rotation-data.h +0 -0
- {localcode-0.3.1 → localcode-0.3.2}/llama-cpp-turboquant/src/unicode-data.cpp +0 -0
- {localcode-0.3.1 → localcode-0.3.2}/llama-cpp-turboquant/src/unicode-data.h +0 -0
- {localcode-0.3.1 → localcode-0.3.2}/llama-cpp-turboquant/src/unicode.cpp +0 -0
- {localcode-0.3.1 → localcode-0.3.2}/llama-cpp-turboquant/src/unicode.h +0 -0
- {localcode-0.3.1 → localcode-0.3.2}/llama-cpp-turboquant/tools/CMakeLists.txt +0 -0
- {localcode-0.3.1 → localcode-0.3.2}/llama-cpp-turboquant/tools/batched-bench/CMakeLists.txt +0 -0
- {localcode-0.3.1 → localcode-0.3.2}/llama-cpp-turboquant/tools/batched-bench/batched-bench.cpp +0 -0
- {localcode-0.3.1 → localcode-0.3.2}/llama-cpp-turboquant/tools/cli/CMakeLists.txt +0 -0
- {localcode-0.3.1 → localcode-0.3.2}/llama-cpp-turboquant/tools/cli/cli.cpp +0 -0
- {localcode-0.3.1 → localcode-0.3.2}/llama-cpp-turboquant/tools/completion/CMakeLists.txt +0 -0
- {localcode-0.3.1 → localcode-0.3.2}/llama-cpp-turboquant/tools/completion/completion.cpp +0 -0
- {localcode-0.3.1 → localcode-0.3.2}/llama-cpp-turboquant/tools/cvector-generator/CMakeLists.txt +0 -0
- {localcode-0.3.1 → localcode-0.3.2}/llama-cpp-turboquant/tools/cvector-generator/cvector-generator.cpp +0 -0
- {localcode-0.3.1 → localcode-0.3.2}/llama-cpp-turboquant/tools/cvector-generator/mean.hpp +0 -0
- {localcode-0.3.1 → localcode-0.3.2}/llama-cpp-turboquant/tools/cvector-generator/pca.hpp +0 -0
- {localcode-0.3.1 → localcode-0.3.2}/llama-cpp-turboquant/tools/export-lora/CMakeLists.txt +0 -0
- {localcode-0.3.1 → localcode-0.3.2}/llama-cpp-turboquant/tools/export-lora/export-lora.cpp +0 -0
- {localcode-0.3.1 → localcode-0.3.2}/llama-cpp-turboquant/tools/fit-params/CMakeLists.txt +0 -0
- {localcode-0.3.1 → localcode-0.3.2}/llama-cpp-turboquant/tools/fit-params/fit-params.cpp +0 -0
- {localcode-0.3.1 → localcode-0.3.2}/llama-cpp-turboquant/tools/gguf-split/CMakeLists.txt +0 -0
- {localcode-0.3.1 → localcode-0.3.2}/llama-cpp-turboquant/tools/gguf-split/gguf-split.cpp +0 -0
- {localcode-0.3.1 → localcode-0.3.2}/llama-cpp-turboquant/tools/imatrix/CMakeLists.txt +0 -0
- {localcode-0.3.1 → localcode-0.3.2}/llama-cpp-turboquant/tools/imatrix/imatrix.cpp +0 -0
- {localcode-0.3.1 → localcode-0.3.2}/llama-cpp-turboquant/tools/llama-bench/CMakeLists.txt +0 -0
- {localcode-0.3.1 → localcode-0.3.2}/llama-cpp-turboquant/tools/llama-bench/llama-bench.cpp +0 -0
- {localcode-0.3.1 → localcode-0.3.2}/llama-cpp-turboquant/tools/mtmd/CMakeLists.txt +0 -0
- {localcode-0.3.1 → localcode-0.3.2}/llama-cpp-turboquant/tools/mtmd/clip-graph.h +0 -0
- {localcode-0.3.1 → localcode-0.3.2}/llama-cpp-turboquant/tools/mtmd/clip-impl.h +0 -0
- {localcode-0.3.1 → localcode-0.3.2}/llama-cpp-turboquant/tools/mtmd/clip-model.h +0 -0
- {localcode-0.3.1 → localcode-0.3.2}/llama-cpp-turboquant/tools/mtmd/clip.cpp +0 -0
- {localcode-0.3.1 → localcode-0.3.2}/llama-cpp-turboquant/tools/mtmd/clip.h +0 -0
- {localcode-0.3.1 → localcode-0.3.2}/llama-cpp-turboquant/tools/mtmd/debug/mtmd-debug.cpp +0 -0
- {localcode-0.3.1 → localcode-0.3.2}/llama-cpp-turboquant/tools/mtmd/debug/mtmd-debug.h +0 -0
- {localcode-0.3.1 → localcode-0.3.2}/llama-cpp-turboquant/tools/mtmd/deprecation-warning.cpp +0 -0
- {localcode-0.3.1 → localcode-0.3.2}/llama-cpp-turboquant/tools/mtmd/models/cogvlm.cpp +0 -0
- {localcode-0.3.1 → localcode-0.3.2}/llama-cpp-turboquant/tools/mtmd/models/conformer.cpp +0 -0
- {localcode-0.3.1 → localcode-0.3.2}/llama-cpp-turboquant/tools/mtmd/models/deepseekocr.cpp +0 -0
- {localcode-0.3.1 → localcode-0.3.2}/llama-cpp-turboquant/tools/mtmd/models/gemma4v.cpp +0 -0
- {localcode-0.3.1 → localcode-0.3.2}/llama-cpp-turboquant/tools/mtmd/models/glm4v.cpp +0 -0
- {localcode-0.3.1 → localcode-0.3.2}/llama-cpp-turboquant/tools/mtmd/models/hunyuanocr.cpp +0 -0
- {localcode-0.3.1 → localcode-0.3.2}/llama-cpp-turboquant/tools/mtmd/models/internvl.cpp +0 -0
- {localcode-0.3.1 → localcode-0.3.2}/llama-cpp-turboquant/tools/mtmd/models/kimik25.cpp +0 -0
- {localcode-0.3.1 → localcode-0.3.2}/llama-cpp-turboquant/tools/mtmd/models/kimivl.cpp +0 -0
- {localcode-0.3.1 → localcode-0.3.2}/llama-cpp-turboquant/tools/mtmd/models/llama4.cpp +0 -0
- {localcode-0.3.1 → localcode-0.3.2}/llama-cpp-turboquant/tools/mtmd/models/llava.cpp +0 -0
- {localcode-0.3.1 → localcode-0.3.2}/llama-cpp-turboquant/tools/mtmd/models/minicpmv.cpp +0 -0
- {localcode-0.3.1 → localcode-0.3.2}/llama-cpp-turboquant/tools/mtmd/models/mobilenetv5.cpp +0 -0
- {localcode-0.3.1 → localcode-0.3.2}/llama-cpp-turboquant/tools/mtmd/models/models.h +0 -0
- {localcode-0.3.1 → localcode-0.3.2}/llama-cpp-turboquant/tools/mtmd/models/nemotron-v2-vl.cpp +0 -0
- {localcode-0.3.1 → localcode-0.3.2}/llama-cpp-turboquant/tools/mtmd/models/paddleocr.cpp +0 -0
- {localcode-0.3.1 → localcode-0.3.2}/llama-cpp-turboquant/tools/mtmd/models/pixtral.cpp +0 -0
- {localcode-0.3.1 → localcode-0.3.2}/llama-cpp-turboquant/tools/mtmd/models/qwen2vl.cpp +0 -0
- {localcode-0.3.1 → localcode-0.3.2}/llama-cpp-turboquant/tools/mtmd/models/qwen3vl.cpp +0 -0
- {localcode-0.3.1 → localcode-0.3.2}/llama-cpp-turboquant/tools/mtmd/models/siglip.cpp +0 -0
- {localcode-0.3.1 → localcode-0.3.2}/llama-cpp-turboquant/tools/mtmd/models/whisper-enc.cpp +0 -0
- {localcode-0.3.1 → localcode-0.3.2}/llama-cpp-turboquant/tools/mtmd/models/youtuvl.cpp +0 -0
- {localcode-0.3.1 → localcode-0.3.2}/llama-cpp-turboquant/tools/mtmd/mtmd-audio.cpp +0 -0
- {localcode-0.3.1 → localcode-0.3.2}/llama-cpp-turboquant/tools/mtmd/mtmd-audio.h +0 -0
- {localcode-0.3.1 → localcode-0.3.2}/llama-cpp-turboquant/tools/mtmd/mtmd-cli.cpp +0 -0
- {localcode-0.3.1 → localcode-0.3.2}/llama-cpp-turboquant/tools/mtmd/mtmd-helper.cpp +0 -0
- {localcode-0.3.1 → localcode-0.3.2}/llama-cpp-turboquant/tools/mtmd/mtmd-helper.h +0 -0
- {localcode-0.3.1 → localcode-0.3.2}/llama-cpp-turboquant/tools/mtmd/mtmd-image.cpp +0 -0
- {localcode-0.3.1 → localcode-0.3.2}/llama-cpp-turboquant/tools/mtmd/mtmd-image.h +0 -0
- {localcode-0.3.1 → localcode-0.3.2}/llama-cpp-turboquant/tools/mtmd/mtmd.cpp +0 -0
- {localcode-0.3.1 → localcode-0.3.2}/llama-cpp-turboquant/tools/mtmd/mtmd.h +0 -0
- {localcode-0.3.1 → localcode-0.3.2}/llama-cpp-turboquant/tools/parser/CMakeLists.txt +0 -0
- {localcode-0.3.1 → localcode-0.3.2}/llama-cpp-turboquant/tools/parser/debug-template-parser.cpp +0 -0
- {localcode-0.3.1 → localcode-0.3.2}/llama-cpp-turboquant/tools/parser/template-analysis.cpp +0 -0
- {localcode-0.3.1 → localcode-0.3.2}/llama-cpp-turboquant/tools/perplexity/CMakeLists.txt +0 -0
- {localcode-0.3.1 → localcode-0.3.2}/llama-cpp-turboquant/tools/perplexity/perplexity.cpp +0 -0
- {localcode-0.3.1 → localcode-0.3.2}/llama-cpp-turboquant/tools/quantize/CMakeLists.txt +0 -0
- {localcode-0.3.1 → localcode-0.3.2}/llama-cpp-turboquant/tools/quantize/quantize.cpp +0 -0
- {localcode-0.3.1 → localcode-0.3.2}/llama-cpp-turboquant/tools/results/CMakeLists.txt +0 -0
- {localcode-0.3.1 → localcode-0.3.2}/llama-cpp-turboquant/tools/results/results.cpp +0 -0
- {localcode-0.3.1 → localcode-0.3.2}/llama-cpp-turboquant/tools/rpc/CMakeLists.txt +0 -0
- {localcode-0.3.1 → localcode-0.3.2}/llama-cpp-turboquant/tools/rpc/rpc-server.cpp +0 -0
- {localcode-0.3.1 → localcode-0.3.2}/llama-cpp-turboquant/tools/server/CMakeLists.txt +0 -0
- {localcode-0.3.1 → localcode-0.3.2}/llama-cpp-turboquant/tools/server/server-common.cpp +0 -0
- {localcode-0.3.1 → localcode-0.3.2}/llama-cpp-turboquant/tools/server/server-common.h +0 -0
- {localcode-0.3.1 → localcode-0.3.2}/llama-cpp-turboquant/tools/server/server-context.cpp +0 -0
- {localcode-0.3.1 → localcode-0.3.2}/llama-cpp-turboquant/tools/server/server-context.h +0 -0
- {localcode-0.3.1 → localcode-0.3.2}/llama-cpp-turboquant/tools/server/server-cors-proxy.h +0 -0
- {localcode-0.3.1 → localcode-0.3.2}/llama-cpp-turboquant/tools/server/server-http.cpp +0 -0
- {localcode-0.3.1 → localcode-0.3.2}/llama-cpp-turboquant/tools/server/server-http.h +0 -0
- {localcode-0.3.1 → localcode-0.3.2}/llama-cpp-turboquant/tools/server/server-models.cpp +0 -0
- {localcode-0.3.1 → localcode-0.3.2}/llama-cpp-turboquant/tools/server/server-models.h +0 -0
- {localcode-0.3.1 → localcode-0.3.2}/llama-cpp-turboquant/tools/server/server-queue.cpp +0 -0
- {localcode-0.3.1 → localcode-0.3.2}/llama-cpp-turboquant/tools/server/server-queue.h +0 -0
- {localcode-0.3.1 → localcode-0.3.2}/llama-cpp-turboquant/tools/server/server-task.cpp +0 -0
- {localcode-0.3.1 → localcode-0.3.2}/llama-cpp-turboquant/tools/server/server-task.h +0 -0
- {localcode-0.3.1 → localcode-0.3.2}/llama-cpp-turboquant/tools/server/server-tools.cpp +0 -0
- {localcode-0.3.1 → localcode-0.3.2}/llama-cpp-turboquant/tools/server/server-tools.h +0 -0
- {localcode-0.3.1 → localcode-0.3.2}/llama-cpp-turboquant/tools/server/server.cpp +0 -0
- {localcode-0.3.1 → localcode-0.3.2}/llama-cpp-turboquant/tools/tokenize/CMakeLists.txt +0 -0
- {localcode-0.3.1 → localcode-0.3.2}/llama-cpp-turboquant/tools/tokenize/tokenize.cpp +0 -0
- {localcode-0.3.1 → localcode-0.3.2}/llama-cpp-turboquant/tools/tts/CMakeLists.txt +0 -0
- {localcode-0.3.1 → localcode-0.3.2}/llama-cpp-turboquant/tools/tts/tts.cpp +0 -0
- {localcode-0.3.1 → localcode-0.3.2}/llama-cpp-turboquant/vendor/cpp-httplib/CMakeLists.txt +0 -0
- {localcode-0.3.1 → localcode-0.3.2}/llama-cpp-turboquant/vendor/cpp-httplib/httplib.cpp +0 -0
- {localcode-0.3.1 → localcode-0.3.2}/llama-cpp-turboquant/vendor/cpp-httplib/httplib.h +0 -0
- {localcode-0.3.1 → localcode-0.3.2}/llama-cpp-turboquant/vendor/miniaudio/miniaudio.h +0 -0
- {localcode-0.3.1 → localcode-0.3.2}/llama-cpp-turboquant/vendor/nlohmann/json.hpp +0 -0
- {localcode-0.3.1 → localcode-0.3.2}/llama-cpp-turboquant/vendor/nlohmann/json_fwd.hpp +0 -0
- {localcode-0.3.1 → localcode-0.3.2}/llama-cpp-turboquant/vendor/sheredom/subprocess.h +0 -0
- {localcode-0.3.1 → localcode-0.3.2}/llama-cpp-turboquant/vendor/stb/stb_image.h +0 -0
- {localcode-0.3.1 → localcode-0.3.2}/setup.cfg +0 -0
- {localcode-0.3.1 → localcode-0.3.2}/setup.py +0 -0
- {localcode-0.3.1 → localcode-0.3.2}/src/localcode/__main__.py +0 -0
- {localcode-0.3.1 → localcode-0.3.2}/src/localcode/_subproc_env.py +0 -0
- {localcode-0.3.1 → localcode-0.3.2}/src/localcode/agent/__init__.py +0 -0
- {localcode-0.3.1 → localcode-0.3.2}/src/localcode/agent/app_tasks.py +0 -0
- {localcode-0.3.1 → localcode-0.3.2}/src/localcode/agent/constants.py +0 -0
- {localcode-0.3.1 → localcode-0.3.2}/src/localcode/agent/goal.py +0 -0
- {localcode-0.3.1 → localcode-0.3.2}/src/localcode/agent/helpers.py +0 -0
- {localcode-0.3.1 → localcode-0.3.2}/src/localcode/agent/hooks.py +0 -0
- {localcode-0.3.1 → localcode-0.3.2}/src/localcode/agent/prompt_context.py +0 -0
- {localcode-0.3.1 → localcode-0.3.2}/src/localcode/agent/recovery.py +0 -0
- {localcode-0.3.1 → localcode-0.3.2}/src/localcode/agent/sections.py +0 -0
- {localcode-0.3.1 → localcode-0.3.2}/src/localcode/agent/streaming.py +0 -0
- {localcode-0.3.1 → localcode-0.3.2}/src/localcode/agent/tool_execution.py +0 -0
- {localcode-0.3.1 → localcode-0.3.2}/src/localcode/agent/tool_orchestration.py +0 -0
- {localcode-0.3.1 → localcode-0.3.2}/src/localcode/agent/turn_finalization.py +0 -0
- {localcode-0.3.1 → localcode-0.3.2}/src/localcode/app.py +0 -0
- {localcode-0.3.1 → localcode-0.3.2}/src/localcode/approvals.py +0 -0
- {localcode-0.3.1 → localcode-0.3.2}/src/localcode/auto_compact.py +0 -0
- {localcode-0.3.1 → localcode-0.3.2}/src/localcode/autonomy.py +0 -0
- {localcode-0.3.1 → localcode-0.3.2}/src/localcode/bin/__init__.py +0 -0
- {localcode-0.3.1 → localcode-0.3.2}/src/localcode/bin/llama-server +0 -0
- {localcode-0.3.1 → localcode-0.3.2}/src/localcode/bootstrap.py +0 -0
- {localcode-0.3.1 → localcode-0.3.2}/src/localcode/cache.py +0 -0
- {localcode-0.3.1 → localcode-0.3.2}/src/localcode/checkpoint.py +0 -0
- {localcode-0.3.1 → localcode-0.3.2}/src/localcode/compact.py +0 -0
- {localcode-0.3.1 → localcode-0.3.2}/src/localcode/compaction.py +0 -0
- {localcode-0.3.1 → localcode-0.3.2}/src/localcode/composer.py +0 -0
- {localcode-0.3.1 → localcode-0.3.2}/src/localcode/config.py +0 -0
- {localcode-0.3.1 → localcode-0.3.2}/src/localcode/context.py +0 -0
- {localcode-0.3.1 → localcode-0.3.2}/src/localcode/display.py +0 -0
- {localcode-0.3.1 → localcode-0.3.2}/src/localcode/embeddings.py +0 -0
- {localcode-0.3.1 → localcode-0.3.2}/src/localcode/errors.py +0 -0
- {localcode-0.3.1 → localcode-0.3.2}/src/localcode/events.py +0 -0
- {localcode-0.3.1 → localcode-0.3.2}/src/localcode/features.py +0 -0
- {localcode-0.3.1 → localcode-0.3.2}/src/localcode/formatting.py +0 -0
- {localcode-0.3.1 → localcode-0.3.2}/src/localcode/headless_json.py +0 -0
- {localcode-0.3.1 → localcode-0.3.2}/src/localcode/health.py +0 -0
- {localcode-0.3.1 → localcode-0.3.2}/src/localcode/hf_quants.py +0 -0
- {localcode-0.3.1 → localcode-0.3.2}/src/localcode/history.py +0 -0
- {localcode-0.3.1 → localcode-0.3.2}/src/localcode/hooks.py +0 -0
- {localcode-0.3.1 → localcode-0.3.2}/src/localcode/indexer.py +0 -0
- {localcode-0.3.1 → localcode-0.3.2}/src/localcode/injection_defense.py +0 -0
- {localcode-0.3.1 → localcode-0.3.2}/src/localcode/launcher.py +0 -0
- {localcode-0.3.1 → localcode-0.3.2}/src/localcode/logging_utils.py +0 -0
- {localcode-0.3.1 → localcode-0.3.2}/src/localcode/lsp.py +0 -0
- {localcode-0.3.1 → localcode-0.3.2}/src/localcode/mcp/__init__.py +0 -0
- {localcode-0.3.1 → localcode-0.3.2}/src/localcode/mcp/_bridge.py +0 -0
- {localcode-0.3.1 → localcode-0.3.2}/src/localcode/mcp/_config.py +0 -0
- {localcode-0.3.1 → localcode-0.3.2}/src/localcode/mcp/_transports.py +0 -0
- {localcode-0.3.1 → localcode-0.3.2}/src/localcode/mcp/client.py +0 -0
- {localcode-0.3.1 → localcode-0.3.2}/src/localcode/memory_guard.py +0 -0
- {localcode-0.3.1 → localcode-0.3.2}/src/localcode/model_config.py +0 -0
- {localcode-0.3.1 → localcode-0.3.2}/src/localcode/model_families.py +0 -0
- {localcode-0.3.1 → localcode-0.3.2}/src/localcode/models.py +0 -0
- {localcode-0.3.1 → localcode-0.3.2}/src/localcode/models_catalog.py +0 -0
- {localcode-0.3.1 → localcode-0.3.2}/src/localcode/notebook.py +0 -0
- {localcode-0.3.1 → localcode-0.3.2}/src/localcode/output.py +0 -0
- {localcode-0.3.1 → localcode-0.3.2}/src/localcode/patching.py +0 -0
- {localcode-0.3.1 → localcode-0.3.2}/src/localcode/paths.py +0 -0
- {localcode-0.3.1 → localcode-0.3.2}/src/localcode/performance.py +0 -0
- {localcode-0.3.1 → localcode-0.3.2}/src/localcode/permissions.py +0 -0
- {localcode-0.3.1 → localcode-0.3.2}/src/localcode/permissions_v2.py +0 -0
- {localcode-0.3.1 → localcode-0.3.2}/src/localcode/plans.py +0 -0
- {localcode-0.3.1 → localcode-0.3.2}/src/localcode/process_registry.py +0 -0
- {localcode-0.3.1 → localcode-0.3.2}/src/localcode/recommendations.py +0 -0
- {localcode-0.3.1 → localcode-0.3.2}/src/localcode/recovery.py +0 -0
- {localcode-0.3.1 → localcode-0.3.2}/src/localcode/runtime_diffusion.py +0 -0
- {localcode-0.3.1 → localcode-0.3.2}/src/localcode/shell.py +0 -0
- {localcode-0.3.1 → localcode-0.3.2}/src/localcode/skills/debug.md +0 -0
- {localcode-0.3.1 → localcode-0.3.2}/src/localcode/skills/edit-verified.md +0 -0
- {localcode-0.3.1 → localcode-0.3.2}/src/localcode/skills/explain.md +0 -0
- {localcode-0.3.1 → localcode-0.3.2}/src/localcode/skills/git-commit-safely.md +0 -0
- {localcode-0.3.1 → localcode-0.3.2}/src/localcode/skills/locate.md +0 -0
- {localcode-0.3.1 → localcode-0.3.2}/src/localcode/skills/plan-task.md +0 -0
- {localcode-0.3.1 → localcode-0.3.2}/src/localcode/skills/review.md +0 -0
- {localcode-0.3.1 → localcode-0.3.2}/src/localcode/skills/run-tests.md +0 -0
- {localcode-0.3.1 → localcode-0.3.2}/src/localcode/skills.py +0 -0
- {localcode-0.3.1 → localcode-0.3.2}/src/localcode/snapshots.py +0 -0
- {localcode-0.3.1 → localcode-0.3.2}/src/localcode/sounds.py +0 -0
- {localcode-0.3.1 → localcode-0.3.2}/src/localcode/telemetry.py +0 -0
- {localcode-0.3.1 → localcode-0.3.2}/src/localcode/theme.py +0 -0
- {localcode-0.3.1 → localcode-0.3.2}/src/localcode/thermal.py +0 -0
- {localcode-0.3.1 → localcode-0.3.2}/src/localcode/thinking.py +0 -0
- {localcode-0.3.1 → localcode-0.3.2}/src/localcode/tool_router.py +0 -0
- {localcode-0.3.1 → localcode-0.3.2}/src/localcode/toolkit.py +0 -0
- {localcode-0.3.1 → localcode-0.3.2}/src/localcode/tools/agent.py +0 -0
- {localcode-0.3.1 → localcode-0.3.2}/src/localcode/tools/append_file.py +0 -0
- {localcode-0.3.1 → localcode-0.3.2}/src/localcode/tools/base.py +0 -0
- {localcode-0.3.1 → localcode-0.3.2}/src/localcode/tools/bash.py +0 -0
- {localcode-0.3.1 → localcode-0.3.2}/src/localcode/tools/edit_diff.py +0 -0
- {localcode-0.3.1 → localcode-0.3.2}/src/localcode/tools/edit_file.py +0 -0
- {localcode-0.3.1 → localcode-0.3.2}/src/localcode/tools/facts.py +0 -0
- {localcode-0.3.1 → localcode-0.3.2}/src/localcode/tools/glob_tool.py +0 -0
- {localcode-0.3.1 → localcode-0.3.2}/src/localcode/tools/grep.py +0 -0
- {localcode-0.3.1 → localcode-0.3.2}/src/localcode/tools/launch_app.py +0 -0
- {localcode-0.3.1 → localcode-0.3.2}/src/localcode/tools/list_files.py +0 -0
- {localcode-0.3.1 → localcode-0.3.2}/src/localcode/tools/multi_edit.py +0 -0
- {localcode-0.3.1 → localcode-0.3.2}/src/localcode/tools/plan_mode.py +0 -0
- {localcode-0.3.1 → localcode-0.3.2}/src/localcode/tools/read_file.py +0 -0
- {localcode-0.3.1 → localcode-0.3.2}/src/localcode/tools/skill_tool.py +0 -0
- {localcode-0.3.1 → localcode-0.3.2}/src/localcode/tools/web_fetch.py +0 -0
- {localcode-0.3.1 → localcode-0.3.2}/src/localcode/tools/web_search.py +0 -0
- {localcode-0.3.1 → localcode-0.3.2}/src/localcode/tui/__init__.py +0 -0
- {localcode-0.3.1 → localcode-0.3.2}/src/localcode/tui/bridge.py +0 -0
- {localcode-0.3.1 → localcode-0.3.2}/src/localcode/tui/screens/__init__.py +0 -0
- {localcode-0.3.1 → localcode-0.3.2}/src/localcode/tui/screens/mode_picker.py +0 -0
- {localcode-0.3.1 → localcode-0.3.2}/src/localcode/tui/screens/model_picker.py +0 -0
- {localcode-0.3.1 → localcode-0.3.2}/src/localcode/tui/styles/__init__.py +0 -0
- {localcode-0.3.1 → localcode-0.3.2}/src/localcode/tui/widgets/__init__.py +0 -0
- {localcode-0.3.1 → localcode-0.3.2}/src/localcode/tui/widgets/approval.py +0 -0
- {localcode-0.3.1 → localcode-0.3.2}/src/localcode/tui/widgets/messages/__init__.py +0 -0
- {localcode-0.3.1 → localcode-0.3.2}/src/localcode/tui/widgets/voice_visualizer.py +0 -0
- {localcode-0.3.1 → localcode-0.3.2}/src/localcode/turn_diff.py +0 -0
- {localcode-0.3.1 → localcode-0.3.2}/src/localcode/undo.py +0 -0
- {localcode-0.3.1 → localcode-0.3.2}/src/localcode/verification.py +0 -0
- {localcode-0.3.1 → localcode-0.3.2}/src/localcode/voice.py +0 -0
- {localcode-0.3.1 → localcode-0.3.2}/src/localcode.egg-info/dependency_links.txt +0 -0
- {localcode-0.3.1 → localcode-0.3.2}/src/localcode.egg-info/entry_points.txt +0 -0
- {localcode-0.3.1 → localcode-0.3.2}/src/localcode.egg-info/requires.txt +0 -0
- {localcode-0.3.1 → localcode-0.3.2}/src/localcode.egg-info/top_level.txt +0 -0
- {localcode-0.3.1 → localcode-0.3.2}/tests/test_architecture.py +0 -0
- {localcode-0.3.1 → localcode-0.3.2}/tests/test_bootstrap.py +0 -0
- {localcode-0.3.1 → localcode-0.3.2}/tests/test_checkpoint.py +0 -0
- {localcode-0.3.1 → localcode-0.3.2}/tests/test_churn_detection.py +0 -0
- {localcode-0.3.1 → localcode-0.3.2}/tests/test_compaction.py +0 -0
- {localcode-0.3.1 → localcode-0.3.2}/tests/test_comprehensive_agent.py +0 -0
- {localcode-0.3.1 → localcode-0.3.2}/tests/test_comprehensive_bg_download.py +0 -0
- {localcode-0.3.1 → localcode-0.3.2}/tests/test_comprehensive_binary.py +0 -0
- {localcode-0.3.1 → localcode-0.3.2}/tests/test_comprehensive_cli.py +0 -0
- {localcode-0.3.1 → localcode-0.3.2}/tests/test_comprehensive_diffusion.py +0 -0
- {localcode-0.3.1 → localcode-0.3.2}/tests/test_comprehensive_download.py +0 -0
- {localcode-0.3.1 → localcode-0.3.2}/tests/test_comprehensive_hardening.py +0 -0
- {localcode-0.3.1 → localcode-0.3.2}/tests/test_comprehensive_install.py +0 -0
- {localcode-0.3.1 → localcode-0.3.2}/tests/test_comprehensive_machines.py +0 -0
- {localcode-0.3.1 → localcode-0.3.2}/tests/test_comprehensive_model_picker.py +0 -0
- {localcode-0.3.1 → localcode-0.3.2}/tests/test_comprehensive_models_matrix.py +0 -0
- {localcode-0.3.1 → localcode-0.3.2}/tests/test_comprehensive_tui.py +0 -0
- {localcode-0.3.1 → localcode-0.3.2}/tests/test_comprehensive_vision.py +0 -0
- {localcode-0.3.1 → localcode-0.3.2}/tests/test_comprehensive_voice.py +0 -0
- {localcode-0.3.1 → localcode-0.3.2}/tests/test_comprehensive_whisper.py +0 -0
- {localcode-0.3.1 → localcode-0.3.2}/tests/test_config.py +0 -0
- {localcode-0.3.1 → localcode-0.3.2}/tests/test_context.py +0 -0
- {localcode-0.3.1 → localcode-0.3.2}/tests/test_context_pipeline_e2e.py +0 -0
- {localcode-0.3.1 → localcode-0.3.2}/tests/test_download.py +0 -0
- {localcode-0.3.1 → localcode-0.3.2}/tests/test_embeddings_retrieval.py +0 -0
- {localcode-0.3.1 → localcode-0.3.2}/tests/test_fresh_install.py +0 -0
- {localcode-0.3.1 → localcode-0.3.2}/tests/test_kv_cap.py +0 -0
- {localcode-0.3.1 → localcode-0.3.2}/tests/test_model_config.py +0 -0
- {localcode-0.3.1 → localcode-0.3.2}/tests/test_models_catalog.py +0 -0
- {localcode-0.3.1 → localcode-0.3.2}/tests/test_output.py +0 -0
- {localcode-0.3.1 → localcode-0.3.2}/tests/test_prompt_language_steering.py +0 -0
- {localcode-0.3.1 → localcode-0.3.2}/tests/test_real_models.py +0 -0
- {localcode-0.3.1 → localcode-0.3.2}/tests/test_run_json.py +0 -0
- {localcode-0.3.1 → localcode-0.3.2}/tests/test_runtime.py +0 -0
- {localcode-0.3.1 → localcode-0.3.2}/tests/test_subproc_env.py +0 -0
- {localcode-0.3.1 → localcode-0.3.2}/tests/test_thermal.py +0 -0
- {localcode-0.3.1 → localcode-0.3.2}/tests/test_toolkit.py +0 -0
- {localcode-0.3.1 → localcode-0.3.2}/tests/test_tui_input.py +0 -0
|
@@ -45,6 +45,37 @@ if TYPE_CHECKING:
|
|
|
45
45
|
__all__: list[str] = []
|
|
46
46
|
|
|
47
47
|
|
|
48
|
+
def _spill_tool_output(result: str, tool_name: str) -> str | None:
|
|
49
|
+
"""Write an oversized tool result to a file and return its path.
|
|
50
|
+
|
|
51
|
+
Truncation alone makes a small model re-run the command "to see the rest".
|
|
52
|
+
Instead we keep the full output on disk and point the model at it (grep/
|
|
53
|
+
read the exact part). Best-effort: None on error → caller falls back to
|
|
54
|
+
plain truncation. Content-hashed filenames; old spills reaped after 7 days.
|
|
55
|
+
"""
|
|
56
|
+
try:
|
|
57
|
+
import hashlib
|
|
58
|
+
import time as _time
|
|
59
|
+
from ..paths import global_state_dir
|
|
60
|
+
spill_dir = global_state_dir() / "tool_output"
|
|
61
|
+
spill_dir.mkdir(parents=True, exist_ok=True)
|
|
62
|
+
# Reap spills older than 7 days so this never grows unbounded.
|
|
63
|
+
try:
|
|
64
|
+
cutoff = _time.time() - 7 * 86400
|
|
65
|
+
for old in spill_dir.glob("*.txt"):
|
|
66
|
+
if old.stat().st_mtime < cutoff:
|
|
67
|
+
old.unlink(missing_ok=True)
|
|
68
|
+
except Exception:
|
|
69
|
+
pass
|
|
70
|
+
digest = hashlib.sha1(result.encode("utf-8", "replace")).hexdigest()[:12]
|
|
71
|
+
path = spill_dir / f"{tool_name}_{digest}.txt"
|
|
72
|
+
if not path.exists():
|
|
73
|
+
path.write_text(result, encoding="utf-8", errors="replace")
|
|
74
|
+
return str(path)
|
|
75
|
+
except Exception:
|
|
76
|
+
return None
|
|
77
|
+
|
|
78
|
+
|
|
48
79
|
def _truncate_result(result: str, tool_name: str) -> str:
|
|
49
80
|
"""Truncate a tool result to its per-tool size limit with a
|
|
50
81
|
strategy tuned to what each tool's output actually looks like.
|
|
@@ -70,6 +101,15 @@ def _truncate_result(result: str, tool_name: str) -> str:
|
|
|
70
101
|
return result
|
|
71
102
|
|
|
72
103
|
dropped = len(result) - limit
|
|
104
|
+
# Spill the FULL output to disk and point the model at it, so it fetches
|
|
105
|
+
# the exact part it needs instead of re-running the command to "see the
|
|
106
|
+
# rest". Appended to every strategy's hint below.
|
|
107
|
+
_spill = _spill_tool_output(result, tool_name)
|
|
108
|
+
spill_hint = (
|
|
109
|
+
f" Full output saved to {_spill} — read_file (with offset) or grep it "
|
|
110
|
+
f"to see the rest; do NOT re-run the command."
|
|
111
|
+
if _spill else ""
|
|
112
|
+
)
|
|
73
113
|
|
|
74
114
|
if tool_name == "read_file":
|
|
75
115
|
# Keep the HEAD; if we can find line numbers in the content
|
|
@@ -85,7 +125,7 @@ def _truncate_result(result: str, tool_name: str) -> str:
|
|
|
85
125
|
last_numbered = int(line.split("\t", 1)[0])
|
|
86
126
|
hint = (
|
|
87
127
|
f"\n\n[truncated — {dropped} more chars not shown. "
|
|
88
|
-
f"{'Call read_file with offset=' + str(last_numbered) + ' to continue reading from there.' if last_numbered else 'Call read_file with a larger offset to continue.'}]"
|
|
128
|
+
f"{'Call read_file with offset=' + str(last_numbered) + ' to continue reading from there.' if last_numbered else 'Call read_file with a larger offset to continue.'}{spill_hint}]"
|
|
89
129
|
)
|
|
90
130
|
return head + hint
|
|
91
131
|
|
|
@@ -99,7 +139,7 @@ def _truncate_result(result: str, tool_name: str) -> str:
|
|
|
99
139
|
dropped_lines = result[limit:].count("\n") + 1
|
|
100
140
|
hint = (
|
|
101
141
|
f"\n\n[truncated — {dropped_lines} more match-lines not shown. "
|
|
102
|
-
"Narrow with a more specific pattern or `include=*.py` to see them.]"
|
|
142
|
+
f"Narrow with a more specific pattern or `include=*.py` to see them.{spill_hint}]"
|
|
103
143
|
)
|
|
104
144
|
return head + hint
|
|
105
145
|
|
|
@@ -114,7 +154,7 @@ def _truncate_result(result: str, tool_name: str) -> str:
|
|
|
114
154
|
first_sig = "\n".join(non_empty[:8])
|
|
115
155
|
last_sig = "\n".join(non_empty[-12:]) if len(non_empty) > 12 else ""
|
|
116
156
|
marker = (
|
|
117
|
-
f"\n\n[... {dropped} chars of bash output compressed ...]\n\n"
|
|
157
|
+
f"\n\n[... {dropped} chars of bash output compressed.{spill_hint} ...]\n\n"
|
|
118
158
|
)
|
|
119
159
|
if any(token in result for token in ("backend", "frontend", "src/", "node_modules", "package.json", "pyproject.toml")):
|
|
120
160
|
tree_hint = (
|
|
@@ -133,14 +173,14 @@ def _truncate_result(result: str, tool_name: str) -> str:
|
|
|
133
173
|
tail_size = limit - head_size - 64 # 64 chars for the marker line
|
|
134
174
|
head = result[:head_size]
|
|
135
175
|
tail = result[-tail_size:]
|
|
136
|
-
marker = f"\n\n[... {dropped} chars of middle output dropped ...]\n\n"
|
|
176
|
+
marker = f"\n\n[... {dropped} chars of middle output dropped.{spill_hint} ...]\n\n"
|
|
137
177
|
return head + marker + tail
|
|
138
178
|
|
|
139
179
|
# Default — middle-drop.
|
|
140
180
|
half = limit // 2
|
|
141
181
|
return (
|
|
142
182
|
result[:half]
|
|
143
|
-
+ f"\n\n[...{dropped} chars truncated...]\n\n"
|
|
183
|
+
+ f"\n\n[...{dropped} chars truncated.{spill_hint} ...]\n\n"
|
|
144
184
|
+ result[-half:]
|
|
145
185
|
)
|
|
146
186
|
|
|
@@ -205,11 +245,12 @@ def _semantic_tool_summary(content: str) -> str:
|
|
|
205
245
|
or "Traceback " in content
|
|
206
246
|
)
|
|
207
247
|
if is_error:
|
|
208
|
-
|
|
209
|
-
|
|
210
|
-
|
|
211
|
-
|
|
212
|
-
|
|
248
|
+
# Self-conditioning (arXiv:2509.09677): echoing an OLD error's text
|
|
249
|
+
# pushes the model to repeat the mistake (scale-independent). Recent
|
|
250
|
+
# errors stay intact (kept above by keep_recent) so it can fix the
|
|
251
|
+
# immediate problem; older ones drop to a neutral note. The progress
|
|
252
|
+
# ledger still records the failure fact, minus the conditioning text.
|
|
253
|
+
return "[an earlier tool call errored and was handled — details dropped]"
|
|
213
254
|
if facts:
|
|
214
255
|
return (
|
|
215
256
|
f"[older successful tool result summarized: {len(content)} chars, "
|
|
@@ -721,6 +721,19 @@ def run_agent_loop(
|
|
|
721
721
|
]
|
|
722
722
|
except Exception:
|
|
723
723
|
pass
|
|
724
|
+
# Inject the working-memory checklist (todo_write tool): the model
|
|
725
|
+
# always sees its own plan (done / in-progress / left) so it
|
|
726
|
+
# advances instead of repeating. Appended LAST, ephemeral, empty-safe.
|
|
727
|
+
try:
|
|
728
|
+
from ..tools.todo_write import render_todo_reminder
|
|
729
|
+
_todos = list(getattr(app.session, "todos", []) or [])
|
|
730
|
+
_todo_note = render_todo_reminder(_todos)
|
|
731
|
+
if _todo_note:
|
|
732
|
+
model_messages = list(model_messages) + [
|
|
733
|
+
{"role": "user", "content": _todo_note}
|
|
734
|
+
]
|
|
735
|
+
except Exception:
|
|
736
|
+
pass
|
|
724
737
|
round_tool_schemas = schemas_for_goal(
|
|
725
738
|
_goal_state.goal_type,
|
|
726
739
|
user_text,
|
|
@@ -1206,7 +1219,11 @@ def run_agent_loop(
|
|
|
1206
1219
|
break
|
|
1207
1220
|
|
|
1208
1221
|
# ── No tool calls = model is done ──
|
|
1209
|
-
|
|
1222
|
+
# Also require no pending tool call: the runtime promotes pending
|
|
1223
|
+
# tools into `tool_calls`, but if a future path doesn't, we keep
|
|
1224
|
+
# looping instead of ending early (small models often emit a stop
|
|
1225
|
+
# token with a call still pending).
|
|
1226
|
+
if not tool_calls and not _round_pending_tool_count:
|
|
1210
1227
|
# Match v0.2.12's no-tool-calls path exactly: render content,
|
|
1211
1228
|
# render any grounded file summary, break. Nothing else.
|
|
1212
1229
|
#
|
|
@@ -42,11 +42,12 @@ _STACK_MARKERS: tuple[tuple[str, str], ...] = (
|
|
|
42
42
|
SYSTEM_PROMPT = """\
|
|
43
43
|
You are LocalCode, a coding agent on the user's machine with full filesystem access.
|
|
44
44
|
|
|
45
|
-
Available tools: read_file, write_file, append_file, edit_file, bash, list_files.
|
|
45
|
+
Available tools: read_file, write_file, append_file, edit_file, bash, list_files, todo_write.
|
|
46
46
|
|
|
47
47
|
How to work:
|
|
48
48
|
- Match scope to the request. Answer plain questions plainly. Build what was asked when asked. Don't write a script when a one-line bash command will do.
|
|
49
49
|
- Cover every requirement the user named. If your chosen approach can't deliver one, change the approach — don't drop the requirement to fit the approach.
|
|
50
|
+
- PLAN MULTI-STEP WORK. For any task with 3+ steps, call `todo_write` FIRST to lay out the steps, then keep it current: mark exactly ONE item in_progress before you start it, and mark it completed the instant it's done. Your task list is shown back to you every round — read it to see what's already finished and what's left, so you advance to the next step instead of redoing one you've already done. If you catch yourself about to re-read a file or re-run a command you ran before, check the list: you've likely already done it.
|
|
50
51
|
- If the request is ambiguous in a way that affects your approach (stack, interface, scope), ask one short question before building, not after.
|
|
51
52
|
- ACT, DON'T NARRATE. Every "let me read", "let me fix", "now I'll write" MUST be followed by the actual tool call IN THE SAME TURN. If you say "let me write the fix" and then end your turn without calling edit_file or write_file, you have failed the user. The user has explicitly complained about this. Never describe a fix without immediately performing it.
|
|
52
53
|
- Forbidden patterns: "Let me read the file:" + end of turn. "I'll rewrite this:" + end of turn. "Now I'll apply the fix:" + end of turn. If the next thing out of your mouth is a verb of intent, the very next action MUST be the tool call that delivers on that intent.
|
|
@@ -58,6 +59,8 @@ How to work:
|
|
|
58
59
|
- For new projects, create a small multi-file structure by default. Keep entrypoints thin; move reusable logic, styles, data/config, templates, and assets into focused files. Use one large file only if requested.
|
|
59
60
|
- Prefer edit_file for existing files. Use write_file when creating a new file or doing a deliberate full rewrite.
|
|
60
61
|
- When a tool returns an error, read it, fix the specific problem, and retry with DIFFERENT input. Never repeat an identical failing call: if the same call fails or returns the same result twice, change the arguments or the approach, or move on — do not loop. Don't give up after one failed call, but don't spin on it either.
|
|
62
|
+
- DON'T RE-READ OR RE-SEARCH what you already have. If you already read a file this turn and it hasn't changed, the content is still above — use it, don't read it again. If a search already gave you a useful result, act on it (open the match, make the edit); don't run the same search again. Repeating a read/search you've already done is the #1 way turns stall.
|
|
63
|
+
- After a tool result, CONTINUE from where you left off — don't restate what you just did or re-summarize the plan. Take the next concrete action.
|
|
61
64
|
- DON'T CONFABULATE. If the user names a person, song, place, term, library, command, or concept you do not recognize, your FIRST move is to say "I don't recognize that" — NOT to invent a plausible-sounding meaning by phonetic association. Phonetic fits ("Alombasi sounds Bantu so it must be a Zambian chant", "Pyfoo sounds like a Python library so it must do X") are exactly the failure mode. If a web search would help, run it BEFORE asserting facts; if results are empty, say so plainly. Never write paragraph-length cultural/etymological/technical descriptions of something you can't actually source — "I'd love to know more, what's it from?" is the correct answer. Doubling down when the user repeats the unknown term is also forbidden; repetition is not evidence.
|
|
62
65
|
|
|
63
66
|
Runtime facts (true today; rely on these instead of guessing):
|
|
@@ -22,21 +22,74 @@ _TERMINAL_RESTORE = (
|
|
|
22
22
|
"\x1b[?25h\x1b[?1049l\x1b[0m"
|
|
23
23
|
)
|
|
24
24
|
|
|
25
|
+
# Snapshot of the controlling tty's termios settings, captured BEFORE the
|
|
26
|
+
# TUI puts the terminal into raw mode. The escape sequence above only undoes
|
|
27
|
+
# escape-driven state (alt-screen, mouse tracking, hidden cursor); it does
|
|
28
|
+
# NOT undo the kernel-level raw mode (ECHO/ICANON/ISIG off). If the TUI
|
|
29
|
+
# crashes or hangs and its own teardown is skipped, the terminal is left in
|
|
30
|
+
# raw mode — no echo, and Ctrl+C generates no SIGINT — which looks like a
|
|
31
|
+
# dead terminal. Restoring this snapshot (or `stty sane`) brings it back.
|
|
32
|
+
_ORIG_TERMIOS = None # tuple[int fd, list attrs] | None
|
|
33
|
+
|
|
34
|
+
|
|
35
|
+
def _snapshot_terminal_state() -> None:
|
|
36
|
+
"""Capture the tty's termios attrs before the TUI mutates them."""
|
|
37
|
+
global _ORIG_TERMIOS
|
|
38
|
+
if _ORIG_TERMIOS is not None:
|
|
39
|
+
return
|
|
40
|
+
try:
|
|
41
|
+
import termios
|
|
42
|
+
for stream in (sys.__stdin__, sys.__stdout__):
|
|
43
|
+
try:
|
|
44
|
+
if stream is not None and stream.isatty():
|
|
45
|
+
fd = stream.fileno()
|
|
46
|
+
_ORIG_TERMIOS = (fd, termios.tcgetattr(fd))
|
|
47
|
+
return
|
|
48
|
+
except Exception:
|
|
49
|
+
continue
|
|
50
|
+
except Exception:
|
|
51
|
+
pass
|
|
52
|
+
|
|
25
53
|
|
|
26
54
|
def _reset_terminal_state() -> None:
|
|
27
55
|
payload = _TERMINAL_RESTORE.encode()
|
|
56
|
+
wrote = False
|
|
28
57
|
try:
|
|
29
58
|
with open("/dev/tty", "wb", buffering=0) as tty:
|
|
30
59
|
tty.write(payload)
|
|
31
|
-
|
|
60
|
+
wrote = True
|
|
32
61
|
except Exception:
|
|
33
62
|
pass
|
|
63
|
+
if not wrote:
|
|
64
|
+
try:
|
|
65
|
+
if sys.__stdout__.isatty():
|
|
66
|
+
sys.__stdout__.write(_TERMINAL_RESTORE)
|
|
67
|
+
sys.__stdout__.flush()
|
|
68
|
+
except Exception:
|
|
69
|
+
pass
|
|
70
|
+
# Undo raw mode at the kernel level — escape codes can't do this. Restore
|
|
71
|
+
# the snapshot if we have one; otherwise fall back to `stty sane`. Without
|
|
72
|
+
# this, a crashed/hung TUI leaves the shell with no echo and a dead
|
|
73
|
+
# Ctrl+C until the user blindly types `reset`.
|
|
34
74
|
try:
|
|
35
|
-
|
|
36
|
-
|
|
37
|
-
|
|
75
|
+
import termios
|
|
76
|
+
if _ORIG_TERMIOS is not None:
|
|
77
|
+
fd, attrs = _ORIG_TERMIOS
|
|
78
|
+
termios.tcsetattr(fd, termios.TCSADRAIN, attrs)
|
|
79
|
+
else:
|
|
80
|
+
raise RuntimeError("no snapshot")
|
|
38
81
|
except Exception:
|
|
39
|
-
|
|
82
|
+
try:
|
|
83
|
+
import subprocess
|
|
84
|
+
subprocess.run(
|
|
85
|
+
["stty", "sane"],
|
|
86
|
+
stdin=open("/dev/tty", "rb"),
|
|
87
|
+
stdout=subprocess.DEVNULL,
|
|
88
|
+
stderr=subprocess.DEVNULL,
|
|
89
|
+
timeout=2,
|
|
90
|
+
)
|
|
91
|
+
except Exception:
|
|
92
|
+
pass
|
|
40
93
|
|
|
41
94
|
|
|
42
95
|
def build_parser() -> argparse.ArgumentParser:
|
|
@@ -248,6 +301,9 @@ def _run_headless(config, args, console) -> int:
|
|
|
248
301
|
|
|
249
302
|
def main(argv: list[str] | None = None) -> None:
|
|
250
303
|
_harden_against_debugger_attach()
|
|
304
|
+
# Snapshot the terminal while it's still sane — before the TUI enters
|
|
305
|
+
# raw mode — so any exit path (crash, hang, kill) can restore it.
|
|
306
|
+
_snapshot_terminal_state()
|
|
251
307
|
import os
|
|
252
308
|
import signal
|
|
253
309
|
import warnings
|
|
@@ -242,6 +242,11 @@ class LocalCodeRuntimeGateway(_DiffusionMixin):
|
|
|
242
242
|
self.config = config
|
|
243
243
|
self._client: httpx.Client | None = None
|
|
244
244
|
self.last_response_meta: dict[str, Any] = {} # for token tracking
|
|
245
|
+
# Circuit-breaker state for the stream-recovery loop: consecutive
|
|
246
|
+
# server deaths since the last successful stream. Persists across
|
|
247
|
+
# calls/turns (this gateway is one per session) so a deterministic
|
|
248
|
+
# crash can't restart-loop forever. Reset to 0 on any success.
|
|
249
|
+
self._consecutive_stream_deaths = 0
|
|
245
250
|
# llama_cpp is the only HTTP runtime (ollama/mlx/hf removed); diffusion
|
|
246
251
|
# models are architecture-routed to the one-shot CLI, not this endpoint.
|
|
247
252
|
base = self.config.base_url.rstrip("/")
|
|
@@ -1324,6 +1329,10 @@ class LocalCodeRuntimeGateway(_DiffusionMixin):
|
|
|
1324
1329
|
# error instead of thrashing.
|
|
1325
1330
|
_MAX_STREAM_RESTARTS = 1
|
|
1326
1331
|
_restarts_done = 0
|
|
1332
|
+
# Circuit-breaker ceiling: how many consecutive server deaths (across
|
|
1333
|
+
# calls/turns, reset on any successful stream) we'll keep restarting
|
|
1334
|
+
# through before declaring the server unstable and stopping the loop.
|
|
1335
|
+
_MAX_CONSECUTIVE_STREAM_DEATHS = 3
|
|
1327
1336
|
# STREAM-LEVEL "have we handed real content to the consumer yet?"
|
|
1328
1337
|
# flag. The per-attempt `_emitted_real` is reset each try; this one
|
|
1329
1338
|
# survives across attempts and is the streaming-safety gate for
|
|
@@ -1814,6 +1823,10 @@ class LocalCodeRuntimeGateway(_DiffusionMixin):
|
|
|
1814
1823
|
"type": "content",
|
|
1815
1824
|
"content": _fmt_err(_LCE(_by_code("E3108"))),
|
|
1816
1825
|
}
|
|
1826
|
+
# Reached the end of a stream without an exception — the server
|
|
1827
|
+
# answered. Clear the circuit breaker so a later transient death
|
|
1828
|
+
# gets a fresh recovery budget (only CONSECUTIVE deaths count).
|
|
1829
|
+
self._consecutive_stream_deaths = 0
|
|
1817
1830
|
yield {
|
|
1818
1831
|
"type": "stream_done",
|
|
1819
1832
|
"finish_reason": last_finish_reason,
|
|
@@ -1858,7 +1871,29 @@ class LocalCodeRuntimeGateway(_DiffusionMixin):
|
|
|
1858
1871
|
# With recovery: detect the pattern, wait for memory to
|
|
1859
1872
|
# settle, restart the server, retry the stream once.
|
|
1860
1873
|
err_str = _error_message(exc).lower()
|
|
1861
|
-
|
|
1874
|
+
# Classify by EXCEPTION TYPE (with a text fallback), not a bare
|
|
1875
|
+
# `"connect" in err_str` — that substring also matched httpx's
|
|
1876
|
+
# RemoteProtocolError ("peer closed CONNECTION … incomplete
|
|
1877
|
+
# chunked read"), but that's fine on its own; both a dead socket
|
|
1878
|
+
# AND a mid-body drop are recoverable by restart. The real
|
|
1879
|
+
# defect was the ABSENCE of a stop condition: a deterministic
|
|
1880
|
+
# failure (an oversized request that kills the server every
|
|
1881
|
+
# time) restarted + re-POSTed forever. The circuit breaker
|
|
1882
|
+
# below (_consecutive_stream_deaths) bounds that.
|
|
1883
|
+
try:
|
|
1884
|
+
import httpx as _httpx
|
|
1885
|
+
_is_protocol_drop = isinstance(exc, _httpx.RemoteProtocolError)
|
|
1886
|
+
_is_connect_err = isinstance(
|
|
1887
|
+
exc, (_httpx.ConnectError, _httpx.ConnectTimeout)
|
|
1888
|
+
)
|
|
1889
|
+
except Exception:
|
|
1890
|
+
_is_protocol_drop = "incomplete chunked read" in err_str or "peer closed" in err_str
|
|
1891
|
+
_is_connect_err = False
|
|
1892
|
+
if not _is_connect_err and not _is_protocol_drop:
|
|
1893
|
+
_is_connect_err = "connect" in err_str or "refused" in err_str
|
|
1894
|
+
# Both a connect failure and a mid-stream protocol drop are
|
|
1895
|
+
# "server went away" — recoverable by restart + retry.
|
|
1896
|
+
is_conn_err = _is_connect_err or _is_protocol_drop
|
|
1862
1897
|
# Auto-recovery on connection-refused: try ONE server
|
|
1863
1898
|
# restart before surfacing the error to the user. Any
|
|
1864
1899
|
# time the server is dead (pressure-kill, OOM, crash,
|
|
@@ -1876,27 +1911,44 @@ class LocalCodeRuntimeGateway(_DiffusionMixin):
|
|
|
1876
1911
|
# e2e run 2026-04-23T23:54, long_coding_session failed
|
|
1877
1912
|
# 25/25 turns at 0.5 s each on a dead server).
|
|
1878
1913
|
_pressure_related = _pressure_kill_recent()
|
|
1879
|
-
# STREAMING-SAFETY
|
|
1880
|
-
#
|
|
1881
|
-
#
|
|
1882
|
-
#
|
|
1883
|
-
#
|
|
1884
|
-
# (drop before first token). Mid-stream → surface E3102 with
|
|
1885
|
-
# diagnostic context instead of silently replaying.
|
|
1914
|
+
# STREAMING-SAFETY: a mid-stream drop that already yielded
|
|
1915
|
+
# content may replay a partial duplicate on retry — acceptable
|
|
1916
|
+
# (the recovery stage explains it) and far better than killing a
|
|
1917
|
+
# turn that would otherwise self-heal (a hard E3102 here used to
|
|
1918
|
+
# kill builds on a transient memory-pressure pause).
|
|
1886
1919
|
if is_conn_err:
|
|
1887
|
-
# Capture the disconnect class for diagnostics
|
|
1920
|
+
# Capture the disconnect class for diagnostics (both a dead
|
|
1921
|
+
# socket and a mid-body protocol drop land here).
|
|
1888
1922
|
_log_disconnect_context(
|
|
1889
|
-
"stream_chat_events", exc,
|
|
1923
|
+
"stream_chat_events", exc,
|
|
1924
|
+
mid_stream=_emitted_real_stream or _is_protocol_drop,
|
|
1890
1925
|
)
|
|
1891
|
-
#
|
|
1892
|
-
#
|
|
1893
|
-
#
|
|
1894
|
-
#
|
|
1895
|
-
#
|
|
1896
|
-
#
|
|
1897
|
-
#
|
|
1898
|
-
|
|
1899
|
-
|
|
1926
|
+
# CIRCUIT BREAKER — the fix for the restart loop. Count
|
|
1927
|
+
# consecutive server deaths across calls (reset on any
|
|
1928
|
+
# successful stream, see below). A transient death recovers
|
|
1929
|
+
# on the first restart; a DETERMINISTIC one — a request too
|
|
1930
|
+
# large for the server, killing it every time — would
|
|
1931
|
+
# otherwise restart + re-POST forever. Once the deaths pile
|
|
1932
|
+
# up we stop restarting and surface actionable guidance.
|
|
1933
|
+
self._consecutive_stream_deaths = (
|
|
1934
|
+
getattr(self, "_consecutive_stream_deaths", 0) + 1
|
|
1935
|
+
)
|
|
1936
|
+
if self._consecutive_stream_deaths > _MAX_CONSECUTIVE_STREAM_DEATHS:
|
|
1937
|
+
yield {
|
|
1938
|
+
"type": "stage", "name": "server_unstable",
|
|
1939
|
+
"message": (
|
|
1940
|
+
"The model server keeps crashing on this request — "
|
|
1941
|
+
"it's likely too large for the current settings. "
|
|
1942
|
+
"Try /clear to shrink the context, or /model to "
|
|
1943
|
+
"switch to a lighter model."
|
|
1944
|
+
),
|
|
1945
|
+
}
|
|
1946
|
+
break # stop the restart loop; fall through to E3102
|
|
1947
|
+
if (
|
|
1948
|
+
is_conn_err
|
|
1949
|
+
and attempt < self.config.max_retries
|
|
1950
|
+
and _restarts_done < _MAX_STREAM_RESTARTS
|
|
1951
|
+
):
|
|
1900
1952
|
_restarts_done += 1
|
|
1901
1953
|
recovery_label = (
|
|
1902
1954
|
"memory_pressure_recovery"
|
|
@@ -398,23 +398,20 @@ class ServerManager:
|
|
|
398
398
|
"""
|
|
399
399
|
with self._lock:
|
|
400
400
|
had_prior = self._process is not None
|
|
401
|
+
_prev_model = self._model_path # capture before shutdown clears it
|
|
401
402
|
self._shutdown_locked()
|
|
402
|
-
# Wait for the OLD server's memory to actually release
|
|
403
|
-
#
|
|
404
|
-
#
|
|
405
|
-
#
|
|
406
|
-
#
|
|
407
|
-
#
|
|
408
|
-
# behind the user's "two servers running" hypothesis).
|
|
409
|
-
#
|
|
410
|
-
# Target: enough free memory to fit a typical model + 1 GB
|
|
411
|
-
# margin (~11 GB for our standard quant). Best-effort —
|
|
412
|
-
# times out at 8 s if the target isn't met, logs the
|
|
413
|
-
# outcome, and proceeds anyway (the user wanted to switch
|
|
414
|
-
# models; refusing entirely would be worse than retry).
|
|
403
|
+
# Wait for the OLD server's memory to actually release before
|
|
404
|
+
# spawning the new one: the kernel may take 1-3 s to free wired
|
|
405
|
+
# Metal memory after the child reaps, and spawning the new ~10 GB
|
|
406
|
+
# server in that window double-commits and trips the pressure
|
|
407
|
+
# monitor on a 16 GB Mac. Best-effort — targets ~11 GB free, times
|
|
408
|
+
# out at 8 s, and proceeds anyway (refusing would be worse).
|
|
415
409
|
if had_prior:
|
|
416
|
-
|
|
417
|
-
|
|
410
|
+
# Only a genuine model change is "model_switch"; a same-model
|
|
411
|
+
# relaunch (crash/disconnect recovery) is "server_restart".
|
|
412
|
+
_reason = ("model_switch" if (model_path and model_path != _prev_model)
|
|
413
|
+
else "server_restart")
|
|
414
|
+
_lifecycle_log("memory_wait_start", reason=_reason, target_mb=11000)
|
|
418
415
|
_wait_for_memory_release(min_free_mb=11000, timeout_s=8.0)
|
|
419
416
|
|
|
420
417
|
# Find a port we can actually bind to. If the default is
|
|
@@ -49,6 +49,10 @@ class SessionState:
|
|
|
49
49
|
events: list[dict[str, str]] = field(default_factory=list)
|
|
50
50
|
current_task: TaskState | None = None
|
|
51
51
|
recent_tasks: list[TaskState] = field(default_factory=list)
|
|
52
|
+
# Working-memory checklist written by the todo_write tool: a list of
|
|
53
|
+
# {content, status, activeForm} dicts. Persisted so a resumed session
|
|
54
|
+
# keeps its plan; injected into context each round by the agent loop.
|
|
55
|
+
todos: list[dict] = field(default_factory=list)
|
|
52
56
|
|
|
53
57
|
|
|
54
58
|
class SessionStore:
|
|
@@ -170,6 +174,7 @@ class SessionStore:
|
|
|
170
174
|
events=list(data.get("events", [])),
|
|
171
175
|
current_task=_load_task(current_task),
|
|
172
176
|
recent_tasks=[task for task in (_load_task(t) for t in recent_tasks) if task is not None],
|
|
177
|
+
todos=list(data.get("todos", [])),
|
|
173
178
|
)
|
|
174
179
|
|
|
175
180
|
def save(self, session: SessionState) -> Path:
|
|
@@ -184,6 +189,7 @@ class SessionStore:
|
|
|
184
189
|
"pinned_files": session.pinned_files,
|
|
185
190
|
"last_assistant_text": session.last_assistant_text,
|
|
186
191
|
"events": session.events,
|
|
192
|
+
"todos": session.todos,
|
|
187
193
|
"current_task": None if session.current_task is None else {
|
|
188
194
|
"task_id": session.current_task.task_id,
|
|
189
195
|
"user_request": session.current_task.user_request,
|
|
@@ -36,6 +36,7 @@ from . import (
|
|
|
36
36
|
plan_mode,
|
|
37
37
|
read_file,
|
|
38
38
|
skill_tool,
|
|
39
|
+
todo_write,
|
|
39
40
|
web_fetch,
|
|
40
41
|
web_search,
|
|
41
42
|
write_file,
|
|
@@ -60,6 +61,7 @@ _TOOLS: dict[str, tuple[dict, Callable[[ToolContext, dict], str]]] = {
|
|
|
60
61
|
"web_search": (web_search.SCHEMA, web_search.execute),
|
|
61
62
|
"web_fetch": (web_fetch.SCHEMA, web_fetch.execute),
|
|
62
63
|
"skill": (skill_tool.SCHEMA, skill_tool.execute),
|
|
64
|
+
"todo_write": (todo_write.SCHEMA, todo_write.execute),
|
|
63
65
|
"agent": (agent.SCHEMA, agent.execute),
|
|
64
66
|
"enter_plan_mode": (plan_mode.ENTER_SCHEMA, plan_mode.execute_enter),
|
|
65
67
|
"exit_plan_mode": (plan_mode.EXIT_SCHEMA, plan_mode.execute_exit),
|
|
@@ -80,6 +82,7 @@ _PUBLIC_TOOL_NAMES = [
|
|
|
80
82
|
"web_search",
|
|
81
83
|
"web_fetch",
|
|
82
84
|
"skill",
|
|
85
|
+
"todo_write",
|
|
83
86
|
"agent",
|
|
84
87
|
]
|
|
85
88
|
|
|
@@ -126,6 +129,9 @@ def schemas_for_goal(
|
|
|
126
129
|
# Sub-agent — lets the model spawn focused sub-tasks (explore/plan/verify
|
|
127
130
|
# /general-purpose) so it doesn't burn its own context on long searches.
|
|
128
131
|
"agent",
|
|
132
|
+
# Working-memory checklist — lets the model record a plan and track
|
|
133
|
+
# done/in-progress/remaining across rounds so it stops repeating work.
|
|
134
|
+
"todo_write",
|
|
129
135
|
}
|
|
130
136
|
schemas = schemas_for_names(selected)
|
|
131
137
|
# MCP tools — any tools exposed by user-configured MCP servers in
|
|
@@ -154,6 +160,7 @@ _MODULES = {
|
|
|
154
160
|
"web_search": web_search,
|
|
155
161
|
"web_fetch": web_fetch,
|
|
156
162
|
"skill": skill_tool,
|
|
163
|
+
"todo_write": todo_write,
|
|
157
164
|
}
|
|
158
165
|
|
|
159
166
|
|