mirror of
https://github.com/KoboldAI/KoboldAI-Client.git
synced 2025-06-05 21:59:24 +02:00
Update install_requirements.bat (#7)
* Update install_requirements.bat move command to dismount temp B drive to after pip install command which requires B drive to still be mounted * Update install_requirements.bat cmd /k not necessary * Update install_requirements.bat add quotes (probably not required but w/e)
This commit is contained in:
@@ -48,9 +48,9 @@ umamba.exe create -r B:\python\ -n base
|
|||||||
umamba.exe install --no-shortcuts -r B:\python\ -n base -f "%~dp0\environments\huggingface.yml" -y --always-copy
|
umamba.exe install --no-shortcuts -r B:\python\ -n base -f "%~dp0\environments\huggingface.yml" -y --always-copy
|
||||||
umamba.exe -r B:\ clean -a -y
|
umamba.exe -r B:\ clean -a -y
|
||||||
rd B:\Python\pkgs /S /Q
|
rd B:\Python\pkgs /S /Q
|
||||||
subst B: /d
|
|
||||||
call B:\python\condabin\activate
|
call B:\python\condabin\activate
|
||||||
cmd /k "pip install https://github.com/0cc4m/GPTQ-for-LLaMa/releases/download/2023-04-10/quant_cuda-0.0.0-cp38-cp38-win_amd64.whl"
|
pip install "https://github.com/0cc4m/GPTQ-for-LLaMa/releases/download/2023-04-10/quant_cuda-0.0.0-cp38-cp38-win_amd64.whl"
|
||||||
|
subst B: /d
|
||||||
pause
|
pause
|
||||||
exit
|
exit
|
||||||
|
|
||||||
@@ -63,6 +63,6 @@ umamba.exe install --no-shortcuts -r miniconda3 -n base -f environments\huggingf
|
|||||||
umamba.exe clean -a -y
|
umamba.exe clean -a -y
|
||||||
rd miniconda3\Python\pkgs /S /Q
|
rd miniconda3\Python\pkgs /S /Q
|
||||||
call miniconda3\condabin\activate
|
call miniconda3\condabin\activate
|
||||||
cmd /k "pip install https://github.com/0cc4m/GPTQ-for-LLaMa/releases/download/2023-04-10/quant_cuda-0.0.0-cp38-cp38-win_amd64.whl"
|
pip install "https://github.com/0cc4m/GPTQ-for-LLaMa/releases/download/2023-04-10/quant_cuda-0.0.0-cp38-cp38-win_amd64.whl"
|
||||||
pause
|
pause
|
||||||
exit
|
exit
|
||||||
|
Reference in New Issue
Block a user