broccoli-ml 0.24.2__tar.gz → 0.24.3__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.24.2
3
+ Version: 0.24.3
4
4
  Summary: Some useful Pytorch models, circa 2025
5
5
  License: MIT
6
6
  Author: Nicholas Bailey
@@ -264,7 +264,7 @@ class FeedforwardBlock(nn.Module):
264
264
  nn.LayerNorm(input_features),
265
265
  linear_module(input_features, self.max_features),
266
266
  self.activation,
267
- nn.LayerNorm(ratio * output_features) if raw_input else nn.Identity(),
267
+ # nn.LayerNorm(ratio * output_features) if raw_input else nn.Identity(),
268
268
  self.memory_type(ratio * output_features, output_features),
269
269
  self.dropout,
270
270
  ]
@@ -1,6 +1,6 @@
1
1
  [project]
2
2
  name = "broccoli-ml"
3
- version = "0.24.2"
3
+ version = "0.24.3"
4
4
  description = "Some useful Pytorch models, circa 2025"
5
5
  authors = [
6
6
  {name = "Nicholas Bailey"}
File without changes
File without changes