Fixed - `SPLoRAMultiheadAttentionPruner` usage by circumventing concat in SPLoRAMultiheadAttention impl (weird issue...)
0.6.1
Added - `SPLoRAMultiheadAttentionPruner` for torch-pruning compatibility
0.6.0
Changed - Moved named_parameters and parameters from class methods to independent functions
Added - `torch-pruning` pruners for SPLoRA - `SPLoRAMultiheadAttention`
0.5.2
Changed - SPLoRA and SPLoPA behavior to automatically set weight.requires_grad = False instead of assertion - Change SPLoPA weight initialisation to set LowRankMatrix near-zero instead of pos_weigts