Seperate Drive Disconnect
This commit is contained in:
parent
a0518edc36
commit
306d96a8eb
|
@ -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:\
|
||||
call K:\python\condabin\activate
|
||||
python aiserver.py %*
|
||||
subst K: /D
|
||||
cmd /k
|
||||
|
||||
:drivemap_B
|
||||
|
@ -31,5 +30,4 @@ SET TEMP=B:\
|
|||
SET TMP=B:\
|
||||
call B:\python\condabin\activate
|
||||
python aiserver.py %*
|
||||
subst B: /D
|
||||
cmd /k
|
|
@ -0,0 +1 @@
|
|||
play --remote --lowmem %*
|
Loading…
Reference in New Issue