From 12cfc9e502e9ac7507b08ceccb4110a425375feb Mon Sep 17 00:00:00 2001 From: mrq Date: Wed, 4 Oct 2023 19:42:56 -0500 Subject: [PATCH] added prodigyopt as a dependency because I keep forgetting --- setup.py | 1 + 1 file changed, 1 insertion(+) diff --git a/setup.py b/setup.py index 993c723..8bf22e6 100755 --- a/setup.py +++ b/setup.py @@ -58,6 +58,7 @@ setup( "vocos", "h5py", "torchscale @ git+https://git.ecker.tech/mrq/torchscale", + "prodigyopt @ git+https://github.com/konstmish/prodigy", ], url="https://git.ecker.tech/mrq/vall-e", )