broccoli-ml 0.33.1__tar.gz → 0.33.2__tar.gz

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.3
2
2
  Name: broccoli-ml
3
- Version: 0.33.1
3
+ Version: 0.33.2
4
4
  Summary: Some useful Pytorch models, circa 2025
5
5
  License: MIT
6
6
  Author: Nicholas Bailey
@@ -98,7 +98,7 @@ class AnchoredReparamTensor(nn.Module):
98
98
  self.nondecay_weight,
99
99
  self.initial_right_singular,
100
100
  )
101
- self.rayleigh.data.copy_(rayleigh_norm)
101
+ self.rayleigh_norm.data.copy_(rayleigh_norm)
102
102
 
103
103
  def forward(self):
104
104
  if self.training:
@@ -1,6 +1,6 @@
1
1
  [project]
2
2
  name = "broccoli-ml"
3
- version = "0.33.1"
3
+ version = "0.33.2"
4
4
  description = "Some useful Pytorch models, circa 2025"
5
5
  authors = [
6
6
  {name = "Nicholas Bailey"}
File without changes
File without changes