Skip to content

Commit

Permalink
fix torch import, change version
Browse files Browse the repository at this point in the history
  • Loading branch information
kisnikser committed Dec 10, 2024
1 parent ab4a438 commit cb6f428
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion src/relaxit/_version.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = "1.1.1"
__version__ = "1.1.2"
1 change: 1 addition & 0 deletions src/relaxit/distributions/LogisticNormalSoftmax.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
import torch
from pyro.distributions import constraints, Normal
from pyro.distributions.torch import TransformedDistribution
from pyro.distributions.transforms import SoftmaxTransform
Expand Down
1 change: 1 addition & 0 deletions src/relaxit/distributions/kl.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
import torch
from torch.distributions import kl_divergence, register_kl, Normal
from .InvertibleGaussian import InvertibleGaussian

Expand Down

0 comments on commit cb6f428

Please sign in to comment.