mirror of
https://github.com/KoboldAI/KoboldAI-Client.git
synced 2025-01-05 21:07:08 +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
|
||||
subst K: miniconda3
|
||||
copy umamba.exe K:\umamba.exe
|
||||
cd K:
|
||||
K:
|
||||
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%==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