localcode 0.3.31__tar.gz → 0.3.33__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.31/src/localcode.egg-info → localcode-0.3.33}/PKG-INFO +1 -1
- {localcode-0.3.31 → localcode-0.3.33}/pyproject.toml +1 -1
- {localcode-0.3.31 → localcode-0.3.33}/src/localcode/agent/constants.py +37 -32
- {localcode-0.3.31 → localcode-0.3.33}/src/localcode/agent/loop.py +4 -4
- {localcode-0.3.31 → localcode-0.3.33}/src/localcode/features.py +7 -5
- {localcode-0.3.31 → localcode-0.3.33}/src/localcode/hf_quants.py +26 -8
- {localcode-0.3.31 → localcode-0.3.33}/src/localcode/models_catalog.py +23 -121
- {localcode-0.3.31 → localcode-0.3.33}/src/localcode/output.py +8 -0
- {localcode-0.3.31 → localcode-0.3.33}/src/localcode/runtime.py +80 -102
- {localcode-0.3.31 → localcode-0.3.33}/src/localcode/tui/screens/chat.py +44 -15
- {localcode-0.3.31 → localcode-0.3.33}/src/localcode/tui/widgets/chat_log.py +75 -0
- {localcode-0.3.31 → localcode-0.3.33/src/localcode.egg-info}/PKG-INFO +1 -1
- {localcode-0.3.31 → localcode-0.3.33}/src/localcode.egg-info/SOURCES.txt +1 -0
- {localcode-0.3.31 → localcode-0.3.33}/tests/test_architecture.py +4 -4
- {localcode-0.3.31 → localcode-0.3.33}/tests/test_comprehensive_bg_download.py +1 -1
- {localcode-0.3.31 → localcode-0.3.33}/tests/test_comprehensive_download.py +5 -5
- {localcode-0.3.31 → localcode-0.3.33}/tests/test_comprehensive_hardening.py +1 -1
- {localcode-0.3.31 → localcode-0.3.33}/tests/test_comprehensive_tui.py +41 -0
- {localcode-0.3.31 → localcode-0.3.33}/tests/test_models_catalog.py +1 -3
- localcode-0.3.33/tests/test_quant_browser_and_thinking.py +167 -0
- {localcode-0.3.31 → localcode-0.3.33}/tests/test_runtime.py +48 -21
- {localcode-0.3.31 → localcode-0.3.33}/LICENSE +0 -0
- {localcode-0.3.31 → localcode-0.3.33}/MANIFEST.in +0 -0
- {localcode-0.3.31 → localcode-0.3.33}/README.md +0 -0
- {localcode-0.3.31 → localcode-0.3.33}/llama-cpp-turboquant/CMakeLists.txt +0 -0
- {localcode-0.3.31 → localcode-0.3.33}/llama-cpp-turboquant/CMakePresets.json +0 -0
- {localcode-0.3.31 → localcode-0.3.33}/llama-cpp-turboquant/LICENSE +0 -0
- {localcode-0.3.31 → localcode-0.3.33}/llama-cpp-turboquant/cmake/arm64-apple-clang.cmake +0 -0
- {localcode-0.3.31 → localcode-0.3.33}/llama-cpp-turboquant/cmake/arm64-windows-llvm.cmake +0 -0
- {localcode-0.3.31 → localcode-0.3.33}/llama-cpp-turboquant/cmake/build-info.cmake +0 -0
- {localcode-0.3.31 → localcode-0.3.33}/llama-cpp-turboquant/cmake/common.cmake +0 -0
- {localcode-0.3.31 → localcode-0.3.33}/llama-cpp-turboquant/cmake/download-models.cmake +0 -0
- {localcode-0.3.31 → localcode-0.3.33}/llama-cpp-turboquant/cmake/git-vars.cmake +0 -0
- {localcode-0.3.31 → localcode-0.3.33}/llama-cpp-turboquant/cmake/license.cmake +0 -0
- {localcode-0.3.31 → localcode-0.3.33}/llama-cpp-turboquant/cmake/llama-config.cmake.in +0 -0
- {localcode-0.3.31 → localcode-0.3.33}/llama-cpp-turboquant/cmake/llama.pc.in +0 -0
- {localcode-0.3.31 → localcode-0.3.33}/llama-cpp-turboquant/cmake/riscv64-spacemit-linux-gnu-gcc.cmake +0 -0
- {localcode-0.3.31 → localcode-0.3.33}/llama-cpp-turboquant/cmake/x64-windows-llvm.cmake +0 -0
- {localcode-0.3.31 → localcode-0.3.33}/llama-cpp-turboquant/common/CMakeLists.txt +0 -0
- {localcode-0.3.31 → localcode-0.3.33}/llama-cpp-turboquant/common/arg.cpp +0 -0
- {localcode-0.3.31 → localcode-0.3.33}/llama-cpp-turboquant/common/arg.h +0 -0
- {localcode-0.3.31 → localcode-0.3.33}/llama-cpp-turboquant/common/base64.hpp +0 -0
- {localcode-0.3.31 → localcode-0.3.33}/llama-cpp-turboquant/common/chat-auto-parser-generator.cpp +0 -0
- {localcode-0.3.31 → localcode-0.3.33}/llama-cpp-turboquant/common/chat-auto-parser-helpers.cpp +0 -0
- {localcode-0.3.31 → localcode-0.3.33}/llama-cpp-turboquant/common/chat-auto-parser-helpers.h +0 -0
- {localcode-0.3.31 → localcode-0.3.33}/llama-cpp-turboquant/common/chat-auto-parser.h +0 -0
- {localcode-0.3.31 → localcode-0.3.33}/llama-cpp-turboquant/common/chat-diff-analyzer.cpp +0 -0
- {localcode-0.3.31 → localcode-0.3.33}/llama-cpp-turboquant/common/chat-peg-parser.cpp +0 -0
- {localcode-0.3.31 → localcode-0.3.33}/llama-cpp-turboquant/common/chat-peg-parser.h +0 -0
- {localcode-0.3.31 → localcode-0.3.33}/llama-cpp-turboquant/common/chat.cpp +0 -0
- {localcode-0.3.31 → localcode-0.3.33}/llama-cpp-turboquant/common/chat.h +0 -0
- {localcode-0.3.31 → localcode-0.3.33}/llama-cpp-turboquant/common/common.cpp +0 -0
- {localcode-0.3.31 → localcode-0.3.33}/llama-cpp-turboquant/common/common.h +0 -0
- {localcode-0.3.31 → localcode-0.3.33}/llama-cpp-turboquant/common/console.cpp +0 -0
- {localcode-0.3.31 → localcode-0.3.33}/llama-cpp-turboquant/common/console.h +0 -0
- {localcode-0.3.31 → localcode-0.3.33}/llama-cpp-turboquant/common/debug.cpp +0 -0
- {localcode-0.3.31 → localcode-0.3.33}/llama-cpp-turboquant/common/debug.h +0 -0
- {localcode-0.3.31 → localcode-0.3.33}/llama-cpp-turboquant/common/download.cpp +0 -0
- {localcode-0.3.31 → localcode-0.3.33}/llama-cpp-turboquant/common/download.h +0 -0
- {localcode-0.3.31 → localcode-0.3.33}/llama-cpp-turboquant/common/hf-cache.cpp +0 -0
- {localcode-0.3.31 → localcode-0.3.33}/llama-cpp-turboquant/common/hf-cache.h +0 -0
- {localcode-0.3.31 → localcode-0.3.33}/llama-cpp-turboquant/common/http.h +0 -0
- {localcode-0.3.31 → localcode-0.3.33}/llama-cpp-turboquant/common/jinja/caps.cpp +0 -0
- {localcode-0.3.31 → localcode-0.3.33}/llama-cpp-turboquant/common/jinja/caps.h +0 -0
- {localcode-0.3.31 → localcode-0.3.33}/llama-cpp-turboquant/common/jinja/lexer.cpp +0 -0
- {localcode-0.3.31 → localcode-0.3.33}/llama-cpp-turboquant/common/jinja/lexer.h +0 -0
- {localcode-0.3.31 → localcode-0.3.33}/llama-cpp-turboquant/common/jinja/parser.cpp +0 -0
- {localcode-0.3.31 → localcode-0.3.33}/llama-cpp-turboquant/common/jinja/parser.h +0 -0
- {localcode-0.3.31 → localcode-0.3.33}/llama-cpp-turboquant/common/jinja/runtime.cpp +0 -0
- {localcode-0.3.31 → localcode-0.3.33}/llama-cpp-turboquant/common/jinja/runtime.h +0 -0
- {localcode-0.3.31 → localcode-0.3.33}/llama-cpp-turboquant/common/jinja/string.cpp +0 -0
- {localcode-0.3.31 → localcode-0.3.33}/llama-cpp-turboquant/common/jinja/string.h +0 -0
- {localcode-0.3.31 → localcode-0.3.33}/llama-cpp-turboquant/common/jinja/utils.h +0 -0
- {localcode-0.3.31 → localcode-0.3.33}/llama-cpp-turboquant/common/jinja/value.cpp +0 -0
- {localcode-0.3.31 → localcode-0.3.33}/llama-cpp-turboquant/common/jinja/value.h +0 -0
- {localcode-0.3.31 → localcode-0.3.33}/llama-cpp-turboquant/common/json-partial.cpp +0 -0
- {localcode-0.3.31 → localcode-0.3.33}/llama-cpp-turboquant/common/json-partial.h +0 -0
- {localcode-0.3.31 → localcode-0.3.33}/llama-cpp-turboquant/common/json-schema-to-grammar.cpp +0 -0
- {localcode-0.3.31 → localcode-0.3.33}/llama-cpp-turboquant/common/json-schema-to-grammar.h +0 -0
- {localcode-0.3.31 → localcode-0.3.33}/llama-cpp-turboquant/common/llguidance.cpp +0 -0
- {localcode-0.3.31 → localcode-0.3.33}/llama-cpp-turboquant/common/log.cpp +0 -0
- {localcode-0.3.31 → localcode-0.3.33}/llama-cpp-turboquant/common/log.h +0 -0
- {localcode-0.3.31 → localcode-0.3.33}/llama-cpp-turboquant/common/ngram-cache.cpp +0 -0
- {localcode-0.3.31 → localcode-0.3.33}/llama-cpp-turboquant/common/ngram-cache.h +0 -0
- {localcode-0.3.31 → localcode-0.3.33}/llama-cpp-turboquant/common/ngram-map.cpp +0 -0
- {localcode-0.3.31 → localcode-0.3.33}/llama-cpp-turboquant/common/ngram-map.h +0 -0
- {localcode-0.3.31 → localcode-0.3.33}/llama-cpp-turboquant/common/ngram-mod.cpp +0 -0
- {localcode-0.3.31 → localcode-0.3.33}/llama-cpp-turboquant/common/ngram-mod.h +0 -0
- {localcode-0.3.31 → localcode-0.3.33}/llama-cpp-turboquant/common/peg-parser.cpp +0 -0
- {localcode-0.3.31 → localcode-0.3.33}/llama-cpp-turboquant/common/peg-parser.h +0 -0
- {localcode-0.3.31 → localcode-0.3.33}/llama-cpp-turboquant/common/preset.cpp +0 -0
- {localcode-0.3.31 → localcode-0.3.33}/llama-cpp-turboquant/common/preset.h +0 -0
- {localcode-0.3.31 → localcode-0.3.33}/llama-cpp-turboquant/common/reasoning-budget.cpp +0 -0
- {localcode-0.3.31 → localcode-0.3.33}/llama-cpp-turboquant/common/reasoning-budget.h +0 -0
- {localcode-0.3.31 → localcode-0.3.33}/llama-cpp-turboquant/common/regex-partial.cpp +0 -0
- {localcode-0.3.31 → localcode-0.3.33}/llama-cpp-turboquant/common/regex-partial.h +0 -0
- {localcode-0.3.31 → localcode-0.3.33}/llama-cpp-turboquant/common/sampling.cpp +0 -0
- {localcode-0.3.31 → localcode-0.3.33}/llama-cpp-turboquant/common/sampling.h +0 -0
- {localcode-0.3.31 → localcode-0.3.33}/llama-cpp-turboquant/common/speculative.cpp +0 -0
- {localcode-0.3.31 → localcode-0.3.33}/llama-cpp-turboquant/common/speculative.h +0 -0
- {localcode-0.3.31 → localcode-0.3.33}/llama-cpp-turboquant/common/unicode.cpp +0 -0
- {localcode-0.3.31 → localcode-0.3.33}/llama-cpp-turboquant/common/unicode.h +0 -0
- {localcode-0.3.31 → localcode-0.3.33}/llama-cpp-turboquant/ggml/include/ggml-alloc.h +0 -0
- {localcode-0.3.31 → localcode-0.3.33}/llama-cpp-turboquant/ggml/include/ggml-backend.h +0 -0
- {localcode-0.3.31 → localcode-0.3.33}/llama-cpp-turboquant/ggml/include/ggml-blas.h +0 -0
- {localcode-0.3.31 → localcode-0.3.33}/llama-cpp-turboquant/ggml/include/ggml-cann.h +0 -0
- {localcode-0.3.31 → localcode-0.3.33}/llama-cpp-turboquant/ggml/include/ggml-cpp.h +0 -0
- {localcode-0.3.31 → localcode-0.3.33}/llama-cpp-turboquant/ggml/include/ggml-cpu.h +0 -0
- {localcode-0.3.31 → localcode-0.3.33}/llama-cpp-turboquant/ggml/include/ggml-cuda.h +0 -0
- {localcode-0.3.31 → localcode-0.3.33}/llama-cpp-turboquant/ggml/include/ggml-hexagon.h +0 -0
- {localcode-0.3.31 → localcode-0.3.33}/llama-cpp-turboquant/ggml/include/ggml-metal.h +0 -0
- {localcode-0.3.31 → localcode-0.3.33}/llama-cpp-turboquant/ggml/include/ggml-opencl.h +0 -0
- {localcode-0.3.31 → localcode-0.3.33}/llama-cpp-turboquant/ggml/include/ggml-openvino.h +0 -0
- {localcode-0.3.31 → localcode-0.3.33}/llama-cpp-turboquant/ggml/include/ggml-opt.h +0 -0
- {localcode-0.3.31 → localcode-0.3.33}/llama-cpp-turboquant/ggml/include/ggml-rpc.h +0 -0
- {localcode-0.3.31 → localcode-0.3.33}/llama-cpp-turboquant/ggml/include/ggml-sycl.h +0 -0
- {localcode-0.3.31 → localcode-0.3.33}/llama-cpp-turboquant/ggml/include/ggml-virtgpu.h +0 -0
- {localcode-0.3.31 → localcode-0.3.33}/llama-cpp-turboquant/ggml/include/ggml-vulkan.h +0 -0
- {localcode-0.3.31 → localcode-0.3.33}/llama-cpp-turboquant/ggml/include/ggml-webgpu.h +0 -0
- {localcode-0.3.31 → localcode-0.3.33}/llama-cpp-turboquant/ggml/include/ggml-zdnn.h +0 -0
- {localcode-0.3.31 → localcode-0.3.33}/llama-cpp-turboquant/ggml/include/ggml-zendnn.h +0 -0
- {localcode-0.3.31 → localcode-0.3.33}/llama-cpp-turboquant/ggml/include/ggml.h +0 -0
- {localcode-0.3.31 → localcode-0.3.33}/llama-cpp-turboquant/ggml/include/gguf.h +0 -0
- {localcode-0.3.31 → localcode-0.3.33}/llama-cpp-turboquant/ggml/src/CMakeLists.txt +0 -0
- {localcode-0.3.31 → localcode-0.3.33}/llama-cpp-turboquant/ggml/src/ggml-alloc.c +0 -0
- {localcode-0.3.31 → localcode-0.3.33}/llama-cpp-turboquant/ggml/src/ggml-backend-dl.cpp +0 -0
- {localcode-0.3.31 → localcode-0.3.33}/llama-cpp-turboquant/ggml/src/ggml-backend-dl.h +0 -0
- {localcode-0.3.31 → localcode-0.3.33}/llama-cpp-turboquant/ggml/src/ggml-backend-impl.h +0 -0
- {localcode-0.3.31 → localcode-0.3.33}/llama-cpp-turboquant/ggml/src/ggml-backend-reg.cpp +0 -0
- {localcode-0.3.31 → localcode-0.3.33}/llama-cpp-turboquant/ggml/src/ggml-backend.cpp +0 -0
- {localcode-0.3.31 → localcode-0.3.33}/llama-cpp-turboquant/ggml/src/ggml-blas/CMakeLists.txt +0 -0
- {localcode-0.3.31 → localcode-0.3.33}/llama-cpp-turboquant/ggml/src/ggml-blas/ggml-blas.cpp +0 -0
- {localcode-0.3.31 → localcode-0.3.33}/llama-cpp-turboquant/ggml/src/ggml-cann/CMakeLists.txt +0 -0
- {localcode-0.3.31 → localcode-0.3.33}/llama-cpp-turboquant/ggml/src/ggml-cann/acl_tensor.cpp +0 -0
- {localcode-0.3.31 → localcode-0.3.33}/llama-cpp-turboquant/ggml/src/ggml-cann/acl_tensor.h +0 -0
- {localcode-0.3.31 → localcode-0.3.33}/llama-cpp-turboquant/ggml/src/ggml-cann/aclnn_ops.cpp +0 -0
- {localcode-0.3.31 → localcode-0.3.33}/llama-cpp-turboquant/ggml/src/ggml-cann/aclnn_ops.h +0 -0
- {localcode-0.3.31 → localcode-0.3.33}/llama-cpp-turboquant/ggml/src/ggml-cann/common.h +0 -0
- {localcode-0.3.31 → localcode-0.3.33}/llama-cpp-turboquant/ggml/src/ggml-cann/ggml-cann.cpp +0 -0
- {localcode-0.3.31 → localcode-0.3.33}/llama-cpp-turboquant/ggml/src/ggml-common.h +0 -0
- {localcode-0.3.31 → localcode-0.3.33}/llama-cpp-turboquant/ggml/src/ggml-cpu/CMakeLists.txt +0 -0
- {localcode-0.3.31 → localcode-0.3.33}/llama-cpp-turboquant/ggml/src/ggml-cpu/amx/amx.cpp +0 -0
- {localcode-0.3.31 → localcode-0.3.33}/llama-cpp-turboquant/ggml/src/ggml-cpu/amx/amx.h +0 -0
- {localcode-0.3.31 → localcode-0.3.33}/llama-cpp-turboquant/ggml/src/ggml-cpu/amx/common.h +0 -0
- {localcode-0.3.31 → localcode-0.3.33}/llama-cpp-turboquant/ggml/src/ggml-cpu/amx/mmq.cpp +0 -0
- {localcode-0.3.31 → localcode-0.3.33}/llama-cpp-turboquant/ggml/src/ggml-cpu/amx/mmq.h +0 -0
- {localcode-0.3.31 → localcode-0.3.33}/llama-cpp-turboquant/ggml/src/ggml-cpu/arch/arm/cpu-feats.cpp +0 -0
- {localcode-0.3.31 → localcode-0.3.33}/llama-cpp-turboquant/ggml/src/ggml-cpu/arch/arm/quants.c +0 -0
- {localcode-0.3.31 → localcode-0.3.33}/llama-cpp-turboquant/ggml/src/ggml-cpu/arch/arm/repack.cpp +0 -0
- {localcode-0.3.31 → localcode-0.3.33}/llama-cpp-turboquant/ggml/src/ggml-cpu/arch/loongarch/quants.c +0 -0
- {localcode-0.3.31 → localcode-0.3.33}/llama-cpp-turboquant/ggml/src/ggml-cpu/arch/powerpc/cpu-feats.cpp +0 -0
- {localcode-0.3.31 → localcode-0.3.33}/llama-cpp-turboquant/ggml/src/ggml-cpu/arch/powerpc/quants.c +0 -0
- {localcode-0.3.31 → localcode-0.3.33}/llama-cpp-turboquant/ggml/src/ggml-cpu/arch/riscv/cpu-feats.cpp +0 -0
- {localcode-0.3.31 → localcode-0.3.33}/llama-cpp-turboquant/ggml/src/ggml-cpu/arch/riscv/quants.c +0 -0
- {localcode-0.3.31 → localcode-0.3.33}/llama-cpp-turboquant/ggml/src/ggml-cpu/arch/riscv/repack.cpp +0 -0
- {localcode-0.3.31 → localcode-0.3.33}/llama-cpp-turboquant/ggml/src/ggml-cpu/arch/s390/cpu-feats.cpp +0 -0
- {localcode-0.3.31 → localcode-0.3.33}/llama-cpp-turboquant/ggml/src/ggml-cpu/arch/s390/quants.c +0 -0
- {localcode-0.3.31 → localcode-0.3.33}/llama-cpp-turboquant/ggml/src/ggml-cpu/arch/wasm/quants.c +0 -0
- {localcode-0.3.31 → localcode-0.3.33}/llama-cpp-turboquant/ggml/src/ggml-cpu/arch/x86/cpu-feats.cpp +0 -0
- {localcode-0.3.31 → localcode-0.3.33}/llama-cpp-turboquant/ggml/src/ggml-cpu/arch/x86/quants.c +0 -0
- {localcode-0.3.31 → localcode-0.3.33}/llama-cpp-turboquant/ggml/src/ggml-cpu/arch/x86/repack.cpp +0 -0
- {localcode-0.3.31 → localcode-0.3.33}/llama-cpp-turboquant/ggml/src/ggml-cpu/arch-fallback.h +0 -0
- {localcode-0.3.31 → localcode-0.3.33}/llama-cpp-turboquant/ggml/src/ggml-cpu/binary-ops.cpp +0 -0
- {localcode-0.3.31 → localcode-0.3.33}/llama-cpp-turboquant/ggml/src/ggml-cpu/binary-ops.h +0 -0
- {localcode-0.3.31 → localcode-0.3.33}/llama-cpp-turboquant/ggml/src/ggml-cpu/cmake/FindSIMD.cmake +0 -0
- {localcode-0.3.31 → localcode-0.3.33}/llama-cpp-turboquant/ggml/src/ggml-cpu/common.h +0 -0
- {localcode-0.3.31 → localcode-0.3.33}/llama-cpp-turboquant/ggml/src/ggml-cpu/ggml-cpu-impl.h +0 -0
- {localcode-0.3.31 → localcode-0.3.33}/llama-cpp-turboquant/ggml/src/ggml-cpu/ggml-cpu.c +0 -0
- {localcode-0.3.31 → localcode-0.3.33}/llama-cpp-turboquant/ggml/src/ggml-cpu/ggml-cpu.cpp +0 -0
- {localcode-0.3.31 → localcode-0.3.33}/llama-cpp-turboquant/ggml/src/ggml-cpu/hbm.cpp +0 -0
- {localcode-0.3.31 → localcode-0.3.33}/llama-cpp-turboquant/ggml/src/ggml-cpu/hbm.h +0 -0
- {localcode-0.3.31 → localcode-0.3.33}/llama-cpp-turboquant/ggml/src/ggml-cpu/kleidiai/kernels.cpp +0 -0
- {localcode-0.3.31 → localcode-0.3.33}/llama-cpp-turboquant/ggml/src/ggml-cpu/kleidiai/kernels.h +0 -0
- {localcode-0.3.31 → localcode-0.3.33}/llama-cpp-turboquant/ggml/src/ggml-cpu/kleidiai/kleidiai.cpp +0 -0
- {localcode-0.3.31 → localcode-0.3.33}/llama-cpp-turboquant/ggml/src/ggml-cpu/kleidiai/kleidiai.h +0 -0
- {localcode-0.3.31 → localcode-0.3.33}/llama-cpp-turboquant/ggml/src/ggml-cpu/llamafile/sgemm.cpp +0 -0
- {localcode-0.3.31 → localcode-0.3.33}/llama-cpp-turboquant/ggml/src/ggml-cpu/llamafile/sgemm.h +0 -0
- {localcode-0.3.31 → localcode-0.3.33}/llama-cpp-turboquant/ggml/src/ggml-cpu/ops.cpp +0 -0
- {localcode-0.3.31 → localcode-0.3.33}/llama-cpp-turboquant/ggml/src/ggml-cpu/ops.h +0 -0
- {localcode-0.3.31 → localcode-0.3.33}/llama-cpp-turboquant/ggml/src/ggml-cpu/quants.c +0 -0
- {localcode-0.3.31 → localcode-0.3.33}/llama-cpp-turboquant/ggml/src/ggml-cpu/quants.h +0 -0
- {localcode-0.3.31 → localcode-0.3.33}/llama-cpp-turboquant/ggml/src/ggml-cpu/repack.cpp +0 -0
- {localcode-0.3.31 → localcode-0.3.33}/llama-cpp-turboquant/ggml/src/ggml-cpu/repack.h +0 -0
- {localcode-0.3.31 → localcode-0.3.33}/llama-cpp-turboquant/ggml/src/ggml-cpu/simd-gemm.h +0 -0
- {localcode-0.3.31 → localcode-0.3.33}/llama-cpp-turboquant/ggml/src/ggml-cpu/simd-mappings.h +0 -0
- {localcode-0.3.31 → localcode-0.3.33}/llama-cpp-turboquant/ggml/src/ggml-cpu/spacemit/ime.cpp +0 -0
- {localcode-0.3.31 → localcode-0.3.33}/llama-cpp-turboquant/ggml/src/ggml-cpu/spacemit/ime.h +0 -0
- {localcode-0.3.31 → localcode-0.3.33}/llama-cpp-turboquant/ggml/src/ggml-cpu/spacemit/ime1_kernels.cpp +0 -0
- {localcode-0.3.31 → localcode-0.3.33}/llama-cpp-turboquant/ggml/src/ggml-cpu/spacemit/ime_kernels.h +0 -0
- {localcode-0.3.31 → localcode-0.3.33}/llama-cpp-turboquant/ggml/src/ggml-cpu/traits.cpp +0 -0
- {localcode-0.3.31 → localcode-0.3.33}/llama-cpp-turboquant/ggml/src/ggml-cpu/traits.h +0 -0
- {localcode-0.3.31 → localcode-0.3.33}/llama-cpp-turboquant/ggml/src/ggml-cpu/unary-ops.cpp +0 -0
- {localcode-0.3.31 → localcode-0.3.33}/llama-cpp-turboquant/ggml/src/ggml-cpu/unary-ops.h +0 -0
- {localcode-0.3.31 → localcode-0.3.33}/llama-cpp-turboquant/ggml/src/ggml-cpu/vec.cpp +0 -0
- {localcode-0.3.31 → localcode-0.3.33}/llama-cpp-turboquant/ggml/src/ggml-cpu/vec.h +0 -0
- {localcode-0.3.31 → localcode-0.3.33}/llama-cpp-turboquant/ggml/src/ggml-cuda/CMakeLists.txt +0 -0
- {localcode-0.3.31 → localcode-0.3.33}/llama-cpp-turboquant/ggml/src/ggml-cuda/vendors/cuda.h +0 -0
- {localcode-0.3.31 → localcode-0.3.33}/llama-cpp-turboquant/ggml/src/ggml-cuda/vendors/hip.h +0 -0
- {localcode-0.3.31 → localcode-0.3.33}/llama-cpp-turboquant/ggml/src/ggml-cuda/vendors/musa.h +0 -0
- {localcode-0.3.31 → localcode-0.3.33}/llama-cpp-turboquant/ggml/src/ggml-hexagon/CMakeLists.txt +0 -0
- {localcode-0.3.31 → localcode-0.3.33}/llama-cpp-turboquant/ggml/src/ggml-hexagon/ggml-hexagon.cpp +0 -0
- {localcode-0.3.31 → localcode-0.3.33}/llama-cpp-turboquant/ggml/src/ggml-hexagon/htp/CMakeLists.txt +0 -0
- {localcode-0.3.31 → localcode-0.3.33}/llama-cpp-turboquant/ggml/src/ggml-hexagon/htp/act-ops.c +0 -0
- {localcode-0.3.31 → localcode-0.3.33}/llama-cpp-turboquant/ggml/src/ggml-hexagon/htp/argsort-ops.c +0 -0
- {localcode-0.3.31 → localcode-0.3.33}/llama-cpp-turboquant/ggml/src/ggml-hexagon/htp/binary-ops.c +0 -0
- {localcode-0.3.31 → localcode-0.3.33}/llama-cpp-turboquant/ggml/src/ggml-hexagon/htp/cmake-toolchain.cmake +0 -0
- {localcode-0.3.31 → localcode-0.3.33}/llama-cpp-turboquant/ggml/src/ggml-hexagon/htp/cpy-ops.c +0 -0
- {localcode-0.3.31 → localcode-0.3.33}/llama-cpp-turboquant/ggml/src/ggml-hexagon/htp/cumsum-ops.c +0 -0
- {localcode-0.3.31 → localcode-0.3.33}/llama-cpp-turboquant/ggml/src/ggml-hexagon/htp/flash-attn-ops.c +0 -0
- {localcode-0.3.31 → localcode-0.3.33}/llama-cpp-turboquant/ggml/src/ggml-hexagon/htp/get-rows-ops.c +0 -0
- {localcode-0.3.31 → localcode-0.3.33}/llama-cpp-turboquant/ggml/src/ggml-hexagon/htp/hex-dma.c +0 -0
- {localcode-0.3.31 → localcode-0.3.33}/llama-cpp-turboquant/ggml/src/ggml-hexagon/htp/hex-dma.h +0 -0
- {localcode-0.3.31 → localcode-0.3.33}/llama-cpp-turboquant/ggml/src/ggml-hexagon/htp/hex-dump.h +0 -0
- {localcode-0.3.31 → localcode-0.3.33}/llama-cpp-turboquant/ggml/src/ggml-hexagon/htp/hex-fastdiv.h +0 -0
- {localcode-0.3.31 → localcode-0.3.33}/llama-cpp-turboquant/ggml/src/ggml-hexagon/htp/hex-utils.h +0 -0
- {localcode-0.3.31 → localcode-0.3.33}/llama-cpp-turboquant/ggml/src/ggml-hexagon/htp/hmx-matmul-ops.c +0 -0
- {localcode-0.3.31 → localcode-0.3.33}/llama-cpp-turboquant/ggml/src/ggml-hexagon/htp/hmx-ops.h +0 -0
- {localcode-0.3.31 → localcode-0.3.33}/llama-cpp-turboquant/ggml/src/ggml-hexagon/htp/hmx-profile.h +0 -0
- {localcode-0.3.31 → localcode-0.3.33}/llama-cpp-turboquant/ggml/src/ggml-hexagon/htp/hmx-utils.h +0 -0
- {localcode-0.3.31 → localcode-0.3.33}/llama-cpp-turboquant/ggml/src/ggml-hexagon/htp/htp-ctx.h +0 -0
- {localcode-0.3.31 → localcode-0.3.33}/llama-cpp-turboquant/ggml/src/ggml-hexagon/htp/htp-msg.h +0 -0
- {localcode-0.3.31 → localcode-0.3.33}/llama-cpp-turboquant/ggml/src/ggml-hexagon/htp/htp-ops.h +0 -0
- {localcode-0.3.31 → localcode-0.3.33}/llama-cpp-turboquant/ggml/src/ggml-hexagon/htp/hvx-arith.h +0 -0
- {localcode-0.3.31 → localcode-0.3.33}/llama-cpp-turboquant/ggml/src/ggml-hexagon/htp/hvx-base.h +0 -0
- {localcode-0.3.31 → localcode-0.3.33}/llama-cpp-turboquant/ggml/src/ggml-hexagon/htp/hvx-copy.h +0 -0
- {localcode-0.3.31 → localcode-0.3.33}/llama-cpp-turboquant/ggml/src/ggml-hexagon/htp/hvx-div.h +0 -0
- {localcode-0.3.31 → localcode-0.3.33}/llama-cpp-turboquant/ggml/src/ggml-hexagon/htp/hvx-dump.h +0 -0
- {localcode-0.3.31 → localcode-0.3.33}/llama-cpp-turboquant/ggml/src/ggml-hexagon/htp/hvx-exp.h +0 -0
- {localcode-0.3.31 → localcode-0.3.33}/llama-cpp-turboquant/ggml/src/ggml-hexagon/htp/hvx-floor.h +0 -0
- {localcode-0.3.31 → localcode-0.3.33}/llama-cpp-turboquant/ggml/src/ggml-hexagon/htp/hvx-inverse.h +0 -0
- {localcode-0.3.31 → localcode-0.3.33}/llama-cpp-turboquant/ggml/src/ggml-hexagon/htp/hvx-reduce.h +0 -0
- {localcode-0.3.31 → localcode-0.3.33}/llama-cpp-turboquant/ggml/src/ggml-hexagon/htp/hvx-scale.h +0 -0
- {localcode-0.3.31 → localcode-0.3.33}/llama-cpp-turboquant/ggml/src/ggml-hexagon/htp/hvx-sigmoid.h +0 -0
- {localcode-0.3.31 → localcode-0.3.33}/llama-cpp-turboquant/ggml/src/ggml-hexagon/htp/hvx-sqrt.h +0 -0
- {localcode-0.3.31 → localcode-0.3.33}/llama-cpp-turboquant/ggml/src/ggml-hexagon/htp/hvx-types.h +0 -0
- {localcode-0.3.31 → localcode-0.3.33}/llama-cpp-turboquant/ggml/src/ggml-hexagon/htp/hvx-utils.h +0 -0
- {localcode-0.3.31 → localcode-0.3.33}/llama-cpp-turboquant/ggml/src/ggml-hexagon/htp/main.c +0 -0
- {localcode-0.3.31 → localcode-0.3.33}/llama-cpp-turboquant/ggml/src/ggml-hexagon/htp/matmul-ops.c +0 -0
- {localcode-0.3.31 → localcode-0.3.33}/llama-cpp-turboquant/ggml/src/ggml-hexagon/htp/repeat-ops.c +0 -0
- {localcode-0.3.31 → localcode-0.3.33}/llama-cpp-turboquant/ggml/src/ggml-hexagon/htp/rope-ops.c +0 -0
- {localcode-0.3.31 → localcode-0.3.33}/llama-cpp-turboquant/ggml/src/ggml-hexagon/htp/set-rows-ops.c +0 -0
- {localcode-0.3.31 → localcode-0.3.33}/llama-cpp-turboquant/ggml/src/ggml-hexagon/htp/softmax-ops.c +0 -0
- {localcode-0.3.31 → localcode-0.3.33}/llama-cpp-turboquant/ggml/src/ggml-hexagon/htp/ssm-conv.c +0 -0
- {localcode-0.3.31 → localcode-0.3.33}/llama-cpp-turboquant/ggml/src/ggml-hexagon/htp/sum-rows-ops.c +0 -0
- {localcode-0.3.31 → localcode-0.3.33}/llama-cpp-turboquant/ggml/src/ggml-hexagon/htp/unary-ops.c +0 -0
- {localcode-0.3.31 → localcode-0.3.33}/llama-cpp-turboquant/ggml/src/ggml-hexagon/htp/worker-pool.c +0 -0
- {localcode-0.3.31 → localcode-0.3.33}/llama-cpp-turboquant/ggml/src/ggml-hexagon/htp/worker-pool.h +0 -0
- {localcode-0.3.31 → localcode-0.3.33}/llama-cpp-turboquant/ggml/src/ggml-hexagon/htp-drv.cpp +0 -0
- {localcode-0.3.31 → localcode-0.3.33}/llama-cpp-turboquant/ggml/src/ggml-hexagon/htp-drv.h +0 -0
- {localcode-0.3.31 → localcode-0.3.33}/llama-cpp-turboquant/ggml/src/ggml-hexagon/libdl.h +0 -0
- {localcode-0.3.31 → localcode-0.3.33}/llama-cpp-turboquant/ggml/src/ggml-hexagon/op-desc.h +0 -0
- {localcode-0.3.31 → localcode-0.3.33}/llama-cpp-turboquant/ggml/src/ggml-hip/CMakeLists.txt +0 -0
- {localcode-0.3.31 → localcode-0.3.33}/llama-cpp-turboquant/ggml/src/ggml-impl.h +0 -0
- {localcode-0.3.31 → localcode-0.3.33}/llama-cpp-turboquant/ggml/src/ggml-metal/CMakeLists.txt +0 -0
- {localcode-0.3.31 → localcode-0.3.33}/llama-cpp-turboquant/ggml/src/ggml-metal/ggml-metal-common.cpp +0 -0
- {localcode-0.3.31 → localcode-0.3.33}/llama-cpp-turboquant/ggml/src/ggml-metal/ggml-metal-common.h +0 -0
- {localcode-0.3.31 → localcode-0.3.33}/llama-cpp-turboquant/ggml/src/ggml-metal/ggml-metal-context.h +0 -0
- {localcode-0.3.31 → localcode-0.3.33}/llama-cpp-turboquant/ggml/src/ggml-metal/ggml-metal-context.m +0 -0
- {localcode-0.3.31 → localcode-0.3.33}/llama-cpp-turboquant/ggml/src/ggml-metal/ggml-metal-device.cpp +0 -0
- {localcode-0.3.31 → localcode-0.3.33}/llama-cpp-turboquant/ggml/src/ggml-metal/ggml-metal-device.h +0 -0
- {localcode-0.3.31 → localcode-0.3.33}/llama-cpp-turboquant/ggml/src/ggml-metal/ggml-metal-device.m +0 -0
- {localcode-0.3.31 → localcode-0.3.33}/llama-cpp-turboquant/ggml/src/ggml-metal/ggml-metal-impl.h +0 -0
- {localcode-0.3.31 → localcode-0.3.33}/llama-cpp-turboquant/ggml/src/ggml-metal/ggml-metal-ops.cpp +0 -0
- {localcode-0.3.31 → localcode-0.3.33}/llama-cpp-turboquant/ggml/src/ggml-metal/ggml-metal-ops.h +0 -0
- {localcode-0.3.31 → localcode-0.3.33}/llama-cpp-turboquant/ggml/src/ggml-metal/ggml-metal.cpp +0 -0
- {localcode-0.3.31 → localcode-0.3.33}/llama-cpp-turboquant/ggml/src/ggml-metal/ggml-metal.metal +0 -0
- {localcode-0.3.31 → localcode-0.3.33}/llama-cpp-turboquant/ggml/src/ggml-metal/turbo-matrices.h +0 -0
- {localcode-0.3.31 → localcode-0.3.33}/llama-cpp-turboquant/ggml/src/ggml-metal/turbo-wht.h +0 -0
- {localcode-0.3.31 → localcode-0.3.33}/llama-cpp-turboquant/ggml/src/ggml-musa/CMakeLists.txt +0 -0
- {localcode-0.3.31 → localcode-0.3.33}/llama-cpp-turboquant/ggml/src/ggml-opencl/CMakeLists.txt +0 -0
- {localcode-0.3.31 → localcode-0.3.33}/llama-cpp-turboquant/ggml/src/ggml-opencl/ggml-opencl.cpp +0 -0
- {localcode-0.3.31 → localcode-0.3.33}/llama-cpp-turboquant/ggml/src/ggml-openvino/CMakeLists.txt +0 -0
- {localcode-0.3.31 → localcode-0.3.33}/llama-cpp-turboquant/ggml/src/ggml-openvino/ggml-decoder.cpp +0 -0
- {localcode-0.3.31 → localcode-0.3.33}/llama-cpp-turboquant/ggml/src/ggml-openvino/ggml-decoder.h +0 -0
- {localcode-0.3.31 → localcode-0.3.33}/llama-cpp-turboquant/ggml/src/ggml-openvino/ggml-openvino-extra.cpp +0 -0
- {localcode-0.3.31 → localcode-0.3.33}/llama-cpp-turboquant/ggml/src/ggml-openvino/ggml-openvino-extra.h +0 -0
- {localcode-0.3.31 → localcode-0.3.33}/llama-cpp-turboquant/ggml/src/ggml-openvino/ggml-openvino.cpp +0 -0
- {localcode-0.3.31 → localcode-0.3.33}/llama-cpp-turboquant/ggml/src/ggml-openvino/ggml-quants.cpp +0 -0
- {localcode-0.3.31 → localcode-0.3.33}/llama-cpp-turboquant/ggml/src/ggml-openvino/ggml-quants.h +0 -0
- {localcode-0.3.31 → localcode-0.3.33}/llama-cpp-turboquant/ggml/src/ggml-openvino/openvino/decoder.h +0 -0
- {localcode-0.3.31 → localcode-0.3.33}/llama-cpp-turboquant/ggml/src/ggml-openvino/openvino/frontend.cpp +0 -0
- {localcode-0.3.31 → localcode-0.3.33}/llama-cpp-turboquant/ggml/src/ggml-openvino/openvino/frontend.h +0 -0
- {localcode-0.3.31 → localcode-0.3.33}/llama-cpp-turboquant/ggml/src/ggml-openvino/openvino/input_model.cpp +0 -0
- {localcode-0.3.31 → localcode-0.3.33}/llama-cpp-turboquant/ggml/src/ggml-openvino/openvino/input_model.h +0 -0
- {localcode-0.3.31 → localcode-0.3.33}/llama-cpp-turboquant/ggml/src/ggml-openvino/openvino/node_context.h +0 -0
- {localcode-0.3.31 → localcode-0.3.33}/llama-cpp-turboquant/ggml/src/ggml-openvino/openvino/op/cont.cpp +0 -0
- {localcode-0.3.31 → localcode-0.3.33}/llama-cpp-turboquant/ggml/src/ggml-openvino/openvino/op/cpy.cpp +0 -0
- {localcode-0.3.31 → localcode-0.3.33}/llama-cpp-turboquant/ggml/src/ggml-openvino/openvino/op/flash_attn_ext.cpp +0 -0
- {localcode-0.3.31 → localcode-0.3.33}/llama-cpp-turboquant/ggml/src/ggml-openvino/openvino/op/get_rows.cpp +0 -0
- {localcode-0.3.31 → localcode-0.3.33}/llama-cpp-turboquant/ggml/src/ggml-openvino/openvino/op/glu_geglu.cpp +0 -0
- {localcode-0.3.31 → localcode-0.3.33}/llama-cpp-turboquant/ggml/src/ggml-openvino/openvino/op/glu_swiglu.cpp +0 -0
- {localcode-0.3.31 → localcode-0.3.33}/llama-cpp-turboquant/ggml/src/ggml-openvino/openvino/op/mulmat.cpp +0 -0
- {localcode-0.3.31 → localcode-0.3.33}/llama-cpp-turboquant/ggml/src/ggml-openvino/openvino/op/permute.cpp +0 -0
- {localcode-0.3.31 → localcode-0.3.33}/llama-cpp-turboquant/ggml/src/ggml-openvino/openvino/op/reshape.cpp +0 -0
- {localcode-0.3.31 → localcode-0.3.33}/llama-cpp-turboquant/ggml/src/ggml-openvino/openvino/op/rms_norm.cpp +0 -0
- {localcode-0.3.31 → localcode-0.3.33}/llama-cpp-turboquant/ggml/src/ggml-openvino/openvino/op/rope.cpp +0 -0
- {localcode-0.3.31 → localcode-0.3.33}/llama-cpp-turboquant/ggml/src/ggml-openvino/openvino/op/scale.cpp +0 -0
- {localcode-0.3.31 → localcode-0.3.33}/llama-cpp-turboquant/ggml/src/ggml-openvino/openvino/op/set_rows.cpp +0 -0
- {localcode-0.3.31 → localcode-0.3.33}/llama-cpp-turboquant/ggml/src/ggml-openvino/openvino/op/softmax.cpp +0 -0
- {localcode-0.3.31 → localcode-0.3.33}/llama-cpp-turboquant/ggml/src/ggml-openvino/openvino/op/transpose.cpp +0 -0
- {localcode-0.3.31 → localcode-0.3.33}/llama-cpp-turboquant/ggml/src/ggml-openvino/openvino/op/unary_silu.cpp +0 -0
- {localcode-0.3.31 → localcode-0.3.33}/llama-cpp-turboquant/ggml/src/ggml-openvino/openvino/op/view.cpp +0 -0
- {localcode-0.3.31 → localcode-0.3.33}/llama-cpp-turboquant/ggml/src/ggml-openvino/openvino/op_table.cpp +0 -0
- {localcode-0.3.31 → localcode-0.3.33}/llama-cpp-turboquant/ggml/src/ggml-openvino/openvino/op_table.h +0 -0
- {localcode-0.3.31 → localcode-0.3.33}/llama-cpp-turboquant/ggml/src/ggml-openvino/openvino/pass/eliminate_zp.cpp +0 -0
- {localcode-0.3.31 → localcode-0.3.33}/llama-cpp-turboquant/ggml/src/ggml-openvino/openvino/pass/eliminate_zp.h +0 -0
- {localcode-0.3.31 → localcode-0.3.33}/llama-cpp-turboquant/ggml/src/ggml-openvino/openvino/pass/fuse_to_sdpa.cpp +0 -0
- {localcode-0.3.31 → localcode-0.3.33}/llama-cpp-turboquant/ggml/src/ggml-openvino/openvino/pass/fuse_to_sdpa.h +0 -0
- {localcode-0.3.31 → localcode-0.3.33}/llama-cpp-turboquant/ggml/src/ggml-openvino/openvino/pass/mark_decompression_convert_constant_folding.h +0 -0
- {localcode-0.3.31 → localcode-0.3.33}/llama-cpp-turboquant/ggml/src/ggml-openvino/openvino/pass/squeeze_matmul.cpp +0 -0
- {localcode-0.3.31 → localcode-0.3.33}/llama-cpp-turboquant/ggml/src/ggml-openvino/openvino/pass/squeeze_matmul.h +0 -0
- {localcode-0.3.31 → localcode-0.3.33}/llama-cpp-turboquant/ggml/src/ggml-openvino/openvino/translate_session.cpp +0 -0
- {localcode-0.3.31 → localcode-0.3.33}/llama-cpp-turboquant/ggml/src/ggml-openvino/openvino/translate_session.h +0 -0
- {localcode-0.3.31 → localcode-0.3.33}/llama-cpp-turboquant/ggml/src/ggml-openvino/openvino/utils.cpp +0 -0
- {localcode-0.3.31 → localcode-0.3.33}/llama-cpp-turboquant/ggml/src/ggml-openvino/openvino/utils.h +0 -0
- {localcode-0.3.31 → localcode-0.3.33}/llama-cpp-turboquant/ggml/src/ggml-openvino/utils.cpp +0 -0
- {localcode-0.3.31 → localcode-0.3.33}/llama-cpp-turboquant/ggml/src/ggml-openvino/utils.h +0 -0
- {localcode-0.3.31 → localcode-0.3.33}/llama-cpp-turboquant/ggml/src/ggml-opt.cpp +0 -0
- {localcode-0.3.31 → localcode-0.3.33}/llama-cpp-turboquant/ggml/src/ggml-quants.c +0 -0
- {localcode-0.3.31 → localcode-0.3.33}/llama-cpp-turboquant/ggml/src/ggml-quants.h +0 -0
- {localcode-0.3.31 → localcode-0.3.33}/llama-cpp-turboquant/ggml/src/ggml-rpc/CMakeLists.txt +0 -0
- {localcode-0.3.31 → localcode-0.3.33}/llama-cpp-turboquant/ggml/src/ggml-rpc/ggml-rpc.cpp +0 -0
- {localcode-0.3.31 → localcode-0.3.33}/llama-cpp-turboquant/ggml/src/ggml-sycl/CMakeLists.txt +0 -0
- {localcode-0.3.31 → localcode-0.3.33}/llama-cpp-turboquant/ggml/src/ggml-sycl/add-id.cpp +0 -0
- {localcode-0.3.31 → localcode-0.3.33}/llama-cpp-turboquant/ggml/src/ggml-sycl/add-id.hpp +0 -0
- {localcode-0.3.31 → localcode-0.3.33}/llama-cpp-turboquant/ggml/src/ggml-sycl/backend.hpp +0 -0
- {localcode-0.3.31 → localcode-0.3.33}/llama-cpp-turboquant/ggml/src/ggml-sycl/binbcast.cpp +0 -0
- {localcode-0.3.31 → localcode-0.3.33}/llama-cpp-turboquant/ggml/src/ggml-sycl/binbcast.hpp +0 -0
- {localcode-0.3.31 → localcode-0.3.33}/llama-cpp-turboquant/ggml/src/ggml-sycl/common.cpp +0 -0
- {localcode-0.3.31 → localcode-0.3.33}/llama-cpp-turboquant/ggml/src/ggml-sycl/common.hpp +0 -0
- {localcode-0.3.31 → localcode-0.3.33}/llama-cpp-turboquant/ggml/src/ggml-sycl/concat.cpp +0 -0
- {localcode-0.3.31 → localcode-0.3.33}/llama-cpp-turboquant/ggml/src/ggml-sycl/concat.hpp +0 -0
- {localcode-0.3.31 → localcode-0.3.33}/llama-cpp-turboquant/ggml/src/ggml-sycl/conv.cpp +0 -0
- {localcode-0.3.31 → localcode-0.3.33}/llama-cpp-turboquant/ggml/src/ggml-sycl/conv.hpp +0 -0
- {localcode-0.3.31 → localcode-0.3.33}/llama-cpp-turboquant/ggml/src/ggml-sycl/convert.cpp +0 -0
- {localcode-0.3.31 → localcode-0.3.33}/llama-cpp-turboquant/ggml/src/ggml-sycl/convert.hpp +0 -0
- {localcode-0.3.31 → localcode-0.3.33}/llama-cpp-turboquant/ggml/src/ggml-sycl/count-equal.cpp +0 -0
- {localcode-0.3.31 → localcode-0.3.33}/llama-cpp-turboquant/ggml/src/ggml-sycl/count-equal.hpp +0 -0
- {localcode-0.3.31 → localcode-0.3.33}/llama-cpp-turboquant/ggml/src/ggml-sycl/cpy.cpp +0 -0
- {localcode-0.3.31 → localcode-0.3.33}/llama-cpp-turboquant/ggml/src/ggml-sycl/cpy.hpp +0 -0
- {localcode-0.3.31 → localcode-0.3.33}/llama-cpp-turboquant/ggml/src/ggml-sycl/dequantize.hpp +0 -0
- {localcode-0.3.31 → localcode-0.3.33}/llama-cpp-turboquant/ggml/src/ggml-sycl/dmmv.cpp +0 -0
- {localcode-0.3.31 → localcode-0.3.33}/llama-cpp-turboquant/ggml/src/ggml-sycl/dmmv.hpp +0 -0
- {localcode-0.3.31 → localcode-0.3.33}/llama-cpp-turboquant/ggml/src/ggml-sycl/dpct/helper.hpp +0 -0
- {localcode-0.3.31 → localcode-0.3.33}/llama-cpp-turboquant/ggml/src/ggml-sycl/element_wise.cpp +0 -0
- {localcode-0.3.31 → localcode-0.3.33}/llama-cpp-turboquant/ggml/src/ggml-sycl/element_wise.hpp +0 -0
- {localcode-0.3.31 → localcode-0.3.33}/llama-cpp-turboquant/ggml/src/ggml-sycl/fattn-common.hpp +0 -0
- {localcode-0.3.31 → localcode-0.3.33}/llama-cpp-turboquant/ggml/src/ggml-sycl/fattn-tile.cpp +0 -0
- {localcode-0.3.31 → localcode-0.3.33}/llama-cpp-turboquant/ggml/src/ggml-sycl/fattn-tile.hpp +0 -0
- {localcode-0.3.31 → localcode-0.3.33}/llama-cpp-turboquant/ggml/src/ggml-sycl/fattn-vec.hpp +0 -0
- {localcode-0.3.31 → localcode-0.3.33}/llama-cpp-turboquant/ggml/src/ggml-sycl/fattn.cpp +0 -0
- {localcode-0.3.31 → localcode-0.3.33}/llama-cpp-turboquant/ggml/src/ggml-sycl/fattn.hpp +0 -0
- {localcode-0.3.31 → localcode-0.3.33}/llama-cpp-turboquant/ggml/src/ggml-sycl/gated_delta_net.cpp +0 -0
- {localcode-0.3.31 → localcode-0.3.33}/llama-cpp-turboquant/ggml/src/ggml-sycl/gated_delta_net.hpp +0 -0
- {localcode-0.3.31 → localcode-0.3.33}/llama-cpp-turboquant/ggml/src/ggml-sycl/gemm.hpp +0 -0
- {localcode-0.3.31 → localcode-0.3.33}/llama-cpp-turboquant/ggml/src/ggml-sycl/getrows.cpp +0 -0
- {localcode-0.3.31 → localcode-0.3.33}/llama-cpp-turboquant/ggml/src/ggml-sycl/getrows.hpp +0 -0
- {localcode-0.3.31 → localcode-0.3.33}/llama-cpp-turboquant/ggml/src/ggml-sycl/ggml-sycl.cpp +0 -0
- {localcode-0.3.31 → localcode-0.3.33}/llama-cpp-turboquant/ggml/src/ggml-sycl/gla.cpp +0 -0
- {localcode-0.3.31 → localcode-0.3.33}/llama-cpp-turboquant/ggml/src/ggml-sycl/gla.hpp +0 -0
- {localcode-0.3.31 → localcode-0.3.33}/llama-cpp-turboquant/ggml/src/ggml-sycl/im2col.cpp +0 -0
- {localcode-0.3.31 → localcode-0.3.33}/llama-cpp-turboquant/ggml/src/ggml-sycl/im2col.hpp +0 -0
- {localcode-0.3.31 → localcode-0.3.33}/llama-cpp-turboquant/ggml/src/ggml-sycl/mmq.cpp +0 -0
- {localcode-0.3.31 → localcode-0.3.33}/llama-cpp-turboquant/ggml/src/ggml-sycl/mmq.hpp +0 -0
- {localcode-0.3.31 → localcode-0.3.33}/llama-cpp-turboquant/ggml/src/ggml-sycl/mmvq.cpp +0 -0
- {localcode-0.3.31 → localcode-0.3.33}/llama-cpp-turboquant/ggml/src/ggml-sycl/mmvq.hpp +0 -0
- {localcode-0.3.31 → localcode-0.3.33}/llama-cpp-turboquant/ggml/src/ggml-sycl/norm.cpp +0 -0
- {localcode-0.3.31 → localcode-0.3.33}/llama-cpp-turboquant/ggml/src/ggml-sycl/norm.hpp +0 -0
- {localcode-0.3.31 → localcode-0.3.33}/llama-cpp-turboquant/ggml/src/ggml-sycl/outprod.cpp +0 -0
- {localcode-0.3.31 → localcode-0.3.33}/llama-cpp-turboquant/ggml/src/ggml-sycl/outprod.hpp +0 -0
- {localcode-0.3.31 → localcode-0.3.33}/llama-cpp-turboquant/ggml/src/ggml-sycl/pad.cpp +0 -0
- {localcode-0.3.31 → localcode-0.3.33}/llama-cpp-turboquant/ggml/src/ggml-sycl/pad.hpp +0 -0
- {localcode-0.3.31 → localcode-0.3.33}/llama-cpp-turboquant/ggml/src/ggml-sycl/pad_reflect_1d.cpp +0 -0
- {localcode-0.3.31 → localcode-0.3.33}/llama-cpp-turboquant/ggml/src/ggml-sycl/pad_reflect_1d.hpp +0 -0
- {localcode-0.3.31 → localcode-0.3.33}/llama-cpp-turboquant/ggml/src/ggml-sycl/presets.hpp +0 -0
- {localcode-0.3.31 → localcode-0.3.33}/llama-cpp-turboquant/ggml/src/ggml-sycl/quantize.hpp +0 -0
- {localcode-0.3.31 → localcode-0.3.33}/llama-cpp-turboquant/ggml/src/ggml-sycl/quants.hpp +0 -0
- {localcode-0.3.31 → localcode-0.3.33}/llama-cpp-turboquant/ggml/src/ggml-sycl/repeat_back.cpp +0 -0
- {localcode-0.3.31 → localcode-0.3.33}/llama-cpp-turboquant/ggml/src/ggml-sycl/repeat_back.hpp +0 -0
- {localcode-0.3.31 → localcode-0.3.33}/llama-cpp-turboquant/ggml/src/ggml-sycl/roll.cpp +0 -0
- {localcode-0.3.31 → localcode-0.3.33}/llama-cpp-turboquant/ggml/src/ggml-sycl/roll.hpp +0 -0
- {localcode-0.3.31 → localcode-0.3.33}/llama-cpp-turboquant/ggml/src/ggml-sycl/rope.cpp +0 -0
- {localcode-0.3.31 → localcode-0.3.33}/llama-cpp-turboquant/ggml/src/ggml-sycl/rope.hpp +0 -0
- {localcode-0.3.31 → localcode-0.3.33}/llama-cpp-turboquant/ggml/src/ggml-sycl/set.cpp +0 -0
- {localcode-0.3.31 → localcode-0.3.33}/llama-cpp-turboquant/ggml/src/ggml-sycl/set.hpp +0 -0
- {localcode-0.3.31 → localcode-0.3.33}/llama-cpp-turboquant/ggml/src/ggml-sycl/set_rows.cpp +0 -0
- {localcode-0.3.31 → localcode-0.3.33}/llama-cpp-turboquant/ggml/src/ggml-sycl/set_rows.hpp +0 -0
- {localcode-0.3.31 → localcode-0.3.33}/llama-cpp-turboquant/ggml/src/ggml-sycl/softmax.cpp +0 -0
- {localcode-0.3.31 → localcode-0.3.33}/llama-cpp-turboquant/ggml/src/ggml-sycl/softmax.hpp +0 -0
- {localcode-0.3.31 → localcode-0.3.33}/llama-cpp-turboquant/ggml/src/ggml-sycl/ssm_conv.cpp +0 -0
- {localcode-0.3.31 → localcode-0.3.33}/llama-cpp-turboquant/ggml/src/ggml-sycl/ssm_conv.hpp +0 -0
- {localcode-0.3.31 → localcode-0.3.33}/llama-cpp-turboquant/ggml/src/ggml-sycl/sycl_hw.cpp +0 -0
- {localcode-0.3.31 → localcode-0.3.33}/llama-cpp-turboquant/ggml/src/ggml-sycl/sycl_hw.hpp +0 -0
- {localcode-0.3.31 → localcode-0.3.33}/llama-cpp-turboquant/ggml/src/ggml-sycl/template-instances/fattn-tile-instance-dkq112-dv112.cpp +0 -0
- {localcode-0.3.31 → localcode-0.3.33}/llama-cpp-turboquant/ggml/src/ggml-sycl/template-instances/fattn-tile-instance-dkq128-dv128.cpp +0 -0
- {localcode-0.3.31 → localcode-0.3.33}/llama-cpp-turboquant/ggml/src/ggml-sycl/template-instances/fattn-tile-instance-dkq256-dv256.cpp +0 -0
- {localcode-0.3.31 → localcode-0.3.33}/llama-cpp-turboquant/ggml/src/ggml-sycl/template-instances/fattn-tile-instance-dkq40-dv40.cpp +0 -0
- {localcode-0.3.31 → localcode-0.3.33}/llama-cpp-turboquant/ggml/src/ggml-sycl/template-instances/fattn-tile-instance-dkq576-dv512.cpp +0 -0
- {localcode-0.3.31 → localcode-0.3.33}/llama-cpp-turboquant/ggml/src/ggml-sycl/template-instances/fattn-tile-instance-dkq64-dv64.cpp +0 -0
- {localcode-0.3.31 → localcode-0.3.33}/llama-cpp-turboquant/ggml/src/ggml-sycl/template-instances/fattn-tile-instance-dkq72-dv72.cpp +0 -0
- {localcode-0.3.31 → localcode-0.3.33}/llama-cpp-turboquant/ggml/src/ggml-sycl/template-instances/fattn-tile-instance-dkq80-dv80.cpp +0 -0
- {localcode-0.3.31 → localcode-0.3.33}/llama-cpp-turboquant/ggml/src/ggml-sycl/template-instances/fattn-tile-instance-dkq96-dv96.cpp +0 -0
- {localcode-0.3.31 → localcode-0.3.33}/llama-cpp-turboquant/ggml/src/ggml-sycl/template-instances/fattn-vec-instance-f16-f16.cpp +0 -0
- {localcode-0.3.31 → localcode-0.3.33}/llama-cpp-turboquant/ggml/src/ggml-sycl/template-instances/fattn-vec-instance-f16-q4_0.cpp +0 -0
- {localcode-0.3.31 → localcode-0.3.33}/llama-cpp-turboquant/ggml/src/ggml-sycl/template-instances/fattn-vec-instance-f16-q4_1.cpp +0 -0
- {localcode-0.3.31 → localcode-0.3.33}/llama-cpp-turboquant/ggml/src/ggml-sycl/template-instances/fattn-vec-instance-f16-q5_0.cpp +0 -0
- {localcode-0.3.31 → localcode-0.3.33}/llama-cpp-turboquant/ggml/src/ggml-sycl/template-instances/fattn-vec-instance-f16-q5_1.cpp +0 -0
- {localcode-0.3.31 → localcode-0.3.33}/llama-cpp-turboquant/ggml/src/ggml-sycl/template-instances/fattn-vec-instance-f16-q8_0.cpp +0 -0
- {localcode-0.3.31 → localcode-0.3.33}/llama-cpp-turboquant/ggml/src/ggml-sycl/template-instances/fattn-vec-instance-q4_0-f16.cpp +0 -0
- {localcode-0.3.31 → localcode-0.3.33}/llama-cpp-turboquant/ggml/src/ggml-sycl/template-instances/fattn-vec-instance-q4_0-q4_0.cpp +0 -0
- {localcode-0.3.31 → localcode-0.3.33}/llama-cpp-turboquant/ggml/src/ggml-sycl/template-instances/fattn-vec-instance-q4_0-q4_1.cpp +0 -0
- {localcode-0.3.31 → localcode-0.3.33}/llama-cpp-turboquant/ggml/src/ggml-sycl/template-instances/fattn-vec-instance-q4_0-q5_0.cpp +0 -0
- {localcode-0.3.31 → localcode-0.3.33}/llama-cpp-turboquant/ggml/src/ggml-sycl/template-instances/fattn-vec-instance-q4_0-q5_1.cpp +0 -0
- {localcode-0.3.31 → localcode-0.3.33}/llama-cpp-turboquant/ggml/src/ggml-sycl/template-instances/fattn-vec-instance-q4_0-q8_0.cpp +0 -0
- {localcode-0.3.31 → localcode-0.3.33}/llama-cpp-turboquant/ggml/src/ggml-sycl/template-instances/fattn-vec-instance-q4_1-f16.cpp +0 -0
- {localcode-0.3.31 → localcode-0.3.33}/llama-cpp-turboquant/ggml/src/ggml-sycl/template-instances/fattn-vec-instance-q4_1-q4_0.cpp +0 -0
- {localcode-0.3.31 → localcode-0.3.33}/llama-cpp-turboquant/ggml/src/ggml-sycl/template-instances/fattn-vec-instance-q4_1-q4_1.cpp +0 -0
- {localcode-0.3.31 → localcode-0.3.33}/llama-cpp-turboquant/ggml/src/ggml-sycl/template-instances/fattn-vec-instance-q4_1-q5_0.cpp +0 -0
- {localcode-0.3.31 → localcode-0.3.33}/llama-cpp-turboquant/ggml/src/ggml-sycl/template-instances/fattn-vec-instance-q4_1-q5_1.cpp +0 -0
- {localcode-0.3.31 → localcode-0.3.33}/llama-cpp-turboquant/ggml/src/ggml-sycl/template-instances/fattn-vec-instance-q4_1-q8_0.cpp +0 -0
- {localcode-0.3.31 → localcode-0.3.33}/llama-cpp-turboquant/ggml/src/ggml-sycl/template-instances/fattn-vec-instance-q5_0-f16.cpp +0 -0
- {localcode-0.3.31 → localcode-0.3.33}/llama-cpp-turboquant/ggml/src/ggml-sycl/template-instances/fattn-vec-instance-q5_0-q4_0.cpp +0 -0
- {localcode-0.3.31 → localcode-0.3.33}/llama-cpp-turboquant/ggml/src/ggml-sycl/template-instances/fattn-vec-instance-q5_0-q4_1.cpp +0 -0
- {localcode-0.3.31 → localcode-0.3.33}/llama-cpp-turboquant/ggml/src/ggml-sycl/template-instances/fattn-vec-instance-q5_0-q5_0.cpp +0 -0
- {localcode-0.3.31 → localcode-0.3.33}/llama-cpp-turboquant/ggml/src/ggml-sycl/template-instances/fattn-vec-instance-q5_0-q5_1.cpp +0 -0
- {localcode-0.3.31 → localcode-0.3.33}/llama-cpp-turboquant/ggml/src/ggml-sycl/template-instances/fattn-vec-instance-q5_0-q8_0.cpp +0 -0
- {localcode-0.3.31 → localcode-0.3.33}/llama-cpp-turboquant/ggml/src/ggml-sycl/template-instances/fattn-vec-instance-q5_1-f16.cpp +0 -0
- {localcode-0.3.31 → localcode-0.3.33}/llama-cpp-turboquant/ggml/src/ggml-sycl/template-instances/fattn-vec-instance-q5_1-q4_0.cpp +0 -0
- {localcode-0.3.31 → localcode-0.3.33}/llama-cpp-turboquant/ggml/src/ggml-sycl/template-instances/fattn-vec-instance-q5_1-q4_1.cpp +0 -0
- {localcode-0.3.31 → localcode-0.3.33}/llama-cpp-turboquant/ggml/src/ggml-sycl/template-instances/fattn-vec-instance-q5_1-q5_0.cpp +0 -0
- {localcode-0.3.31 → localcode-0.3.33}/llama-cpp-turboquant/ggml/src/ggml-sycl/template-instances/fattn-vec-instance-q5_1-q5_1.cpp +0 -0
- {localcode-0.3.31 → localcode-0.3.33}/llama-cpp-turboquant/ggml/src/ggml-sycl/template-instances/fattn-vec-instance-q5_1-q8_0.cpp +0 -0
- {localcode-0.3.31 → localcode-0.3.33}/llama-cpp-turboquant/ggml/src/ggml-sycl/template-instances/fattn-vec-instance-q8_0-f16.cpp +0 -0
- {localcode-0.3.31 → localcode-0.3.33}/llama-cpp-turboquant/ggml/src/ggml-sycl/template-instances/fattn-vec-instance-q8_0-q4_0.cpp +0 -0
- {localcode-0.3.31 → localcode-0.3.33}/llama-cpp-turboquant/ggml/src/ggml-sycl/template-instances/fattn-vec-instance-q8_0-q4_1.cpp +0 -0
- {localcode-0.3.31 → localcode-0.3.33}/llama-cpp-turboquant/ggml/src/ggml-sycl/template-instances/fattn-vec-instance-q8_0-q5_0.cpp +0 -0
- {localcode-0.3.31 → localcode-0.3.33}/llama-cpp-turboquant/ggml/src/ggml-sycl/template-instances/fattn-vec-instance-q8_0-q5_1.cpp +0 -0
- {localcode-0.3.31 → localcode-0.3.33}/llama-cpp-turboquant/ggml/src/ggml-sycl/template-instances/fattn-vec-instance-q8_0-q8_0.cpp +0 -0
- {localcode-0.3.31 → localcode-0.3.33}/llama-cpp-turboquant/ggml/src/ggml-sycl/tsembd.cpp +0 -0
- {localcode-0.3.31 → localcode-0.3.33}/llama-cpp-turboquant/ggml/src/ggml-sycl/tsembd.hpp +0 -0
- {localcode-0.3.31 → localcode-0.3.33}/llama-cpp-turboquant/ggml/src/ggml-sycl/type.hpp +0 -0
- {localcode-0.3.31 → localcode-0.3.33}/llama-cpp-turboquant/ggml/src/ggml-sycl/upscale.cpp +0 -0
- {localcode-0.3.31 → localcode-0.3.33}/llama-cpp-turboquant/ggml/src/ggml-sycl/upscale.hpp +0 -0
- {localcode-0.3.31 → localcode-0.3.33}/llama-cpp-turboquant/ggml/src/ggml-sycl/vecdotq.hpp +0 -0
- {localcode-0.3.31 → localcode-0.3.33}/llama-cpp-turboquant/ggml/src/ggml-sycl/wkv.cpp +0 -0
- {localcode-0.3.31 → localcode-0.3.33}/llama-cpp-turboquant/ggml/src/ggml-sycl/wkv.hpp +0 -0
- {localcode-0.3.31 → localcode-0.3.33}/llama-cpp-turboquant/ggml/src/ggml-threading.cpp +0 -0
- {localcode-0.3.31 → localcode-0.3.33}/llama-cpp-turboquant/ggml/src/ggml-threading.h +0 -0
- {localcode-0.3.31 → localcode-0.3.33}/llama-cpp-turboquant/ggml/src/ggml-turbo-quant.c +0 -0
- {localcode-0.3.31 → localcode-0.3.33}/llama-cpp-turboquant/ggml/src/ggml-virtgpu/CMakeLists.txt +0 -0
- {localcode-0.3.31 → localcode-0.3.33}/llama-cpp-turboquant/ggml/src/ggml-virtgpu/apir_cs_ggml-rpc-front.cpp +0 -0
- {localcode-0.3.31 → localcode-0.3.33}/llama-cpp-turboquant/ggml/src/ggml-virtgpu/backend/CMakeLists.txt +0 -0
- {localcode-0.3.31 → localcode-0.3.33}/llama-cpp-turboquant/ggml/src/ggml-virtgpu/backend/apir_cs_ggml-rpc-back.cpp +0 -0
- {localcode-0.3.31 → localcode-0.3.33}/llama-cpp-turboquant/ggml/src/ggml-virtgpu/backend/backend-convert.h +0 -0
- {localcode-0.3.31 → localcode-0.3.33}/llama-cpp-turboquant/ggml/src/ggml-virtgpu/backend/backend-dispatched-backend.cpp +0 -0
- {localcode-0.3.31 → localcode-0.3.33}/llama-cpp-turboquant/ggml/src/ggml-virtgpu/backend/backend-dispatched-buffer-type.cpp +0 -0
- {localcode-0.3.31 → localcode-0.3.33}/llama-cpp-turboquant/ggml/src/ggml-virtgpu/backend/backend-dispatched-buffer.cpp +0 -0
- {localcode-0.3.31 → localcode-0.3.33}/llama-cpp-turboquant/ggml/src/ggml-virtgpu/backend/backend-dispatched-device.cpp +0 -0
- {localcode-0.3.31 → localcode-0.3.33}/llama-cpp-turboquant/ggml/src/ggml-virtgpu/backend/backend-dispatched.cpp +0 -0
- {localcode-0.3.31 → localcode-0.3.33}/llama-cpp-turboquant/ggml/src/ggml-virtgpu/backend/backend-dispatched.gen.h +0 -0
- {localcode-0.3.31 → localcode-0.3.33}/llama-cpp-turboquant/ggml/src/ggml-virtgpu/backend/backend-dispatched.h +0 -0
- {localcode-0.3.31 → localcode-0.3.33}/llama-cpp-turboquant/ggml/src/ggml-virtgpu/backend/backend-virgl-apir.h +0 -0
- {localcode-0.3.31 → localcode-0.3.33}/llama-cpp-turboquant/ggml/src/ggml-virtgpu/backend/backend.cpp +0 -0
- {localcode-0.3.31 → localcode-0.3.33}/llama-cpp-turboquant/ggml/src/ggml-virtgpu/backend/shared/api_remoting.h +0 -0
- {localcode-0.3.31 → localcode-0.3.33}/llama-cpp-turboquant/ggml/src/ggml-virtgpu/backend/shared/apir_backend.gen.h +0 -0
- {localcode-0.3.31 → localcode-0.3.33}/llama-cpp-turboquant/ggml/src/ggml-virtgpu/backend/shared/apir_backend.h +0 -0
- {localcode-0.3.31 → localcode-0.3.33}/llama-cpp-turboquant/ggml/src/ggml-virtgpu/backend/shared/apir_cs.h +0 -0
- {localcode-0.3.31 → localcode-0.3.33}/llama-cpp-turboquant/ggml/src/ggml-virtgpu/backend/shared/apir_cs_ggml.h +0 -0
- {localcode-0.3.31 → localcode-0.3.33}/llama-cpp-turboquant/ggml/src/ggml-virtgpu/backend/shared/apir_cs_rpc.h +0 -0
- {localcode-0.3.31 → localcode-0.3.33}/llama-cpp-turboquant/ggml/src/ggml-virtgpu/ggml-backend-buffer-type.cpp +0 -0
- {localcode-0.3.31 → localcode-0.3.33}/llama-cpp-turboquant/ggml/src/ggml-virtgpu/ggml-backend-buffer.cpp +0 -0
- {localcode-0.3.31 → localcode-0.3.33}/llama-cpp-turboquant/ggml/src/ggml-virtgpu/ggml-backend-device.cpp +0 -0
- {localcode-0.3.31 → localcode-0.3.33}/llama-cpp-turboquant/ggml/src/ggml-virtgpu/ggml-backend-reg.cpp +0 -0
- {localcode-0.3.31 → localcode-0.3.33}/llama-cpp-turboquant/ggml/src/ggml-virtgpu/ggml-backend.cpp +0 -0
- {localcode-0.3.31 → localcode-0.3.33}/llama-cpp-turboquant/ggml/src/ggml-virtgpu/ggml-remoting.h +0 -0
- {localcode-0.3.31 → localcode-0.3.33}/llama-cpp-turboquant/ggml/src/ggml-virtgpu/include/apir_hw.h +0 -0
- {localcode-0.3.31 → localcode-0.3.33}/llama-cpp-turboquant/ggml/src/ggml-virtgpu/virtgpu-apir.h +0 -0
- {localcode-0.3.31 → localcode-0.3.33}/llama-cpp-turboquant/ggml/src/ggml-virtgpu/virtgpu-forward-backend.cpp +0 -0
- {localcode-0.3.31 → localcode-0.3.33}/llama-cpp-turboquant/ggml/src/ggml-virtgpu/virtgpu-forward-buffer-type.cpp +0 -0
- {localcode-0.3.31 → localcode-0.3.33}/llama-cpp-turboquant/ggml/src/ggml-virtgpu/virtgpu-forward-buffer.cpp +0 -0
- {localcode-0.3.31 → localcode-0.3.33}/llama-cpp-turboquant/ggml/src/ggml-virtgpu/virtgpu-forward-device.cpp +0 -0
- {localcode-0.3.31 → localcode-0.3.33}/llama-cpp-turboquant/ggml/src/ggml-virtgpu/virtgpu-forward-impl.h +0 -0
- {localcode-0.3.31 → localcode-0.3.33}/llama-cpp-turboquant/ggml/src/ggml-virtgpu/virtgpu-forward.gen.h +0 -0
- {localcode-0.3.31 → localcode-0.3.33}/llama-cpp-turboquant/ggml/src/ggml-virtgpu/virtgpu-shm.cpp +0 -0
- {localcode-0.3.31 → localcode-0.3.33}/llama-cpp-turboquant/ggml/src/ggml-virtgpu/virtgpu-shm.h +0 -0
- {localcode-0.3.31 → localcode-0.3.33}/llama-cpp-turboquant/ggml/src/ggml-virtgpu/virtgpu-utils.cpp +0 -0
- {localcode-0.3.31 → localcode-0.3.33}/llama-cpp-turboquant/ggml/src/ggml-virtgpu/virtgpu-utils.h +0 -0
- {localcode-0.3.31 → localcode-0.3.33}/llama-cpp-turboquant/ggml/src/ggml-virtgpu/virtgpu.cpp +0 -0
- {localcode-0.3.31 → localcode-0.3.33}/llama-cpp-turboquant/ggml/src/ggml-virtgpu/virtgpu.h +0 -0
- {localcode-0.3.31 → localcode-0.3.33}/llama-cpp-turboquant/ggml/src/ggml-vulkan/CMakeLists.txt +0 -0
- {localcode-0.3.31 → localcode-0.3.33}/llama-cpp-turboquant/ggml/src/ggml-vulkan/ggml-vulkan.cpp +0 -0
- {localcode-0.3.31 → localcode-0.3.33}/llama-cpp-turboquant/ggml/src/ggml-vulkan/vulkan-shaders/CMakeLists.txt +0 -0
- {localcode-0.3.31 → localcode-0.3.33}/llama-cpp-turboquant/ggml/src/ggml-vulkan/vulkan-shaders/vulkan-shaders-gen.cpp +0 -0
- {localcode-0.3.31 → localcode-0.3.33}/llama-cpp-turboquant/ggml/src/ggml-webgpu/CMakeLists.txt +0 -0
- {localcode-0.3.31 → localcode-0.3.33}/llama-cpp-turboquant/ggml/src/ggml-webgpu/ggml-webgpu-shader-lib.hpp +0 -0
- {localcode-0.3.31 → localcode-0.3.33}/llama-cpp-turboquant/ggml/src/ggml-webgpu/ggml-webgpu.cpp +0 -0
- {localcode-0.3.31 → localcode-0.3.33}/llama-cpp-turboquant/ggml/src/ggml-webgpu/pre_wgsl.hpp +0 -0
- {localcode-0.3.31 → localcode-0.3.33}/llama-cpp-turboquant/ggml/src/ggml-zdnn/CMakeLists.txt +0 -0
- {localcode-0.3.31 → localcode-0.3.33}/llama-cpp-turboquant/ggml/src/ggml-zdnn/common.hpp +0 -0
- {localcode-0.3.31 → localcode-0.3.33}/llama-cpp-turboquant/ggml/src/ggml-zdnn/ggml-zdnn.cpp +0 -0
- {localcode-0.3.31 → localcode-0.3.33}/llama-cpp-turboquant/ggml/src/ggml-zdnn/mmf.cpp +0 -0
- {localcode-0.3.31 → localcode-0.3.33}/llama-cpp-turboquant/ggml/src/ggml-zdnn/mmf.hpp +0 -0
- {localcode-0.3.31 → localcode-0.3.33}/llama-cpp-turboquant/ggml/src/ggml-zdnn/utils.cpp +0 -0
- {localcode-0.3.31 → localcode-0.3.33}/llama-cpp-turboquant/ggml/src/ggml-zdnn/utils.hpp +0 -0
- {localcode-0.3.31 → localcode-0.3.33}/llama-cpp-turboquant/ggml/src/ggml-zendnn/CMakeLists.txt +0 -0
- {localcode-0.3.31 → localcode-0.3.33}/llama-cpp-turboquant/ggml/src/ggml-zendnn/ggml-zendnn.cpp +0 -0
- {localcode-0.3.31 → localcode-0.3.33}/llama-cpp-turboquant/ggml/src/ggml.c +0 -0
- {localcode-0.3.31 → localcode-0.3.33}/llama-cpp-turboquant/ggml/src/ggml.cpp +0 -0
- {localcode-0.3.31 → localcode-0.3.33}/llama-cpp-turboquant/ggml/src/gguf.cpp +0 -0
- {localcode-0.3.31 → localcode-0.3.33}/llama-cpp-turboquant/include/llama-cpp.h +0 -0
- {localcode-0.3.31 → localcode-0.3.33}/llama-cpp-turboquant/include/llama.h +0 -0
- {localcode-0.3.31 → localcode-0.3.33}/llama-cpp-turboquant/licenses/LICENSE-jsonhpp +0 -0
- {localcode-0.3.31 → localcode-0.3.33}/llama-cpp-turboquant/src/CMakeLists.txt +0 -0
- {localcode-0.3.31 → localcode-0.3.33}/llama-cpp-turboquant/src/llama-adapter.cpp +0 -0
- {localcode-0.3.31 → localcode-0.3.33}/llama-cpp-turboquant/src/llama-adapter.h +0 -0
- {localcode-0.3.31 → localcode-0.3.33}/llama-cpp-turboquant/src/llama-arch.cpp +0 -0
- {localcode-0.3.31 → localcode-0.3.33}/llama-cpp-turboquant/src/llama-arch.h +0 -0
- {localcode-0.3.31 → localcode-0.3.33}/llama-cpp-turboquant/src/llama-batch.cpp +0 -0
- {localcode-0.3.31 → localcode-0.3.33}/llama-cpp-turboquant/src/llama-batch.h +0 -0
- {localcode-0.3.31 → localcode-0.3.33}/llama-cpp-turboquant/src/llama-chat.cpp +0 -0
- {localcode-0.3.31 → localcode-0.3.33}/llama-cpp-turboquant/src/llama-chat.h +0 -0
- {localcode-0.3.31 → localcode-0.3.33}/llama-cpp-turboquant/src/llama-context.cpp +0 -0
- {localcode-0.3.31 → localcode-0.3.33}/llama-cpp-turboquant/src/llama-context.h +0 -0
- {localcode-0.3.31 → localcode-0.3.33}/llama-cpp-turboquant/src/llama-cparams.cpp +0 -0
- {localcode-0.3.31 → localcode-0.3.33}/llama-cpp-turboquant/src/llama-cparams.h +0 -0
- {localcode-0.3.31 → localcode-0.3.33}/llama-cpp-turboquant/src/llama-ext.h +0 -0
- {localcode-0.3.31 → localcode-0.3.33}/llama-cpp-turboquant/src/llama-grammar.cpp +0 -0
- {localcode-0.3.31 → localcode-0.3.33}/llama-cpp-turboquant/src/llama-grammar.h +0 -0
- {localcode-0.3.31 → localcode-0.3.33}/llama-cpp-turboquant/src/llama-graph.cpp +0 -0
- {localcode-0.3.31 → localcode-0.3.33}/llama-cpp-turboquant/src/llama-graph.h +0 -0
- {localcode-0.3.31 → localcode-0.3.33}/llama-cpp-turboquant/src/llama-hparams.cpp +0 -0
- {localcode-0.3.31 → localcode-0.3.33}/llama-cpp-turboquant/src/llama-hparams.h +0 -0
- {localcode-0.3.31 → localcode-0.3.33}/llama-cpp-turboquant/src/llama-impl.cpp +0 -0
- {localcode-0.3.31 → localcode-0.3.33}/llama-cpp-turboquant/src/llama-impl.h +0 -0
- {localcode-0.3.31 → localcode-0.3.33}/llama-cpp-turboquant/src/llama-io.cpp +0 -0
- {localcode-0.3.31 → localcode-0.3.33}/llama-cpp-turboquant/src/llama-io.h +0 -0
- {localcode-0.3.31 → localcode-0.3.33}/llama-cpp-turboquant/src/llama-kv-cache-iswa.cpp +0 -0
- {localcode-0.3.31 → localcode-0.3.33}/llama-cpp-turboquant/src/llama-kv-cache-iswa.h +0 -0
- {localcode-0.3.31 → localcode-0.3.33}/llama-cpp-turboquant/src/llama-kv-cache.cpp +0 -0
- {localcode-0.3.31 → localcode-0.3.33}/llama-cpp-turboquant/src/llama-kv-cache.h +0 -0
- {localcode-0.3.31 → localcode-0.3.33}/llama-cpp-turboquant/src/llama-kv-cells.h +0 -0
- {localcode-0.3.31 → localcode-0.3.33}/llama-cpp-turboquant/src/llama-memory-hybrid-iswa.cpp +0 -0
- {localcode-0.3.31 → localcode-0.3.33}/llama-cpp-turboquant/src/llama-memory-hybrid-iswa.h +0 -0
- {localcode-0.3.31 → localcode-0.3.33}/llama-cpp-turboquant/src/llama-memory-hybrid.cpp +0 -0
- {localcode-0.3.31 → localcode-0.3.33}/llama-cpp-turboquant/src/llama-memory-hybrid.h +0 -0
- {localcode-0.3.31 → localcode-0.3.33}/llama-cpp-turboquant/src/llama-memory-recurrent.cpp +0 -0
- {localcode-0.3.31 → localcode-0.3.33}/llama-cpp-turboquant/src/llama-memory-recurrent.h +0 -0
- {localcode-0.3.31 → localcode-0.3.33}/llama-cpp-turboquant/src/llama-memory.cpp +0 -0
- {localcode-0.3.31 → localcode-0.3.33}/llama-cpp-turboquant/src/llama-memory.h +0 -0
- {localcode-0.3.31 → localcode-0.3.33}/llama-cpp-turboquant/src/llama-mmap.cpp +0 -0
- {localcode-0.3.31 → localcode-0.3.33}/llama-cpp-turboquant/src/llama-mmap.h +0 -0
- {localcode-0.3.31 → localcode-0.3.33}/llama-cpp-turboquant/src/llama-model-loader.cpp +0 -0
- {localcode-0.3.31 → localcode-0.3.33}/llama-cpp-turboquant/src/llama-model-loader.h +0 -0
- {localcode-0.3.31 → localcode-0.3.33}/llama-cpp-turboquant/src/llama-model-saver.cpp +0 -0
- {localcode-0.3.31 → localcode-0.3.33}/llama-cpp-turboquant/src/llama-model-saver.h +0 -0
- {localcode-0.3.31 → localcode-0.3.33}/llama-cpp-turboquant/src/llama-model.cpp +0 -0
- {localcode-0.3.31 → localcode-0.3.33}/llama-cpp-turboquant/src/llama-model.h +0 -0
- {localcode-0.3.31 → localcode-0.3.33}/llama-cpp-turboquant/src/llama-quant.cpp +0 -0
- {localcode-0.3.31 → localcode-0.3.33}/llama-cpp-turboquant/src/llama-quant.h +0 -0
- {localcode-0.3.31 → localcode-0.3.33}/llama-cpp-turboquant/src/llama-sampler.cpp +0 -0
- {localcode-0.3.31 → localcode-0.3.33}/llama-cpp-turboquant/src/llama-sampler.h +0 -0
- {localcode-0.3.31 → localcode-0.3.33}/llama-cpp-turboquant/src/llama-vocab.cpp +0 -0
- {localcode-0.3.31 → localcode-0.3.33}/llama-cpp-turboquant/src/llama-vocab.h +0 -0
- {localcode-0.3.31 → localcode-0.3.33}/llama-cpp-turboquant/src/llama.cpp +0 -0
- {localcode-0.3.31 → localcode-0.3.33}/llama-cpp-turboquant/src/models/afmoe.cpp +0 -0
- {localcode-0.3.31 → localcode-0.3.33}/llama-cpp-turboquant/src/models/apertus.cpp +0 -0
- {localcode-0.3.31 → localcode-0.3.33}/llama-cpp-turboquant/src/models/arcee.cpp +0 -0
- {localcode-0.3.31 → localcode-0.3.33}/llama-cpp-turboquant/src/models/arctic.cpp +0 -0
- {localcode-0.3.31 → localcode-0.3.33}/llama-cpp-turboquant/src/models/arwkv7.cpp +0 -0
- {localcode-0.3.31 → localcode-0.3.33}/llama-cpp-turboquant/src/models/baichuan.cpp +0 -0
- {localcode-0.3.31 → localcode-0.3.33}/llama-cpp-turboquant/src/models/bailingmoe.cpp +0 -0
- {localcode-0.3.31 → localcode-0.3.33}/llama-cpp-turboquant/src/models/bailingmoe2.cpp +0 -0
- {localcode-0.3.31 → localcode-0.3.33}/llama-cpp-turboquant/src/models/bert.cpp +0 -0
- {localcode-0.3.31 → localcode-0.3.33}/llama-cpp-turboquant/src/models/bitnet.cpp +0 -0
- {localcode-0.3.31 → localcode-0.3.33}/llama-cpp-turboquant/src/models/bloom.cpp +0 -0
- {localcode-0.3.31 → localcode-0.3.33}/llama-cpp-turboquant/src/models/chameleon.cpp +0 -0
- {localcode-0.3.31 → localcode-0.3.33}/llama-cpp-turboquant/src/models/chatglm.cpp +0 -0
- {localcode-0.3.31 → localcode-0.3.33}/llama-cpp-turboquant/src/models/codeshell.cpp +0 -0
- {localcode-0.3.31 → localcode-0.3.33}/llama-cpp-turboquant/src/models/cogvlm.cpp +0 -0
- {localcode-0.3.31 → localcode-0.3.33}/llama-cpp-turboquant/src/models/cohere2-iswa.cpp +0 -0
- {localcode-0.3.31 → localcode-0.3.33}/llama-cpp-turboquant/src/models/command-r.cpp +0 -0
- {localcode-0.3.31 → localcode-0.3.33}/llama-cpp-turboquant/src/models/dbrx.cpp +0 -0
- {localcode-0.3.31 → localcode-0.3.33}/llama-cpp-turboquant/src/models/deci.cpp +0 -0
- {localcode-0.3.31 → localcode-0.3.33}/llama-cpp-turboquant/src/models/deepseek.cpp +0 -0
- {localcode-0.3.31 → localcode-0.3.33}/llama-cpp-turboquant/src/models/deepseek2.cpp +0 -0
- {localcode-0.3.31 → localcode-0.3.33}/llama-cpp-turboquant/src/models/delta-net-base.cpp +0 -0
- {localcode-0.3.31 → localcode-0.3.33}/llama-cpp-turboquant/src/models/dots1.cpp +0 -0
- {localcode-0.3.31 → localcode-0.3.33}/llama-cpp-turboquant/src/models/dream.cpp +0 -0
- {localcode-0.3.31 → localcode-0.3.33}/llama-cpp-turboquant/src/models/ernie4-5-moe.cpp +0 -0
- {localcode-0.3.31 → localcode-0.3.33}/llama-cpp-turboquant/src/models/ernie4-5.cpp +0 -0
- {localcode-0.3.31 → localcode-0.3.33}/llama-cpp-turboquant/src/models/eurobert.cpp +0 -0
- {localcode-0.3.31 → localcode-0.3.33}/llama-cpp-turboquant/src/models/exaone-moe.cpp +0 -0
- {localcode-0.3.31 → localcode-0.3.33}/llama-cpp-turboquant/src/models/exaone.cpp +0 -0
- {localcode-0.3.31 → localcode-0.3.33}/llama-cpp-turboquant/src/models/exaone4.cpp +0 -0
- {localcode-0.3.31 → localcode-0.3.33}/llama-cpp-turboquant/src/models/falcon-h1.cpp +0 -0
- {localcode-0.3.31 → localcode-0.3.33}/llama-cpp-turboquant/src/models/falcon.cpp +0 -0
- {localcode-0.3.31 → localcode-0.3.33}/llama-cpp-turboquant/src/models/gemma-embedding.cpp +0 -0
- {localcode-0.3.31 → localcode-0.3.33}/llama-cpp-turboquant/src/models/gemma.cpp +0 -0
- {localcode-0.3.31 → localcode-0.3.33}/llama-cpp-turboquant/src/models/gemma2-iswa.cpp +0 -0
- {localcode-0.3.31 → localcode-0.3.33}/llama-cpp-turboquant/src/models/gemma3.cpp +0 -0
- {localcode-0.3.31 → localcode-0.3.33}/llama-cpp-turboquant/src/models/gemma3n-iswa.cpp +0 -0
- {localcode-0.3.31 → localcode-0.3.33}/llama-cpp-turboquant/src/models/gemma4-iswa.cpp +0 -0
- {localcode-0.3.31 → localcode-0.3.33}/llama-cpp-turboquant/src/models/glm4-moe.cpp +0 -0
- {localcode-0.3.31 → localcode-0.3.33}/llama-cpp-turboquant/src/models/glm4.cpp +0 -0
- {localcode-0.3.31 → localcode-0.3.33}/llama-cpp-turboquant/src/models/gpt2.cpp +0 -0
- {localcode-0.3.31 → localcode-0.3.33}/llama-cpp-turboquant/src/models/gptneox.cpp +0 -0
- {localcode-0.3.31 → localcode-0.3.33}/llama-cpp-turboquant/src/models/granite-hybrid.cpp +0 -0
- {localcode-0.3.31 → localcode-0.3.33}/llama-cpp-turboquant/src/models/granite.cpp +0 -0
- {localcode-0.3.31 → localcode-0.3.33}/llama-cpp-turboquant/src/models/grok.cpp +0 -0
- {localcode-0.3.31 → localcode-0.3.33}/llama-cpp-turboquant/src/models/grovemoe.cpp +0 -0
- {localcode-0.3.31 → localcode-0.3.33}/llama-cpp-turboquant/src/models/hunyuan-dense.cpp +0 -0
- {localcode-0.3.31 → localcode-0.3.33}/llama-cpp-turboquant/src/models/hunyuan-moe.cpp +0 -0
- {localcode-0.3.31 → localcode-0.3.33}/llama-cpp-turboquant/src/models/internlm2.cpp +0 -0
- {localcode-0.3.31 → localcode-0.3.33}/llama-cpp-turboquant/src/models/jais.cpp +0 -0
- {localcode-0.3.31 → localcode-0.3.33}/llama-cpp-turboquant/src/models/jais2.cpp +0 -0
- {localcode-0.3.31 → localcode-0.3.33}/llama-cpp-turboquant/src/models/jamba.cpp +0 -0
- {localcode-0.3.31 → localcode-0.3.33}/llama-cpp-turboquant/src/models/kimi-linear.cpp +0 -0
- {localcode-0.3.31 → localcode-0.3.33}/llama-cpp-turboquant/src/models/lfm2.cpp +0 -0
- {localcode-0.3.31 → localcode-0.3.33}/llama-cpp-turboquant/src/models/llada-moe.cpp +0 -0
- {localcode-0.3.31 → localcode-0.3.33}/llama-cpp-turboquant/src/models/llada.cpp +0 -0
- {localcode-0.3.31 → localcode-0.3.33}/llama-cpp-turboquant/src/models/llama-iswa.cpp +0 -0
- {localcode-0.3.31 → localcode-0.3.33}/llama-cpp-turboquant/src/models/llama.cpp +0 -0
- {localcode-0.3.31 → localcode-0.3.33}/llama-cpp-turboquant/src/models/maincoder.cpp +0 -0
- {localcode-0.3.31 → localcode-0.3.33}/llama-cpp-turboquant/src/models/mamba-base.cpp +0 -0
- {localcode-0.3.31 → localcode-0.3.33}/llama-cpp-turboquant/src/models/mamba.cpp +0 -0
- {localcode-0.3.31 → localcode-0.3.33}/llama-cpp-turboquant/src/models/mimo2-iswa.cpp +0 -0
- {localcode-0.3.31 → localcode-0.3.33}/llama-cpp-turboquant/src/models/minicpm3.cpp +0 -0
- {localcode-0.3.31 → localcode-0.3.33}/llama-cpp-turboquant/src/models/minimax-m2.cpp +0 -0
- {localcode-0.3.31 → localcode-0.3.33}/llama-cpp-turboquant/src/models/mistral3.cpp +0 -0
- {localcode-0.3.31 → localcode-0.3.33}/llama-cpp-turboquant/src/models/models.h +0 -0
- {localcode-0.3.31 → localcode-0.3.33}/llama-cpp-turboquant/src/models/modern-bert.cpp +0 -0
- {localcode-0.3.31 → localcode-0.3.33}/llama-cpp-turboquant/src/models/mpt.cpp +0 -0
- {localcode-0.3.31 → localcode-0.3.33}/llama-cpp-turboquant/src/models/nemotron-h.cpp +0 -0
- {localcode-0.3.31 → localcode-0.3.33}/llama-cpp-turboquant/src/models/nemotron.cpp +0 -0
- {localcode-0.3.31 → localcode-0.3.33}/llama-cpp-turboquant/src/models/neo-bert.cpp +0 -0
- {localcode-0.3.31 → localcode-0.3.33}/llama-cpp-turboquant/src/models/olmo.cpp +0 -0
- {localcode-0.3.31 → localcode-0.3.33}/llama-cpp-turboquant/src/models/olmo2.cpp +0 -0
- {localcode-0.3.31 → localcode-0.3.33}/llama-cpp-turboquant/src/models/olmoe.cpp +0 -0
- {localcode-0.3.31 → localcode-0.3.33}/llama-cpp-turboquant/src/models/openai-moe-iswa.cpp +0 -0
- {localcode-0.3.31 → localcode-0.3.33}/llama-cpp-turboquant/src/models/openelm.cpp +0 -0
- {localcode-0.3.31 → localcode-0.3.33}/llama-cpp-turboquant/src/models/orion.cpp +0 -0
- {localcode-0.3.31 → localcode-0.3.33}/llama-cpp-turboquant/src/models/paddleocr.cpp +0 -0
- {localcode-0.3.31 → localcode-0.3.33}/llama-cpp-turboquant/src/models/pangu-embedded.cpp +0 -0
- {localcode-0.3.31 → localcode-0.3.33}/llama-cpp-turboquant/src/models/phi2.cpp +0 -0
- {localcode-0.3.31 → localcode-0.3.33}/llama-cpp-turboquant/src/models/phi3.cpp +0 -0
- {localcode-0.3.31 → localcode-0.3.33}/llama-cpp-turboquant/src/models/plamo.cpp +0 -0
- {localcode-0.3.31 → localcode-0.3.33}/llama-cpp-turboquant/src/models/plamo2.cpp +0 -0
- {localcode-0.3.31 → localcode-0.3.33}/llama-cpp-turboquant/src/models/plamo3.cpp +0 -0
- {localcode-0.3.31 → localcode-0.3.33}/llama-cpp-turboquant/src/models/plm.cpp +0 -0
- {localcode-0.3.31 → localcode-0.3.33}/llama-cpp-turboquant/src/models/qwen.cpp +0 -0
- {localcode-0.3.31 → localcode-0.3.33}/llama-cpp-turboquant/src/models/qwen2.cpp +0 -0
- {localcode-0.3.31 → localcode-0.3.33}/llama-cpp-turboquant/src/models/qwen2moe.cpp +0 -0
- {localcode-0.3.31 → localcode-0.3.33}/llama-cpp-turboquant/src/models/qwen2vl.cpp +0 -0
- {localcode-0.3.31 → localcode-0.3.33}/llama-cpp-turboquant/src/models/qwen3.cpp +0 -0
- {localcode-0.3.31 → localcode-0.3.33}/llama-cpp-turboquant/src/models/qwen35.cpp +0 -0
- {localcode-0.3.31 → localcode-0.3.33}/llama-cpp-turboquant/src/models/qwen35moe.cpp +0 -0
- {localcode-0.3.31 → localcode-0.3.33}/llama-cpp-turboquant/src/models/qwen3moe.cpp +0 -0
- {localcode-0.3.31 → localcode-0.3.33}/llama-cpp-turboquant/src/models/qwen3next.cpp +0 -0
- {localcode-0.3.31 → localcode-0.3.33}/llama-cpp-turboquant/src/models/qwen3vl-moe.cpp +0 -0
- {localcode-0.3.31 → localcode-0.3.33}/llama-cpp-turboquant/src/models/qwen3vl.cpp +0 -0
- {localcode-0.3.31 → localcode-0.3.33}/llama-cpp-turboquant/src/models/refact.cpp +0 -0
- {localcode-0.3.31 → localcode-0.3.33}/llama-cpp-turboquant/src/models/rnd1.cpp +0 -0
- {localcode-0.3.31 → localcode-0.3.33}/llama-cpp-turboquant/src/models/rwkv6-base.cpp +0 -0
- {localcode-0.3.31 → localcode-0.3.33}/llama-cpp-turboquant/src/models/rwkv6.cpp +0 -0
- {localcode-0.3.31 → localcode-0.3.33}/llama-cpp-turboquant/src/models/rwkv6qwen2.cpp +0 -0
- {localcode-0.3.31 → localcode-0.3.33}/llama-cpp-turboquant/src/models/rwkv7-base.cpp +0 -0
- {localcode-0.3.31 → localcode-0.3.33}/llama-cpp-turboquant/src/models/rwkv7.cpp +0 -0
- {localcode-0.3.31 → localcode-0.3.33}/llama-cpp-turboquant/src/models/seed-oss.cpp +0 -0
- {localcode-0.3.31 → localcode-0.3.33}/llama-cpp-turboquant/src/models/smallthinker.cpp +0 -0
- {localcode-0.3.31 → localcode-0.3.33}/llama-cpp-turboquant/src/models/smollm3.cpp +0 -0
- {localcode-0.3.31 → localcode-0.3.33}/llama-cpp-turboquant/src/models/stablelm.cpp +0 -0
- {localcode-0.3.31 → localcode-0.3.33}/llama-cpp-turboquant/src/models/starcoder.cpp +0 -0
- {localcode-0.3.31 → localcode-0.3.33}/llama-cpp-turboquant/src/models/starcoder2.cpp +0 -0
- {localcode-0.3.31 → localcode-0.3.33}/llama-cpp-turboquant/src/models/step35-iswa.cpp +0 -0
- {localcode-0.3.31 → localcode-0.3.33}/llama-cpp-turboquant/src/models/t5-dec.cpp +0 -0
- {localcode-0.3.31 → localcode-0.3.33}/llama-cpp-turboquant/src/models/t5-enc.cpp +0 -0
- {localcode-0.3.31 → localcode-0.3.33}/llama-cpp-turboquant/src/models/wavtokenizer-dec.cpp +0 -0
- {localcode-0.3.31 → localcode-0.3.33}/llama-cpp-turboquant/src/models/xverse.cpp +0 -0
- {localcode-0.3.31 → localcode-0.3.33}/llama-cpp-turboquant/src/turbo-rotation-data-32.h +0 -0
- {localcode-0.3.31 → localcode-0.3.33}/llama-cpp-turboquant/src/turbo-rotation-data.h +0 -0
- {localcode-0.3.31 → localcode-0.3.33}/llama-cpp-turboquant/src/unicode-data.cpp +0 -0
- {localcode-0.3.31 → localcode-0.3.33}/llama-cpp-turboquant/src/unicode-data.h +0 -0
- {localcode-0.3.31 → localcode-0.3.33}/llama-cpp-turboquant/src/unicode.cpp +0 -0
- {localcode-0.3.31 → localcode-0.3.33}/llama-cpp-turboquant/src/unicode.h +0 -0
- {localcode-0.3.31 → localcode-0.3.33}/llama-cpp-turboquant/tools/CMakeLists.txt +0 -0
- {localcode-0.3.31 → localcode-0.3.33}/llama-cpp-turboquant/tools/batched-bench/CMakeLists.txt +0 -0
- {localcode-0.3.31 → localcode-0.3.33}/llama-cpp-turboquant/tools/batched-bench/batched-bench.cpp +0 -0
- {localcode-0.3.31 → localcode-0.3.33}/llama-cpp-turboquant/tools/cli/CMakeLists.txt +0 -0
- {localcode-0.3.31 → localcode-0.3.33}/llama-cpp-turboquant/tools/cli/cli.cpp +0 -0
- {localcode-0.3.31 → localcode-0.3.33}/llama-cpp-turboquant/tools/completion/CMakeLists.txt +0 -0
- {localcode-0.3.31 → localcode-0.3.33}/llama-cpp-turboquant/tools/completion/completion.cpp +0 -0
- {localcode-0.3.31 → localcode-0.3.33}/llama-cpp-turboquant/tools/cvector-generator/CMakeLists.txt +0 -0
- {localcode-0.3.31 → localcode-0.3.33}/llama-cpp-turboquant/tools/cvector-generator/cvector-generator.cpp +0 -0
- {localcode-0.3.31 → localcode-0.3.33}/llama-cpp-turboquant/tools/cvector-generator/mean.hpp +0 -0
- {localcode-0.3.31 → localcode-0.3.33}/llama-cpp-turboquant/tools/cvector-generator/pca.hpp +0 -0
- {localcode-0.3.31 → localcode-0.3.33}/llama-cpp-turboquant/tools/export-lora/CMakeLists.txt +0 -0
- {localcode-0.3.31 → localcode-0.3.33}/llama-cpp-turboquant/tools/export-lora/export-lora.cpp +0 -0
- {localcode-0.3.31 → localcode-0.3.33}/llama-cpp-turboquant/tools/fit-params/CMakeLists.txt +0 -0
- {localcode-0.3.31 → localcode-0.3.33}/llama-cpp-turboquant/tools/fit-params/fit-params.cpp +0 -0
- {localcode-0.3.31 → localcode-0.3.33}/llama-cpp-turboquant/tools/gguf-split/CMakeLists.txt +0 -0
- {localcode-0.3.31 → localcode-0.3.33}/llama-cpp-turboquant/tools/gguf-split/gguf-split.cpp +0 -0
- {localcode-0.3.31 → localcode-0.3.33}/llama-cpp-turboquant/tools/imatrix/CMakeLists.txt +0 -0
- {localcode-0.3.31 → localcode-0.3.33}/llama-cpp-turboquant/tools/imatrix/imatrix.cpp +0 -0
- {localcode-0.3.31 → localcode-0.3.33}/llama-cpp-turboquant/tools/llama-bench/CMakeLists.txt +0 -0
- {localcode-0.3.31 → localcode-0.3.33}/llama-cpp-turboquant/tools/llama-bench/llama-bench.cpp +0 -0
- {localcode-0.3.31 → localcode-0.3.33}/llama-cpp-turboquant/tools/mtmd/CMakeLists.txt +0 -0
- {localcode-0.3.31 → localcode-0.3.33}/llama-cpp-turboquant/tools/mtmd/clip-graph.h +0 -0
- {localcode-0.3.31 → localcode-0.3.33}/llama-cpp-turboquant/tools/mtmd/clip-impl.h +0 -0
- {localcode-0.3.31 → localcode-0.3.33}/llama-cpp-turboquant/tools/mtmd/clip-model.h +0 -0
- {localcode-0.3.31 → localcode-0.3.33}/llama-cpp-turboquant/tools/mtmd/clip.cpp +0 -0
- {localcode-0.3.31 → localcode-0.3.33}/llama-cpp-turboquant/tools/mtmd/clip.h +0 -0
- {localcode-0.3.31 → localcode-0.3.33}/llama-cpp-turboquant/tools/mtmd/debug/mtmd-debug.cpp +0 -0
- {localcode-0.3.31 → localcode-0.3.33}/llama-cpp-turboquant/tools/mtmd/debug/mtmd-debug.h +0 -0
- {localcode-0.3.31 → localcode-0.3.33}/llama-cpp-turboquant/tools/mtmd/deprecation-warning.cpp +0 -0
- {localcode-0.3.31 → localcode-0.3.33}/llama-cpp-turboquant/tools/mtmd/models/cogvlm.cpp +0 -0
- {localcode-0.3.31 → localcode-0.3.33}/llama-cpp-turboquant/tools/mtmd/models/conformer.cpp +0 -0
- {localcode-0.3.31 → localcode-0.3.33}/llama-cpp-turboquant/tools/mtmd/models/deepseekocr.cpp +0 -0
- {localcode-0.3.31 → localcode-0.3.33}/llama-cpp-turboquant/tools/mtmd/models/gemma4v.cpp +0 -0
- {localcode-0.3.31 → localcode-0.3.33}/llama-cpp-turboquant/tools/mtmd/models/glm4v.cpp +0 -0
- {localcode-0.3.31 → localcode-0.3.33}/llama-cpp-turboquant/tools/mtmd/models/hunyuanocr.cpp +0 -0
- {localcode-0.3.31 → localcode-0.3.33}/llama-cpp-turboquant/tools/mtmd/models/internvl.cpp +0 -0
- {localcode-0.3.31 → localcode-0.3.33}/llama-cpp-turboquant/tools/mtmd/models/kimik25.cpp +0 -0
- {localcode-0.3.31 → localcode-0.3.33}/llama-cpp-turboquant/tools/mtmd/models/kimivl.cpp +0 -0
- {localcode-0.3.31 → localcode-0.3.33}/llama-cpp-turboquant/tools/mtmd/models/llama4.cpp +0 -0
- {localcode-0.3.31 → localcode-0.3.33}/llama-cpp-turboquant/tools/mtmd/models/llava.cpp +0 -0
- {localcode-0.3.31 → localcode-0.3.33}/llama-cpp-turboquant/tools/mtmd/models/minicpmv.cpp +0 -0
- {localcode-0.3.31 → localcode-0.3.33}/llama-cpp-turboquant/tools/mtmd/models/mobilenetv5.cpp +0 -0
- {localcode-0.3.31 → localcode-0.3.33}/llama-cpp-turboquant/tools/mtmd/models/models.h +0 -0
- {localcode-0.3.31 → localcode-0.3.33}/llama-cpp-turboquant/tools/mtmd/models/nemotron-v2-vl.cpp +0 -0
- {localcode-0.3.31 → localcode-0.3.33}/llama-cpp-turboquant/tools/mtmd/models/paddleocr.cpp +0 -0
- {localcode-0.3.31 → localcode-0.3.33}/llama-cpp-turboquant/tools/mtmd/models/pixtral.cpp +0 -0
- {localcode-0.3.31 → localcode-0.3.33}/llama-cpp-turboquant/tools/mtmd/models/qwen2vl.cpp +0 -0
- {localcode-0.3.31 → localcode-0.3.33}/llama-cpp-turboquant/tools/mtmd/models/qwen3vl.cpp +0 -0
- {localcode-0.3.31 → localcode-0.3.33}/llama-cpp-turboquant/tools/mtmd/models/siglip.cpp +0 -0
- {localcode-0.3.31 → localcode-0.3.33}/llama-cpp-turboquant/tools/mtmd/models/whisper-enc.cpp +0 -0
- {localcode-0.3.31 → localcode-0.3.33}/llama-cpp-turboquant/tools/mtmd/models/youtuvl.cpp +0 -0
- {localcode-0.3.31 → localcode-0.3.33}/llama-cpp-turboquant/tools/mtmd/mtmd-audio.cpp +0 -0
- {localcode-0.3.31 → localcode-0.3.33}/llama-cpp-turboquant/tools/mtmd/mtmd-audio.h +0 -0
- {localcode-0.3.31 → localcode-0.3.33}/llama-cpp-turboquant/tools/mtmd/mtmd-cli.cpp +0 -0
- {localcode-0.3.31 → localcode-0.3.33}/llama-cpp-turboquant/tools/mtmd/mtmd-helper.cpp +0 -0
- {localcode-0.3.31 → localcode-0.3.33}/llama-cpp-turboquant/tools/mtmd/mtmd-helper.h +0 -0
- {localcode-0.3.31 → localcode-0.3.33}/llama-cpp-turboquant/tools/mtmd/mtmd-image.cpp +0 -0
- {localcode-0.3.31 → localcode-0.3.33}/llama-cpp-turboquant/tools/mtmd/mtmd-image.h +0 -0
- {localcode-0.3.31 → localcode-0.3.33}/llama-cpp-turboquant/tools/mtmd/mtmd.cpp +0 -0
- {localcode-0.3.31 → localcode-0.3.33}/llama-cpp-turboquant/tools/mtmd/mtmd.h +0 -0
- {localcode-0.3.31 → localcode-0.3.33}/llama-cpp-turboquant/tools/parser/CMakeLists.txt +0 -0
- {localcode-0.3.31 → localcode-0.3.33}/llama-cpp-turboquant/tools/parser/debug-template-parser.cpp +0 -0
- {localcode-0.3.31 → localcode-0.3.33}/llama-cpp-turboquant/tools/parser/template-analysis.cpp +0 -0
- {localcode-0.3.31 → localcode-0.3.33}/llama-cpp-turboquant/tools/perplexity/CMakeLists.txt +0 -0
- {localcode-0.3.31 → localcode-0.3.33}/llama-cpp-turboquant/tools/perplexity/perplexity.cpp +0 -0
- {localcode-0.3.31 → localcode-0.3.33}/llama-cpp-turboquant/tools/quantize/CMakeLists.txt +0 -0
- {localcode-0.3.31 → localcode-0.3.33}/llama-cpp-turboquant/tools/quantize/quantize.cpp +0 -0
- {localcode-0.3.31 → localcode-0.3.33}/llama-cpp-turboquant/tools/results/CMakeLists.txt +0 -0
- {localcode-0.3.31 → localcode-0.3.33}/llama-cpp-turboquant/tools/results/results.cpp +0 -0
- {localcode-0.3.31 → localcode-0.3.33}/llama-cpp-turboquant/tools/rpc/CMakeLists.txt +0 -0
- {localcode-0.3.31 → localcode-0.3.33}/llama-cpp-turboquant/tools/rpc/rpc-server.cpp +0 -0
- {localcode-0.3.31 → localcode-0.3.33}/llama-cpp-turboquant/tools/server/CMakeLists.txt +0 -0
- {localcode-0.3.31 → localcode-0.3.33}/llama-cpp-turboquant/tools/server/server-common.cpp +0 -0
- {localcode-0.3.31 → localcode-0.3.33}/llama-cpp-turboquant/tools/server/server-common.h +0 -0
- {localcode-0.3.31 → localcode-0.3.33}/llama-cpp-turboquant/tools/server/server-context.cpp +0 -0
- {localcode-0.3.31 → localcode-0.3.33}/llama-cpp-turboquant/tools/server/server-context.h +0 -0
- {localcode-0.3.31 → localcode-0.3.33}/llama-cpp-turboquant/tools/server/server-cors-proxy.h +0 -0
- {localcode-0.3.31 → localcode-0.3.33}/llama-cpp-turboquant/tools/server/server-http.cpp +0 -0
- {localcode-0.3.31 → localcode-0.3.33}/llama-cpp-turboquant/tools/server/server-http.h +0 -0
- {localcode-0.3.31 → localcode-0.3.33}/llama-cpp-turboquant/tools/server/server-models.cpp +0 -0
- {localcode-0.3.31 → localcode-0.3.33}/llama-cpp-turboquant/tools/server/server-models.h +0 -0
- {localcode-0.3.31 → localcode-0.3.33}/llama-cpp-turboquant/tools/server/server-queue.cpp +0 -0
- {localcode-0.3.31 → localcode-0.3.33}/llama-cpp-turboquant/tools/server/server-queue.h +0 -0
- {localcode-0.3.31 → localcode-0.3.33}/llama-cpp-turboquant/tools/server/server-task.cpp +0 -0
- {localcode-0.3.31 → localcode-0.3.33}/llama-cpp-turboquant/tools/server/server-task.h +0 -0
- {localcode-0.3.31 → localcode-0.3.33}/llama-cpp-turboquant/tools/server/server-tools.cpp +0 -0
- {localcode-0.3.31 → localcode-0.3.33}/llama-cpp-turboquant/tools/server/server-tools.h +0 -0
- {localcode-0.3.31 → localcode-0.3.33}/llama-cpp-turboquant/tools/server/server.cpp +0 -0
- {localcode-0.3.31 → localcode-0.3.33}/llama-cpp-turboquant/tools/tokenize/CMakeLists.txt +0 -0
- {localcode-0.3.31 → localcode-0.3.33}/llama-cpp-turboquant/tools/tokenize/tokenize.cpp +0 -0
- {localcode-0.3.31 → localcode-0.3.33}/llama-cpp-turboquant/tools/tts/CMakeLists.txt +0 -0
- {localcode-0.3.31 → localcode-0.3.33}/llama-cpp-turboquant/tools/tts/tts.cpp +0 -0
- {localcode-0.3.31 → localcode-0.3.33}/llama-cpp-turboquant/vendor/cpp-httplib/CMakeLists.txt +0 -0
- {localcode-0.3.31 → localcode-0.3.33}/llama-cpp-turboquant/vendor/cpp-httplib/httplib.cpp +0 -0
- {localcode-0.3.31 → localcode-0.3.33}/llama-cpp-turboquant/vendor/cpp-httplib/httplib.h +0 -0
- {localcode-0.3.31 → localcode-0.3.33}/llama-cpp-turboquant/vendor/miniaudio/miniaudio.h +0 -0
- {localcode-0.3.31 → localcode-0.3.33}/llama-cpp-turboquant/vendor/nlohmann/json.hpp +0 -0
- {localcode-0.3.31 → localcode-0.3.33}/llama-cpp-turboquant/vendor/nlohmann/json_fwd.hpp +0 -0
- {localcode-0.3.31 → localcode-0.3.33}/llama-cpp-turboquant/vendor/sheredom/subprocess.h +0 -0
- {localcode-0.3.31 → localcode-0.3.33}/llama-cpp-turboquant/vendor/stb/stb_image.h +0 -0
- {localcode-0.3.31 → localcode-0.3.33}/setup.cfg +0 -0
- {localcode-0.3.31 → localcode-0.3.33}/setup.py +0 -0
- {localcode-0.3.31 → localcode-0.3.33}/src/localcode/__init__.py +0 -0
- {localcode-0.3.31 → localcode-0.3.33}/src/localcode/__main__.py +0 -0
- {localcode-0.3.31 → localcode-0.3.33}/src/localcode/_subproc_env.py +0 -0
- {localcode-0.3.31 → localcode-0.3.33}/src/localcode/agent/__init__.py +0 -0
- {localcode-0.3.31 → localcode-0.3.33}/src/localcode/agent/app_tasks.py +0 -0
- {localcode-0.3.31 → localcode-0.3.33}/src/localcode/agent/context.py +0 -0
- {localcode-0.3.31 → localcode-0.3.33}/src/localcode/agent/goal.py +0 -0
- {localcode-0.3.31 → localcode-0.3.33}/src/localcode/agent/helpers.py +0 -0
- {localcode-0.3.31 → localcode-0.3.33}/src/localcode/agent/hooks.py +0 -0
- {localcode-0.3.31 → localcode-0.3.33}/src/localcode/agent/prompt_context.py +0 -0
- {localcode-0.3.31 → localcode-0.3.33}/src/localcode/agent/prompts.py +0 -0
- {localcode-0.3.31 → localcode-0.3.33}/src/localcode/agent/recovery.py +0 -0
- {localcode-0.3.31 → localcode-0.3.33}/src/localcode/agent/sections.py +0 -0
- {localcode-0.3.31 → localcode-0.3.33}/src/localcode/agent/state_machine.py +0 -0
- {localcode-0.3.31 → localcode-0.3.33}/src/localcode/agent/streaming.py +0 -0
- {localcode-0.3.31 → localcode-0.3.33}/src/localcode/agent/tool_execution.py +0 -0
- {localcode-0.3.31 → localcode-0.3.33}/src/localcode/agent/tool_orchestration.py +0 -0
- {localcode-0.3.31 → localcode-0.3.33}/src/localcode/agent/turn_finalization.py +0 -0
- {localcode-0.3.31 → localcode-0.3.33}/src/localcode/app.py +0 -0
- {localcode-0.3.31 → localcode-0.3.33}/src/localcode/approvals.py +0 -0
- {localcode-0.3.31 → localcode-0.3.33}/src/localcode/auto_compact.py +0 -0
- {localcode-0.3.31 → localcode-0.3.33}/src/localcode/autonomy.py +0 -0
- {localcode-0.3.31 → localcode-0.3.33}/src/localcode/bin/__init__.py +0 -0
- {localcode-0.3.31 → localcode-0.3.33}/src/localcode/bin/llama-server +0 -0
- {localcode-0.3.31 → localcode-0.3.33}/src/localcode/bootstrap.py +0 -0
- {localcode-0.3.31 → localcode-0.3.33}/src/localcode/cache.py +0 -0
- {localcode-0.3.31 → localcode-0.3.33}/src/localcode/checkpoint.py +0 -0
- {localcode-0.3.31 → localcode-0.3.33}/src/localcode/compact.py +0 -0
- {localcode-0.3.31 → localcode-0.3.33}/src/localcode/compaction.py +0 -0
- {localcode-0.3.31 → localcode-0.3.33}/src/localcode/composer.py +0 -0
- {localcode-0.3.31 → localcode-0.3.33}/src/localcode/config.py +0 -0
- {localcode-0.3.31 → localcode-0.3.33}/src/localcode/context.py +0 -0
- {localcode-0.3.31 → localcode-0.3.33}/src/localcode/display.py +0 -0
- {localcode-0.3.31 → localcode-0.3.33}/src/localcode/embeddings.py +0 -0
- {localcode-0.3.31 → localcode-0.3.33}/src/localcode/entrypoint.py +0 -0
- {localcode-0.3.31 → localcode-0.3.33}/src/localcode/errors.py +0 -0
- {localcode-0.3.31 → localcode-0.3.33}/src/localcode/events.py +0 -0
- {localcode-0.3.31 → localcode-0.3.33}/src/localcode/evidence.py +0 -0
- {localcode-0.3.31 → localcode-0.3.33}/src/localcode/execution_policy.py +0 -0
- {localcode-0.3.31 → localcode-0.3.33}/src/localcode/formatting.py +0 -0
- {localcode-0.3.31 → localcode-0.3.33}/src/localcode/headless_json.py +0 -0
- {localcode-0.3.31 → localcode-0.3.33}/src/localcode/health.py +0 -0
- {localcode-0.3.31 → localcode-0.3.33}/src/localcode/history.py +0 -0
- {localcode-0.3.31 → localcode-0.3.33}/src/localcode/hooks.py +0 -0
- {localcode-0.3.31 → localcode-0.3.33}/src/localcode/indexer.py +0 -0
- {localcode-0.3.31 → localcode-0.3.33}/src/localcode/injection_defense.py +0 -0
- {localcode-0.3.31 → localcode-0.3.33}/src/localcode/launcher.py +0 -0
- {localcode-0.3.31 → localcode-0.3.33}/src/localcode/logging_utils.py +0 -0
- {localcode-0.3.31 → localcode-0.3.33}/src/localcode/lsp.py +0 -0
- {localcode-0.3.31 → localcode-0.3.33}/src/localcode/mcp/__init__.py +0 -0
- {localcode-0.3.31 → localcode-0.3.33}/src/localcode/mcp/_bridge.py +0 -0
- {localcode-0.3.31 → localcode-0.3.33}/src/localcode/mcp/_config.py +0 -0
- {localcode-0.3.31 → localcode-0.3.33}/src/localcode/mcp/_transports.py +0 -0
- {localcode-0.3.31 → localcode-0.3.33}/src/localcode/mcp/client.py +0 -0
- {localcode-0.3.31 → localcode-0.3.33}/src/localcode/memory_guard.py +0 -0
- {localcode-0.3.31 → localcode-0.3.33}/src/localcode/model_config.py +0 -0
- {localcode-0.3.31 → localcode-0.3.33}/src/localcode/model_delete.py +0 -0
- {localcode-0.3.31 → localcode-0.3.33}/src/localcode/model_families.py +0 -0
- {localcode-0.3.31 → localcode-0.3.33}/src/localcode/models.py +0 -0
- {localcode-0.3.31 → localcode-0.3.33}/src/localcode/notebook.py +0 -0
- {localcode-0.3.31 → localcode-0.3.33}/src/localcode/patching.py +0 -0
- {localcode-0.3.31 → localcode-0.3.33}/src/localcode/paths.py +0 -0
- {localcode-0.3.31 → localcode-0.3.33}/src/localcode/performance.py +0 -0
- {localcode-0.3.31 → localcode-0.3.33}/src/localcode/permissions.py +0 -0
- {localcode-0.3.31 → localcode-0.3.33}/src/localcode/permissions_v2.py +0 -0
- {localcode-0.3.31 → localcode-0.3.33}/src/localcode/plans.py +0 -0
- {localcode-0.3.31 → localcode-0.3.33}/src/localcode/process_registry.py +0 -0
- {localcode-0.3.31 → localcode-0.3.33}/src/localcode/recommendations.py +0 -0
- {localcode-0.3.31 → localcode-0.3.33}/src/localcode/recovery.py +0 -0
- {localcode-0.3.31 → localcode-0.3.33}/src/localcode/runtime_diffusion.py +0 -0
- {localcode-0.3.31 → localcode-0.3.33}/src/localcode/server_manager.py +0 -0
- {localcode-0.3.31 → localcode-0.3.33}/src/localcode/session.py +0 -0
- {localcode-0.3.31 → localcode-0.3.33}/src/localcode/shell.py +0 -0
- {localcode-0.3.31 → localcode-0.3.33}/src/localcode/skills/debug.md +0 -0
- {localcode-0.3.31 → localcode-0.3.33}/src/localcode/skills/edit-verified.md +0 -0
- {localcode-0.3.31 → localcode-0.3.33}/src/localcode/skills/explain.md +0 -0
- {localcode-0.3.31 → localcode-0.3.33}/src/localcode/skills/finish-verified.md +0 -0
- {localcode-0.3.31 → localcode-0.3.33}/src/localcode/skills/git-commit-safely.md +0 -0
- {localcode-0.3.31 → localcode-0.3.33}/src/localcode/skills/locate.md +0 -0
- {localcode-0.3.31 → localcode-0.3.33}/src/localcode/skills/plan-task.md +0 -0
- {localcode-0.3.31 → localcode-0.3.33}/src/localcode/skills/review.md +0 -0
- {localcode-0.3.31 → localcode-0.3.33}/src/localcode/skills/run-tests.md +0 -0
- {localcode-0.3.31 → localcode-0.3.33}/src/localcode/skills.py +0 -0
- {localcode-0.3.31 → localcode-0.3.33}/src/localcode/snapshots.py +0 -0
- {localcode-0.3.31 → localcode-0.3.33}/src/localcode/sounds.py +0 -0
- {localcode-0.3.31 → localcode-0.3.33}/src/localcode/telemetry.py +0 -0
- {localcode-0.3.31 → localcode-0.3.33}/src/localcode/theme.py +0 -0
- {localcode-0.3.31 → localcode-0.3.33}/src/localcode/thermal.py +0 -0
- {localcode-0.3.31 → localcode-0.3.33}/src/localcode/thinking.py +0 -0
- {localcode-0.3.31 → localcode-0.3.33}/src/localcode/tool_router.py +0 -0
- {localcode-0.3.31 → localcode-0.3.33}/src/localcode/toolkit.py +0 -0
- {localcode-0.3.31 → localcode-0.3.33}/src/localcode/tools/__init__.py +0 -0
- {localcode-0.3.31 → localcode-0.3.33}/src/localcode/tools/agent.py +0 -0
- {localcode-0.3.31 → localcode-0.3.33}/src/localcode/tools/append_file.py +0 -0
- {localcode-0.3.31 → localcode-0.3.33}/src/localcode/tools/background_process.py +0 -0
- {localcode-0.3.31 → localcode-0.3.33}/src/localcode/tools/base.py +0 -0
- {localcode-0.3.31 → localcode-0.3.33}/src/localcode/tools/bash.py +0 -0
- {localcode-0.3.31 → localcode-0.3.33}/src/localcode/tools/code_navigation.py +0 -0
- {localcode-0.3.31 → localcode-0.3.33}/src/localcode/tools/edit_diff.py +0 -0
- {localcode-0.3.31 → localcode-0.3.33}/src/localcode/tools/edit_file.py +0 -0
- {localcode-0.3.31 → localcode-0.3.33}/src/localcode/tools/facts.py +0 -0
- {localcode-0.3.31 → localcode-0.3.33}/src/localcode/tools/glob_tool.py +0 -0
- {localcode-0.3.31 → localcode-0.3.33}/src/localcode/tools/grep.py +0 -0
- {localcode-0.3.31 → localcode-0.3.33}/src/localcode/tools/launch_app.py +0 -0
- {localcode-0.3.31 → localcode-0.3.33}/src/localcode/tools/list_files.py +0 -0
- {localcode-0.3.31 → localcode-0.3.33}/src/localcode/tools/multi_edit.py +0 -0
- {localcode-0.3.31 → localcode-0.3.33}/src/localcode/tools/plan_mode.py +0 -0
- {localcode-0.3.31 → localcode-0.3.33}/src/localcode/tools/project_check.py +0 -0
- {localcode-0.3.31 → localcode-0.3.33}/src/localcode/tools/read_file.py +0 -0
- {localcode-0.3.31 → localcode-0.3.33}/src/localcode/tools/read_state.py +0 -0
- {localcode-0.3.31 → localcode-0.3.33}/src/localcode/tools/skill_tool.py +0 -0
- {localcode-0.3.31 → localcode-0.3.33}/src/localcode/tools/syntax_check.py +0 -0
- {localcode-0.3.31 → localcode-0.3.33}/src/localcode/tools/todo_write.py +0 -0
- {localcode-0.3.31 → localcode-0.3.33}/src/localcode/tools/tool_call_repair.py +0 -0
- {localcode-0.3.31 → localcode-0.3.33}/src/localcode/tools/web_fetch.py +0 -0
- {localcode-0.3.31 → localcode-0.3.33}/src/localcode/tools/web_search.py +0 -0
- {localcode-0.3.31 → localcode-0.3.33}/src/localcode/tools/write_file.py +0 -0
- {localcode-0.3.31 → localcode-0.3.33}/src/localcode/tui/__init__.py +0 -0
- {localcode-0.3.31 → localcode-0.3.33}/src/localcode/tui/app.py +0 -0
- {localcode-0.3.31 → localcode-0.3.33}/src/localcode/tui/bridge.py +0 -0
- {localcode-0.3.31 → localcode-0.3.33}/src/localcode/tui/clipboard_image.py +0 -0
- {localcode-0.3.31 → localcode-0.3.33}/src/localcode/tui/paste_collapse.py +0 -0
- {localcode-0.3.31 → localcode-0.3.33}/src/localcode/tui/screens/__init__.py +0 -0
- {localcode-0.3.31 → localcode-0.3.33}/src/localcode/tui/screens/mode_picker.py +0 -0
- {localcode-0.3.31 → localcode-0.3.33}/src/localcode/tui/screens/model_picker.py +0 -0
- {localcode-0.3.31 → localcode-0.3.33}/src/localcode/tui/screens/setup.py +0 -0
- {localcode-0.3.31 → localcode-0.3.33}/src/localcode/tui/styles/__init__.py +0 -0
- {localcode-0.3.31 → localcode-0.3.33}/src/localcode/tui/styles/app.tcss +0 -0
- {localcode-0.3.31 → localcode-0.3.33}/src/localcode/tui/widgets/__init__.py +0 -0
- {localcode-0.3.31 → localcode-0.3.33}/src/localcode/tui/widgets/approval.py +0 -0
- {localcode-0.3.31 → localcode-0.3.33}/src/localcode/tui/widgets/messages/__init__.py +0 -0
- {localcode-0.3.31 → localcode-0.3.33}/src/localcode/tui/widgets/messages/diff.py +0 -0
- {localcode-0.3.31 → localcode-0.3.33}/src/localcode/tui/widgets/voice_visualizer.py +0 -0
- {localcode-0.3.31 → localcode-0.3.33}/src/localcode/turn_diff.py +0 -0
- {localcode-0.3.31 → localcode-0.3.33}/src/localcode/undo.py +0 -0
- {localcode-0.3.31 → localcode-0.3.33}/src/localcode/verification.py +0 -0
- {localcode-0.3.31 → localcode-0.3.33}/src/localcode/voice.py +0 -0
- {localcode-0.3.31 → localcode-0.3.33}/src/localcode.egg-info/dependency_links.txt +0 -0
- {localcode-0.3.31 → localcode-0.3.33}/src/localcode.egg-info/entry_points.txt +0 -0
- {localcode-0.3.31 → localcode-0.3.33}/src/localcode.egg-info/requires.txt +0 -0
- {localcode-0.3.31 → localcode-0.3.33}/src/localcode.egg-info/top_level.txt +0 -0
- {localcode-0.3.31 → localcode-0.3.33}/tests/test_agent_event_regressions.py +0 -0
- {localcode-0.3.31 → localcode-0.3.33}/tests/test_agent_state_machine.py +0 -0
- {localcode-0.3.31 → localcode-0.3.33}/tests/test_bootstrap.py +0 -0
- {localcode-0.3.31 → localcode-0.3.33}/tests/test_checkpoint.py +0 -0
- {localcode-0.3.31 → localcode-0.3.33}/tests/test_churn_detection.py +0 -0
- {localcode-0.3.31 → localcode-0.3.33}/tests/test_clipboard_image.py +0 -0
- {localcode-0.3.31 → localcode-0.3.33}/tests/test_code_navigation_and_processes.py +0 -0
- {localcode-0.3.31 → localcode-0.3.33}/tests/test_compaction.py +0 -0
- {localcode-0.3.31 → localcode-0.3.33}/tests/test_comprehensive_agent.py +0 -0
- {localcode-0.3.31 → localcode-0.3.33}/tests/test_comprehensive_binary.py +0 -0
- {localcode-0.3.31 → localcode-0.3.33}/tests/test_comprehensive_cli.py +0 -0
- {localcode-0.3.31 → localcode-0.3.33}/tests/test_comprehensive_diffusion.py +0 -0
- {localcode-0.3.31 → localcode-0.3.33}/tests/test_comprehensive_install.py +0 -0
- {localcode-0.3.31 → localcode-0.3.33}/tests/test_comprehensive_machines.py +0 -0
- {localcode-0.3.31 → localcode-0.3.33}/tests/test_comprehensive_model_picker.py +0 -0
- {localcode-0.3.31 → localcode-0.3.33}/tests/test_comprehensive_models_matrix.py +0 -0
- {localcode-0.3.31 → localcode-0.3.33}/tests/test_comprehensive_vision.py +0 -0
- {localcode-0.3.31 → localcode-0.3.33}/tests/test_comprehensive_voice.py +0 -0
- {localcode-0.3.31 → localcode-0.3.33}/tests/test_comprehensive_whisper.py +0 -0
- {localcode-0.3.31 → localcode-0.3.33}/tests/test_config.py +0 -0
- {localcode-0.3.31 → localcode-0.3.33}/tests/test_context.py +0 -0
- {localcode-0.3.31 → localcode-0.3.33}/tests/test_context_pipeline_e2e.py +0 -0
- {localcode-0.3.31 → localcode-0.3.33}/tests/test_delete_command.py +0 -0
- {localcode-0.3.31 → localcode-0.3.33}/tests/test_download.py +0 -0
- {localcode-0.3.31 → localcode-0.3.33}/tests/test_edit_guard_and_fuzzy.py +0 -0
- {localcode-0.3.31 → localcode-0.3.33}/tests/test_embeddings_retrieval.py +0 -0
- {localcode-0.3.31 → localcode-0.3.33}/tests/test_evidence_and_lifecycle_hooks.py +0 -0
- {localcode-0.3.31 → localcode-0.3.33}/tests/test_execution_policies.py +0 -0
- {localcode-0.3.31 → localcode-0.3.33}/tests/test_fresh_install.py +0 -0
- {localcode-0.3.31 → localcode-0.3.33}/tests/test_home_build_anchor.py +0 -0
- {localcode-0.3.31 → localcode-0.3.33}/tests/test_kv_cap.py +0 -0
- {localcode-0.3.31 → localcode-0.3.33}/tests/test_loop_recovery_ladder.py +0 -0
- {localcode-0.3.31 → localcode-0.3.33}/tests/test_model_config.py +0 -0
- {localcode-0.3.31 → localcode-0.3.33}/tests/test_not_found_recovery.py +0 -0
- {localcode-0.3.31 → localcode-0.3.33}/tests/test_output.py +0 -0
- {localcode-0.3.31 → localcode-0.3.33}/tests/test_paste_collapse.py +0 -0
- {localcode-0.3.31 → localcode-0.3.33}/tests/test_path_healing.py +0 -0
- {localcode-0.3.31 → localcode-0.3.33}/tests/test_prompt_language_steering.py +0 -0
- {localcode-0.3.31 → localcode-0.3.33}/tests/test_real_models.py +0 -0
- {localcode-0.3.31 → localcode-0.3.33}/tests/test_run_json.py +0 -0
- {localcode-0.3.31 → localcode-0.3.33}/tests/test_security_hardening.py +0 -0
- {localcode-0.3.31 → localcode-0.3.33}/tests/test_subproc_env.py +0 -0
- {localcode-0.3.31 → localcode-0.3.33}/tests/test_syntax_check.py +0 -0
- {localcode-0.3.31 → localcode-0.3.33}/tests/test_task_statement_pinning.py +0 -0
- {localcode-0.3.31 → localcode-0.3.33}/tests/test_thermal.py +0 -0
- {localcode-0.3.31 → localcode-0.3.33}/tests/test_toolkit.py +0 -0
- {localcode-0.3.31 → localcode-0.3.33}/tests/test_tui_input.py +0 -0
|
@@ -67,24 +67,26 @@ this; interactive sessions don't)."""
|
|
|
67
67
|
|
|
68
68
|
MAX_OUTPUT_TOKENS = -1
|
|
69
69
|
"""Per-round generation cap. -1 = unlimited; the model stops at its
|
|
70
|
-
natural EOS.
|
|
71
|
-
unparseable garbage, which then triggers a
|
|
72
|
-
prior 5.8-minute round burn was caused by an
|
|
73
|
-
long-but-valid write_file call.
|
|
74
|
-
|
|
75
|
-
|
|
76
|
-
|
|
77
|
-
|
|
78
|
-
|
|
79
|
-
|
|
80
|
-
|
|
81
|
-
|
|
82
|
-
|
|
83
|
-
|
|
84
|
-
|
|
85
|
-
|
|
86
|
-
|
|
87
|
-
|
|
70
|
+
natural EOS. This stays -1 deliberately: capping mid-stream truncates
|
|
71
|
+
valid tool-call JSON into unparseable garbage, which then triggers a
|
|
72
|
+
useless recovery round. A prior 5.8-minute round burn was caused by an
|
|
73
|
+
8192 cap chopping a long-but-valid write_file call. So a small per-round
|
|
74
|
+
token cap is the WRONG lever.
|
|
75
|
+
|
|
76
|
+
The runaway backstop is NOT ctx-size. An earlier version of this note
|
|
77
|
+
claimed `--ctx-size 32768` bounded prompt+generation so "the model can't
|
|
78
|
+
run forever" — that is FALSE for long-context models. LocalCode launches
|
|
79
|
+
Qwen (262K trained) with `--ctx-size 131072`; a 6K-token prompt then
|
|
80
|
+
leaves ~125K tokens of generation headroom ≈ ~28 minutes of nonstop
|
|
81
|
+
decode. A real 40-minute / no-output hang (thinking on, no answer emitted)
|
|
82
|
+
was traced to exactly this.
|
|
83
|
+
|
|
84
|
+
The correct backstop is the thinking runaway-guard (Feature.THINKING_CAPS
|
|
85
|
+
+ MAX_THINKING_SECONDS / MAX_THINKING_CHARS): it aborts a reasoning-only
|
|
86
|
+
phase at 10 min / ~20k tokens regardless of ctx-size, well before the
|
|
87
|
+
context ceiling, and surfaces a clear message. That is why the cap was
|
|
88
|
+
re-enabled 2026-07-19. Leaving MAX_OUTPUT_TOKENS at -1 keeps valid long
|
|
89
|
+
tool calls intact while the thinking guard handles the runaway case."""
|
|
88
90
|
|
|
89
91
|
|
|
90
92
|
# ── Thinking-phase safety caps ──────────────────────────────────────
|
|
@@ -94,21 +96,24 @@ normal file writes."""
|
|
|
94
96
|
# `_thinking_abort`, which surfaces a clear user message and ends
|
|
95
97
|
# the turn.
|
|
96
98
|
#
|
|
97
|
-
#
|
|
98
|
-
#
|
|
99
|
-
#
|
|
100
|
-
#
|
|
101
|
-
#
|
|
99
|
+
# These are a RUNAWAY guard, not a reasoning budget. The earlier tight
|
|
100
|
+
# values (90 s / 4000 chars ≈ 1000 tokens) aborted legitimate long
|
|
101
|
+
# reasoning and were disabled 2026-04-27 (see features.THINKING_CAPS).
|
|
102
|
+
# They are re-enabled now with far more generous bounds after a real
|
|
103
|
+
# 29-minute / 94.8k-token runaway on Qwen Q8 with thinking on: the
|
|
104
|
+
# cap must never touch normal reasoning, only a pathological loop.
|
|
102
105
|
#
|
|
103
|
-
#
|
|
104
|
-
#
|
|
105
|
-
#
|
|
106
|
-
# the
|
|
107
|
-
#
|
|
108
|
-
#
|
|
109
|
-
|
|
110
|
-
|
|
111
|
-
|
|
106
|
+
# * 600 s (10 min): a genuine slow-reason path on a heavy Q8 model
|
|
107
|
+
# (~50-75 tok/s) fits comfortably; a 29-minute loop does not.
|
|
108
|
+
# * 80000 chars (~20k reasoning tokens): well above any legitimate
|
|
109
|
+
# planning trace; the observed runaway was ~380k chars.
|
|
110
|
+
#
|
|
111
|
+
# With reasoning now streamed live in the TUI, the user also SEES a
|
|
112
|
+
# runaway and can `esc` — the cap is the backstop for unattended /
|
|
113
|
+
# headless runs where no one is watching.
|
|
114
|
+
|
|
115
|
+
MAX_THINKING_SECONDS = 600
|
|
116
|
+
MAX_THINKING_CHARS = 80000
|
|
112
117
|
|
|
113
118
|
|
|
114
119
|
# ── Tool-result size policy ─────────────────────────────────────────
|
|
@@ -965,12 +965,12 @@ def run_agent_loop(
|
|
|
965
965
|
# If we bailed on a stuck thinking loop, tell the user explicitly so
|
|
966
966
|
# they know why the turn ended and can try a different prompt.
|
|
967
967
|
if _stream_result.thinking_abort:
|
|
968
|
-
out.
|
|
968
|
+
out.notice(
|
|
969
969
|
f"Stopped: model reasoning exceeded the per-round cap "
|
|
970
970
|
f"({MAX_THINKING_SECONDS}s or {MAX_THINKING_CHARS} chars) without "
|
|
971
|
-
f"emitting a response.
|
|
972
|
-
f"
|
|
973
|
-
f"
|
|
971
|
+
f"emitting a response. Turn off deep reasoning with `/thinking off`, "
|
|
972
|
+
f"switch to a faster model with `/model`, or rephrase the task in "
|
|
973
|
+
f"smaller steps."
|
|
974
974
|
)
|
|
975
975
|
|
|
976
976
|
# Show thinking summary if present (collapsed, dim)
|
|
@@ -162,11 +162,13 @@ FEATURE_DEFAULTS: dict[Feature, bool] = {
|
|
|
162
162
|
Feature.TOOL_RESULT_AGING: True,
|
|
163
163
|
Feature.CONTEXT_SHIFT: True,
|
|
164
164
|
|
|
165
|
-
# Decode safety.
|
|
166
|
-
#
|
|
167
|
-
#
|
|
168
|
-
#
|
|
169
|
-
|
|
165
|
+
# Decode safety. Re-enabled 2026-07-19 after a real 29-minute /
|
|
166
|
+
# 94.8k-token thinking runaway (Qwen Q8, thinking on) that never
|
|
167
|
+
# produced output. Disabled 2026-04-27 because the caps were far too
|
|
168
|
+
# tight (90 s / 4000 chars) and aborted useful reasoning; now paired
|
|
169
|
+
# with GENEROUS bounds (600 s / 80000 chars, see constants.py) that
|
|
170
|
+
# only catch a pathological loop, never normal reasoning.
|
|
171
|
+
Feature.THINKING_CAPS: True,
|
|
170
172
|
Feature.AUTO_NUDGE_RECOVERY: True,
|
|
171
173
|
|
|
172
174
|
# Runtime — on. The pressure monitor specifically is what
|
|
@@ -76,18 +76,37 @@ class Quant:
|
|
|
76
76
|
|
|
77
77
|
|
|
78
78
|
def _quant_from_entry(entry: dict) -> Quant | None:
|
|
79
|
-
"""Build a Quant from one HF tree entry, or None if it's not a
|
|
79
|
+
"""Build a Quant from one HF tree entry, or None if it's not a selectable
|
|
80
|
+
model-weight quant.
|
|
81
|
+
|
|
82
|
+
The browser lists things the user PICKS. It must show only real model-weight
|
|
83
|
+
quants — never sidecar files, which are tiny and confusing next to a
|
|
84
|
+
multi-GB model (a 12B repo showing "BF16 · 0.9 GB" rows is the vision
|
|
85
|
+
projector, not a 12B model). Dropped here:
|
|
86
|
+
- vision projectors (`mmproj-*.gguf`) — auto-paired with the chosen quant
|
|
87
|
+
via the catalog's mmproj fields, never selected directly
|
|
88
|
+
- speculative-decoding draft heads (`mtp-*.gguf`) and anything in a
|
|
89
|
+
subfolder (e.g. `MTP/…`) — not standalone models
|
|
90
|
+
- any file with no recognizable quant code (`…-it.gguf` extras)
|
|
91
|
+
"""
|
|
80
92
|
path = entry.get("path", "")
|
|
81
93
|
if not path.lower().endswith(".gguf"):
|
|
82
94
|
return None
|
|
83
95
|
base = path.rsplit("/", 1)[-1]
|
|
84
|
-
|
|
96
|
+
lowered = base.lower()
|
|
97
|
+
# Subfolder files (e.g. `MTP/gemma-…-Q4_0.gguf`) are never top-level
|
|
98
|
+
# selectable weights.
|
|
99
|
+
if "/" in path:
|
|
100
|
+
return None
|
|
101
|
+
# Vision projectors and MTP draft heads are sidecars, not pickable models.
|
|
102
|
+
if lowered.startswith("mmproj") or lowered.startswith("mtp-") or lowered.startswith("mtp_"):
|
|
103
|
+
return None
|
|
85
104
|
label = _parse_label(path)
|
|
86
|
-
#
|
|
87
|
-
#
|
|
88
|
-
|
|
89
|
-
if label is None and not is_mmproj:
|
|
105
|
+
# Real weight quants carry a quant code (Q4_K_M, IQ3_S, BF16, …). Anything
|
|
106
|
+
# else is repo noise — drop it so the picker never shows junk rows.
|
|
107
|
+
if label is None:
|
|
90
108
|
return None
|
|
109
|
+
is_mmproj = False
|
|
91
110
|
# LFS weights store the true size under entry["lfs"]["size"]; fall back to
|
|
92
111
|
# the top-level "size" for non-LFS files.
|
|
93
112
|
lfs = entry.get("lfs") or {}
|
|
@@ -95,8 +114,7 @@ def _quant_from_entry(entry: dict) -> Quant | None:
|
|
|
95
114
|
return Quant(
|
|
96
115
|
filename=path,
|
|
97
116
|
size_gb=round(size_bytes / 1e9, 3),
|
|
98
|
-
|
|
99
|
-
label=label or (base[:-5].split("-")[-1] if base.lower().endswith(".gguf") else base),
|
|
117
|
+
label=label,
|
|
100
118
|
is_mmproj=is_mmproj,
|
|
101
119
|
)
|
|
102
120
|
|
|
@@ -191,6 +191,28 @@ CHOICES: list[ModelChoice] = [
|
|
|
191
191
|
mmproj_size_gb=1.2,
|
|
192
192
|
mmproj_hf_filename="mmproj-F16.gguf",
|
|
193
193
|
),
|
|
194
|
+
ModelChoice(
|
|
195
|
+
key="gemma-12b",
|
|
196
|
+
name="Gemma 4 12B (Q4)",
|
|
197
|
+
hf_repo="unsloth/gemma-4-12b-it-GGUF",
|
|
198
|
+
filename="gemma-4-12b-it-UD-Q4_K_XL.gguf",
|
|
199
|
+
size_gb=7.37,
|
|
200
|
+
active_params="12B (dense)",
|
|
201
|
+
architecture="gemma4-iswa",
|
|
202
|
+
license="Apache 2.0",
|
|
203
|
+
humaneval_pass_at_1=None,
|
|
204
|
+
notes=(
|
|
205
|
+
"Mid-sized dense Gemma 4 — sits between E4B and the 26B MoE. "
|
|
206
|
+
"UD-Q4_K_XL fits 16 GB unified memory (~7.4 GB weights + KV + mmproj). "
|
|
207
|
+
"Native multimodal (vision + audio). Apache 2.0. Upstream silently "
|
|
208
|
+
"refreshed these weights 2026-07-16 (tool-calling + vision fixes, same "
|
|
209
|
+
"filenames) — copies downloaded before then are stale; delete and "
|
|
210
|
+
"re-download to pick up the fixes."
|
|
211
|
+
),
|
|
212
|
+
mmproj_filename="mmproj-gemma-4-12b-F16.gguf",
|
|
213
|
+
mmproj_size_gb=0.86,
|
|
214
|
+
mmproj_hf_filename="mmproj-F16.gguf",
|
|
215
|
+
),
|
|
194
216
|
ModelChoice(
|
|
195
217
|
key="gemma-12b-bf16",
|
|
196
218
|
name="Gemma 4 12B (BF16, full)",
|
|
@@ -214,73 +236,6 @@ CHOICES: list[ModelChoice] = [
|
|
|
214
236
|
mmproj_size_gb=0.86, # 862 MB; repo offers BF16 + F16, both 862 MB
|
|
215
237
|
mmproj_hf_filename="mmproj-F16.gguf",
|
|
216
238
|
),
|
|
217
|
-
ModelChoice(
|
|
218
|
-
key="gemma-12b-qat",
|
|
219
|
-
name="Gemma 4 12B QAT (Q4)",
|
|
220
|
-
hf_repo="unsloth/gemma-4-12B-it-qat-GGUF",
|
|
221
|
-
filename="gemma-4-12B-it-qat-UD-Q4_K_XL.gguf",
|
|
222
|
-
size_gb=6.72,
|
|
223
|
-
active_params="12B (dense)",
|
|
224
|
-
architecture="gemma4-iswa",
|
|
225
|
-
license="Apache 2.0",
|
|
226
|
-
humaneval_pass_at_1=None,
|
|
227
|
-
notes=(
|
|
228
|
-
"Quantization-aware-trained 12B — Google trained the quantized weights "
|
|
229
|
-
"directly, so Q4 keeps near-BF16 quality at 6.7 GB (vs 7.4 GB for the "
|
|
230
|
-
"post-hoc Q4 entry). Lightest full-quality Gemma pick for 16 GB Macs. "
|
|
231
|
-
"Repo ships a single UD-Q4_K_XL quant. NOTE: its mmproj sidecar is a "
|
|
232
|
-
"smaller ~175 MB projector than the 862 MB one in the non-QAT repo — "
|
|
233
|
-
"vision output is untested on this stack. Filenames verified against "
|
|
234
|
-
"the repo (2026-07-19); weights carry the 2026-07-17 upstream refresh."
|
|
235
|
-
),
|
|
236
|
-
mmproj_filename="mmproj-gemma-4-12B-qat-F16.gguf",
|
|
237
|
-
mmproj_size_gb=0.18,
|
|
238
|
-
mmproj_hf_filename="mmproj-F16.gguf",
|
|
239
|
-
),
|
|
240
|
-
ModelChoice(
|
|
241
|
-
key="gemma-qat",
|
|
242
|
-
name="Gemma 4 26B-A4B QAT (Q4)",
|
|
243
|
-
hf_repo="unsloth/gemma-4-26B-A4B-it-qat-GGUF",
|
|
244
|
-
filename="gemma-4-26B-A4B-it-qat-UD-Q4_K_XL.gguf",
|
|
245
|
-
size_gb=14.25,
|
|
246
|
-
active_params="3.8B (top-8 of 128 experts)",
|
|
247
|
-
architecture="gemma4-iswa",
|
|
248
|
-
license="Apache 2.0",
|
|
249
|
-
humaneval_pass_at_1=None,
|
|
250
|
-
notes=(
|
|
251
|
-
"Quantization-aware-trained 26B MoE — same architecture and decode "
|
|
252
|
-
"speed class as the IQ3_S entry but QAT preserves near-BF16 quality "
|
|
253
|
-
"at Q4. 14.3 GB weights → needs 32 GB unified memory (the IQ3_S entry "
|
|
254
|
-
"remains the 16 GB pick). Repo ships a single UD-Q4_K_XL quant. "
|
|
255
|
-
"Filenames verified against the repo (2026-07-19); weights carry the "
|
|
256
|
-
"2026-07-17 upstream refresh (tool-calling + vision fixes)."
|
|
257
|
-
),
|
|
258
|
-
mmproj_filename="mmproj-gemma-4-26B-A4B-qat-F16.gguf",
|
|
259
|
-
mmproj_size_gb=1.19,
|
|
260
|
-
mmproj_hf_filename="mmproj-F16.gguf",
|
|
261
|
-
),
|
|
262
|
-
ModelChoice(
|
|
263
|
-
key="gemma-31b-qat",
|
|
264
|
-
name="Gemma 4 31B QAT (Q4)",
|
|
265
|
-
hf_repo="unsloth/gemma-4-31B-it-qat-GGUF",
|
|
266
|
-
filename="gemma-4-31B-it-qat-UD-Q4_K_XL.gguf",
|
|
267
|
-
size_gb=17.29,
|
|
268
|
-
active_params="31B (dense)",
|
|
269
|
-
architecture="gemma4-iswa",
|
|
270
|
-
license="Apache 2.0",
|
|
271
|
-
humaneval_pass_at_1=None,
|
|
272
|
-
notes=(
|
|
273
|
-
"Largest dense Gemma 4 — first 31B entry in the catalog. QAT Q4 keeps "
|
|
274
|
-
"near-BF16 quality at 17.3 GB, but dense 31B decode is memory-bandwidth "
|
|
275
|
-
"bound: expect roughly a third of the 26B MoE's speed. Needs ≥32 GB "
|
|
276
|
-
"unified memory (tight); comfortable at 48-64 GB. Repo ships a single "
|
|
277
|
-
"UD-Q4_K_XL quant. Filenames verified against the repo (2026-07-19); "
|
|
278
|
-
"weights carry the 2026-07-17 upstream refresh."
|
|
279
|
-
),
|
|
280
|
-
mmproj_filename="mmproj-gemma-4-31B-qat-F16.gguf",
|
|
281
|
-
mmproj_size_gb=1.2,
|
|
282
|
-
mmproj_hf_filename="mmproj-F16.gguf",
|
|
283
|
-
),
|
|
284
239
|
ModelChoice(
|
|
285
240
|
key="qwen",
|
|
286
241
|
name="Qwen 3.6 35B-A3B (Q2)",
|
|
@@ -400,12 +355,10 @@ _NO_AUTO_RECOMMEND_ARCHS = {"diffusion_gemma", "cohere2_moe"}
|
|
|
400
355
|
_RECOMMEND_ORDER = [
|
|
401
356
|
"qwen-q8", # 35B-A3B MoE, near-lossless Q8
|
|
402
357
|
"gemma-q8", # 26B-A4B MoE, near-lossless Q8
|
|
403
|
-
"gemma-qat", # 26B-A4B MoE, QAT Q4 — near-BF16 at half the Q8 size
|
|
404
358
|
"qwen", # 35B-A3B MoE Q2 — 94.7% HumanEval
|
|
405
359
|
"gemma", # 26B-A4B MoE Q3 — 95.1% HumanEval
|
|
406
|
-
"gemma-31b-qat", # 31B dense QAT Q4 — capable but dense-slow decode
|
|
407
360
|
"gemma-12b-bf16", # 12B dense, full precision
|
|
408
|
-
"gemma-12b
|
|
361
|
+
"gemma-12b", # 12B dense Q4
|
|
409
362
|
]
|
|
410
363
|
|
|
411
364
|
|
|
@@ -581,57 +534,6 @@ MODEL_GROUPS: list[ModelGroup] = [
|
|
|
581
534
|
mmproj_size_gb=0.86,
|
|
582
535
|
mmproj_hf_filename="mmproj-F16.gguf",
|
|
583
536
|
),
|
|
584
|
-
ModelGroup(
|
|
585
|
-
key="gemma-4-12b-qat",
|
|
586
|
-
display_name="Gemma 4 12B QAT",
|
|
587
|
-
maker="Google",
|
|
588
|
-
hf_repo="unsloth/gemma-4-12B-it-qat-GGUF",
|
|
589
|
-
family="gemma4",
|
|
590
|
-
architecture="gemma4-iswa",
|
|
591
|
-
license="Apache 2.0",
|
|
592
|
-
notes=(
|
|
593
|
-
"Quantization-aware-trained 12B — near-BF16 quality at Q4. The repo "
|
|
594
|
-
"ships a single UD-Q4_K_XL quant plus a smaller ~175 MB mmproj "
|
|
595
|
-
"(vision untested on this stack)."
|
|
596
|
-
),
|
|
597
|
-
mmproj_filename="mmproj-gemma-4-12B-qat-F16.gguf",
|
|
598
|
-
mmproj_size_gb=0.18,
|
|
599
|
-
mmproj_hf_filename="mmproj-F16.gguf",
|
|
600
|
-
),
|
|
601
|
-
ModelGroup(
|
|
602
|
-
key="gemma-4-26b-a4b-qat",
|
|
603
|
-
display_name="Gemma 4 26B-A4B QAT",
|
|
604
|
-
maker="Google",
|
|
605
|
-
hf_repo="unsloth/gemma-4-26B-A4B-it-qat-GGUF",
|
|
606
|
-
family="gemma4",
|
|
607
|
-
architecture="gemma4-iswa",
|
|
608
|
-
license="Apache 2.0",
|
|
609
|
-
notes=(
|
|
610
|
-
"Quantization-aware-trained 26B MoE — near-BF16 quality at Q4, "
|
|
611
|
-
"~3.8B active (top-8 of 128 experts). Single UD-Q4_K_XL quant; "
|
|
612
|
-
"needs 32 GB unified memory."
|
|
613
|
-
),
|
|
614
|
-
mmproj_filename="mmproj-gemma-4-26B-A4B-qat-F16.gguf",
|
|
615
|
-
mmproj_size_gb=1.19,
|
|
616
|
-
mmproj_hf_filename="mmproj-F16.gguf",
|
|
617
|
-
),
|
|
618
|
-
ModelGroup(
|
|
619
|
-
key="gemma-4-31b-qat",
|
|
620
|
-
display_name="Gemma 4 31B QAT",
|
|
621
|
-
maker="Google",
|
|
622
|
-
hf_repo="unsloth/gemma-4-31B-it-qat-GGUF",
|
|
623
|
-
family="gemma4",
|
|
624
|
-
architecture="gemma4-iswa",
|
|
625
|
-
license="Apache 2.0",
|
|
626
|
-
notes=(
|
|
627
|
-
"Largest dense Gemma 4 — QAT Q4, near-BF16 quality. Single "
|
|
628
|
-
"UD-Q4_K_XL quant (~17.3 GB); needs ≥32 GB unified memory, "
|
|
629
|
-
"comfortable at 48-64 GB."
|
|
630
|
-
),
|
|
631
|
-
mmproj_filename="mmproj-gemma-4-31B-qat-F16.gguf",
|
|
632
|
-
mmproj_size_gb=1.2,
|
|
633
|
-
mmproj_hf_filename="mmproj-F16.gguf",
|
|
634
|
-
),
|
|
635
537
|
ModelGroup(
|
|
636
538
|
key="qwen-3.6-35b-a3b",
|
|
637
539
|
display_name="Qwen 3.6 35B-A3B",
|
|
@@ -355,6 +355,14 @@ class OutputManager:
|
|
|
355
355
|
if was_running:
|
|
356
356
|
self._start_indicator()
|
|
357
357
|
|
|
358
|
+
def notice(self, text: str) -> None:
|
|
359
|
+
"""User-facing notice shown in BOTH the CLI (dim stdout) and the TUI
|
|
360
|
+
(as an info line). Unlike print_info — which is stdout-only and so is
|
|
361
|
+
invisible in the TUI — this emits an event the TUI renders. Use it for
|
|
362
|
+
anything the user must actually see (e.g. why a turn ended)."""
|
|
363
|
+
self.print_info(text)
|
|
364
|
+
self._emit_event("notice", text=text)
|
|
365
|
+
|
|
358
366
|
# ── Indicator (background thread) ────────────────────────────────
|
|
359
367
|
|
|
360
368
|
def _start_indicator(self) -> None:
|
|
@@ -16,31 +16,6 @@ from .model_families import (
|
|
|
16
16
|
)
|
|
17
17
|
|
|
18
18
|
|
|
19
|
-
#: Low default sampling temperature for coding. On quantized local models a
|
|
20
|
-
#: low temperature is the single strongest anti-hallucination lever — Gemma's
|
|
21
|
-
#: 1.0 and Qwen's 0.7 were tuned for prose, not code. Overridable per-user via
|
|
22
|
-
#: the LOCALCODE_CODING_TEMP env var so the change is fully reversible
|
|
23
|
-
#: (=0.7 restores the old Qwen cap, =1.0 the old Gemma behaviour).
|
|
24
|
-
_CODING_TEMPERATURE_DEFAULT = 0.25
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
def _coding_temperature() -> float:
|
|
28
|
-
"""The coding temperature ceiling (default 0.25), overridable via
|
|
29
|
-
LOCALCODE_CODING_TEMP. A malformed value falls back to the default."""
|
|
30
|
-
import os
|
|
31
|
-
raw = os.environ.get("LOCALCODE_CODING_TEMP")
|
|
32
|
-
if raw is None:
|
|
33
|
-
return _CODING_TEMPERATURE_DEFAULT
|
|
34
|
-
try:
|
|
35
|
-
val = float(raw)
|
|
36
|
-
except (TypeError, ValueError):
|
|
37
|
-
return _CODING_TEMPERATURE_DEFAULT
|
|
38
|
-
# Clamp to a sane range; temperature must be > 0 for the sampler.
|
|
39
|
-
if val <= 0:
|
|
40
|
-
return _CODING_TEMPERATURE_DEFAULT
|
|
41
|
-
return min(val, 2.0)
|
|
42
|
-
|
|
43
|
-
|
|
44
19
|
def _strip_thinking_tokens(text: str, family: ModelFamily | None = None) -> str:
|
|
45
20
|
"""Strip thinking-channel tokens that leak through in decoded text.
|
|
46
21
|
|
|
@@ -1088,56 +1063,25 @@ class LocalCodeRuntimeGateway(_DiffusionMixin):
|
|
|
1088
1063
|
return min(num_ctx, self._model_max_ctx(model_path))
|
|
1089
1064
|
|
|
1090
1065
|
def _options(self, num_ctx_override: int | None = None, num_predict_override: int | None = None) -> dict[str, Any]:
|
|
1091
|
-
#
|
|
1092
|
-
#
|
|
1093
|
-
#
|
|
1094
|
-
#
|
|
1095
|
-
#
|
|
1096
|
-
#
|
|
1097
|
-
#
|
|
1098
|
-
# Why only DRY + min_p as anti-loop, and NOT the top_p=0.8 / top_k=20 /
|
|
1099
|
-
# repeat_penalty=1.10 bundle: re-adding that bundle caused the documented
|
|
1100
|
-
# 2026-04-29 paraphrase-loop regression — repeat_penalty starved the EOS
|
|
1101
|
-
# token so the model rephrased the same answer 2-3× instead of stopping.
|
|
1102
|
-
# * DRY (Don't Repeat Yourself) penalises repeated N-GRAMS, scaling the
|
|
1103
|
-
# penalty exponentially with match length. Unlike repeat_penalty it
|
|
1104
|
-
# is EOS-neutral (single tokens aren't N-grams), so it breaks phrasal
|
|
1105
|
-
# loops without suppressing the stop token.
|
|
1106
|
-
# * min_p trims the low-probability tail that token-collapse loops feed
|
|
1107
|
-
# on (Unsloth's Gemma-4 repetition fix recommends 0.05 for heavily-
|
|
1108
|
-
# quantized MoE; Qwen 0.0).
|
|
1066
|
+
# Temperature + num_predict only. The FULL sampler (top_p/top_k/min_p/
|
|
1067
|
+
# presence_penalty/repeat_penalty) is family- and thinking-aware and is
|
|
1068
|
+
# assembled in _payload via _sampler_params — the single source of truth,
|
|
1069
|
+
# forwarded verbatim to llama-server. `temperature` here mirrors that
|
|
1070
|
+
# family value (thinking mode, localcode's default) so the retry/
|
|
1071
|
+
# escalation path that reads _options()["temperature"] stays consistent.
|
|
1109
1072
|
family = infer_family_from_profile(
|
|
1110
1073
|
getattr(self.config, "model", "") or getattr(self.config, "profile", "") or ""
|
|
1111
1074
|
)
|
|
1112
|
-
#
|
|
1113
|
-
#
|
|
1114
|
-
|
|
1115
|
-
|
|
1116
|
-
|
|
1117
|
-
|
|
1118
|
-
|
|
1119
|
-
# Qwen wants min_p off; Gemma-4 wants 0.05 (Unsloth's quantized-MoE fix).
|
|
1120
|
-
min_p = 0.0 if family == ModelFamily.QWEN else 0.05
|
|
1075
|
+
# Vendor-recommended temperature for this family; a user-set config
|
|
1076
|
+
# temperature (LOCALCODE_TEMPERATURE) only ever LOWERS it, never raises.
|
|
1077
|
+
_vendor_t = self._sampler_params(family, thinking=True)["temperature"]
|
|
1078
|
+
try:
|
|
1079
|
+
temperature = min(_vendor_t, float(self.config.temperature))
|
|
1080
|
+
except Exception:
|
|
1081
|
+
temperature = _vendor_t
|
|
1121
1082
|
|
|
1122
1083
|
opts: dict[str, Any] = {
|
|
1123
1084
|
"temperature": temperature,
|
|
1124
|
-
"min_p": min_p,
|
|
1125
|
-
"dry_multiplier": 1.5,
|
|
1126
|
-
"dry_base": 1.75,
|
|
1127
|
-
# allowed_length=2 catches phrasal loops (which span many tokens)
|
|
1128
|
-
# but lets single tokens like "marc" or path components repeat.
|
|
1129
|
-
"dry_allowed_length": 2,
|
|
1130
|
-
# Limit DRY to the last 256 GENERATED tokens — NOT the whole prompt
|
|
1131
|
-
# (-1). With -1, DRY penalised any string anywhere in the system
|
|
1132
|
-
# prompt / file paths / prior tool results — including the user's
|
|
1133
|
-
# username when it tried to emit a path (2026-04-27: mangled username
|
|
1134
|
-
# variants). Scoping to 256 generated tokens catches loops the model
|
|
1135
|
-
# CREATES this round while leaving prompt-side repetition untouched.
|
|
1136
|
-
"dry_penalty_last_n": 256,
|
|
1137
|
-
# Sequence breakers RESET DRY's n-gram matching at these tokens so a
|
|
1138
|
-
# repeated file PATH / identifier isn't treated as a penalizable loop
|
|
1139
|
-
# (llama.cpp's default breakers don't include path chars).
|
|
1140
|
-
"dry_sequence_breakers": ["\n", "/", ".", "_", "-", " ", ":", "\"", "'"],
|
|
1141
1085
|
}
|
|
1142
1086
|
if self.config.mode == "fast":
|
|
1143
1087
|
opts["num_predict"] = 4096 # cap generation for speed
|
|
@@ -1162,6 +1106,49 @@ class LocalCodeRuntimeGateway(_DiffusionMixin):
|
|
|
1162
1106
|
opts["num_predict"] = cap
|
|
1163
1107
|
return opts
|
|
1164
1108
|
|
|
1109
|
+
def _sampler_params(self, family: "ModelFamily", thinking: bool) -> dict[str, Any]:
|
|
1110
|
+
"""Vendor-recommended sampling for the active family + mode.
|
|
1111
|
+
|
|
1112
|
+
These are the EXACT values forwarded to llama-server — no "tuned but
|
|
1113
|
+
never sent" dead knobs. LocalCode is a coding agent, so families with a
|
|
1114
|
+
distinct coding profile use it. Sources (verified 2026-07):
|
|
1115
|
+
* Qwen3.6-35B-A3B model card + Unsloth guide — thinking/precise-coding
|
|
1116
|
+
vs general vs instruct.
|
|
1117
|
+
* Gemma team / Unsloth Gemma inference config.
|
|
1118
|
+
|
|
1119
|
+
Key point on the loop we hit: Qwen's coding profile turns penalties OFF
|
|
1120
|
+
(presence_penalty 0, repeat_penalty 1.0) and relies on a TIGHT sampler
|
|
1121
|
+
(temp 0.6, top_k 20) to stay on-track. A repeat_penalty (the old 1.05)
|
|
1122
|
+
penalises the EOS token → the model never stops → endless reasoning. And
|
|
1123
|
+
top_k had been left at the server default 40, twice Qwen's 20, widening
|
|
1124
|
+
the pool the loop wandered in. min_p 0.0 is a REAL value Qwen wants (keep
|
|
1125
|
+
the tail), so it is forwarded explicitly, never dropped as falsy.
|
|
1126
|
+
"""
|
|
1127
|
+
if family == ModelFamily.QWEN:
|
|
1128
|
+
if thinking:
|
|
1129
|
+
# Thinking, precise coding (WebDev) — the localcode default.
|
|
1130
|
+
return {"temperature": 0.6, "top_p": 0.95, "top_k": 20,
|
|
1131
|
+
"min_p": 0.0, "presence_penalty": 0.0, "repeat_penalty": 1.0}
|
|
1132
|
+
# Non-thinking / instruct.
|
|
1133
|
+
return {"temperature": 0.7, "top_p": 0.80, "top_k": 20,
|
|
1134
|
+
"min_p": 0.0, "presence_penalty": 1.5, "repeat_penalty": 1.0}
|
|
1135
|
+
if family == ModelFamily.GEMMA4:
|
|
1136
|
+
# Gemma team optimal: temp 1.0, top_k 64, top_p 0.95, min_p 0, rp 1.0.
|
|
1137
|
+
return {"temperature": 1.0, "top_p": 0.95, "top_k": 64,
|
|
1138
|
+
"min_p": 0.0, "presence_penalty": 0.0, "repeat_penalty": 1.0}
|
|
1139
|
+
if family == ModelFamily.COHERE:
|
|
1140
|
+
# Cohere North-Mini-Code official (used in their own coding
|
|
1141
|
+
# benchmarks): temp 1.0, top_p 0.95, top_k disabled (0 → use p).
|
|
1142
|
+
# It reasons every turn, so the per-turn generation cap in _options
|
|
1143
|
+
# (cohere_generation_cap) is the runaway backstop, not a penalty.
|
|
1144
|
+
return {"temperature": 1.0, "top_p": 0.95, "top_k": 0,
|
|
1145
|
+
"min_p": 0.0, "presence_penalty": 0.0, "repeat_penalty": 1.0}
|
|
1146
|
+
# Llama / DeepSeek / unknown — safe coding default.
|
|
1147
|
+
# (DiffusionGemma does NOT reach here: it runs through the diffusion
|
|
1148
|
+
# runner with its own Entropy-Bound sampler, not llama-server sampling.)
|
|
1149
|
+
return {"temperature": 0.6, "top_p": 0.95, "top_k": 40,
|
|
1150
|
+
"min_p": 0.05, "presence_penalty": 0.0, "repeat_penalty": 1.05}
|
|
1151
|
+
|
|
1165
1152
|
def chat_once(
|
|
1166
1153
|
self,
|
|
1167
1154
|
messages: list[dict[str, Any]],
|
|
@@ -2175,11 +2162,23 @@ class LocalCodeRuntimeGateway(_DiffusionMixin):
|
|
|
2175
2162
|
# body. (The old ollama-shaped `{"options": opts, ...}` branch and the
|
|
2176
2163
|
# never-merged `extra` dict were dead code and have been removed.)
|
|
2177
2164
|
opts = self._options(num_ctx_override=num_ctx, num_predict_override=num_predict)
|
|
2165
|
+
family = infer_family_from_profile(
|
|
2166
|
+
getattr(self.config, "model", "") or getattr(self.config, "profile", "") or ""
|
|
2167
|
+
)
|
|
2168
|
+
sampler = self._sampler_params(family, bool(think))
|
|
2169
|
+
# A user-set temperature only ever LOWERS the vendor value (anti-
|
|
2170
|
+
# hallucination), never raises it. config.temperature defaults to 1.0,
|
|
2171
|
+
# so by default the vendor value stands.
|
|
2172
|
+
try:
|
|
2173
|
+
_user_t = float(self.config.temperature)
|
|
2174
|
+
except Exception:
|
|
2175
|
+
_user_t = sampler["temperature"]
|
|
2176
|
+
temperature = min(sampler["temperature"], _user_t)
|
|
2178
2177
|
payload: dict[str, Any] = {
|
|
2179
2178
|
"model": self.config.model,
|
|
2180
2179
|
"stream": stream,
|
|
2181
2180
|
"messages": messages,
|
|
2182
|
-
"temperature":
|
|
2181
|
+
"temperature": temperature,
|
|
2183
2182
|
"chat_template_kwargs": {"enable_thinking": think},
|
|
2184
2183
|
# Explicit KV prefix-cache opt-in. Recent llama.cpp builds default
|
|
2185
2184
|
# this to true for /v1/chat/completions, but TurboQuant is a fork —
|
|
@@ -2191,40 +2190,19 @@ class LocalCodeRuntimeGateway(_DiffusionMixin):
|
|
|
2191
2190
|
# few hundred new tokens.
|
|
2192
2191
|
"cache_prompt": True,
|
|
2193
2192
|
}
|
|
2194
|
-
#
|
|
2195
|
-
#
|
|
2196
|
-
#
|
|
2197
|
-
#
|
|
2198
|
-
#
|
|
2199
|
-
#
|
|
2200
|
-
# penalty=1.10 + top_p=0.8 + top_k=20 + DRY, which trapped
|
|
2201
|
-
# the model into rephrasing because EOS was penalised AND
|
|
2202
|
-
# the candidate pool was tiny. Server defaults give us
|
|
2203
|
-
# top_p=0.95 / top_k=40 — plenty of escape room — so a
|
|
2204
|
-
# mild 1.05 penalty discourages exact phrase repeats
|
|
2205
|
-
# without starving EOS. If this re-introduces a loop,
|
|
2206
|
-
# revert this hunk and accept occasional rephrase as a
|
|
2207
|
-
# model property of Qwen3.6 IQ2_M.
|
|
2208
|
-
payload["repeat_penalty"] = 1.05
|
|
2209
|
-
# Forward the EOS-NEUTRAL anti-loop samplers (DRY + min_p). DRY
|
|
2210
|
-
# penalises repeated N-GRAMS — not single tokens — so unlike
|
|
2211
|
-
# repeat_penalty it does NOT suppress the EOS/sentence-end tokens that
|
|
2212
|
-
# caused the 2026-04-29 paraphrase regression; min_p trims the low-
|
|
2213
|
-
# probability tail that token-collapse loops feed on. llama-server has
|
|
2214
|
-
# DRY OFF by default, so NOT forwarding these lets repeat-collapse loops
|
|
2215
|
-
# through. We deliberately do NOT re-add the aggressive repeat_penalty
|
|
2216
|
-
# /top_k/top_p bundle (that was the regression). A/B back to
|
|
2217
|
-
# temperature-only with LOCALCODE_SAMPLER_MINIMAL=1.
|
|
2193
|
+
# Forward the FULL vendor-recommended sampler (see _sampler_params).
|
|
2194
|
+
# Previously top_k / top_p / presence_penalty were never sent (server
|
|
2195
|
+
# defaults top_k=40 / top_p=0.95 stood) and min_p=0.0 was dropped as
|
|
2196
|
+
# falsy — so Qwen never got its tight top_k=20 / min_p=0 profile and ran
|
|
2197
|
+
# away. These are the exact vendor values; min_p 0.0 is forwarded
|
|
2198
|
+
# explicitly. A/B back to temperature-only with LOCALCODE_SAMPLER_MINIMAL=1.
|
|
2218
2199
|
import os as _os
|
|
2219
2200
|
if _os.environ.get("LOCALCODE_SAMPLER_MINIMAL") != "1":
|
|
2220
|
-
payload["
|
|
2221
|
-
payload["
|
|
2222
|
-
payload["
|
|
2223
|
-
payload["
|
|
2224
|
-
|
|
2225
|
-
payload["dry_sequence_breakers"] = opts["dry_sequence_breakers"]
|
|
2226
|
-
if opts.get("min_p", 0):
|
|
2227
|
-
payload["min_p"] = opts["min_p"]
|
|
2201
|
+
payload["top_p"] = sampler["top_p"]
|
|
2202
|
+
payload["top_k"] = sampler["top_k"]
|
|
2203
|
+
payload["min_p"] = sampler["min_p"]
|
|
2204
|
+
payload["presence_penalty"] = sampler["presence_penalty"]
|
|
2205
|
+
payload["repeat_penalty"] = sampler["repeat_penalty"]
|
|
2228
2206
|
if "num_predict" in opts:
|
|
2229
2207
|
_np = opts["num_predict"]
|
|
2230
2208
|
# llama-server treats max_tokens=-1 as "use default", which on
|