Skip to content

v1.0.4

Choose a tag to compare

@github-actions github-actions released this 09 Aug 00:59
8b82822

1.0.4 (2026-08-09)

Bug Fixes

  • kernels: guard softmax_last_dim against a fully-masked row's NaN (#66) (e48f2ff), closes #30 #41
  • kernels: make embed_lookup's out-of-range contract explicit and uniform (#73) (06fa164), closes #55
  • loader: reject unbounded GGUF allocations, array nesting, and dims overflow (#67) (ee7fa09), closes #34 #35 #36 #37
  • transformers: make attention slicing and rope gather bounds-checked (#74) (fc1cb88), closes #61 #28

Documentation

  • correct max_tokens contract and document LOGISMOS_SKIP_HIP_BUILD (#72) (87080f3), closes #50 #48