Install Improvements

This commit is contained in:
Henky!! 2022-04-05 01:52:46 +02:00
parent ee682702ee
commit 965b5b5b04
3 changed files with 5 additions and 0 deletions

1
.gitignore vendored
View File

@ -23,6 +23,7 @@ userscripts
softprompts
models
!models/models go here.txt
Uninstall
# Ignore PyCharm project files.
.idea

View File

@ -45,6 +45,8 @@ subst B: miniconda3
SET TEMP=B:\
SET TMP=B:\
copy umamba.exe B:\umamba.exe
copy loader.settings B:\loader.settings
copy disconnect-kobold-drive.bat B:\disconnect-kobold-drive.bat
B:
umamba.exe create -r B:\python\ -n base
IF %B%==1 umamba.exe install --no-shortcuts -r B:\python\ -n base -f "%~dp0\environments\huggingface.yml" -y --always-copy

View File

@ -16,6 +16,7 @@ cmd /k
:drivemap
ECHO Runtime launching in K: drive mode
subst /D K: >nul
subst K: miniconda3 >nul
SET TEMP=K:\
SET TMP=K:\
@ -25,6 +26,7 @@ cmd /k
:drivemap_B
ECHO Runtime launching in B: drive mode
subst /D B: >nul
subst B: miniconda3 >nul
SET TEMP=B:\
SET TMP=B:\