From 44f63f4e77b9617cd4b0a30b4a59385a21345d91 Mon Sep 17 00:00:00 2001 From: Alejandro Gil Date: Sat, 19 Aug 2023 16:25:18 -0700 Subject: [PATCH] Fixed missing wandb dependency. --- setup.py | 1 + 1 file changed, 1 insertion(+) diff --git a/setup.py b/setup.py index 826d3d9..f6b71a5 100644 --- a/setup.py +++ b/setup.py @@ -48,6 +48,7 @@ "lion-pytorch", "omegaconf", "xformers>=0.0.20", + "wandb", ], classifiers=[ "Development Status :: 4 - Beta",