fluidflow 0.2.1__tar.gz → 0.2.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.4
2
2
  Name: fluidflow
3
- Version: 0.2.1
3
+ Version: 0.2.2
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
@@ -1,4 +1,4 @@
1
- cetaceofrom pathlib import Path
1
+ from pathlib import Path
2
2
 
3
3
  from matplotlib import pyplot as plt
4
4
  import numpy as np
@@ -10,7 +10,6 @@ from torch.profiler import profile, ProfilerActivity, schedule
10
10
 
11
11
  from accelerate import Accelerator, DataLoaderConfiguration
12
12
  from accelerate import FullyShardedDataParallelPlugin
13
- from torch.distributed.fsdp import ShardingStrategy
14
13
  from torch.distributed.fsdp import MixedPrecisionPolicy
15
14
  from ema_pytorch import EMA
16
15
 
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: fluidflow
3
- Version: 0.2.1
3
+ Version: 0.2.2
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.1"
8
+ version = "0.2.2"
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
File without changes