0.0.26
Pre-release
Pre-release
- allow to merge in delta space by passing
strict_weight_space=False
inRecipeMerger.merge_and_save()
- handle unexpected float types when expecting an integer in some merge methods
- replace the parameter
no_rescale
of the methodties_sum_with_dropout
withrescale
and use a differentiable implementation - use
torch.Generator
instead oftorch.manual_seed
- revert the use of
torch.svd_lowrank
in rotate when alignment is fractional, otherwise it results in nans during inference