Skip to content

Releases: atomicmilkshake/godzilla-llama.cpp

Release list

v0.3.3

Choose a tag to compare

@github-actions github-actions released this 05 Jul 21:49
Changelog
  • Qwen 3.6 MTP Conversion Fixes: Normalized model.mtp_layer, model.mtp_layers, mtp_layer, and mtp_layers tensor prefixes to mtp. during HF-to-GGUF conversion. Registered Qwen 3.6 architectures (Qwen3_6ForConditionalGeneration, Qwen3_6ForCausalLM, Qwen3_6MoeForConditionalGeneration, and Qwen3_6MoeForCausalLM) to enable seamless, out-of-the-box conversion.
  • Speculative, Quantization, and Concurrency Fixes:
    • Modified ggml-cuda/cross-ring-interleave.cu to clamp cross_len to prevent GPU buffer OOB writes, and corrected a peer-to-peer capability check.
    • Corrected block-wise quantization/dot-product logic for Q8_K64 CPU activations in ggml-iq2-bn.c.
    • Added GGML_TYPE_TURBO2_0 to token-tracking InnerQ calibration checks in set-rows.cu.
    • Resolved MSVC warning C4319 in tests/test-gguf.cpp and demoted checkpoint matching logs to LOG_DBG in prompt matching loops.
    • Dynamically scaled loop guard constraints and fixed suffix tree dangling references during alternate sequence removal.

macOS:

Linux:

Windows:

Docker:

  • CPU - docker pull ghcr.io/atomicmilkshake/godzilla-llama.cpp:server-cpu-v0.3.3
  • CUDA - docker pull ghcr.io/atomicmilkshake/godzilla-llama.cpp:server-cuda-v0.3.3
  • CUDA 12 - docker pull ghcr.io/atomicmilkshake/godzilla-llama.cpp:server-cuda12-v0.3.3
  • CUDA 13 - docker pull ghcr.io/atomicmilkshake/godzilla-llama.cpp:server-cuda13-v0.3.3
  • ROCm - docker pull ghcr.io/atomicmilkshake/godzilla-llama.cpp:server-rocm-v0.3.3
  • Vulkan - docker pull ghcr.io/atomicmilkshake/godzilla-llama.cpp:server-vulkan-v0.3.3
  • SYCL - docker pull ghcr.io/atomicmilkshake/godzilla-llama.cpp:server-sycl-v0.3.3

v0.3.2

Choose a tag to compare

@atomicmilkshake atomicmilkshake released this 03 Jul 17:48

Full Changelog: kv-god-20260629...v0.3.2