Skip to content

Commit

Permalink
allow for sparse 3dna attention to be importable
Browse files Browse the repository at this point in the history
  • Loading branch information
lucidrains committed Jan 4, 2022
1 parent f58ea5e commit 37277c8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion nuwa_pytorch/__init__.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
from nuwa_pytorch.nuwa_pytorch import NUWA, VQGanVAE
from nuwa_pytorch.nuwa_pytorch import NUWA, VQGanVAE, Sparse3DNA
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
name = 'nuwa-pytorch',
packages = find_packages(exclude=[]),
include_package_data = True,
version = '0.0.16',
version = '0.0.17',
license='MIT',
description = 'NÜWA - Pytorch',
author = 'Phil Wang',
Expand Down

0 comments on commit 37277c8

Please sign in to comment.