Skip to content

Commit

Permalink
Conda conflict fix
Browse files Browse the repository at this point in the history
  • Loading branch information
henk717 committed Oct 23, 2022
1 parent 4699ded commit 0da404d
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 0 deletions.
2 changes: 2 additions & 0 deletions commandline.bat
@@ -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
Expand Down
1 change: 1 addition & 0 deletions install_requirements.bat
Expand Up @@ -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?
Expand Down
2 changes: 2 additions & 0 deletions play.bat
@@ -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
Expand Down

0 comments on commit 0da404d

Please sign in to comment.