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',