mirror of
https://github.com/KoboldAI/KoboldAI-Client.git
synced 2025-06-05 21:59:24 +02:00
Install Improvements
This commit is contained in:
1
.gitignore
vendored
1
.gitignore
vendored
@ -23,6 +23,7 @@ userscripts
|
|||||||
softprompts
|
softprompts
|
||||||
models
|
models
|
||||||
!models/models go here.txt
|
!models/models go here.txt
|
||||||
|
Uninstall
|
||||||
|
|
||||||
# Ignore PyCharm project files.
|
# Ignore PyCharm project files.
|
||||||
.idea
|
.idea
|
||||||
|
@ -45,6 +45,8 @@ subst B: miniconda3
|
|||||||
SET TEMP=B:\
|
SET TEMP=B:\
|
||||||
SET TMP=B:\
|
SET TMP=B:\
|
||||||
copy umamba.exe B:\umamba.exe
|
copy umamba.exe B:\umamba.exe
|
||||||
|
copy loader.settings B:\loader.settings
|
||||||
|
copy disconnect-kobold-drive.bat B:\disconnect-kobold-drive.bat
|
||||||
B:
|
B:
|
||||||
umamba.exe create -r B:\python\ -n base
|
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
|
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
|
:drivemap
|
||||||
ECHO Runtime launching in K: drive mode
|
ECHO Runtime launching in K: drive mode
|
||||||
|
subst /D K: >nul
|
||||||
subst K: miniconda3 >nul
|
subst K: miniconda3 >nul
|
||||||
SET TEMP=K:\
|
SET TEMP=K:\
|
||||||
SET TMP=K:\
|
SET TMP=K:\
|
||||||
@ -25,6 +26,7 @@ cmd /k
|
|||||||
|
|
||||||
:drivemap_B
|
:drivemap_B
|
||||||
ECHO Runtime launching in B: drive mode
|
ECHO Runtime launching in B: drive mode
|
||||||
|
subst /D B: >nul
|
||||||
subst B: miniconda3 >nul
|
subst B: miniconda3 >nul
|
||||||
SET TEMP=B:\
|
SET TEMP=B:\
|
||||||
SET TMP=B:\
|
SET TMP=B:\
|
||||||
|
Reference in New Issue
Block a user