Install Improvements
This commit is contained in:
parent
ee682702ee
commit
965b5b5b04
|
@ -23,6 +23,7 @@ userscripts
|
|||
softprompts
|
||||
models
|
||||
!models/models go here.txt
|
||||
Uninstall
|
||||
|
||||
# Ignore PyCharm project files.
|
||||
.idea
|
||||
|
|
|
@ -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
|
||||
|
|
2
play.bat
2
play.bat
|
@ -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:\
|
||||
|
|
Loading…
Reference in New Issue