From d049dc684fc57ce905509cc1aaa715e1d216bda2 Mon Sep 17 00:00:00 2001 From: Victor Hall Date: Sat, 25 Feb 2023 16:36:04 -0500 Subject: [PATCH] add lion to windows install --- windows_setup.cmd | 1 + 1 file changed, 1 insertion(+) diff --git a/windows_setup.cmd b/windows_setup.cmd index 4e8b2d9..d835ba1 100644 --- a/windows_setup.cmd +++ b/windows_setup.cmd @@ -21,6 +21,7 @@ pip install pytorch-lightning==1.6.5 pip install OmegaConf==2.2.3 pip install numpy==1.23.5 pip install keyboard +pip install lion-pytorch python utils/patch_bnb.py python utils/get_yamls.py GOTO :eof