mirror of
https://github.com/KoboldAI/KoboldAI-Client.git
synced 2025-06-05 21:59:24 +02:00
Seperate Drive Disconnect
This commit is contained in:
7
disconnect-kobold-drive.bat
Normal file
7
disconnect-kobold-drive.bat
Normal file
@@ -0,0 +1,7 @@
|
|||||||
|
@echo off
|
||||||
|
SET /P M=<loader.settings
|
||||||
|
IF %M%==3 subst /D B:
|
||||||
|
IF %M%==1 subst /D K:
|
||||||
|
cls
|
||||||
|
echo KoboldAI Drive disconnected
|
||||||
|
pause
|
2
play.bat
2
play.bat
@@ -21,7 +21,6 @@ SET TEMP=K:\
|
|||||||
SET TMP=K:\
|
SET TMP=K:\
|
||||||
call K:\python\condabin\activate
|
call K:\python\condabin\activate
|
||||||
python aiserver.py %*
|
python aiserver.py %*
|
||||||
subst K: /D
|
|
||||||
cmd /k
|
cmd /k
|
||||||
|
|
||||||
:drivemap_B
|
:drivemap_B
|
||||||
@@ -31,5 +30,4 @@ SET TEMP=B:\
|
|||||||
SET TMP=B:\
|
SET TMP=B:\
|
||||||
call B:\python\condabin\activate
|
call B:\python\condabin\activate
|
||||||
python aiserver.py %*
|
python aiserver.py %*
|
||||||
subst B: /D
|
|
||||||
cmd /k
|
cmd /k
|
1
remote-play-lowmem.bat
Normal file
1
remote-play-lowmem.bat
Normal file
@@ -0,0 +1 @@
|
|||||||
|
play --remote --lowmem %*
|
Reference in New Issue
Block a user