From 6555fac9047a77ab93a936370f731792c5436cd4 Mon Sep 17 00:00:00 2001 From: lucidrains Date: Thu, 17 Aug 2023 10:04:44 -0700 Subject: [PATCH] appreciation to the few who contribute --- README.md | 2 ++ setup.py | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index f9fb8e4..daf53d7 100644 --- a/README.md +++ b/README.md @@ -18,6 +18,8 @@ They basically applied MaskGiT to - Steven Hillis for submitting the correct masking strategy and for verifying that the repository works! 🙏 +- Lucas Newman for the initial training code! + ## Install ```bash diff --git a/setup.py b/setup.py index 414bd1d..2a3d273 100644 --- a/setup.py +++ b/setup.py @@ -3,7 +3,7 @@ setup( name = 'soundstorm-pytorch', packages = find_packages(exclude=[]), - version = '0.0.23', + version = '0.0.24', license='MIT', description = 'SoundStorm - Efficient Parallel Audio Generation from Google Deepmind, in Pytorch', author = 'Phil Wang',