diff --git a/setup.py b/setup.py index 17392cd..1e7904e 100644 --- a/setup.py +++ b/setup.py @@ -23,8 +23,8 @@ 'transformers', 'vector-quantize-pytorch', 'wandb', - 'jukebox @ git+https://github.com/drscotthawley/jukebox.git', - 'cached_conv @ git+https://github.com/caillonantoine/cached_conv.git', - 'udls @ git+https://github.com/caillonantoine/UDLS.git', + # 'jukebox @ git+https://github.com/drscotthawley/jukebox.git', + 'cached_conv', + 'udls', ], -) \ No newline at end of file +)