Further Isolation

This commit is contained in:
Henk
2023-04-23 21:24:17 +02:00
parent 83beac4162
commit 1c36eb9f2c
2 changed files with 8 additions and 0 deletions

View File

@@ -1,6 +1,10 @@
@echo off
cd /D %~dp0
:Isolation
SET CONDA_SHLVL=
SET PYTHONNOUSERSITE=1
SET PYTHONPATH=
TITLE KoboldAI - Git Transformers Installer
ECHO This script will replace the Transformers version with the latest Git Transformers which may contain breaking changes.

View File

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