broccoli-ml 0.1.40__py3-none-any.whl → 0.1.41__py3-none-any.whl

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.
broccoli/vit.py CHANGED
@@ -199,7 +199,10 @@ class CCTEncoder(nn.Module):
199
199
  ),
200
200
  ),
201
201
  self.concatpool_activation,
202
- nn.Linear(transformer_embedding_size * transformer_mlp_ratio),
202
+ nn.Linear(
203
+ transformer_embedding_size * transformer_mlp_ratio,
204
+ transformer_embedding_size,
205
+ ),
203
206
  ]
204
207
  )
205
208
 
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.3
2
2
  Name: broccoli-ml
3
- Version: 0.1.40
3
+ Version: 0.1.41
4
4
  Summary: Some useful Pytorch models, circa 2025
5
5
  License: MIT
6
6
  Author: Nicholas Bailey
@@ -10,8 +10,8 @@ broccoli/rope.py,sha256=hw7kBPNR9GQXj4GxyIAffsGKPfcTPOFh8Bc7oEHtaZY,12108
10
10
  broccoli/tensor.py,sha256=E2JK5mQwJf75e23-JGcDoT7QxQf89DJReUo2et1LhRY,1716
11
11
  broccoli/transformer.py,sha256=gFBIEowGFPSgQhM1RwsRtQlw_WzVJPY-LJyf1MLtPek,16277
12
12
  broccoli/utils.py,sha256=htq_hOsdhUhL0nJi9WkKiEYOjEoWqFpK5X49PtgTf-0,299
13
- broccoli/vit.py,sha256=rB1hfEwqRDfSFnFgXzZtzIeqFLnDfiyWe6hDJ7OcH8Q,12777
14
- broccoli_ml-0.1.40.dist-info/LICENSE,sha256=0BAzJE5BqQ7Iixp_AFdB2W1uO-HCRX-Qfun8PHt6yVM,1073
15
- broccoli_ml-0.1.40.dist-info/METADATA,sha256=eTdLGu8jKvslYTs2_1qQd-GdV5vSOLJUuYDFHD3CEk8,1257
16
- broccoli_ml-0.1.40.dist-info/WHEEL,sha256=b4K_helf-jlQoXBBETfwnf4B04YC67LOev0jo4fX5m8,88
17
- broccoli_ml-0.1.40.dist-info/RECORD,,
13
+ broccoli/vit.py,sha256=JC-NWM1Ys7JOrapH9Ka6ED8C4yViJ2Bv3d0SfFgDaZ8,12876
14
+ broccoli_ml-0.1.41.dist-info/LICENSE,sha256=0BAzJE5BqQ7Iixp_AFdB2W1uO-HCRX-Qfun8PHt6yVM,1073
15
+ broccoli_ml-0.1.41.dist-info/METADATA,sha256=dEBaKtK3p19LI1gW7bExrE_xHmUaT1lhp7GoMwI510s,1257
16
+ broccoli_ml-0.1.41.dist-info/WHEEL,sha256=b4K_helf-jlQoXBBETfwnf4B04YC67LOev0jo4fX5m8,88
17
+ broccoli_ml-0.1.41.dist-info/RECORD,,