mirror of
https://github.com/KoboldAI/KoboldAI-Client.git
synced 2025-06-05 21:59:24 +02:00
Further Isolation
This commit is contained in:
@@ -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.
|
||||
|
@@ -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?
|
||||
|
Reference in New Issue
Block a user