v2.6.3

Michael-A-Kuykendall/shimmyv2.6.3Aug 29, 2026by github-actions[bot]

AI Summary

This release fixes integrated GPU model loading by updating the Airframe dependency to 0.4.2, which adjusts bindless model chunk sizing based on the adapter's actual storage-buffer binding limits.

Key Highlights

  • Integrated GPU model loading fixed via Airframe 0.4.2
  • Bindless model chunks sized from adapter's actual storage-buffer limit
  • Resolves issue #214 regarding integrated GPU compatibility

New Features

  • Integrated GPU model loading fix

Full Release Notes

## [2.6.3] — 2026-08-28 — Intel Arc Binding-Limit Fix

### Fixed

- **Integrated GPU model loading.** Shimmy now uses Airframe `0.4.2`, which sizes bindless model chunks from the adapter's actual storage-buffer binding limit instead of rejecting integrated GPUs with a limit below the default 2 GB chunk size. This resolves [#214](https://github.com/Michael-A-Kuykendall/shimmy/issues/214).

### Changed

- Updated the Airframe dependency to `0.4.2`.