diff --git a/README.md b/README.md index daf53d7..23bd134 100644 --- a/README.md +++ b/README.md @@ -18,7 +18,7 @@ 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! +- Lucas Newman for the initial training code and the acoustic prompting logic! ## Install diff --git a/setup.py b/setup.py index 2a3d273..9dc47f4 100644 --- a/setup.py +++ b/setup.py @@ -3,7 +3,7 @@ setup( name = 'soundstorm-pytorch', packages = find_packages(exclude=[]), - version = '0.0.24', + version = '0.0.25', license='MIT', description = 'SoundStorm - Efficient Parallel Audio Generation from Google Deepmind, in Pytorch', author = 'Phil Wang',