From d1036b66df072dfd2fd918a6172c6650f689d2dd Mon Sep 17 00:00:00 2001 From: KoboldAI Dev <83558899+KoboldAI@users.noreply.github.com> Date: Tue, 8 Jun 2021 03:46:43 -0400 Subject: [PATCH] Update install_requirements.bat Changed description of transformers options. --- install_requirements.bat | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/install_requirements.bat b/install_requirements.bat index 85885ac3..79736652 100644 --- a/install_requirements.bat +++ b/install_requirements.bat @@ -2,8 +2,8 @@ title Installing Portable Python (Miniconda3) echo Miniconda3's installer will overwrite existing Miniconda3 shortcuts in the startmenu (We currently can not prevent this) echo Please choose one of the following transformers options -echo 1. Official Transformers (Maximum Compatibility) -echo 2. Finetuneanon Transformers (Less ram usage, Less compatibility) +echo 1. Official Transformers +echo 2. Finetuneanon Transformers (Half-Precision for 8GB or smaller GPUs) SET /P M=Type the number of the desired option and then press ENTER: cd %~dp0