We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent eaff460 commit 25b40cdCopy full SHA for 25b40cd
lumiere_pytorch/__init__.py
@@ -9,5 +9,9 @@
9
from lumiere_pytorch.lumiere import Lumiere
10
11
from lumiere_pytorch.mp_lumiere import (
12
- MPLumiere
+ MPLumiere,
13
+ MPConvolutionInflationBlock,
14
+ MPAttentionInflationBlock,
15
+ MPTemporalDownsample,
16
+ MPTemporalUpsample,
17
)
setup.py
@@ -3,7 +3,7 @@
3
setup(
4
name = 'lumiere-pytorch',
5
packages = find_packages(exclude=[]),
6
- version = '0.0.18',
+ version = '0.0.19',
7
license='MIT',
8
description = 'Lumiere',
author = 'Phil Wang',
0 commit comments