mirror of
https://github.com/KoboldAI/KoboldAI-Client.git
synced 2025-06-05 21:59:24 +02:00
Update install_requirements.bat
This commit is contained in:
@ -47,8 +47,8 @@ SET TMP=K:\
|
|||||||
copy umamba.exe K:\umamba.exe
|
copy umamba.exe K:\umamba.exe
|
||||||
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\huggingface.yml" -y
|
IF %B%==1 umamba.exe install --no-shortcuts -r K:\python\ -n base -f "%~dp0\environments\huggingface.yml" -y --always-copy
|
||||||
IF %B%==2 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\finetuneanon.yml" -y --always-copy
|
||||||
umamba.exe -r K:\ clean -a -y
|
umamba.exe -r K:\ clean -a -y
|
||||||
rd K:\Python\pkgs /S /Q
|
rd K:\Python\pkgs /S /Q
|
||||||
subst K: /d
|
subst K: /d
|
||||||
@ -60,8 +60,8 @@ echo 2 > loader.settings
|
|||||||
SET TEMP=%~DP0MINICONDA3
|
SET TEMP=%~DP0MINICONDA3
|
||||||
SET TMP=%~DP0MINICONDA3
|
SET TMP=%~DP0MINICONDA3
|
||||||
umamba.exe create -r miniconda3\ -n base
|
umamba.exe create -r miniconda3\ -n base
|
||||||
IF %B%==1 umamba.exe install --no-shortcuts -r miniconda3 -n base -f environments\huggingface.yml -y
|
IF %B%==1 umamba.exe install --no-shortcuts -r miniconda3 -n base -f environments\huggingface.yml -y --always-copy
|
||||||
IF %B%==2 umamba.exe install --no-shortcuts -r miniconda3 -n base -f environments\finetuneanon.yml -y
|
IF %B%==2 umamba.exe install --no-shortcuts -r miniconda3 -n base -f environments\finetuneanon.yml -y --always-copy
|
||||||
umamba.exe clean -a -y
|
umamba.exe clean -a -y
|
||||||
rd miniconda3\Python\pkgs /S /Q
|
rd miniconda3\Python\pkgs /S /Q
|
||||||
pause
|
pause
|
||||||
|
Reference in New Issue
Block a user