Skip to content

v4.8.2

Latest

Choose a tag to compare

@github-actions github-actions released this 31 Aug 19:11
d44d2d0

Fixes and improvements

  • Import Python converters and specs lazily to avoid loading torch for inference-only use (#2080) by @Anai-Guo
  • Fix out-of-bounds reads in StorageView index validation (#2073) by @jordimas, reported by Nathan Keys (Halo Forge Labs)
  • Update cxxopts to v3.3.1 for GCC 15 compatibility (#2084) by @bekard
  • Validate model variable sizes before allocation (#2091) by @jordimas, reported by Hyeonbell
  • Check StorageView reserve byte size before allocation (#2094) by @infinityscroll
  • Remove the runtime dependency on setuptools (#2096) by @Ravencentric