Conda conflict fix

This commit is contained in:
Henk 2022-10-23 14:10:44 +02:00
parent 4699ded3ce
commit 0da404d4f8
3 changed files with 5 additions and 0 deletions

View File

@ -1,5 +1,7 @@
@echo off
cd /D %~dp0
SET CONDA_SHLVL=
TITLE CMD for KoboldAI Runtime
SET /P M=<loader.settings
IF %M%==1 GOTO drivemap

View File

@ -8,6 +8,7 @@ echo.
Reg add "HKLM\SYSTEM\CurrentControlSet\Control\FileSystem" /v "LongPathsEnabled" /t REG_DWORD /d "1" /f 2>nul
cd /D %~dp0
SET CONDA_SHLVL=
if exist miniconda3\ (
echo Delete existing installation?

View File

@ -1,5 +1,7 @@
@echo off
cd /D %~dp0
SET CONDA_SHLVL=
TITLE KoboldAI - Server
SET /P M=<loader.settings
IF %M%==1 GOTO drivemap