broccoli-ml 0.5.2__tar.gz → 0.5.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.5.2
3
+ Version: 0.5.3
4
4
  Summary: Some useful Pytorch models, circa 2025
5
5
  License: MIT
6
6
  Author: Nicholas Bailey
@@ -285,8 +285,8 @@ class ViTEncoder(nn.Module):
285
285
  mlp_ratio=transformer_mlp_ratio,
286
286
  activation=transformer_activation,
287
287
  activation_kwargs=transformer_activation_kwargs,
288
- mlp_dropout=transformer_mlp_dropout,
289
- msa_dropout=transformer_msa_dropout,
288
+ transformer_mlp_dropout=transformer_mlp_dropout,
289
+ transformer_msa_dropout=transformer_msa_dropout,
290
290
  stochastic_depth=transformer_stochastic_depth,
291
291
  causal=False,
292
292
  linear_module=linear_module,
@@ -409,8 +409,8 @@ class CCT(nn.Module):
409
409
  transformer_bos_tokens=transformer_bos_tokens,
410
410
  transformer_activation=transformer_activation,
411
411
  transformer_activation_kwargs=transformer_activation_kwargs,
412
- mlp_dropout=transformer_mlp_dropout,
413
- msa_dropout=transformer_msa_dropout,
412
+ transformer_mlp_dropout=transformer_mlp_dropout,
413
+ transformer_msa_dropout=transformer_msa_dropout,
414
414
  transformer_stochastic_depth=transformer_stochastic_depth,
415
415
  linear_module=linear_module,
416
416
  initial_batch_norm=initial_batch_norm,
@@ -1,6 +1,6 @@
1
1
  [project]
2
2
  name = "broccoli-ml"
3
- version = "0.5.2"
3
+ version = "0.5.3"
4
4
  description = "Some useful Pytorch models, circa 2025"
5
5
  authors = [
6
6
  {name = "Nicholas Bailey"}
File without changes
File without changes
File without changes