Skip to content

Commit

Permalink
cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
lucidrains committed Aug 6, 2023
1 parent 2558074 commit 41df714
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
setup(
name = 'voicebox-pytorch',
packages = find_packages(exclude=[]),
version = '0.0.7',
version = '0.0.8',
license='MIT',
description = 'Voicebox - Pytorch',
author = 'Phil Wang',
Expand Down
3 changes: 1 addition & 2 deletions voicebox_pytorch/voicebox_pytorch.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
import math

import torch
from torch import nn, Tensor, einsum
from torch.nn import Module
Expand All @@ -12,8 +13,6 @@

from voicebox_pytorch.attend import Attend

from torchdyn.core import NeuralODE

# helper functions

def exists(val):
Expand Down

0 comments on commit 41df714

Please sign in to comment.