fluidflow 0.2.3__tar.gz → 0.2.4__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.4
2
2
  Name: fluidflow
3
- Version: 0.2.3
3
+ Version: 0.2.4
4
4
  Summary: FluidFlow: models and training utilities for flow matching and diffusion
5
5
  Author-email: David Ramos <david.ramos.archilla@upm.es>
6
6
  Requires-Python: >=3.8
@@ -354,7 +354,7 @@ class DiT(nn.Module):
354
354
 
355
355
  # Initialize (and freeze) pos_embed by sin-cos embedding:
356
356
  pos_embed = get_1d_sincos_pos_embed(
357
- self.pos_embed.shape[-1],
357
+ self.hidden_size,
358
358
  self.x_embedder.num_patches
359
359
  )
360
360
  # Will use fixed sin-cos embedding:
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: fluidflow
3
- Version: 0.2.3
3
+ Version: 0.2.4
4
4
  Summary: FluidFlow: models and training utilities for flow matching and diffusion
5
5
  Author-email: David Ramos <david.ramos.archilla@upm.es>
6
6
  Requires-Python: >=3.8
@@ -5,7 +5,7 @@ build-backend = "setuptools.build_meta"
5
5
  [project]
6
6
  name = "fluidflow"
7
7
  authors = [{ name = "David Ramos", email = "david.ramos.archilla@upm.es" }]
8
- version = "0.2.3"
8
+ version = "0.2.4"
9
9
  description = "FluidFlow: models and training utilities for flow matching and diffusion"
10
10
  readme = "README.md"
11
11
  requires-python = ">=3.8"
File without changes
File without changes
File without changes
File without changes
File without changes