Skip to content

0.0.26

Pre-release
Pre-release
Compare
Choose a tag to compare
@ljleb ljleb released this 06 Sep 16:21
ef4e793
  • allow to merge in delta space by passing strict_weight_space=False in RecipeMerger.merge_and_save()
  • handle unexpected float types when expecting an integer in some merge methods
  • replace the parameter no_rescale of the method ties_sum_with_dropout with rescale and use a differentiable implementation
  • use torch.Generator instead of torch.manual_seed
  • revert the use of torch.svd_lowrank in rotate when alignment is fractional, otherwise it results in nans during inference