v7.4.3: Fix memory leak in Beam and random seed in ParametricAttention
✨ New features and improvements
- Add
seed
argument toParametricAttention
. - Dynamically include
numpy
headers and addnumpy
build constraints. - Update tests to support
hypothesis
v5.
🔴 Bug fixes
- Fix memory leak in
Beam
.