mirror of
https://github.com/KoboldAI/KoboldAI-Client.git
synced 2025-01-08 06:19:28 +01:00
Portability bugfix
KoboldAI's runtime breaks if you move it because of an incorrect cd command
This commit is contained in:
parent
a454e7547f
commit
b79e79905b
@ -44,7 +44,7 @@ subst K: /D >nul
|
|||||||
mkdir miniconda3
|
mkdir miniconda3
|
||||||
subst K: miniconda3
|
subst K: miniconda3
|
||||||
copy umamba.exe K:\umamba.exe
|
copy umamba.exe K:\umamba.exe
|
||||||
cd K:
|
K:
|
||||||
umamba.exe create -r K:\python\ -n base
|
umamba.exe create -r K:\python\ -n base
|
||||||
IF %B%==1 umamba.exe install --no-shortcuts -r K:\python\ -n base -f "%~dp0\environments\finetuneanon.yml" -y
|
IF %B%==1 umamba.exe install --no-shortcuts -r K:\python\ -n base -f "%~dp0\environments\finetuneanon.yml" -y
|
||||||
IF %B%==2 umamba.exe install --no-shortcuts -r K:\python\ -n base -f "%~dp0\environments\huggingface.yml" -y
|
IF %B%==2 umamba.exe install --no-shortcuts -r K:\python\ -n base -f "%~dp0\environments\huggingface.yml" -y
|
||||||
|
Loading…
Reference in New Issue
Block a user