PackageTrack

Go modules · #2774 by repository stars

github.com/gpustack/gguf-parser-go

v0.26.0gpustack/gguf-parser-go

Release timeline

135 releases since 2024
20252026

Releases

  1. v0.26.019 Aug 2026
    Release notes

    fix: resolve the sliding window layout per layer, mirror llama.cpp's …

    …per-architecture periods

    The sliding window pattern was a five-entry switch (llama4, phi3, gemma2,
    gemma3, cohere2) while llama.cpp interleaves windows on 21 architectures.
    Every architecture missing from the switch was charged a full, context-scaled
    KV cache on all blocks: gpt-oss-20b about 2x (6.0 GiB instead of about 3.0 GiB
    of KV at 131072 context), gemma-3n-E4B about 6.5x.

    Read <architecture>.attention.sliding_window_pattern when the file declares it
    (a period as a scalar, or the per-layer use as a bool array, as Gemma 4 writes),
    and fall back to a per-architecture period table mirrored from llama.cpp's
    src/models/*.cpp, including the dense-first phasing the old modulo could not
    express. The resolved layout lives in AttentionSlidingWindowLayers and the
    estimator charges each layer by its own kind.

    Also honour the layers that hold no cache of their own: the layers behind
    n_layer_kv_from_start reuse leading caches (gemma3n hardcodes 20, Gemma 4
    derives it from attention.shared_kv_layers), and the NextN/MTP blocks of the
    hybrid family are filtered out of the main context cache. Read
    attention.key_length_swa / value_length_swa so windowed layers size their
    heads separately (Gemma 4).

    Open source →
    Additional notes

    v0.26.0 Latest

    Latest

    Compare

    Choose a tag to compare

    Open source →
  2. v0.25.013 Jul 2026
    Release notes

    docs: readme

    Signed-off-by: thxCode <[email protected]>

    Open source →
    Additional notes

    v0.25.0

    Compare

    Choose a tag to compare

    Open source →
  3. v0.24.127 May 2026
    Release notes

    fix: integer overflow in tensor elements/bytes calculation

    Signed-off-by: thxCode <[email protected]>

    Open source →
    Additional notes

    v0.24.1

    Compare

    Choose a tag to compare

    Open source →
  4. v0.24.1-0.20260325020219-35c4501b75f725 Mar 2026pre-release

    Nothing published for this version

  5. v0.24.011 Feb 2026
    Release notes

    v0.24.0

    Compare

    Choose a tag to compare

    Open source →
  6. v0.23.16 Jan 2026
    Release notes

    fix: rerank detection

    Signed-off-by: thxCode <[email protected]>

    Open source →
    Additional notes

    v0.23.1

    Compare

    Choose a tag to compare

    Open source →
  7. v0.23.06 Jan 2026
    Release notes

    fix: --token now works with --url, add --header for custom HTTP heade…

    …rs (#16)

    * fix: --token now works with --url, add --header for custom HTTP headers

    * update readme

    Open source →
    Additional notes

    v0.23.0

    Compare

    Choose a tag to compare

    Open source →
  8. v0.22.118 Aug 2025
    Release notes

    refactor: support imatrix

    Signed-off-by: thxCode <[email protected]>

    Open source →
    Additional notes

    v0.22.1

    Compare

    Choose a tag to compare

    Open source →
  9. v0.22.1-0.20250815014413-0f24c9422ada15 Aug 2025pre-release

    Nothing published for this version

  10. v0.22.1-0.20250812041445-437e967adf2b12 Aug 2025pre-release

    Nothing published for this version

  11. v0.22.06 Aug 2025
    Release notes

    v0.22.0

    Compare

    Choose a tag to compare

    Open source →
  12. v0.21.425 Jul 2025
    Release notes

    fix: embedding model estimation

    Signed-off-by: thxCode <[email protected]>

    Open source →
    Additional notes

    v0.21.4

    Compare

    Choose a tag to compare

    Open source →
  13. v0.21.324 Jul 2025
    Release notes

    v0.21.3

    Compare

    Choose a tag to compare

    Open source →
  14. v0.21.218 Jul 2025

    Nothing published for this version

  15. v0.21.115 Jul 2025

    Nothing published for this version

  16. v0.21.011 Jul 2025

    Nothing published for this version

  17. v0.20.510 Jul 2025

    Nothing published for this version

  18. v0.20.47 Jul 2025

    Nothing published for this version

  19. v0.20.37 Jul 2025

    Nothing published for this version

  20. v0.20.24 Jul 2025

    Nothing published for this version

  21. v0.20.2-0.20250702062826-7f916a398f992 Jul 2025pre-release

    Nothing published for this version

  22. v0.20.11 Jul 2025

    Nothing published for this version

  23. v0.20.01 Jul 2025

    Nothing published for this version

  24. v0.19.118 Jun 2025

    Nothing published for this version

  25. v0.19.1-0.20250604140319-c63a186d12f04 Jun 2025pre-release

    Nothing published for this version

  26. v0.19.1-0.20250602025111-333741c7f51c2 Jun 2025pre-release

    Nothing published for this version

  27. v0.19.030 May 2025

    Nothing published for this version

  28. v0.18.2-0.20250527070649-63791fa40a2a27 May 2025pre-release

    Nothing published for this version

  29. v0.18.127 May 2025

    Nothing published for this version

  30. v0.18.023 May 2025

    Nothing published for this version

  31. v0.17.621 May 2025

    Nothing published for this version

  32. v0.17.515 May 2025

    Nothing published for this version

  33. v0.17.412 May 2025

    Nothing published for this version

  34. v0.17.39 May 2025

    Nothing published for this version

  35. v0.17.23 May 2025

    Nothing published for this version

  36. v0.17.13 May 2025

    Nothing published for this version

  37. v0.17.029 Apr 2025

    Nothing published for this version

  38. v0.16.025 Apr 2025

    Nothing published for this version

  39. v0.15.024 Apr 2025

    Nothing published for this version

  40. v0.14.118 Apr 2025

    Nothing published for this version

  41. v0.14.013 Apr 2025

    Nothing published for this version

  42. v0.13.2014 Mar 2025

    Nothing published for this version

  43. v0.13.194 Mar 2025

    Nothing published for this version

  44. v0.13.1827 Feb 2025

    Nothing published for this version

  45. v0.13.1725 Feb 2025

    Nothing published for this version

  46. v0.13.1612 Feb 2025

    Nothing published for this version

  47. v0.13.1511 Feb 2025

    Nothing published for this version

  48. v0.13.1410 Feb 2025

    Nothing published for this version

  49. v0.13.1329 Jan 2025

    Nothing published for this version

  50. v0.13.1228 Jan 2025

    Nothing published for this version

  51. v0.13.1116 Jan 2025

    Nothing published for this version

  52. v0.13.1015 Jan 2025

    Nothing published for this version

  53. v0.13.10-0.20250114085710-c626beafc12214 Jan 2025pre-release

    Nothing published for this version

  54. v0.13.914 Jan 2025

    Nothing published for this version

  55. v0.13.85 Jan 2025

    Nothing published for this version

  56. v0.13.73 Jan 2025

    Nothing published for this version

  57. v0.13.628 Dec 2024

    Nothing published for this version

  58. v0.13.512 Dec 2024

    Nothing published for this version

  59. v0.13.49 Dec 2024

    Nothing published for this version

  60. v0.13.4-0.20241209040953-0634e74b49289 Dec 2024pre-release

    Nothing published for this version